Get rid of format warning in tst-widetext.c.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2
3         * libio/tst-widetext.c (do_test):
4         Use format type %td instead of %Zd for ptrdiff_t
5         in order to avoid format warning.
6
7 2014-12-17  Andreas Schwab  <schwab@suse.de>
8
9         * nscd/mem.c (gc): Add size_t cast to match printf format.
10
11 2014-12-16  Roland McGrath  <roland@hack.frob.com>
12
13         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
14         (init): Apply PTR_MANGLE to pointers before storing them.
15         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
16         before using them.
17
18 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
19
20         [BZ #17719]
21         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
22         define as weak alias of __memrchr.
23         (__memrchr): Do not define as strong alias of memrchr.
24         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
25         Remove variable.
26         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
27         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
28         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
29
30         [BZ #17717]
31         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
32         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
33         (if_indextoname): Rename to __if_indextoname and define as weak
34         alias of __if_indextoname.  Use libc_hidden_weak.
35         (if_freenameindex): Rename to __if_freenameindex and define as
36         weak alias of __if_freenameindex.
37         (if_nameindex): Rename to __if_nameindex and define as weak alias
38         of __if_nameindex.
39         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
40         __if_nametoindex and define as weak alias of __if_nametoindex.
41         Use libc_hidden_weak.
42         (if_freenameindex): Rename to __if_freenameindex and define as
43         weak alias of __if_freenameindex.
44         (if_nameindex): Rename to __if_nameindex and define as weak alias
45         of __if_nameindex.
46         (if_indextoname): Rename to __if_indextoname and define as weak
47         alias of __if_indextoname.  Use libc_hidden_weak.
48         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
49         __if_nametoindex and define as weak alias of __if_nametoindex.
50         Use libc_hidden_weak.
51         (if_freenameindex): Rename to __if_freenameindex and define as
52         weak alias of __if_freenameindex.  Use libc_hidden_weak.
53         (if_nameindex_netlink): Use __if_freenameindex instead of
54         if_freenameindex.
55         (if_nameindex): Rename to __if_nameindex and define as weak alias
56         of __if_nameindex.  Use libc_hidden_weak.
57         (if_indextoname): Rename to __if_indextoname and define as weak
58         alias of __if_indextoname.  Use libc_hidden_weak.
59         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
60         libc_hidden_proto.
61         [!_ISOMAC] (__if_freenameindex): Likewise.
62         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
63         if_nametoindex.
64         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
65         variable.
66         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
67         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
68         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
69         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
70         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
71         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
72         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
73
74         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
75         Remove variable.
76         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
77         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
78
79 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
80
81         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
82         subscript above bounds'
83
84         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
85         bounds.
86
87 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
88
89         * libio/tst-fopenloc.c: Use test-skeleton.c.
90
91         * stdlib/tst-bsearch.c: Use test-skeleton.c.
92         (entry): Rename to ITEM.
93         (do_test, comp): Adjust.
94
95         * stdio-common/tst-fseek.c: Use test-skeleton.c.
96
97 2014-12-16  Torvald Riegel  <triegel@redhat.com>
98
99         * string/tester.c: Include <libc-internal.h>.
100         (test_memset): Ignore -Wmemset-transposed-args.
101
102 2014-12-16  Torvald Riegel  <triegel@redhat.com>
103
104         * misc/tst-mntent2.c (do_test): Fix warning.
105
106 2014-12-16  Torvald Riegel  <triegel@redhat.com>
107
108         * elf/tst-unique4lib.cc(a): Mark as used.
109
110 2014-12-16  Florian Weimer  <fweimer@redhat.com>
111
112         [BZ #17630]
113         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
114         names.
115
116 2014-12-16  Allan McRae  <allan@archlinux.org>
117
118         * stdio-common/Makefile (tests): Re-add bug26.
119
120 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
121
122         [BZ #17657]
123         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
124         static array.
125
126 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
127
128         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
129         (__lll_lock_wait): Likewise.
130         (__lll_timedlock_wait): Likewise.
131         (__lll_timedwait_tid): Likewise.
132         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
133         (__lll_robust_timedlock_wait): Likewise.
134         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
135         (lll_cond_trylock): Likewise.
136         (__lll_lock): Likewise.
137         (__lll_robust_lock): Likewise.
138         (__lll_cond_lock): Likewise.
139         (lll_robust_cond_lock): Likewise.
140         (__lll_timedlock): Likewise.
141         (__lll_robust_timedlock): Likewise.
142         (__lll_unlock): Likewise.
143         (__lll_robust_unlock): Likewise.
144         (lll_wait_tid): Likewise.
145         (lll_timedwait_tid): Likewise.
146
147 2014-12-15  Torvald Riegel  <triegel@redhat.com>
148
149         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
150
151 2014-12-15  Torvald Riegel  <triegel@redhat.com>
152
153         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
154
155 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
156
157         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
158         * stdio-common/tst-sprintf.c: Likewise.
159
160 2014-12-15  Torvald Riegel  <triegel@redhat.com>
161
162         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
163
164 2014-12-15  Jeff Law  <law@redhat.com>
165
166         [BZ #16617]
167         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
168         on the heap.  (CVE-2012-3406)
169         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
170         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
171         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
172
173 2014-12-15  Will Newton  <will.newton@linaro.org>
174
175         * manual/install.texi: Bump required version of texinfo
176         to 4.7 from 4.5.
177         * INSTALL: Regenerated.
178         * configure.ac: Check for makeinfo version 4.7 and above.
179         * configure: Regenerated.
180
181 2014-12-12  Roland McGrath  <roland@hack.frob.com>
182
183         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
184         PREFIX, string constant to insert between directory and name.
185         * sysdeps/posix/shm_open.c: Update caller.
186         * sysdeps/posix/shm_unlink.c: Likewise.
187         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
188         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
189         (SEM_SHM_PREFIX): New macro.
190         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
191         [$(have-thread-library) = no].
192         * nptl/Makefile (libpthread-routines): Add shm-directory.
193         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
194         * sysdeps/nptl/shm-directory.h: New file.
195         * sysdeps/posix/shm-directory.c
196         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
197         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
198         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
199         INTERNAL_SYSCALL.
200         (__where_is_shmfs): Function removed.
201         (mountpoint, defaultmount, defaultdir, __namedsem_once):
202         Variables removed.
203         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
204         Use SHM_GET_NAME.
205         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
206
207         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
208         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
209         unconditional for use inside libpthread.
210         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
211
212 2014-12-12  Roland McGrath  <roland@hack.frob.com>
213
214         * nptl/pthread_getaffinity.c: New file.
215         * nptl/pthread_setaffinity.c: New file.
216         * nptl/pthread_getname.c: New file.
217         * nptl/pthread_setname.c: New file.
218
219         * nptl/pthread_create.c (START_THREAD_DEFN)
220         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
221
222 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
223             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
224
225         * resolv/res_send.c (send_vc): Disable warning resplen may
226         be used uninitialized.
227
228 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
229
230         * nptl/tst-mutex6.c
231         (ATTR_NULL): New define checks ATTR against NULL.
232         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
233         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
234
235 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
236
237         [BZ #17581]
238         * malloc/hooks.c
239         (mem2mem_check): Revert my previous change.
240         (malloc_check_get_size): Revert my previous change.
241         (mem2chunk_check): Revert my previous change.
242
243 2014-12-11  Roland McGrath  <roland@hack.frob.com>
244
245         * sysdeps/posix/shm-directory.c: New file.
246         * sysdeps/posix/shm-directory.h: New file.
247         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
248         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
249         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
250         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
251         Transmute EPERM to EACCES.
252         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
253         from ...
254         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
255         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
256
257 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
258
259         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
260         pointer and cast to uintptr_t.
261         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
262         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
263         Add cast to avoid warning.
264         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
265
266 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
267
268         * nptl/semaphore.h: Move to ...
269         * sysdeps/pthread/semaphore.h: ... here.
270         * Makefile (installed-headers): Change nptl/semaphore.h to
271         sysdeps/pthread/semaphore.h.
272
273 2014-12-11  Roland McGrath  <roland@hack.frob.com>
274
275         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
276         generated error format strings.
277
278         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
279         -Wformat-extra-args warnings for scanf formats.
280         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
281         test of zero-length format (duh).
282         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
283         corner-case scanf format test.
284         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
285         generated fprintf format string.
286         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
287         corner-case sprintf format tests.
288         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
289         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
290         -Wformat-extra-args warnings throughout.
291         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
292         (CFLAGS-scanf4.c): Likewise.
293         (CFLAGS-scanf7.c): Likewise.
294         (CFLAGS-tst-sprintf.c): Likewise.
295         (CFLAGS-tst-printf.c): Likewise.
296         (CFLAGS-tst-printfsz.c): Likewise.
297
298 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
299
300         * include/cpio.h: New file.
301         * include/fmtmsg.h: Likewise.
302
303         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
304         corresponding format argument to size_t.
305         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
306         arguments.
307         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
308         corresponding format argument to size_t.
309         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
310         arguments.
311         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
312         corresponding format argument to size_t.
313         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
314         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
315         (CFLAGS-tst-mbswcs2.c): Likewise.
316         (CFLAGS-tst-mbswcs3.c): Likewise.
317         (CFLAGS-tst-mbswcs4.c): Likewise.
318         (CFLAGS-tst-mbswcs5.c): Likewise.
319         (CFLAGS-tst-trans.c): Likewise
320
321 2014-12-11  Roland McGrath  <roland@hack.frob.com>
322
323         * posix/regexbug1.c (main): Use "%s" format with regerror results,
324         rather than assuming they won't contain any '%'s.
325
326 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
327
328         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
329         inhibit_loop_to_libcall to avoid recursive calls.
330         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
331         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
332
333 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
334
335         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
336         prototype.
337
338 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
339
340         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
341         integer value instead of boolean.
342
343 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
344
345         * malloc/malloc.c: Fix powerof2 check.
346
347 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
348
349         * locale/programs/locfile.h (maybe_swap_uint32):
350         Remove inline and add unused attribute.
351
352 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
353
354         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
355         Truncating assembler expression to a .long expression.
356
357 2014-12-11  Andreas Schwab  <schwab@suse.de>
358
359         * elf/rtld.c (struct map_args): Constify str member.
360         (do_preload): Constify fname argument.
361
362 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
363
364         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
365         constants definition.
366
367 2014-12-11  Andreas Schwab  <schwab@suse.de>
368
369         [BZ #16657]
370         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
371         FORCE_ELISION instead of DO_ELISION.
372         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
373         Remove.
374         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
375         Likewise.
376
377         * iconvdata/gconv-modules: Remove duplicate entry.
378
379 2014-12-11  Will Newton  <will.newton@linaro.org>
380
381         Merge gettext 0.19.3 into intl/.
382
383         This involves a number of cosmetic changes to comments
384         and ANSI function definitions and prototypes throughout
385         all the files. The gettext copyright header is used but
386         with the date ranges taken from the glibc copy.
387
388         * NEWS: Add gettext merge to 2.21.
389         * intl/bindtextdom.c: Switch to gettext copyright.
390         Use ANSI definitions and prototypes.
391         Use gl_* locking primitives rather than __libc_* ones.
392         Use __builtin_expect rather than __glibc_likely/unlikely.
393         * intl/dcgettext.c: Switch to gettext copyright.
394         Use ANSI definitions and prototypes.
395         * intl/dcigettext.c: Switch to gettext copyright.
396         Use ANSI definitions and prototypes.
397         (INTDIV0_RAISES_SIGFPE): New define.
398         Use gl_* locking primitives rather than __libc_* ones.
399         Include eval-plural.h instead of plural-eval.c.
400         Use __builtin_expect rather than __glibc_likely/unlikely.
401         * intl/dcngettext.c: Switch to gettext copyright.
402         Use ANSI definitions and prototypes.
403         * intl/dgettext.c: Likewise.
404         * intl/dngettext.c: Likewise.
405         * intl/plural-eval.c: Renamed to...
406         * intl/eval-plural.h: ...this.
407         * intl/explodename.c: Switch to gettext copyright.
408         Use ANSI definitions and prototypes.
409         (_nl_explode_name): Use strchr instead of __rawmemchr.
410         * intl/finddomain.c: Switch to gettext copyright.
411         Use ANSI definitions and prototypes.
412         Use gl_* locking primitives rather than __libc_* ones.
413         (_nl_find_domain): Use malloc rather than alloca for
414         allocation of temporary locale name.
415         * intl/gettext.c: Switch to gettext copyright.
416         Use ANSI definitions and prototypes.
417         * intl/gettextP.h: Switch to gettext copyright.
418         Use ANSI definitions and prototypes.
419         Use gl_* locking primitives rather than __libc_* ones.
420         * intl/gmo.h: Switch to gettext copyright.
421         (struct sysdep_string): Move struct segment_pair outside of
422         struct definition.
423         * intl/hash-string.c: Use ANSI definitions and prototypes.
424         * intl/hash-string.h: Switch to gettext copyright.
425         Use ANSI definitions and prototypes.
426         * intl/l10nflist.c: Switch to gettext copyright.
427         Use ANSI definitions and prototypes.
428         (_nl_normalize_codeset): Avoid integer overflow.
429         * intl/loadinfo.h: Switch to gettext copyright.
430         Use ANSI definitions and prototypes.
431         (LIBINTL_DLL_EXPORTED): New define.
432         (PATH_SEPARATOR): New define.
433         * intl/loadmsgcat.c: Switch to gettext copyright.
434         * intl/localealias.c: Switch to gettext copyright.
435         Use ANSI definitions and prototypes.
436         (_nl_expand_alias): Use PATH_SEPARATOR.
437         * intl/ngettext.c: Switch to gettext copyright.
438         Use ANSI definitions and prototypes.
439         * intl/plural-exp.c: Likewise.
440         * intl/plural-exp.h: Switch to gettext copyright.
441         Use ANSI definitions and prototypes.
442         (struct expression): Move definition of enum operator outside
443         of struct definition.
444         * intl/plural.c: Regenerate.
445         * intl/plural.y: Switch to gettext copyright.
446         Use ANSI definitions and prototypes.
447         Port to bison 3.0.
448         * intl/textdomain.c: Switch to gettext copyright.
449         Use ANSI definitions and prototypes.
450         Use gl_* locking primitives rather than __libc_* ones.
451
452 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
453
454         * debug/warning-nop.c: Add used atrribute.
455
456 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
457
458         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
459
460         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
461         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
462         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
463
464 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
465             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
466
467         [BZ #17634]
468         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
469         Undefine after defining function.  Define as weak alias of
470         __wcschr.  Use libc_hidden_weak.
471         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
472         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
473         (libc_hidden_def): Also define __GI___wcschr alias.
474         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
475         __wcschr and define as weak alias of __wcschr.
476         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
477         __wcschr.
478         [!WCSCHR] (DEFAULT_WCSCHR): Define.
479         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
480         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
481         libc_hidden_weak.  Do not use libc_hidden_def.
482         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
483         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
484         __GI___wcschr alias.
485         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
486         [IS_IN (libc)] (wcschr): Define as macro expanding to
487         __redirect_wcschr.
488         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
489         [IS_IN (libc)] (__wcschr_power6): Likewise.
490         [IS_IN (libc)] (__wcschr_power7): Likewise.
491         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
492         instead of wcschr.
493         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
494         __libc_wcschr.
495         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
496         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
497         __wcschr and define as weak alias of __wcschr.  Use
498         libc_hidden_builtin_def.
499         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
500         as weak alias of __wcschr.  Use libc_hidden_weak.
501         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
502         wcschr.
503         * time/era.c (_nl_init_era_entries): Likewise.
504         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
505         variable.
506         (test-xfail-XPG3/time.h/linknamespace): Likewise.
507         (test-xfail-XPG4/time.h/linknamespace): Likewise.
508
509 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
510
511         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
512         format for long int variable.
513
514 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
515
516         [BZ #10672]
517         * manual/search.texi: (Array Sort Function): Remove claim how to make
518         qsort stable.
519
520 2014-12-10  Andreas Schwab  <schwab@suse.de>
521
522         [BZ #12847]
523         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
524         user-controlled locks.
525
526 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
527
528         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
529         register.
530
531 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
532
533         * configure.ac (--disable-werror): New configure option.
534         (enable_werror): New AC_SUBST.
535         * configure: Regenerated.
536         * config.make.in (enable-werror): New variable.
537         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
538         -Wno-error=undef.
539         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
540         * manual/install.texi (Configuring and compiling): Document
541         --disable-werror.
542         * INSTALL: Regenerated.
543         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
544         (CFLAGS-tst-chk2.c): Likewise.
545         (CFLAGS-tst-chk3.c): Likewise.
546         (CFLAGS-tst-chk4.cc): Likewise.
547         (CFLAGS-tst-chk5.cc): Likewise.
548         (CFLAGS-tst-chk6.cc): Likewise.
549         (CFLAGS-tst-lfschk1.c): Likewise.
550         (CFLAGS-tst-lfschk2.c): Likewise.
551         (CFLAGS-tst-lfschk3.c): Likewise.
552         (CFLAGS-tst-lfschk4.cc): Likewise.
553         (CFLAGS-tst-lfschk5.cc): Likewise.
554         (CFLAGS-tst-lfschk6.cc): Likewise.
555
556         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
557         (main): Disable -Wdeprecated-declarations around calls to
558         register_printf_function.
559
560         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
561         (do_test): Disable -Wdiv-by-zero around some calls to
562         fwrite_unlocked and fread_unlocked.
563
564         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
565         (DIAG_POP_NEEDS_COMMENT): Likewise.
566         (_DIAG_STR1): Likewise.
567         (_DIAG_STR): Likewise.
568         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
569         * stdio-common/bug21.c: Include <libc-internal.h>.
570         (do_test): Disable -Wformat around call to sscanf.
571         * stdio-common/scanf14.c: Include <libc-internal.h>.
572         (main): Disable -Wformat around some calls to scanf functions.
573
574 2014-12-09  Torvald Riegel  <triegel@redhat.com>
575
576         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
577
578 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
579
580         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
581         stack variable alignment.
582
583 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
584
585         [BZ #17682]
586         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
587         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
588         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
589         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
590         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
591         __getrlimit instead of getrlimit.
592         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
593         __gettimeofday instead of gettimeofday.
594         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
595         Likewise.
596         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
597         Likewise.
598         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
599         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
600         Remove variable.
601         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
602         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
603
604 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
605
606         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
607         for wide-character tests.
608
609 2014-12-04  Roland McGrath  <roland@hack.frob.com>
610
611         * io/openat64.c: #include <libc-internal.h>
612         (__openat64): Prototypify.  Use ignore_value on MODE.
613         * io/openat.c: Likewise.
614         * misc/reboot.c: #include <libc-internal.h>
615         (reboot): Prototypify.  Use ignore_value on HOWTO.
616         * misc/ptrace.c: #include <libc-internal.h>
617         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
618
619 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
620
621         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
622         XPG4, UNIX98 and XOPEN2K.
623         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
624         Remove variable.
625         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
626
627 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
628
629         * libio/fileops.c: Use ISO C style for function definitions.
630         * libio/iofopen.c: Likewise.
631         * libio/wfileops.c: Likewise.
632
633         [BZ #17653]
634         * libio/fileops.c (_IO_new_file_underflow): Unset cached
635         offset on EOF.
636         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
637         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
638         (fgets_func): Function pointer to fgets and fgetws.
639         (do_ftell_test): Add test to verify ftell value after read
640         EOF.
641         (do_test): Set fgets_func.
642
643         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
644         O_TRUNC flag for w and w+ modes.
645         (do_rewind_test): Likewise.
646         (do_ftell_test): Likewise.
647         (do_write_test): Likewise.
648
649         [BZ #17647]
650         * libio/fileops.c (do_ftell): Seek only when there are
651         unflushed writes.
652         * libio/wfileops.c (do_ftell_wide): Likewise.
653         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
654         test case.
655         (do_one_test): Call it.
656
657 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
658
659         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
660         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
661         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
662         Remove variable.
663         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
664         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
665         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
666
667 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
668
669         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
670         Remove variable.
671         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
672
673         [BZ #17668]
674         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
675         as weak alias of __getifaddrs.  Use libc_hidden_weak.
676         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
677         __freeifaddrs.  Use libc_hidden_weak.
678         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
679         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
680         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
681         __freeifaddrs.  Use libc_hidden_weak.
682         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
683         __getifaddrs and define as weak alias of __getifaddrs.  Use
684         libc_hidden_weak.
685         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
686         __freeifaddrs.  Use libc_hidden_weak.
687         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
688         Remove variable.
689         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
690         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
691
692 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
693
694         [BZ #17601]
695         * sysdeps/mips/start.S (__start): Use indirect jump to call
696         __libc_start_main.
697
698 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
699
700         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
701
702         * nptl/tst-mutex1.c: Include <stdbool.h>.
703         [!ATTR] (ATTR_NULL): New macro.
704         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
705         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
706         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
707
708         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
709         to char *.
710
711         [BZ #17665]
712         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
713         Change conditional to [__USE_MISC].
714
715         [BZ #17664]
716         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
717         fgets_unlocked.
718         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
719         __fgets_unlocked.
720         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
721         fgets_unlocked.
722         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
723         Remove variable.
724         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
725         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
726         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
727         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
728         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
729         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
730         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
731         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
732         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
733
734         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
735
736 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
737
738         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
739         Remove strpbrk objects.
740         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
741         (__libc_ifunc_impl_list): Remove strpbrk implementation.
742         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
743         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
744         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
745         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
746
747         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
748         Remove strcspn objects.
749         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
750         (__libc_ifunc_impl_list): Remove strcspn implementation.
751         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
752         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
753         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
754         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
755
756         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
757         Remove strspn objetcs.
758         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
759         (__libc_ifunc_impl_list): Remove strspn implementation.
760         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
761         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
762         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
763         * sysdeps/powerpc/powerpc64/strspn.S: New file.
764
765 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
766
767         [BZ #17581]
768         * malloc/hooks.c
769         (mem2mem_check): Add a terminator to the chain of checking blocks.
770         (malloc_check_get_size): Use it here.
771         (mem2chunk_check): Ditto.
772
773 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
774
775         * sysdeps/powerpc/powerpc64/strtok.S: New file.
776         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
777
778 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
779
780         * bits/ioctl-types.h: Indent preprocessor directives correctly.
781
782         * nptl/nptl-init.c: Include libc-internal.h.
783         (__pthread_initialize_minimal_internal): Use ROUND_UP.
784
785         * elf/ldconfig.c (search_dir): Expand comment.
786
787 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
788
789         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
790         variable.
791         (linknamespace-symlist-stdlibs-tests): Likewise.
792         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
793         instead of $(objpfx)symlist-stdlibs.
794         (linknamespace-libs-isoc): New variable.
795         (linknamespace-libs): Use $(linknamespace-libs-isoc).
796         (linknamespace-libs-ISO): New variable.
797         (linknamespace-libs-ISO99): Likewise.
798         (linknamespace-libs-ISO11): Likewise.
799         (linknamespace-libs-XPG3): Likewise.
800         (linknamespace-libs-XPG4): Likewise.
801         (linknamespace-libs-POSIX): Likewise.
802         (linknamespace-libs-UNIX98): Likewise.
803         (linknamespace-libs-XOPEN2K): Likewise.
804         (linknamespace-libs-POSIX2008): Likewise.
805         (linknamespace-libs-XOPEN2K8): Likewise.
806         ($(objpfx)symlist-stdlibs): Replace by
807         $(linknamespace-symlist-stdlibs-tests).  Use
808         $(linknamespace-libs-$*) as set of libraries.
809         ($(linknamespace-header-tests)): Update dependencies.  Use
810         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
811         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
812         * conform/linknamespace.pl: Remove comment about considering
813         definitions of symbols from irrelevant libraries.
814
815 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
816
817         [BZ #13862]
818         * elf/dl-tls.c: Include <atomic.h>.
819         (oom): Remove #ifdef SHARED/#endif.
820         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
821         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
822         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
823         big enough.
824         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
825         * nptl/Makefile (tests): Add tst-stack4.
826         (modules-names): Add tst-stack4mod.
827         ($(objpfx)tst-stack4): New.
828         (tst-stack4mod.sos): Likewise.
829         ($(objpfx)tst-stack4.out): Likewise.
830         ($(tst-stack4mod.sos)): Likewise.
831         (clean): Likewise.
832         * nptl/tst-stack4.c: New file.
833         * nptl/tst-stack4mod.c: Likewise.
834
835 2014-11-27  J. Brown  <jb999@gmx.de>
836
837         * sysdeps/x86/bits/string.h: Add recent CPUs.
838
839 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
840
841         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
842         sigblock.
843
844         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
845         feof.
846
847         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
848         variable.
849
850 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
851
852         * nscd/connections.c: Include libc-internal.h because of macro
853         usage ignore_value.
854
855 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
856
857         * string/bits/string3.h (__warn_memset_zero_len): Don't
858         declare for gcc newer than 5.0.
859         (memset): Don't test for zero-length __LEN for gcc newer than
860         5.0.
861
862 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
863
864         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
865         size_t for %zu format.
866
867         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
868         difference, not %ju.
869
870 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
871
872         * include/libc-internal.h (ignore_value): New macro.
873         * nscd/connections.c (restart): Wrap calls to setuid and setgid
874         with ignore_value.
875
876         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
877         definition.
878
879         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
880         pthread_cleanup_push to void *.
881
882         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
883         Undefine.
884
885         [BZ #16619]
886         [BZ #16740]
887         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
888         instead of 1L << 52.
889
890         * libio/bug-rewind.c (do_test): Check fwscanf return values.
891         * libio/bug-rewind2.c (do_test): Likewise.
892
893         * debug/test-stpcpy_chk-ifunc.c: Remove file.
894         * debug/test-strcpy_chk-ifunc.c: Likewise.
895         * wcsmbs/test-wcschr-ifunc.c: Likewise.
896         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
897         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
898         * wcsmbs/test-wcslen-ifunc.c: Likewise.
899         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
900         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
901         * Rules [$(multi-arch) = no] (tests): Do not filter out
902         $(tests-ifunc).
903         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
904         * debug/Makefile (tests-ifunc): Remove variable.
905         (tests): Do not add $(tests-ifunc).
906         * wcsmbs/Makefile (tests-ifunc): Remove variable.
907         (tests): Do not add $(tests-ifunc).
908         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
909         [TEST_IFUNC]: Remove conditionals.
910         * string/test-string.h (TEST_IFUNC): Remove macro.
911         [TEST_IFUNC]: Remove conditionals.
912
913         * string/test-strchr.c [!WIDE] (L): New macro.
914         [WIDE] (L): Likewise.
915         (check1): Use CHAR instead of char.  Use L on string and character
916         constants.
917
918 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
919
920         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
921         tests.
922         * sysdeps/powerpc/bits/atomic.h
923         (__arch_atomic_exchange_and_add_32_acq): Add definition.
924         (__arch_atomic_exchange_and_add_32_rel): Likewise.
925         (atomic_exchange_and_add_acq): Likewise.
926         (atomic_exchange_and_add_rel): Likewise.
927         * sysdeps/powerpc/powerpc32/bits/atomic.h
928         (__arch_atomic_exchange_and_add_64_acq): Add definition.
929         (__arch_atomic_exchange_and_add_64_rel): Likewise.
930         * sysdeps/powerpc/powerpc64/bits/atomic.h
931         (__arch_atomic_exchange_and_add_64_acq): Add definition.
932         (__arch_atomic_exchange_and_add_64_rel): Likewise.
933
934 2014-11-26  Torvald Riegel  <triegel@redhat.com>
935
936         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
937         Change synchronization of __sched_fifo_min_prio and
938         __sched_fifo_max_prio.
939         * nptl/pthread_mutexattr_getprioceiling.c
940         (pthread_mutexattr_getprioceiling): Likewise.
941         * nptl/pthread_mutexattr_setprioceiling.c
942         (pthread_mutexattr_setprioceiling): Likewise.
943         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
944         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
945         Likewise.
946
947 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
948
949         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
950         void.
951
952 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
953
954         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
955         third argument const.
956
957 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
958
959         fnmatch: work around GCC compiler warning bug with uninit var
960         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
961         This works around a bug with x86-64 GCC 4.9.2 and earlier
962         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
963         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
964         used uninitialized in this function [-Wmaybe-uninitialized]".
965
966 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
967
968         * posix/bug-regex31.c (main): Return RES not 0.
969
970 2014-11-25  Anton Blanchard <anton@samba.org>
971
972         * sysdeps/powerpc/bits/atomic.h
973         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
974
975 2014-11-24  Sterling Augustine  <saugustine@google.com>
976
977         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
978
979 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
980
981         [BZ #17608]
982         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
983
984 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
985
986         [BZ #17633]
987         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
988         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
989         variable.
990         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
991         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
992
993 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
994
995         * string/strncpy.c (strncpy): Improve performance by using memset.
996
997 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
998
999         * string/strcpy.c (strcpy):
1000         Improve performance by using strlen and memcpy.
1001
1002 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1003
1004         * string/strcoll_l.c (get_next_seq): __always_inline.
1005         * string/strcoll_l.c (do_compare): __always_inline.
1006
1007 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1008
1009         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1010         defined.
1011         * include/mqueue.h: Likewise.
1012         * include/stdlib.h: Likewise.
1013
1014         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1015         (get_null_defines): Adjust.
1016         * sunrpc/Makefile: Adjust comment.
1017         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1018         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1019         (CFLAGS-interp.c): Likewise.
1020         (CFLAGS-ldconfig.c): Likewise.
1021         (CPPFLAGS-.os): Likewise.
1022         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1023         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1024         * extra-modules.mk (extra-modules.mk): Likewise.
1025         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1026         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1027         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1028         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1029         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1030         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1031         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1032         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1033         * iconvdata/Makefile (CPPFLAGS): Likewise.
1034         (cpp-srcs-left): Add libof for all iconvdata routines.
1035         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1036         * include/assert.h: Likewise.
1037         * include/ctype.h: Likewise.
1038         * include/errno.h: Likewise.
1039         * include/libc-symbols.h: Likewise.
1040         * include/math.h: Likewise.
1041         * include/netdb.h: Likewise.
1042         * include/resolv.h: Likewise.
1043         * include/stdio.h: Likewise.
1044         * include/stdlib.h: Likewise.
1045         * include/string.h: Likewise.
1046         * include/sys/stat.h: Likewise.
1047         * include/wctype.h: Likewise.
1048         * intl/l10nflist.c: Likewise.
1049         * libidn/idn-stub.c: Likewise.
1050         * libio/libioP.h: Likewise.
1051         * nptl/libc_multiple_threads.c: Likewise.
1052         * nptl/pthreadP.h: Likewise.
1053         * posix/regex_internal.h: Likewise.
1054         * resolv/res_hconf.c: Likewise.
1055         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1056         * sysdeps/arm/memmove.S: Likewise.
1057         * sysdeps/arm/sysdep.h: Likewise.
1058         * sysdeps/generic/_itoa.h: Likewise.
1059         * sysdeps/generic/symbol-hacks.h: Likewise.
1060         * sysdeps/gnu/errlist.awk: Likewise.
1061         * sysdeps/gnu/errlist.c: Likewise.
1062         * sysdeps/i386/i586/memcpy.S: Likewise.
1063         * sysdeps/i386/i586/memset.S: Likewise.
1064         * sysdeps/i386/i686/memcpy.S: Likewise.
1065         * sysdeps/i386/i686/memmove.S: Likewise.
1066         * sysdeps/i386/i686/mempcpy.S: Likewise.
1067         * sysdeps/i386/i686/memset.S: Likewise.
1068         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1069         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1070         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1071         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1072         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1073         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1074         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1075         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1076         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1077         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1078         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1079         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1080         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1081         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1082         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1083         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1084         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1085         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1086         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1087         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1088         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1089         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1090         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1091         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1092         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1093         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1094         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1095         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1096         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1097         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1098         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1099         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1100         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1101         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1102         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1103         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1104         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1105         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1106         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1107         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1108         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1109         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1110         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1111         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1112         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1113         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1114         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1115         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1116         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1117         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1118         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1119         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1120         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1121         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1122         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1123         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1124         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1125         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1126         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1127         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1128         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1129         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1130         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1131         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1132         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1133         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1134         * sysdeps/posix/closedir.c: Likewise.
1135         * sysdeps/posix/opendir.c: Likewise.
1136         * sysdeps/posix/readdir.c: Likewise.
1137         * sysdeps/posix/rewinddir.c: Likewise.
1138         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1139         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1140         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1141         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1142         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1143         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1144         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1145         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1146         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1147         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1148         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1149         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1150         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1151         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1152         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1153         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1154         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1155         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1156         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1157         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1158         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1159         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1160         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1161         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1162         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1163         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1164         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1165         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1166         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1169         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1170         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1171         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1172         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1173         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1174         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1175         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1176         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1177         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1178         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1179         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1180         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1181         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1182         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1183         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1184         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1185         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1186         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1187         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1188         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1189         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1190         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1191         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1192         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1193         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1194         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1195         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1196         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1197         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1198         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1199         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1200         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1201         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1202         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1203         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1204         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1205         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1206         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1207         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1208         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1209         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1210         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1211         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1212         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1213         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1214         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1215         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1216         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1217         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1218         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1219         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1220         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1221         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1222         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1223         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1224         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1225         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1226         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1227         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1228         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1229         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1230         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1231         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1232         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1233         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1234         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1235         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1236         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1237         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1238         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1239         * sysdeps/unix/alpha/sysdep.S: Likewise.
1240         * sysdeps/unix/alpha/sysdep.h: Likewise.
1241         * sysdeps/unix/make-syscalls.sh: Likewise.
1242         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1243         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1244         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1245         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1246         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1247         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1248         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1249         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1250         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1251         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1252         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1253         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1254         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1255         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1256         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1257         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1258         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1259         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1260         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1261         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1262         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1263         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1264         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1265         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1266         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1267         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1268         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1271         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1272         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1273         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1274         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1275         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1276         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1277         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1278         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1279         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1280         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1281         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1282         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1283         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1284         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1285         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1286         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1287         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1288         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1289         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1290         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1291         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1292         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1293         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1294         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1295         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1296         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1297         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1298         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1299         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1300         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1301         * sysdeps/x86_64/memcpy.S: Likewise.
1302         * sysdeps/x86_64/memmove.c: Likewise.
1303         * sysdeps/x86_64/memset.S: Likewise.
1304         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1305         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1306         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1307         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1308         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1309         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1310         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1311         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1312         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1313         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1314         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1315         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1316         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1317         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1318         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1319         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1320         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1321         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1322         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1323         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1324         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1325         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1326         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1327         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1328         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1329         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1330         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1331         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1332         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1333         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1334         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1335         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1336         * sysdeps/x86_64/strcmp.S: Likewise.
1337
1338         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1339
1340         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1341         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1342         * elf/rtld-Rules: Likewise.
1343         * elf/setup-vdso.h: Likewise.
1344         * include/assert.h: Likewise.
1345         * include/bits/stdlib-float.h: Likewise.
1346         * include/errno.h: Likewise.
1347         * include/sys/stat.h: Likewise.
1348         * include/unistd.h: Likewise.
1349         * sysdeps/aarch64/setjmp.S: Likewise.
1350         * sysdeps/alpha/setjmp.S: Likewise.
1351         * sysdeps/arm/__longjmp.S: Likewise.
1352         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1353         * sysdeps/arm/setjmp.S: Likewise.
1354         * sysdeps/arm/sysdep.h: Likewise.
1355         * sysdeps/generic/_itoa.h: Likewise.
1356         * sysdeps/generic/dl-sysdep.h: Likewise.
1357         * sysdeps/generic/ldsodefs.h: Likewise.
1358         * sysdeps/i386/dl-tls.h: Likewise.
1359         * sysdeps/i386/setjmp.S: Likewise.
1360         * sysdeps/m68k/setjmp.c: Likewise.
1361         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1362         * sysdeps/mach/hurd/opendir.c: Likewise.
1363         * sysdeps/posix/getcwd.c: Likewise.
1364         * sysdeps/posix/opendir.c: Likewise.
1365         * sysdeps/posix/profil.c: Likewise.
1366         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1367         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1368         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1369         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1370         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1371         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1372         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1373         * sysdeps/s390/dl-tls.h: Likewise.
1374         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1375         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1376         * sysdeps/sh/sh3/setjmp.S: Likewise.
1377         * sysdeps/sh/sh4/setjmp.S: Likewise.
1378         * sysdeps/unix/alpha/sysdep.h: Likewise.
1379         * sysdeps/unix/arm/sysdep.S: Likewise.
1380         * sysdeps/unix/i386/sysdep.S: Likewise.
1381         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1382         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1383         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1384         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1385         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1386         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1387         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1388         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1389         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1390         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1391         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1392         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1393         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1396         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1397         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1398         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1399         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1400         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1401         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1402         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1403         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1404         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1405         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1406         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1407         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1408         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1409         * sysdeps/x86_64/setjmp.S: Likewise.
1410
1411         * include/math.h: Use IS_IN instead of IS_IN_libm.
1412         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1413         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1414         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1415         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1416         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1417         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1418         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1419         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1420         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1421         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1422         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1423         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1424         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1425         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1426         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1427         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1428         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1429         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1430         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1431         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1432         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1433         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1434         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1435         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1436         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1437         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1438         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1439         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1440         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1441         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1442         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1443         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1444         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1446         Likewise.
1447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1448         Likewise.
1449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1450         Likewise.
1451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1452         Likewise.
1453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1454         Likewise.
1455         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1456         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1457         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1458         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1459         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1460         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1463         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1466         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1467         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1468         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1469         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1470         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1471         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1472         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1473         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1474         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1475         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1476         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1477         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1478         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1479         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1481         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1482
1483         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1484         * nptl/pthreadP.h: Likewise.
1485         * nptl_db/structs.def: Likewise.
1486         * sysdeps/arm/sysdep.h: Likewise.
1487         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1488         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1489         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1490         * sysdeps/unix/alpha/sysdep.h: Likewise.
1491         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1492         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1493         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1494         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1495         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1496         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1497         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1498         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1499         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1500         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1501         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1502         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1503         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1504         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1507         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1508         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1509         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1510         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1511         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1512         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1513         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1514         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1515         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1516         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1517
1518         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1519         * nptl/pthreadP.h: Likewise.
1520         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1521         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1522         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1523         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1524         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1525         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1526         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1527         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1528         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1529         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1530         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1531         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1533         Likewise.
1534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1535         Likewise.
1536         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1537         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1538         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1539         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1540         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1541         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1542         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1543         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1544
1545         * dlfcn/dladdr.c: Use IS_IN.
1546         * dlfcn/dladdr1.c: Likewise.
1547         * dlfcn/dlclose.c: Likewise.
1548         * dlfcn/dlerror.c: Likewise.
1549         * dlfcn/dlinfo.c: Likewise.
1550         * dlfcn/dlmopen.c: Likewise.
1551         * dlfcn/dlopen.c: Likewise.
1552         * dlfcn/dlsym.c: Likewise.
1553         * dlfcn/dlvsym.c: Likewise.
1554
1555         * include/ifaddrs.h: Use IS_IN.
1556         * inet/check_pf.c: Likewise.
1557         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1558         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1559
1560         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1561         IS_IN_ldconfig.
1562         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1563         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1564
1565         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1566         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1567         IS_IN (libc).
1568
1569         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1570
1571         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1572         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1573         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1574         * include/libc-symbols.h (IS_IN_LIB): New macro.
1575         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1576         * include/netdb.h: Likewise.
1577         * include/stap-probe.h: Remove all uses of IN_LIB.
1578
1579         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1580         instead of IN_MODULE.
1581         * include/libc-symbols.h (IN_MODULE): Define using
1582         MODULE_NAME.
1583         (PASTE_NAME, PASTE_NAME1): New macros.
1584         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1585         of IN_LIB.
1586         (STAP_PROBE_ASM): Likewise.
1587
1588 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1589
1590         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1591         __mach_init in dlopened libc.
1592
1593 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1594
1595         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1596         * sysdeps/arm/preconfigure: Regenerate.
1597
1598 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1599
1600         * nptl/pthread_create.c (__pthread_create_2_1): Set
1601         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1602         when copying values from IATTR into PD.
1603
1604 2014-11-21  Will Newton  <will.newton@linaro.org>
1605             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1606
1607         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1608         Refactor inline-asm.  Also add comment.
1609
1610         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1611         ElfW macro instead of hardcoded Elf64 types.
1612         (la_aarch64_gnu_pltenter): Likewise.
1613         * sysdeps/aarch64/dl-machine.h
1614         (elf_machine_runtime_setup): Use ElfW(Addr).
1615
1616         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1617         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1618         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1619         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1620         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1621         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1622         (R_AARCH64_TLS_DTPMOD): This.
1623         (R_AARCH64_TLS_DTPREL64): Rename to ...
1624         (R_AARCH64_TLS_DTPREL): This.
1625         (R_AARCH64_TLS_TPREL64): Rename to ...
1626         (R_AARCH64_TLS_TPREL): This.
1627         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1628         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1629         R_AARCH64_TLS_TPREL64.
1630         (elf_machine_rela): Likewise.
1631
1632 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1633
1634         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1635         by setting it to 0.  64b atomics are not supported currently.
1636
1637 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1638
1639         [BZ #16469]
1640         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1641         search domain names.
1642
1643 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1644
1645         [BZ #16469]
1646         * NEWS: Update.
1647         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1648         trailing dot.
1649         * posix/tst-getaddrinfo5.c: New.
1650         * posix/Makefile (tests): Add it.
1651
1652 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1653
1654         [BZ #14498]
1655         * NEWS: Fixed.
1656         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1657         after parsing line but before break_if_match.
1658         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1659         if there is a protocol mismatch.
1660
1661 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1662
1663         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1664         because the potential race is on the user-supplied stream.
1665
1666 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1667
1668         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1669         string literal if not passed a buffer.
1670         * manual/job.texi (ctermid): Update reasoning, note deviation
1671         from posix, suggest mtasurace when not passed a buffer, for
1672         future non-preliminary safety notes.
1673
1674 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1675
1676         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1677         of not passing it a buffer.
1678         Reported by Peng Haitao.
1679
1680 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1681
1682         * manual/Makefile ($(objpfx)stamp-summary): Require
1683         check-safety.sh to pass.
1684         * manual/check-safety.sh: Wish for verification that every
1685         @deftypefn and @deftypefun is followed by a @safety remark.
1686
1687 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1688
1689         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1690
1691         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1692         PTHREAD_CANCEL_ASYNCHRONOUS.
1693         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1694         send SIGCANCEL.
1695
1696         * nptl/default-sched.h: New file.
1697         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1698         * nptl/pthread_create.c: Include it.
1699         (__pthread_create_2_1): Use collect_default_sched instead of making
1700         Linux syscalls here directly.
1701
1702 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1703
1704         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1705         __pthread_once): Use C11 atomics.
1706
1707 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1708
1709         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1710
1711 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1712
1713         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1714         atomic_thread_fence_acquire, atomic_thread_fence_release,
1715         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1716         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1717         atomic_compare_exchange_weak_relaxed,
1718         atomic_compare_exchange_weak_acquire,
1719         atomic_compare_exchange_weak_release,
1720         atomic_exchange_acquire, atomic_exchange_release,
1721         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1722         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1723         atomic_fetch_and_acquire,
1724         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1725
1726 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1727
1728         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1729         USE_ATOMIC_COMPILER_BUILTINS): Define.
1730         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1731         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1732         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1733         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1734         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1735         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1736         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1737         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1738         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1739         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1740         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1741         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1742         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1743         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1744         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1745         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1746         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1747         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1748         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1749         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1750         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1751         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1752         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1753         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1754         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1755         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1756         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1757         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1758         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1759         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1760         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1761         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1762         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1763         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1764         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1765         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1766         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1767         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1768         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1769         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1770
1771 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1772
1773         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1774         the sched_priority value here.  It was already checked when the user
1775         called pthread_attr_setschedparam.
1776
1777         * nptl/tst-bad-schedattr.c: New file.
1778         * nptl/Makefile (tests): Add it.
1779
1780 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1781             Florian Weimer  <fweimer@redhat.com>
1782             Joseph Myers  <joseph@codesourcery.com>
1783             Adam Conrad  <adconrad@0c3.net>
1784             Andreas Schwab  <schwab@suse.de>
1785             Brooks  <bmoses@google.com>
1786
1787         [BZ #17625]
1788         * wordexp-test.c (__dso_handle): Add prototype.
1789         (__register_atfork): Likewise.
1790         (__app_register_atfork): New function.
1791         (registered_forks): New global.
1792         (register_fork): New function.
1793         (test_case): Add 3 new tests for WRDE_CMDSUB.
1794         (main): Call __app_register_atfork.
1795         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1796         fork count is non-zero fail the test.
1797         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1798         is set.
1799         (parse_dollars): Remove check for WRDE_NOCMD.
1800         (parse_dquote): Likewise.
1801
1802 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1803
1804         * Makeconfig (built-modules): List non-library modules to be
1805         built.
1806         (module-cppflags): Include libc-modules.h for
1807         everything except shlib-versions.v.i.
1808         (CPPFLAGS): Use it.
1809         (before-compile): Add libc-modules.h.
1810         ($(common-objpfx)libc-modules.h,
1811         $(common-objpfx)libc-modules.stmp): New targets.
1812         (common-generated): Add libc-modules.h and libc-modules.stmp.
1813         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1814         * include/libc-symbols.h: Don't include libc-modules.h.
1815         * include/libc-modules.h: Remove file.
1816         * scripts/gen-libc-modules.awk: New script to generate
1817         libc-modules.h.
1818         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1819         Depend on libc-modules.stmp.
1820
1821         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1822
1823         * Makeconfig (in-module): Get value of libof set for the
1824         translation unit.
1825         (CPPFLAGS): Use $(in-module).
1826         * Makerules: Don't suffix routine names for nonlib.
1827         * include/libc-modules.h: New file.
1828         * include/libc-symbols.h: Include libc-modules.h
1829         (IS_IN): New macro to replace IS_IN_* macros.
1830         * elf/Makefile: Set libof-* for each routine.
1831         * elf/rtld-Rules: Likewise.
1832         * extra-modules.mk: Likewise.
1833         * iconv/Makefile: Likewise.
1834         * iconvdata/Makefile: Likewise.
1835         * locale/Makefile: Likewise.
1836         * malloc/Makefile: Likewise.
1837         * nss/Makefile: Likewise.
1838         * sysdeps/gnu/Makefile: Likewise.
1839         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1840         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1841         * sysdeps/s390/s390-64/Makefile: Likewise.
1842         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1843         CPPFLAGS for nscd instead of nonlib.
1844
1845 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1846
1847         * nptl/createthread.c: New file.
1848
1849         * nptl/createthread.c: Moved ...
1850         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1851
1852         * nptl/createthread.c: Add proper top-line comment.
1853         (do_clone): Folded into ...
1854         (create_thread): ... here.  Take new arguments STOPPED_START and
1855         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1856         increment __nptl_threads, do event-reporting logic, do
1857         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1858         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1859         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1860         just send SIGCANCEL.
1861         * nptl/pthread_create.c: Forward-declare create_thread before
1862         including createthread.c.
1863         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1864         declaration, and new macro START_THREAD_SELF to replace argument.
1865         Remove return statement.
1866         (report_thread_creation): New function.
1867         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1868         synchronization logic, and __nptl_nthreads increment here, around
1869         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1870         PD->parent_cancelhandling here, before create_thread.  When
1871         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1872         __deallocate_stack, and ENOMEM translation here.
1873
1874 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1875
1876         [BZ #17616]
1877         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1878         (mptwo): Rename to __mptwo.
1879         (__inv): Use __mptwo instead of mptwo.
1880         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1881         (mptwo): Rename to __mptwo.
1882         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1883         of mpone and __mptwo instead of mptwo.
1884         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1885         instead of mpone.
1886         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1887         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1888         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1889         of mpone and __mptwo instead of mptwo.
1890         (__mpranred): Use __mpone instead of mpone.
1891         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1892         variable.
1893         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1894         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1895         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1896         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1897         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1898         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1899         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1900         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1901         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1902         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1903         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1904         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1905         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1906         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1907         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1908         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1909         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1910         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1911         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1912
1913 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1914
1915         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1916         replace BSD Handler xref with BSD Signal Handling.
1917
1918 2014-11-17  Richard Henderson  <rth@redhat.com>
1919
1920         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1921         (_FP_PACK_RAW_2): Remove.
1922         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1923         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1924         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1925         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1926         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1927         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1928         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1929         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1930         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1931         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1932         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1933         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1934         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1935         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1936         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1937         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1938
1939 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1940
1941         * signal/signal.h [__USE_MISC]
1942         (struct sigvec): Remove type.
1943         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1944         (sigvec): Remove declaration.
1945         * sysdeps/posix/sigvec.c: Moved ...
1946         * signal/sigvec.c: ... here, replacing old file.
1947         (struct sigvec): New type, copied from old signal.h definition.
1948         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1949         (__sigvec): Convert definition to prototype.
1950         (sigvec): Replace weak_alias with compat_symbol.
1951         * signal/Versions (libc: GLIBC_2.21): New version set.
1952         * include/signal.h: Remove __sigvec declaration.
1953         * sysdeps/unix/bsd/sigvec.c: Remove file.
1954         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1955         * manual/signal.texi (BSD Handler): Remove subsection.
1956         Move siginterrupt up to ...
1957         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1958         (Blocking in BSD): Fold subsection into its parent.
1959         * NEWS: Mention sigvec removal.
1960
1961 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1962
1963         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1964         (DLA_FMS): Make definition conditional only on [__FMA4__].
1965         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1966         definition.
1967
1968         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1969         Make definition conditional only on [PROF].
1970         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1971         definition.
1972         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1973         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1974
1975         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1976         !__GNUC__].
1977         * include/signal.h (__sigpause): Move declaration above call to
1978         libc_hidden_proto.
1979         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1980         variable.
1981         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1982         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1983
1984 2014-11-14  David S. Miller  <davem@davemloft.net>
1985
1986         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1987         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1988
1989 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1990
1991         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1992         * configure: Regenerated.
1993         * manual/install.texi (Tools for Compilation): Document a
1994         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1995         compiler verified to work.
1996         * INSTALL: Regenerated.
1997
1998         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1999         redeclare with asm name.
2000         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2001         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2002         including <string.h>.
2003         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2004         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2005         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2006         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2007         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2008         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2009         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2010
2011 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2012
2013         * stdlib/strtol.c (__strtol): Use prototype definition.
2014
2015         [BZ #17594]
2016         * stdlib/strtol.c (SYM__): New macro.
2017         (SYM__1): Likewise.
2018         (__strtol): Likewise.
2019         (strtol): Rename to __strtol and define as weak alias of
2020         __strtol.  Use libc_hidden_weak.
2021
2022 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2023
2024         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2025         Use numbered labels in inline assembly.
2026
2027 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2028
2029         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2030         Add setjmp LIBC_PROBE.
2031         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2032         Likewise.
2033         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2034         Add longjmp, longjmp_target LIBC_PROBE.
2035         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2036         Likewise.
2037
2038 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2039
2040         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2041         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2042         to get rid of unused variable warning.
2043
2044 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2045
2046         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2047         Check for unwind_backtrace ==  NULL only in SHARED case.
2048         (__backchain_backtrace): Compile only in SHARED case.
2049         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2050         Likewise.
2051         (__backchain_backtrace): Declare as static.
2052
2053 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2054
2055         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2056         (__libc_multiple_threads_ptr): Variable moved ...
2057         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2058
2059 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2060
2061         * conform/GlibcConform.pm: New file.
2062         * conform/conformtest.pl: Use GlibcConform module.
2063         * conform/linknamespace.pl: New file.
2064         * conform/list-header-symbols.pl: Likewise.
2065         * conform/Makefile (linknamespace-symlists-base): New variable.
2066         (linknamespace-symlists-tests): Likewise.
2067         (linknamespace-header-base): Likewise.
2068         (linknamespace-header-tests): Likewise.
2069         (tests-special): Add new tests.
2070         ($(linknamespace-symlists-tests)): New rule.
2071         (linknamespace-libs): New variable.
2072         ($(objpfx)symlist-stdlibs): New rule.
2073         ($(linknamespace-header-tests)): Likewise.
2074         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2075         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2076         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2077         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2078         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2079         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2080         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2081         (test-xfail-ISO/math.h/linknamespace): Likewise.
2082         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2083         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2084         (test-xfail-ISO/time.h/linknamespace): Likewise.
2085         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2086         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2087         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2088         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2089         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2090         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2091         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2092         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2093         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2094         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2095         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2096         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2097         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2098         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2099         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2100         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2101         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2102         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2103         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2104         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2105         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2106         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2107         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2108         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2109         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2110         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2111         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2112         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2113         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2114         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2115         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2116         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2117         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2118         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2119         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2120         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2121         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2122         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2123         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2124         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2125         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2126         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2127         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2128         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2129         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2130         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2131         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2132         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2133         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2134         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2135         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2136         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2137         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2138         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2139         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2140         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2141         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2142         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2143         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2144         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2145         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2146         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2147         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2148         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2149         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2150         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2151         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2152         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2153         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2154         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2155         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2156         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2157         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2158         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2159         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2160         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2161         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2162         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2163         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2164         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2165         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2166         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2167         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2168         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2169         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2170         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2171         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2172         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2173         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2174         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2175         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2176         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2177         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2178         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2179         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2180         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2181         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2182         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2183         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2184         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2185         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2186         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2187         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2188         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2189         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2190         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2191         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2192         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2193         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2194         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2195         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2196         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2197         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2198         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2199         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2200         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2201         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2202         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2203         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2204         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2205         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2206         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2207         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2208         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2209         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2210         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2211         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2212         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2213         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2214         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2215         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2216         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2217         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2218         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2219         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2220         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2221         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2222         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2223         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2224         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2225         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2226         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2227         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2228         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2229         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2230         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2231         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2232         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2233         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2234         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2235
2236         [BZ #17589]
2237         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2238         of fgets_unlocked.
2239
2240         [BZ #17585]
2241         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2242         (memmem): Rename to __memmem and define as weak alias of
2243         __memmem.  Use libc_hidden_weak.
2244         (__memmem): Use libc_hidden_def.
2245         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2246         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2247         memmem.
2248
2249         [BZ #17582]
2250         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2251         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2252         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2253         and define as weak alias of __fgets_unlocked.  Use
2254         libc_hidden_weak.
2255         (__fgets_unlocked): Use libc_hidden_def.
2256         * include/stdio.h (__fgets_unlocked): Declare.  Use
2257         libc_hidden_proto.
2258         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2259         __fgets_unlocked instead of fgets_unlocked.
2260         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2261         (GET_NPROCS_CONF_PARSER): Likewise.
2262         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2263         (GET_NPROCS_CONF_PARSER): Likewise.
2264
2265         [BZ #17574]
2266         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2267         weak alias of __wmemset.  Use libc_hidden_weak.
2268         (__wmemset): Use libc_hidden_def.
2269         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2270         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2271         of wmemset.
2272
2273         [BZ #17573]
2274         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2275         with asm name __mempcpy.
2276         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2277
2278         [BZ #17572]
2279         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2280         and define as weak alias of __rawmemchr.
2281         (__rawmemchr): Do not define as strong alias of rawmemchr.
2282
2283         [BZ #17571]
2284         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2285         alias of __qsort_r.
2286         (qsort): Call __qsort_r instead of qsort_r.
2287         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2288         (__qsort_r): Declare.  Call libc_hidden_proto.
2289         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2290         instead of qsort_r.
2291         * nscd/gai.c (__qsort_r): Define to qsort_r.
2292         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2293         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2294         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2295
2296         [BZ #17570]
2297         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2298         define as weak alias of __malloc_info.
2299
2300         [BZ #17584]
2301         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2302         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2303         (__rewinddir): Use libc_hidden_def.
2304         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2305         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2306         (__rewinddir): Use libc_hidden_def.
2307         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2308         weak alias of __rewinddir.  Don't use libc_hidden_def.
2309         (__rewinddir): Use libc_hidden_def.
2310         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2311         (__rewinddir): Use libc_hidden_proto.
2312         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2313         rewinddir.
2314         (__getcwd): Use __rewinddir instead of rewinddir.
2315
2316         [BZ #17583]
2317         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2318         alias of __fileno.  Use libc_hidden_weak.
2319         (__fileno): Use libc_hidden_def.
2320         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2321         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2322         alias of __ftello.
2323         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2324         __ftello.
2325         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2326         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2327         libc_hidden_def.
2328         (fread_unlocked): Don't use libc_hidden_ver.
2329         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2330         and define as weak alias of __fread_unlocked.  Don't use
2331         libc_hidden_def.
2332         (__fread_unlocked): Use libc_hidden_def.
2333         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2334         (ftello): Don't use libc_hidden_proto.
2335         (__ftello): Declare.  Use libc_hidden_proto.
2336         (fread_unlocked): Don't use libc_hidden_proto.
2337         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2338         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2339         and __ftello instead of fileno, fread_unlocked and ftello.
2340
2341 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2342
2343         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2344         GOT12.
2345         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2346         Likewise.
2347         (_dl_start_user): Likewise.
2348         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2349
2350 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2351             Siddhesh Poyarekar  <siddhesh@redhat.com>
2352
2353         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2354         Move argv and envp down instead of moving argc up.
2355         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2356
2357 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2358
2359         [BZ #17506]
2360         * test-skeleton.c (main): Return successful if one of
2361         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2362         * string/tst-strcoll-overflow.c: Define expected status.
2363
2364 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2365
2366         [BZ #17475]
2367         * locale/iso-639.def: Define Bhili and Tulu language codes.
2368
2369 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2370
2371         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2372
2373 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2374
2375         [BZ #17555]
2376         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2377
2378 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2379
2380         * configure.ac: Updated check of minimal required version to
2381         2.22.
2382         * manual/install.texi (Tools for Compilation): Updated version
2383         number.
2384         * configure: Regenerated.
2385         * INSTALL: Likewise.
2386
2387 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2388
2389         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2390         __tls_get_addr.
2391
2392 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2393
2394         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2395         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2396         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2397         libc_hidden_weak.
2398         (waitpid): Define as alias of __waitpid.
2399         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2400         __waitpid.
2401         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2402         libc_hidden_weak.
2403         (waitpid): Define as alias of __waitpid.
2404         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2405         __libc_waitpid alias.
2406         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2407         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2408         Likewise.
2409         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2410         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2411         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2412         alias.
2413         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2414         __waitpid.
2415         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2416         libc_hidden_weak.
2417         (waitpid): Define as alias of __waitpid.
2418
2419 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2420
2421         * manual/llio.texi: Add comment that write safety has been
2422         fixed in Linux.
2423
2424         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2425         (localplt-build-dso): Add elf/ld.so.
2426         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2427         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2428         and free for ld.so.
2429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2430         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2432         Likewise.
2433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2434         Likewise.
2435         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2436         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2437         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2438         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2439         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2440         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2441         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2442         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2443         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2444         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2445         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2446
2447 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2448
2449         [BZ #14132]
2450         * include/libc-symbols.h (INTUSE): Remove macro.
2451         (INTDEF): Likewise.
2452         (INTVARDEF): Likewise.
2453         (_INTVARDEF): Likewise.
2454         (INTDEF2): Likewise.
2455         (INTVARDEF2): Likewise.
2456         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2457         rtld_hidden_def instead of INTVARDEF.
2458         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2459         (_dl_starting_up_internal): Remove declaration.
2460         (_dl_starting_up): Use rtld_hidden_proto.
2461         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2462         declaration.
2463         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2464         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2465         _dl_starting_up.
2466         * elf/dl-writev.h (_dl_writev): Likewise.
2467         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2468         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2469         _dl_starting_up_internal.
2470
2471 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2472
2473         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2474         test-skeleton.c.
2475
2476 2014-11-05  Will Newton  <will.newton@linaro.org>
2477
2478         * benchtests/Makefile: (bench-malloc): Add malloc thread
2479         scalability benchmark.
2480         * benchtests/bench-malloc-threads.c: New file.
2481
2482 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2483
2484         * sysdeps/aarch64/strchrnul.S: New file.
2485
2486 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2487
2488         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2489         definition.
2490         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2491         Likwise.
2492         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2493         Likewise.
2494         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2495         Likewise.
2496         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2497         Likewise.
2498         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2499         Likewise.
2500
2501 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2502
2503         * catgets/test-gencat.c: Use test-skeleton.c.
2504         * catgets/tst-catgets.c: Likewise.
2505         * csu/tst-empty.c: Likewise.
2506         * elf/tst-audit2.c: Likewise.
2507         * elf/tst-global1.c: Likewise.
2508         * elf/tst-pathopt.c: Likewise.
2509         * elf/tst-piemod1.c: Likewise.
2510         * elf/tst-tls10.c: Likewise.
2511         * elf/tst-tls11.c: Likewise.
2512         * elf/tst-tls12.c: Likewise.
2513         * gnulib/tst-gcc.c: Likewise.
2514         * iconvdata/tst-e2big.c: Likewise.
2515         * iconvdata/tst-loading.c: Likewise.
2516         * iconv/tst-iconv1.c: Likewise.
2517         * iconv/tst-iconv2.c: Likewise.
2518         * inet/test-inet6_opt.c: Likewise.
2519         * inet/tst-gethnm.c: Likewise.
2520         * inet/tst-network.c: Likewise.
2521         * inet/tst-ntoa.c: Likewise.
2522         * intl/tst-codeset.c: Likewise.
2523         * intl/tst-gettext2.c: Likewise.
2524         * intl/tst-gettext3.c: Likewise.
2525         * intl/tst-ngettext.c: Likewise.
2526         * intl/tst-translit.c: Likewise.
2527         * io/test-stat.c: Likewise.
2528         * libio/test-fmemopen.c: Likewise.
2529         * libio/tst-freopen.c: Likewise.
2530         * libio/tst-sscanf.c: Likewise.
2531         * libio/tst-ungetwc1.c: Likewise.
2532         * libio/tst-ungetwc2.c: Likewise.
2533         * libio/tst-widetext.c: Likewise.
2534         * localedata/tst-ctype.c: Likewise.
2535         * localedata/tst-digits.c: Likewise.
2536         * localedata/tst-leaks.c: Likewise.
2537         * localedata/tst-mbswcs1.c: Likewise.
2538         * localedata/tst-mbswcs2.c: Likewise.
2539         * localedata/tst-mbswcs3.c: Likewise.
2540         * localedata/tst-mbswcs4.c: Likewise.
2541         * localedata/tst-mbswcs5.c: Likewise.
2542         * localedata/tst-setlocale.c: Likewise.
2543         * localedata/tst-trans.c: Likewise.
2544         * localedata/tst-wctype.c: Likewise.
2545         * localedata/tst-xlocale1.c: Likewise.
2546         * login/tst-grantpt.c: Likewise.
2547         * malloc/tst-calloc.c: Likewise.
2548         * malloc/tst-malloc.c: Likewise.
2549         * malloc/tst-mallocstate.c: Likewise.
2550         * malloc/tst-mcheck.c: Likewise.
2551         * malloc/tst-mtrace.c: Likewise.
2552         * malloc/tst-obstack.c: Likewise.
2553         * math/atest-exp2.c: Likewise.
2554         * math/atest-exp.c: Likewise.
2555         * math/atest-sincos.c: Likewise.
2556         * math/test-matherr.c: Likewise.
2557         * math/test-misc.c: Likewise.
2558         * math/test-powl.c: Likewise.
2559         * math/tst-definitions.c: Likewise.
2560         * misc/tst-dirname.c: Likewise.
2561         * misc/tst-efgcvt.c: Likewise.
2562         * misc/tst-fdset.c: Likewise.
2563         * misc/tst-hsearch.c: Likewise.
2564         * misc/tst-mntent2.c: Likewise.
2565         * nptl/tst-sem7.c: Likewise.
2566         * nptl/tst-sem8.c: Likewise.
2567         * nptl/tst-sem9.c: Likewise.
2568         * nss/test-netdb.c: Likewise.
2569         * posix/tst-fnmatch.c: Likewise.
2570         * posix/tst-getlogin.c: Likewise.
2571         * posix/tst-gnuglob.c: Likewise.
2572         * posix/tst-mmap.c: Likewise.
2573         * pwd/tst-getpw.c: Likewise.
2574         * resolv/tst-inet_ntop.c: Likewise.
2575         * rt/tst-timer.c: Likewise.
2576         * stdio-common/test-fseek.c: Likewise.
2577         * stdio-common/test-popen.c: Likewise.
2578         * stdio-common/test-vfprintf.c: Likewise.
2579         * stdio-common/tst-cookie.c: Likewise.
2580         * stdio-common/tst-fileno.c: Likewise.
2581         * stdio-common/tst-gets.c: Likewise.
2582         * stdio-common/tst-obprintf.c: Likewise.
2583         * stdio-common/tst-perror.c: Likewise.
2584         * stdio-common/tst-sprintf2.c: Likewise.
2585         * stdio-common/tst-sprintf3.c: Likewise.
2586         * stdio-common/tst-sprintf.c: Likewise.
2587         * stdio-common/tst-swprintf.c: Likewise.
2588         * stdio-common/tst-tmpnam.c: Likewise.
2589         * stdio-common/tst-unbputc.c: Likewise.
2590         * stdio-common/tst-wc-printf.c: Likewise.
2591         * stdlib/tst-environ.c: Likewise.
2592         * stdlib/tst-fmtmsg.c: Likewise.
2593         * stdlib/tst-limits.c: Likewise.
2594         * stdlib/tst-rand48-2.c: Likewise.
2595         * stdlib/tst-rand48.c: Likewise.
2596         * stdlib/tst-random2.c: Likewise.
2597         * stdlib/tst-random.c: Likewise.
2598         * stdlib/tst-strtol.c: Likewise.
2599         * stdlib/tst-strtoll.c: Likewise.
2600         * stdlib/tst-tls-atexit.c: Likewise.
2601         * stdlib/tst-xpg-basename.c: Likewise.
2602         * string/test-ffs.c: Likewise.
2603         * string/tst-bswap.c: Likewise.
2604         * string/tst-inlcall.c: Likewise.
2605         * string/tst-strtok.c: Likewise.
2606         * string/tst-strxfrm.c: Likewise.
2607         * sysdeps/x86_64/tst-audit10.c: Likewise.
2608         * sysdeps/x86_64/tst-audit3.c: Likewise.
2609         * sysdeps/x86_64/tst-audit4.c: Likewise.
2610         * sysdeps/x86_64/tst-audit5.c: Likewise.
2611         * time/tst-ftime_l.c: Likewise.
2612         * time/tst-getdate.c: Likewise.
2613         * time/tst-mktime3.c: Likewise.
2614         * time/tst-mktime.c: Likewise.
2615         * time/tst-posixtz.c: Likewise.
2616         * time/tst-strptime2.c: Likewise.
2617         * time/tst-strptime3.c: Likewise.
2618         * wcsmbs/tst-btowc.c: Likewise.
2619         * wcsmbs/tst-mbrtowc.c: Likewise.
2620         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2621         * wcsmbs/tst-wchar-h.c: Likewise.
2622         * wcsmbs/tst-wcpncpy.c: Likewise.
2623         * wcsmbs/tst-wcrtomb.c: Likewise.
2624         * wcsmbs/tst-wcsnlen.c: Likewise.
2625         * wcsmbs/tst-wcstof.c: Likewise.
2626
2627 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2628
2629         [BZ #14132]
2630         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2631         INTDEF.
2632         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2633         declaration.
2634         (_dl_mcount): Use rtld_hidden_proto.
2635         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2636         _dl_mcount.
2637         * elf/rtld.c (_rtld_global_ro): Likewise.
2638
2639         [BZ #14132]
2640         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2641         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2642         of _dl_init_internal.
2643         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2644         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2645         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2646         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2647         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2648         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2649         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2650         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2651         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2652         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2653         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2654         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2655         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2656         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2657         * sysdeps/tile/dl-start.S (_start): Likewise.
2658         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2659         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2660
2661         [BZ #14132]
2662         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2663         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2664         (rtld_progname): Make macro definition unconditional.
2665         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2666         INTDEF.
2667         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2668         (dl_main): Likewise.
2669         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2670         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2671         instead of _dl_argv_internal.
2672         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2673         __GI__dl_argv instead of INTUSE(_dl_argv).
2674         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2675         __GI__dl_argv instead of _dl_argv_internal.
2676
2677         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2678         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2679         macro.
2680         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2681         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2682         New macro.
2683         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2684         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2685         macro.
2686         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2687         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2688
2689 2014-11-04  Andreas Schwab  <schwab@suse.de>
2690
2691         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2692
2693 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2694
2695         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2696         mtvsrd instruction in binary form.
2697
2698 2014-11-03  Andreas Schwab  <schwab@suse.de>
2699
2700         [BZ #17522]
2701         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2702         for less than MB_LEN_MAX use a local buffer of that size.
2703         * libio/tst-fputws.c: New file.
2704         * libio/Makefile (tests): Add tst-fputws.
2705
2706 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2707
2708         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2709         the size of the fpu_fr.fpu_dregs[] array.
2710
2711 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2712
2713         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2714         (__nanosleep): Do not define as alias.
2715         (nanosleep): Define as alias of __nanosleep.
2716         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2717         __libc_nanosleep name.
2718
2719 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2720
2721         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2722         install.texi in comment.
2723
2724 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2725
2726         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2727         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2728         ... add here and use lwsync or sync ...
2729         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2730         ... and add here using lwsync.
2731
2732 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2733
2734         * elf/dl-machine-reject-phdr.h: New file.
2735         * elf/dl-load.c: #include that.
2736         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2737         if that returned true.
2738
2739 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2740
2741         [BZ #17496]
2742         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2743         gen-as-const-headers chunk.  Add a big scare comment after the last
2744         safe place to touch before-compile.
2745
2746 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2747
2748         * manual/install.texi (Tools for Compilation): Update autoconf
2749         version requirements.
2750         * INSTALL: Regenerated.
2751
2752         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2753         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2754         (__libc_pselect): Likewise.
2755
2756         [BZ #14138]
2757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2761
2762 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2763
2764         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2765         correct barrier instruction.
2766         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2767         Likewise.
2768         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2769         Likewise.
2770
2771 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2772
2773         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2774         after defining inlines.  Instead, just use parens to defeat macro
2775         expansion of __isctype in its declaration.
2776
2777 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2778
2779         * include/sys/uio.h (__libc_readv): Remove declaration.
2780         (__libc_writev): Likewise.
2781         * misc/readv.c (__libc_readv): Rename to __readv.
2782         (__readv): Do not define as alias.
2783         (readv): Define as alias of __readv.
2784         * misc/writev.c (__libc_writev): Rename to __writev.
2785         (__writev): Do not define as alias.
2786         (writev): Define as alias of __writev.
2787         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2788         (__readv): Do not define as alias.
2789         (readv): Define unconditionally as alias of __readv.
2790         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2791         (__writev): Do not define as alias.
2792         (writev): Define unconditionally as alias of __writev.
2793         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2794         name.
2795         (writev): Do not define __libc_writev name.
2796
2797 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2798
2799         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2800         (convert_charseq): New function, broken out of ...
2801         (use_from_charmap): ... here.  Call it.
2802         (use_to_charmap): Use convert_charseq and free instead of duplicating
2803         its code with a variable-length stack struct.
2804
2805 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2806
2807         * include/fcntl.h (__libc_creat): Remove declaration.
2808         * io/creat.c (__libc_creat): Rename to creat.
2809         (creat): Do not define as alias.
2810         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2811         of creat instead of __libc_creat.
2812         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2813         to creat.
2814         (creat): Do not define as alias.
2815         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2816         __libc_creat.
2817         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2818         __libc_creat name.
2819         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2820         Likewise.
2821
2822 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2823
2824         * manual/llio.texi: Add comments discussing why write() may be
2825         considered MT-unsafe on Linux.
2826
2827 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2828
2829         * dl-load.c (local_strdup): Remove.
2830         (expand_dynamic_string_token): Use __strdup.
2831         (decompose_rpath): Likewise.
2832         (_dl_map_object): Likewise.
2833
2834 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2835
2836         [BZ #14132]
2837         * sysdeps/generic/unwind-dw2-fde.c
2838         (__register_frame_info_bases_internal): Do not declare.
2839         (__register_frame_info_table_bases_internal): Likewise.
2840         (__deregister_frame_info_bases_internal): Likewise.
2841         (__register_frame_info_bases): Declare and use hidden_proto before
2842         definition.  Use hidden_def instead of INTDEF.
2843         (__register_frame_info_table_bases): Likewise.
2844         (__deregister_frame_info_bases): Likewise.
2845         (__register_frame_info): Do not use INTUSE.
2846         (__register_frame): Likewise.
2847         (__register_frame_info_table): Likewise.
2848         (__register_frame_table): Likewise.
2849         (__deregister_frame_info): Likewise.
2850         (__deregister_frame): Likewise.
2851
2852 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2853
2854         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2855         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2856         not undefine.
2857         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2858         Likewise.
2859         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2860         Likewise.
2861
2862 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2863
2864         [BZ #14138]
2865         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2866         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2867         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2868         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2869         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2870         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2871         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2872         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2873         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2874         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2875         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2876         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2877         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2878         syscall.
2879         (setfsuid): Likewise.
2880         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2881         (setfsuid): Likewise.
2882         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2883         (setfsuid): Likewise.
2884         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2885         Likewise.
2886         (setfsuid): Likewise.
2887         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2888         (setfsuid): Likewise.
2889         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2890         Likewise.
2891         (setfsuid): Likewise.
2892
2893 2014-10-27  Andreas Schwab  <schwab@suse.de>
2894
2895         [BZ #17501]
2896         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2897         check for Slow_SSE4_2 feature bit.
2898         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2899         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2900         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2901         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2902
2903 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2904
2905         * configure.ac: Validate compiler version with a empirical test of
2906         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2907         $CC -v output.
2908         * configure: Regenerated.
2909
2910         * inet/htons.c (htons): Prototypify.
2911         * inet/htonl.c (htonl): Likewise.
2912
2913 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2914
2915         * string/strncat.c (strncat): Improve performance by using strlen.
2916
2917 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2918
2919         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2920
2921 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2922
2923         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2924         Call libc_fetestexcept_aarch64.
2925
2926 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2927
2928         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2929         Call libc_feholdexcept_aarch64.
2930
2931 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2932
2933         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2934         Call get_rounding_mode.
2935
2936 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2937
2938         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2939         Simplify logic.
2940
2941 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2942
2943         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2944         Simplify logic.
2945
2946 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2947
2948         [BZ #14138]
2949         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2950         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2951         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2952         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2953         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2954         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2955         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2956         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2957         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2958         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2959         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2960         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2961         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2962         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2963         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2964         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2965         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2966         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2967         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2968         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2969         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2970         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2971         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2972         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2973         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2974         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2975         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2976         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2977         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2978         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2979         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2980         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2981         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2982         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2983         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2984         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2985         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2986         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2987         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2988         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2989         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2990         syscall.
2991         (geteuid): Likewise.
2992         (getgid): Likewise.
2993         (getuid): Likewise.
2994         (getresgid): Likewise.
2995         (getresuid): Likewise.
2996         (getgroups): Likewise.
2997         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2998         (geteuid): Likewise.
2999         (getgid): Likewise.
3000         (getuid): Likewise.
3001         (getresgid): Likewise.
3002         (getresuid): Likewise.
3003         (getgroups): Likewise.
3004         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3005         (geteuid): Likewise.
3006         (getgid): Likewise.
3007         (getuid): Likewise.
3008         (getresgid): Likewise.
3009         (getresuid): Likewise.
3010         (getgroups): Likewise.
3011         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3012         Likewise.
3013         (geteuid): Likewise.
3014         (getgid): Likewise.
3015         (getuid): Likewise.
3016         (getresgid): Likewise.
3017         (getresuid): Likewise.
3018         (getgroups): Likewise.
3019         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3020         (geteuid): Likewise.
3021         (getgid): Likewise.
3022         (getuid): Likewise.
3023         (getresgid): Likewise.
3024         (getresuid): Likewise.
3025         (getgroups): Likewise.
3026         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3027         Likewise.
3028         (geteuid): Likewise.
3029         (getgid): Likewise.
3030         (getuid): Likewise.
3031         (getgroups): Likewise.
3032
3033         [BZ #14138]
3034         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3035         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3036         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3037         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3038         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3039         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3040         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3041         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3042         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3043         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3044         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3045         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3046         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3047         __chown.
3048         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3049         (lchown): Likewise.
3050         (fchown): Likewise.
3051         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3052         Likewise.
3053         (lchown): Likewise.
3054         (fchown): Likewise.
3055         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3056         (lchown): Likewise.
3057         (fchown): Likewise.
3058         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3059         Likewise.
3060         (lchown): Likewise.
3061         (fchown): Likewise.
3062
3063 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3064
3065         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3066         Simplify logic.
3067
3068 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3069
3070         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3071         Cleanup logic.
3072
3073 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3074
3075         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3076         Remove unused include.
3077
3078 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3079
3080         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3081         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3082         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3083         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3084
3085 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3086             Helge Deller <deller@gmx.de>
3087
3088         [BZ #17508]
3089         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3090         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3091         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3092
3093 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3094
3095         [BZ #14132]
3096         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3097         Remove macro definition.
3098         (__ashrdi3_v_glibc20): Likewise.
3099         (__lshrdi3_v_glibc20): Likewise.
3100         (__cmpdi2_v_glibc20): Likewise.
3101         (__ucmpdi2_v_glibc20): Likewise.
3102         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3103         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3104         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3105         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3106         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3107         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3108
3109 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3110
3111         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3112         old GNU extension [0] syntax.
3113         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3114         alloca rather than an array member with variable length.
3115         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3116         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3117         (parse_opt): ... here.  Likewise use alloca there.
3118         Validate the -i argument before checking for rootness.
3119         (send_shutdown): New function, broken out of ...
3120         (parse_opt): ... here.
3121
3122 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3123
3124         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3125         macro to get at the _rt_local_ro field.
3126         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3127         ([PIC] case) or _dl_hwcap ([!PIC] case).
3128         * sysdeps/arm/setjmp.S: Likewise.
3129
3130         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3131         * sysdeps/arm/configure.ac: New check to define it.
3132         * sysdeps/arm/configure: Regenerated.
3133         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3134         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3135         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3136         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3137         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3138         Use move/movt pair instead of a load.
3139         (LDST_GLOBAL): Macro removed.
3140         (LDR_GLOBAL): New macro replaces it.
3141         (LDR_HIDDEN): New macro.
3142         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3143         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3144
3145         * setjmp/tst-setjmp-static.c: New file.
3146         * setjmp/Makefile (tests): Add it.
3147         (tests-static): New variable.
3148
3149 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3150
3151         [BZ #17485]
3152         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3153
3154 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3155
3156         [BZ #14132]
3157         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3158
3159 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3160
3161         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3162
3163 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3164
3165         * io/fts.c (dirent_not_directory): New function.
3166         (fts_build): Call it.
3167
3168 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3169
3170         * nptl/version.c (__nptl_main): Use normal __write rather than
3171         INTERNAL_SYSCALL.
3172         (banner): Update copyright years.
3173
3174         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3175         gettimeofday.
3176         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3177         * nptl/pthread_cond_timedwait.c: Likewise.
3178         * nptl/pthread_mutex_timedlock.c: Likewise.
3179         * nptl/sem_timedwait.c: Likewise.
3180
3181         * sysdeps/nptl/bits/libc-lock.h
3182         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3183         (__libc_lock_init_recursive): Return void, not 0.
3184         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3185         (__libc_rwlock_init): Likewise.
3186         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3187
3188 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3189
3190         [BZ #15215]
3191         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3192         (__pthread_once_slow): ... here.
3193         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3194         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3195
3196 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3197
3198         [BZ #15215]
3199         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3200         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3201         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3202         * nptl/pthread_once.c (__pthread_once): Likewise.
3203         Update comments.
3204
3205 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3206
3207         [BZ #14138]
3208         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3209         name.
3210         (writev): Use __libc_writev as strong name.
3211         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3212         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3213
3214 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3215
3216         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3217
3218         * sysdeps/i386/nptl/tls.h
3219         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3220         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3221         New macros.
3222         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3223         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3224         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3225         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3226         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3227         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3228
3229         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3230         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3231         on [__NR_futex].
3232         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3233         broken out of ...
3234         (__pthread_mutex_init): ... here.  Call it.
3235         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3236         Conditionalize PI cases on [__NR_futex].
3237         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3238         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3239         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3240
3241         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3242         conditional on [SIGSETXID].
3243         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3244         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3245         is defined.  Likewise for SIGSETXID.
3246         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3247         Conditionalize definitions on [SIGSETXID].
3248         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3249         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3250         unblocking on [SIGCANCEL].
3251
3252         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3253         [__NR_set_robust_list].
3254
3255 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3256
3257         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3258         (do_compare): Likewise.
3259
3260 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3261
3262         [BZ #15884]
3263         * string/strcoll_l.c: Don't include stdio.h.
3264         (coll_seq): Remove members idxarr and rulearr.
3265         (get_next_seq_cached): Remove function.
3266         (get_next_seq): Likewise.
3267         (get_next_seq_nocache): Rename to get_next_seq.
3268         (do_compare): Remove function.
3269         (do_compare_nocache): Rename to do_compare.
3270         (STRCOLL): Remove weight and rules cache.
3271
3272 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3273
3274         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3275         * sysdeps/arm/sfp-machine.h: ... to here.
3276         * sysdeps/arm/Implies: Remove arm/soft-fp.
3277
3278 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3279
3280         * conform/data/sys/utsname.h-data (*_t): Allow.
3281         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3282         [POSIX] (WEXITED): Do not expect constant.
3283         [POSIX] (WSTOPPED): Likewise.
3284         [POSIX] (WNOHANG): Likewise.
3285         [POSIX] (WNOWAIT): Likewise.
3286         [POSIX] (siginfo_t): Do not expect type or elements.
3287         [POSIX] (pid_t): Do not expect type.
3288         [POSIX] (signal.h): Do not allow header.
3289         [POSIX] (sys/resource.h): Likewise.
3290         [POSIX] (si_*): Do not allow pattern.
3291         [POSIX] (W*): Likewise.
3292         [POSIX] (P_*): Likewise.
3293         [POSIX] (BUS_*): Likewise.
3294         [POSIX] (CLD_*): Likewise.
3295         [POSIX] (FPE_*): Likewise.
3296         [POSIX] (ILL_*): Likewise.
3297         [POSIX] (POLL_*): Likewise.
3298         [POSIX] (SEGV_*): Likewise.
3299         [POSIX] (SI_*): Likewise.
3300         [POSIX] (TRAP_*): Likewise.
3301         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3302         variable.
3303
3304 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3305
3306         [BZ #12926]
3307         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3308         infinite loop when __recvmsg returns 0.
3309
3310 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3311
3312         * CANCEL-FCT-WAIVE: Remove file.
3313         * CANCEL-FILE-WAIVE: Likewise.
3314
3315         [BZ #14132]
3316         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3317         instead of INTVARDEF.
3318         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3319         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3320         rtld_hidden_data_def instead of INTVARDEF.
3321         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3322         * elf/dl-deps.c (expand_dst): Likewise.
3323         * elf/dl-load.c (_dl_dst_count): Likewise.
3324         (_dl_dst_substitute): Likewise.
3325         (decompose_rpath): Likewise.
3326         (_dl_init_paths): Likewise.
3327         (open_path): Likewise.
3328         (_dl_map_object): Likewise.
3329         * elf/rtld.c (dl_main): Likewise.
3330         (process_dl_audit): Likewise.
3331         (process_envvars): Likewise.
3332         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3333         Remove declaration.
3334         (__libc_enable_secure): Use rtld_hidden_proto.
3335
3336 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3337
3338         * elf/dl-load.c
3339         (add_path): New function broken out of _dl_rtld_di_serinfo.
3340         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3341
3342 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3343
3344         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3345         parentheses around macro arguments.
3346         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3347         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3348         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3349         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3350         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3351         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3352         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3353         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3354         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3355         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3356         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3357         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3358         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3359         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3360         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3361         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3362         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3363         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3364         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3365         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3366         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3367         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3368         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3369         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3370         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3371         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3372         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3373         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3374         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3375         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3376         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3377         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3378         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3379         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3380         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3381         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3382         Likewise.
3383         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3384         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3385         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3386         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3387         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3388         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3389         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3390         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3391         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3392         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3393         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3394         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3395         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3396         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3397         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3398         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3399         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3400         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3401         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3402         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3403         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3404         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3405         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3406         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3407         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3408         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3409         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3410         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3411         (_FP_FRAC_SRS_1): Likewise.
3412         (_FP_FRAC_CLZ_1): Likewise.
3413         (_FP_MUL_MEAT_1_imm): Likewise.
3414         (_FP_MUL_MEAT_1_wide): Likewise.
3415         (_FP_MUL_MEAT_1_hard): Likewise.
3416         (_FP_SQRT_MEAT_1): Likewise.
3417         (_FP_FRAC_ASSEMBLE_1): Likewise.
3418         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3419         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3420         (__FP_CLZ_2): Likewise.
3421         (_FP_MUL_MEAT_2_wide): Likewise.
3422         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3423         (_FP_MUL_MEAT_2_gmp): Likewise.
3424         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3425         (_FP_SQRT_MEAT_2): Likewise.
3426         (_FP_FRAC_ASSEMBLE_2): Likewise.
3427         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3428         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3429         (_FP_FRAC_CLZ_4): Likewise.
3430         (_FP_MUL_MEAT_4_wide): Likewise.
3431         (_FP_MUL_MEAT_4_gmp): Likewise.
3432         (_FP_SQRT_MEAT_4): Likewise.
3433         (_FP_FRAC_ASSEMBLE_4): Likewise.
3434         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3435         * soft-fp/op-common.h (_FP_CMP): Likewise.
3436         (_FP_CMP_EQ): Likewise.
3437         (_FP_CMP_UNORD): Likewise.
3438         (_FP_TO_INT): Likewise.
3439         (_FP_FROM_INT): Likewise.
3440         [!__FP_CLZ] (__FP_CLZ): Likewise.
3441         (_FP_DIV_HELP_imm): Likewise.
3442         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3443         Likewise.
3444         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3445         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3446         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3447         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3448         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3449         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3450         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3451         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3452         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3453         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3454         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3455         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3456         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3457         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3458         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3459         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3460         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3461         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3462         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3463         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3464         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3465         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3466         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3467         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3468         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3469         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3470         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3471         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3475         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3476         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3477         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3478         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3479         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3480         (FP_UNPACK_RAW_SP): Likewise.
3481         (FP_PACK_RAW_S): Likewise.
3482         (FP_PACK_RAW_SP): Likewise.
3483         (FP_UNPACK_S): Likewise.
3484         (FP_UNPACK_SP): Likewise.
3485         (FP_UNPACK_SEMIRAW_S): Likewise.
3486         (FP_UNPACK_SEMIRAW_SP): Likewise.
3487         (FP_PACK_S): Likewise.
3488         (FP_PACK_SP): Likewise.
3489         (FP_PACK_SEMIRAW_S): Likewise.
3490         (FP_PACK_SEMIRAW_SP): Likewise.
3491         (_FP_SQRT_MEAT_S): Likewise.
3492         (FP_CMP_S): Likewise.
3493         (FP_CMP_EQ_S): Likewise.
3494         (FP_CMP_UNORD_S): Likewise.
3495         (FP_TO_INT_S): Likewise.
3496         (FP_FROM_INT_S): Likewise.
3497
3498         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3499
3500         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3501         (FP_EX_INVALID_IMZ): Likewise.
3502         (FP_EX_INVALID_IMZ_FMA): Likewise.
3503         (FP_EX_INVALID_ISI): Likewise.
3504         (FP_EX_INVALID_ZDZ): Likewise.
3505         (FP_EX_INVALID_IDI): Likewise.
3506         (FP_EX_INVALID_SQRT): Likewise.
3507         (FP_EX_INVALID_CVI): Likewise.
3508         (FP_EX_INVALID_VC): Likewise.
3509         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3510         "invalid" exceptions.
3511         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3512         (_FP_ADD_INTERNAL): Likewise.
3513         (_FP_MUL): Likewise.
3514         (_FP_FMA): Likewise.
3515         (_FP_DIV): Likewise.
3516         (_FP_CMP_CHECK_NAN): Likewise.
3517         (_FP_SQRT): Likewise.
3518         (_FP_TO_INT): Likewise.
3519         (FP_EXTEND): Likewise.
3520
3521 2014-10-09  Allan McRae  <allan@archlinux.org>
3522
3523         * po/fr.po: Update French translation from translation project.
3524
3525 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3526
3527         [BZ #14132]
3528         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3529         of INTDEF.
3530         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3531         (__cxa_atexit): Use libc_hidden_proto.
3532         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3533
3534         [BZ #14132]
3535         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3536         declaration.
3537         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3538         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3539         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3540         [!_ISOMAC] (__iswctype_internal): Likewise.
3541         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3542         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3543         alias.
3544         (fcntl): Remove __fcntl_internal alias.
3545         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3546         __connect_internal alias.
3547         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3548         Likewise.
3549
3550         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3551         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3552         FP_DENORM_ZERO.
3553         (_FP_CHECK_FLUSH_ZERO): New macro.
3554         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3555         (_FP_CMP): Likewise.
3556         (_FP_CMP_EQ): Likewise.
3557         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3558         FP_DENORM_ZERO.
3559         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3560         (FP_TRUNC): Likewise.
3561
3562         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3563         treated as invalid conversion, not as normal exponent.
3564
3565         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3566         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3567         (_FP_CMP_EQ): Likewise.
3568         (_FP_CMP_UNORD): Likewise.
3569         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3570         (FP_CMP_EQ_D): Likewise.
3571         (FP_CMP_UNORD_D): Likewise.
3572         * soft-fp/extended.h (FP_CMP_E): Likewise.
3573         (FP_CMP_EQ_E): Likewise.
3574         (FP_CMP_UNORD_E): Likewise.
3575         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3576         (FP_CMP_EQ_Q): Likewise.
3577         (FP_CMP_UNORD_Q): Likewise.
3578         * soft-fp/single.h (FP_CMP_S): Likewise.
3579         (FP_CMP_EQ_S): Likewise.
3580         (FP_CMP_UNORD_S): Likewise.
3581         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3582         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3583         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3584         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3585         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3586         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3587         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3588         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3589         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3590         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3591         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3592         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3593         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3594         to FP_CMP_Q.
3595         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3596         FP_CMP_Q.
3597         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3598         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3599         FP_CMP_EQ_Q.
3600         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3601         FP_CMP_Q.
3602         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3603         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3604         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3605         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3606         FP_CMP_EQ_Q.
3607         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3608         FP_CMP_Q.
3609         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3610         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3611         FP_CMP_EQ_Q.
3612         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3613         FP_CMP_Q.
3614         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3615         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3616         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3617         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3618         FP_CMP_EQ_Q.
3619
3620         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3621         a subnormal result, set the underflow exception if trapping on
3622         underflow is enabled.
3623         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3624         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3625         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3626         redefine to 0.
3627         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3628         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3629         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3630         * soft-fp/extendxftf2.c (__extendxftf2): Use
3631         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3632
3633         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3634         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3635         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3636         FP_HANDLE_EXCEPTIONS.
3637         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3638         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3639         FP_HANDLE_EXCEPTIONS.
3640         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3641         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3642         FP_HANDLE_EXCEPTIONS.
3643         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3644         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3645         FP_HANDLE_EXCEPTIONS.
3646
3647 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3648
3649         [BZ #14132]
3650         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3651         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3652         use INTUSE.
3653         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3654         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3655         Remove alias.
3656         (__adjtimex): Define using libc_hidden_ver.
3657         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3658         Remove declaration.
3659         (ntp_gettime): Call __adjtimex directly.
3660         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3661         Remove declaration.
3662         (ntp_gettimex): Call __adjtimex directly.
3663         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3664         __adjtimex_internal alias.
3665
3666 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3667
3668         [BZ #17460]
3669         * nscd/nscd.c (more_help): Rewrite list of tables collection
3670         using xstrdup and asprintf.
3671
3672         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3673
3674 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3675             Roland McGrath  <roland@hack.frob.com>
3676
3677         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3678         (do_lookup_unique): ... local function 'enter' here; update callers.
3679
3680 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3681
3682         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3683         compat_symbol calls on [SHARED].
3684         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3685         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3686         Remove.
3687         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3688         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3689         (oldsetrlimit): Remove.
3690         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3692         (lchown): New syscall entry.
3693         (oldsetrlimit): Remove.
3694         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3695         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3696         (oldsetrlimit): Remove.
3697         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3698
3699         [BZ #14138]
3700         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3701         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3702         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3703         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3704         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3705         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3706         (fchown): Likewise.
3707         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3708         (fchown): Likewise.
3709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3710         Likewise.
3711
3712 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3713
3714         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3715         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3716         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3717         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3718         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3719         Likewise.
3720         (__old_sem_post): Likewise.
3721
3722 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3723
3724         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3725         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3726         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3727         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3728         Use INLINE_VSYSCALL macro.
3729         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3730         __vdso_clock_gettime.
3731         * sysdeps/unix/sysv/linux/tile/init-first.c
3732         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3733         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3734         __vdso_clock_gettime.
3735
3736         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3737         to set up frame more cleanly.
3738
3739         * sysdeps/tile/memcmp.c: New file.
3740
3741         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3742
3743         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3744         * sysdeps/tile/tilegx/strcasestr.c: New file.
3745         * sysdeps/tile/tilegx/strnlen.c: New file.
3746         * sysdeps/tile/tilegx/strstr.c: New file.
3747
3748         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3749
3750 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3751
3752         * nptl/tst-setuid3.c: Write errors to stdout.
3753
3754 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3755
3756         * elf/dl-deps.c
3757         (preload): New functions broken out of _dl_map_object_deps.
3758         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3759
3760 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3761
3762         [BZ #14138]
3763         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3764         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3765
3766 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3767
3768         * sysdeps/mips/strcmp.S: New.
3769
3770 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3771
3772         [BZ #14138]
3773         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3774         (linkat): Likewise.
3775         (mkdirat): Likewise.
3776         (readlinkat): Likewise.
3777         (renameat): Likewise.
3778         (symlinkat): Likewise.
3779         (unlinkat): Likewise.
3780         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3781         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3782         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3783         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3784         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3785         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3786         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3787
3788 2014-09-30  Will Newton  <will.newton@linaro.org>
3789
3790         * math/math.h: Define long double math functions if
3791         _LIBC_TEST is defined.
3792         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3793
3794         * localedata/Makefile: Move assignment to tests-special
3795         into an ifdef testing run-built-tests.
3796         * timezone/Makefile: Likewise.
3797
3798 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3799
3800         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3801         with $(BASH) not $(SHELL).
3802
3803 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3804             Matthew LeGendre  <legendre1@llnl.gov>
3805
3806         [BZ #17411]
3807         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3808         l_reloc_result.
3809
3810 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3811
3812         * stdio-common/printf_fp.c
3813         (hack_digit): New function, broken out of ...
3814         (__printf_fp): ... local function here.  Update call sites.
3815         hack_digit now takes an additional parameter that is a pointer
3816         to a struct of the referenced locals.  Those locals moved inside
3817         the struct and references updated.
3818
3819 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3820
3821         * aclocal.m4: Require autoconf 2.69.
3822         * configure: Regenerated.
3823         * sysdeps/aarch64/configure: Likewise.
3824         * sysdeps/alpha/configure: Likewise.
3825         * sysdeps/arm/armv7/configure: Likewise.
3826         * sysdeps/arm/configure: Likewise.
3827         * sysdeps/ia64/configure: Likewise.
3828         * sysdeps/mach/configure: Likewise.
3829         * sysdeps/mips/configure: Likewise.
3830         * sysdeps/s390/configure: Likewise.
3831         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3833
3834         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3835         file.
3836         * sysdeps/ia64/configure.ac: Likewise.
3837
3838 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3839
3840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3841         specify symbol version for ld.so.  Do not include entry for
3842         libpthread.
3843         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3844         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3845         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3846
3847         [BZ #14171]
3848         * Makeconfig [$(build-shared) = yes]
3849         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3850         makefiles.
3851         [$(build-shared) = yes && $(soversions.mk-done) = t]
3852         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3853         [$(build-shared) = yes && $(soversions.mk-done) = t]
3854         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3855         to Makerules.
3856         [$(build-shared) = yes && $(soversions.mk-done) = t]
3857         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3858         here.
3859         [$(build-shared) = yes && $(soversions.mk-done) = t]
3860         (common-generated): Don't append gnu/lib-names.h and
3861         gnu/lib-names.stmp here.
3862         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3863         (lib-names-h-abi): New variable.
3864         [$(build-shared) = yes && $(soversions.mk-done) = t]
3865         (lib-names-stmp-abi): Likewise.
3866         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3867         abi-variants] (before-compile): Append
3868         $(common-objpfx)$(lib-names-h-abi).
3869         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3870         abi-variants] (common-generated): Append gnu/lib-names.h.
3871         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3872         abi-variants] (install-others-nosubdir): Depend on
3873         $(inst_includedir)/$(lib-names-h-abi).
3874         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3875         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3876         [$(build-shared) = yes && $(soversions.mk-done) = t]
3877         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3878         [$(build-shared) = yes && $(soversions.mk-done) = t]
3879         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3880         [$(build-shared) = yes && $(soversions.mk-done) = t]
3881         (common-generated): Append $(lib-names-h-abi) and
3882         $(lib-names-stmp-abi).
3883         * scripts/lib-names.awk: Do not handle multi being set.
3884         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3885         Remove variable.
3886         (abi-lp64_be-ld-soname): Likewise.
3887         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3888         Likewise.
3889         (abi-hard-ld-soname): Likewise.
3890         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3891         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3892         Remove variable.
3893         (abi-o32_hard-ld-soname): Likewise.
3894         (abi-o32_soft_2008-ld-soname): Likewise.
3895         (abi-o32_hard_2008-ld-soname): Likewise.
3896         (abi-n32_soft-ld-soname): Likewise.
3897         (abi-n32_hard-ld-soname): Likewise.
3898         (abi-n32_soft_2008-ld-soname): Likewise.
3899         (abi-n32_hard_2008-ld-soname): Likewise.
3900         (abi-n64_soft-ld-soname): Likewise.
3901         (abi-n64_hard-ld-soname): Likewise.
3902         (abi-n64_soft_2008-ld-soname): Likewise.
3903         (abi-n64_hard_2008-ld-soname): Likewise.
3904         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3905         Likewise.
3906         (abi-64-v2-ld-soname): Likewise.
3907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3908         ld.so entries.
3909         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3910         variable.
3911         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3912         entry.
3913         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3914         variable.
3915         (abi-64-ld-soname): Likewise.
3916         (abi-x32-ld-soname): Likewise.
3917         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3918         entry.
3919         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3920
3921 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3922
3923         [BZ #14138]
3924         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3925         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3926         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3927         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3928         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3929         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3930         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3931         syscall entry for GLIBC_2.2 symbol version.
3932         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3933         Likewise.
3934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3935         (setrlimit): Likewise.
3936         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3937         Likewise.
3938
3939 2014-09-23  Will Newton  <will.newton@linaro.org>
3940
3941         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3942         _LINUX_ARM_SYSDEP_H include guard too.
3943         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3944         define.
3945
3946 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3947
3948         * sysdeps/unix/sysv/linux/eventfd.c:
3949         Make first argument unsigned.
3950         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3951         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3952
3953 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3954
3955         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3956         * socket/sys/socket.h: Likewise
3957         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3958
3959 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3960
3961         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3962
3963 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3964
3965         * time/tst-ftime.c: New test.
3966         * time/Makefile (tests): Add tst-ftime.
3967
3968 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3969
3970         * soft-fp/extended.h: Fix comment formatting.
3971         * soft-fp/op-1.h: Likewise.
3972         * soft-fp/op-2.h: Likewise.
3973         * soft-fp/op-4.h: Likewise.
3974         * soft-fp/op-8.h: Likewise.
3975         * soft-fp/op-common.h: Likewise.
3976         * soft-fp/soft-fp.h: Likewise.
3977
3978         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3979
3980 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3981
3982         [BZ #6652]
3983         * Makeconfig (soversions-default-setname): Remove variable.
3984         ($(common-objpfx)soversions.i): Don't pass default_setname to
3985         soversions.awk.
3986         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3987         oldest_abi to abi-versions.awk.
3988         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3989         * config.make.in (oldest-abi): Remove variable.
3990         * configure.ac (--enable-oldest-abi): Remove configure option.
3991         * configure: Regenerated.
3992         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3993         text.
3994         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3995         * scripts/soversions.awk: Do not handle default_setname variable.
3996         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3997         variable.
3998         * sysdeps/mach/hurd/configure: Regenerated.
3999         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4000         variable.
4001         * sysdeps/unix/sysv/linux/configure: Regenerated.
4002
4003 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4004
4005         * elf/Makefile (CFLAGS-interp.c): Remove.
4006         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4007         path string.
4008         * elf/interp.c: Include generated runtime-linker.h
4009
4010         * Makerules (lib%.so): Don't include $(+interp) in
4011         prerequisites.
4012         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4013         * dlfcn/eval.c: Remove file.
4014
4015         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4016         macros.
4017
4018         [BZ #17266]
4019         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4020         4.2 and newer.
4021
4022         [BZ #17370]
4023         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4024
4025 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4026             Jakub Jelinek  <jakub@redhat.com>
4027
4028         [BZ #17266]
4029         * libio/stdio.h: Check definition of __fortify_function
4030         instead of __extern_always_inline to include bits/stdio2.h.
4031         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4032         check if __extern_always_inline is defined.
4033         [__USE_MISC || __USE_XOPEN]: Likewise.
4034         [__USE_ISOC99] Likewise.
4035         * misc/sys/cdefs.h (__fortify_function): Define only if
4036         __extern_always_inline is defined.
4037         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4038         __extern_always_inline and __extern_inline only for g++-4.3
4039         and newer or a compatible gcc.
4040
4041 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4042
4043         [BZ #17371]
4044         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4045         last change to handle zero prefix length.
4046
4047 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4048
4049         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4050         _SC_REGEX_VERSION.
4051
4052         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4053         _POSIX_RAW_SOCKETS.
4054
4055 2014-09-13  Allan McRae  <allan@archlinux.org>
4056
4057         * po/ru.po: Update Russian translation from translation project.
4058
4059 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4060
4061         * locale/programs/locale.c (show_locale_vars): Inline local function
4062         into its sole call site.  Clean up some style nits.
4063         (print_item): New function, broken out of ...
4064         (show_info): ... local function here.  Clean up style nits.
4065
4066         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4067         out of ...
4068         (set_class_defaults): ... local function set_default here.
4069         Define set_default as a macro locally to pass constant parameters.
4070         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4071         rather than a shared local.
4072
4073         * stdlib/rpmatch.c (try): New function, broken out of ...
4074         (rpmatch): ... local function here.  Also, prototypify definition.
4075
4076 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4077
4078         * scripts/soversions.awk: Do not handle configuration names.
4079         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4080         vendor and os variables to soversions.awk.
4081         * configure.ac: Do not modify gnu-* host_os.
4082         * configure: Regenerated
4083         * shlib-versions: Remove first column with configuration names.
4084         * nptl/shlib-versions: Likewise.
4085         * nptl_db/shlib-versions: Likewise.
4086         * sysdeps/hppa/shlib-versions: Likewise.
4087         * sysdeps/m68k/shlib-versions: Likewise.
4088         * sysdeps/mach/hurd/shlib-versions: Likewise.
4089         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4090         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4091         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4092         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4093         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4094         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4095         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4096         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4098         Likewise.
4099         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4100         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4101         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4102         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4103         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4104         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4105         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4106         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4107
4108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4109         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4111         Regenerated.
4112         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4114         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4115
4116         * shlib-versions: Remove OS-specific entries.  Moved to files in
4117         sysdeps.
4118         * sysdeps/mach/hurd/shlib-versions: New file.
4119         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4120
4121         * nptl/shlib-versions: Remove architecture-specific entries.
4122         Moved to files in sysdeps.
4123         * shlib-versions: Likewise.
4124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4125         file.
4126         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4127         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4128         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4129         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4130
4131         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4132         (UDP_NO_CHECK6_RX): Likewise.
4133
4134 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4135
4136         * sysdeps/posix/sysconf.c (__sysconf): Spell
4137         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4138
4139 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4140
4141         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4142         loading.
4143         * iconv/Versions (__gconv_transliterate): Export for use from
4144         gconv modules.
4145         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4146         (struct __gconv_trans_data, __gconv_trans_fct,
4147         __gconv_trans_context_fct, __gconv_trans_query_fct,
4148         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4149         definitions.
4150         (struct __gconv_step_data): Remove __trans member.
4151         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4152         longer hidden.  Remove unused trans_data argument.
4153         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4154         (__gconv_translit_find): Remove declaration.
4155         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4156         prototype.
4157         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4158         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4159         trans_data argument.  Add hidden definition.
4160         (__gconv_translit_find): Remove.
4161         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4162         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4163         * iconv/skeleton.c: Remove transliteration initialization.
4164         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4165         __gconv_step_data initialization.
4166         * libio/iofwide.c (__libio_translit_): Remove.
4167         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4168         * wcsmbs/btowc.c (__btowc): Likewise.
4169         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4170         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4171         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4172         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4173         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4174         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4175         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4176         * wcsmbs/wctob.c (wctob): Likewise.
4177
4178 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4179
4180         [BZ #16194]
4181         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4182         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4183         register usage.
4184         * sysdeps/x86/Makefile: Adjust.
4185
4186 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4187             Roland McGrath  <roland@hack.frob.com>
4188
4189         * locale/weight.h: Add include guard.
4190         (findidx): Make static rather than auto; take new parameters
4191         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4192         * locale/weightwc.h: Likewise.
4193         * posix/fnmatch_loop.c
4194         (FCT): Change type of EXTRA from int32_t to wint_t.
4195         Don't include either header inside the function.
4196         Call FINDIDX rather than findidx, and pass new arguments.
4197         #undef FINDIDX at the end of the file.
4198         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4199         FINDIDX before including fnmatch_loop.c for the non-wide version.
4200         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4201         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4202         for the wide version.
4203         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4204         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4205         Pass new arguments to findidx.
4206         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4207         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4208         Don't #include it inside the function.  Pass new arguments to findidx.
4209         * posix/regex_internal.h
4210         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4211         (re_string_elem_size_at): Don't #include it inside the function.
4212         Pass new arguments to findidx.
4213         * string/strcoll_l.c: #include WEIGHT_H at top level.
4214         (get_next_seq): Don't #include it inside the function.
4215         Pass new arguments to findidx.
4216         (get_next_seq_nocache): Likewise.
4217         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4218         (STRXFRM): Don't #include it inside the function.
4219         Pass new arguments to findidx.
4220
4221 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4222
4223         [BZ #17344]
4224         * malloc/malloc.c (unlink): Turn asserts into a call to
4225         malloc_printerr.
4226
4227 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4228
4229         [BZ #17370]
4230         * libio/wfileops (do_ftell_wide): Free OUT.
4231
4232 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4233
4234         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4235
4236 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4237
4238         [BZ #17363]
4239         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4240         group if the current group is empty.
4241
4242 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4243
4244         * benchtests/bench-memset.c (test_main): Add more test from size
4245         from 32 to 512 bytes.
4246         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4247         Add POWER8 memset object.
4248         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4249         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4250         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4251         implementation.
4252         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4253         Likewise.
4254         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4255         multiarch POWER8 memset optimization.
4256         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4257         POWER8 memset optimization.
4258
4259         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4260         Remove bzero multiarch objects.
4261         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4262         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4263         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4264         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4265         Remove define.
4266         [__bzero]: Redefine to specific name.
4267         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4268         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4269         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4270         define.
4271         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4272         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4273
4274 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4275
4276         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4277         warnings into errors.
4278
4279         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4280         __cxa_thread_atexit_impl prototype.
4281
4282 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4283
4284         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4285         Fix capitalization of error message.
4286
4287 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4288
4289         * sysdeps/mips/preconfigure: Modify ABI tests.
4290
4291 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4292
4293         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4294
4295 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4296             Carlos O'Donell  <carlos@systemhalted.org>
4297
4298         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4299         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4300         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4301         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4302         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4303         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4304         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4305         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4306         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4307         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4308         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4309         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4310         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4311         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4312         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4313         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4314         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4315         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4316         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4317         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4318         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4319         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4320         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4321         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4322         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4323         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4324         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4325         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4326         Deconditionalize the code that was previously under [RESET_PID].
4327         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4328         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4329         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4330         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4331         include sysdep.h.
4332
4333 2014-09-08  Allan McRae  <allan@archlinux.org>
4334
4335         * version.h (RELEASE): Set to "development".
4336         (VERSION): Set to "2.20.90"
4337
4338 2014-09-07  Allan McRae  <allan@archlinux.org
4339
4340         * version.h (RELEASE): Set to "stable".
4341         (VERSION): Set to "2.20"
4342         * include/features.h (__GLIBC_MINOR__): Set to 20.
4343
4344         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4345         Liebler.
4346
4347         * po/ko.po: Update Korean translation from translation project.
4348
4349 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4350
4351         [BZ #17354]
4352         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4353         macro for handling signed relocations.
4354
4355 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4356
4357         [BZ #17325]
4358         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4359         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4360         assert.
4361         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4362         * iconvdata/ibm935.c (BODY): Likewise.
4363         * iconvdata/ibm937.c (BODY): Likewise.
4364         * iconvdata/ibm939.c (BODY): Likewise.
4365         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4366         assert.
4367         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4368         script.
4369         * iconvdata/run-iconv-test.sh: New test loop for checking for
4370         decoder crashers.
4371
4372 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4373
4374         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4375         libm_hidden_ver.
4376
4377 2014-09-01  Allan McRae  <allan@archlinux.org>
4378
4379         * po/eo.po: Update Esperanto translation from translation project.
4380
4381         * po/ca.po: Update Catalan translation from translation project.
4382
4383 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4384
4385         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4386         __proc_dostop call.
4387
4388 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4389
4390         [BZ #17319]
4391         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4392         to call set_thread_area instead of hand written asm.
4393         (__NR_set_thread_area): Removed define.
4394         (TLS_FLAG_WRITABLE): Likewise.
4395         (__ASSUME_SET_THREAD_AREA): Remove check.
4396         (TLS_EBX_ARG): Remove define.
4397         (TLS_LOAD_EBX): Likewise.
4398
4399 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4400
4401         Simplify atomicity of socket creation in bind.
4402
4403         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4404         looking up the name after linking the file.
4405
4406 2014-08-27  Allan McRae  <allan@archlinux.org>
4407
4408         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4409
4410 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4411
4412         [BZ #17187]
4413         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4414         trans_compare, open_translit, __gconv_translit_find):
4415         Remove module loading code.
4416
4417 2014-08-26  Allan McRae  <allan@archlinux.org>
4418
4419         * po/vi.po: Update Vietnamese translation from translation project.
4420
4421         * po/uk.po: Update Ukrainian translation from translation project.
4422
4423         * po/fr.po: Update French translation from translation project.
4424
4425         * po/ru.po: Update Russian translation from translation project.
4426
4427         * po/pl.po: Update Polish translation from translation project.
4428
4429         * po/cs.po: Update Czech translation from translation project.
4430
4431         * po/de.po: Update German translation from translation project.
4432
4433         * po/bg.po: Update Bulgarian translation from translation project.
4434
4435         * po/sv.po: Update Sweedish translation from translation project.
4436
4437         * po/nl.po: Update Dutch translation from translation project.
4438
4439         * po/es.po: Update Spanish translation from translation project.
4440
4441 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4442
4443         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4444
4445         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4446         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4447         (CPPFLAGS-iconvconfig): Likewise.
4448         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4449
4450         * include/libc-symbols.h: Remove unnecessary check for
4451         NOT_IN_libc.
4452         * nptl/pthreadP.h: Likewise.
4453         * sysdeps/aarch64/setjmp.S: Likewise.
4454         * sysdeps/alpha/setjmp.S: Likewise.
4455         * sysdeps/arm/sysdep.h: Likewise.
4456         * sysdeps/i386/setjmp.S: Likewise.
4457         * sysdeps/m68k/setjmp.c: Likewise.
4458         * sysdeps/posix/getcwd.c: Likewise.
4459         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4460         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4461         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4462         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4463         * sysdeps/sh/sh3/setjmp.S: Likewise.
4464         * sysdeps/sh/sh4/setjmp.S: Likewise.
4465         * sysdeps/unix/alpha/sysdep.h: Likewise.
4466         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4467         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4468         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4469         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4472         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4473         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4474         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4475         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4476         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4477         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4478         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4479         * sysdeps/x86_64/setjmp.S: Likewise.
4480
4481 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4482
4483         [BZ #17263]
4484         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4485         <stdint.h>.
4486         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4487         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4488
4489 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4490
4491         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4492
4493         [BZ #17262]
4494         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4495         and __x86_64__ when disabling x87 inline functions.
4496
4497 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4498
4499         [BZ #17259]
4500         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4501         asm statement with __cpuid_count.
4502
4503 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4504
4505         * configure.ac: Change __ehdr_start code to dereference the struct.
4506         Run readelf on the output to look for relocations.
4507         * configure: Regenerated.
4508
4509 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4510
4511         [BZ #17261]
4512         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4513         value to 0.
4514         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4515
4516 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4517
4518         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4519
4520 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4521
4522         [BZ #16892]
4523         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4524         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4525
4526 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4527
4528         * malloc/malloc.c: Fix typo in comment.
4529
4530 2014-08-09  Allan McRae  <allan@archlinux.org>
4531
4532         * Regenerate libc.po.
4533
4534 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4535
4536         * intl/tst-gettext2.sh: Check every lang file for creation.
4537
4538 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4539
4540         * sysdeps/aarch64/fpu/math_private.h
4541         (libc_feholdsetround_noex_aarch64_ctx): New function.
4542
4543 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4544
4545         * sysdeps/arm/armv6/strcpy.S (strcpy):
4546         Fix performance issue in misaligned cases.
4547
4548 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4549
4550         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4551         Move definition from termios.h.
4552         (struct termio): Likewise.
4553         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4554         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4555         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4556         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4557         Likewise.
4558         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4559         Move definition to ioctl-types.h
4560         (struct termio): Likewise.
4561         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4562         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4563         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4564         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4565         Likewise.
4566
4567 2014-08-05  Richard Henderson  <rth@redhat.com>
4568
4569         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4570         exceptions.
4571         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4572         Add fraiseexcpt.
4573         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4574         Use __feraiseexcept.
4575         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4576         Protect libm symbols with IS_IN_libm.
4577
4578         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4579
4580 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4581
4582         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4583
4584 2014-08-04  Will Newton  <will.newton@linaro.org>
4585
4586         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4587         file.
4588
4589 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4590
4591         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4592         variants for each function.
4593
4594 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4595
4596         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4597         appended ...
4598         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4599         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4600         appended ...
4601         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4602         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4603         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4604         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4605         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4606         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4607         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4608         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4609         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4610         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4611         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4612         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4613         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4614         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4615         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4616         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4617         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4621         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4622         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4623         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4624         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4625         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4629         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4630         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4631         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4633         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4634         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4635         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4636         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4637         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4638         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4639         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4640         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4641         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4642         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4643         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4644         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4645         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4646         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4647         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4648         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4649         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4650         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4651         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4652         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4653         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4654         Update #include.
4655         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4656         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4657
4658 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4659
4660         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4661         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4662         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4663         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4664         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4665         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4666
4667 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4668
4669         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4670         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4671         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4672         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4673
4674 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4675
4676         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4677         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4678         (__libc_vfork): Define function under this name.
4679         (__vfork): Define as an alias.
4680         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4681         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4682
4683 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4684
4685         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4686         that was previously under [RESET_PID].
4687         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4688
4689 2014-08-04  Andreas Schwab  <schwab@suse.de>
4690
4691         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4692
4693 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4694
4695         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4696         (main): Likewise.
4697
4698 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4699
4700         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4701
4702 2014-08-01  Richard Henderon  <rth@redhat.com>
4703
4704         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4705         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4706         typo in exact zero test.
4707         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4708         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4709         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4710
4711 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4712
4713         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4714         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4715         * sysdeps/arm/sysdep.h: ... here.
4716         [!__ASSEMBLER__]: Include <stdint.h>.
4717
4718 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4719
4720         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4721         (HAVE_WCTYPE_H): Likewise.
4722         (HAVE_ISWCTYPE): Likewise.
4723         (ENABLE_NLS): Likewise.
4724         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4725         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4726
4727         * posix/regex_internal.c: Check if DEBUG is defined and is
4728         set.
4729
4730         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4731         (HAVE_MBSRTOWCS): Likewise.
4732         * posix/fnmatch.c: Include string.h unconditionally.
4733
4734 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4735
4736         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4737         reversal.
4738
4739 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4740
4741         * sysdeps/generic/safe-fatal.h: New file.
4742         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4743         * nptl/forward.c: Include it.
4744         (__pthread_unwind): Use __safe_fatal as default action, rather
4745         than a bogus use of INTERNAL_SYSCALL that could never work.
4746
4747         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4748         * configure.ac (libc_cv_builtin_trap): New test.
4749         * configure: Regenerated.
4750         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4751         (ABORT_INSTRUCTION): Define using __builtin_trap.
4752
4753         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4754         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4755         * sysdeps/nptl/nptl-signals.h: New file.
4756         * nptl/pthreadP.h: Include <nptl-signals.h>.
4757
4758 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4759
4760         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4761         (ONE_DIRECTION): Define.
4762         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4763         (ONE_DIRECTION): Define.
4764         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4765         (ONE_DIRECTION): Define.
4766
4767 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4768
4769         * sysdeps/s390/Makefile: Delete file.
4770         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4771         * sysdeps/s390/__longjmp.c: Delete file.
4772         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4773         Remove fields __flags and __reserved.
4774         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4775         and add versioning.
4776         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4777         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4778         * sysdeps/s390/rtld-setjmp.S: Likewise.
4779         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4780         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4781         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4782         * sysdeps/s390/s390-32/setjmp.S: ... here.
4783         Add versioning.
4784         (__sigsetjmp): Remove setting __flags field.
4785         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4786         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4787         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4788         * sysdeps/s390/s390-64/setjmp.S: ... here.
4789         Add versioning.
4790         (__sigsetjmp): Remove setting __flags field.
4791         * sysdeps/s390/setjmp.S: Delete file.
4792         * sysdeps/s390/sigjmp.c: Likewise.
4793         * sysdeps/s390/v1-longjmp.c: Likewise.
4794         * sysdeps/s390/v1-setjmp.h: Likewise.
4795         * sysdeps/s390/v1-sigjmp.c: Likewise.
4796         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4797         Remove v1-longjmp_chk.
4798         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4799         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4800         Include debug/longjmp_chk.c and add versioning.
4801         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4802         Include nptl/pt-longjmp.c and add versioning.
4803         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4804         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4805         Include __longjmp.c.
4806         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4807         Move to ...
4808         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4809         (__getcontext): Remove setting __flags field.
4810         Add versioning.
4811         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4812         Don't restore upper high grps.
4813         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4814         Likewise.
4815         (__swapcontext): Remove setting uc_flags field.
4816         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4817         Delete file.
4818         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4819         Include __longjmp.c.
4820         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4821         Move to ...
4822         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4823         (__getcontext): Remove setting __flags field.
4824         Add versioning.
4825         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4826         (__swapcontext): Remove setting uc_flags field.
4827         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4828         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4829         Remove fields uc_high_gprs and __reserved.
4830         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4831         New file with reverted content.
4832         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4833         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4834         Regenerated.
4835         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4836         Regenerated.
4837
4838 2014-07-31  Andreas Schwab  <schwab@suse.de>
4839
4840         * config.h.in (HAVE_IFUNC): Define to 0.
4841         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4842         definedness.
4843
4844 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4845
4846         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4847         memmove-avx-unaligned, memcpy-avx-unaligned and
4848         mempcpy-avx-unaligned.
4849         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4850         Add tests for AVX memcpy functions.
4851         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4852         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4853         memcpy_chk.
4854         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4855         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4856         memmove_chk.
4857         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4858         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4859         mempcpy_chk.
4860         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4861         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4862         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4863
4864 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4865
4866         [BZ #17213]
4867         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4868         powerpc64le.
4869
4870 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4871
4872         [BZ #16839]
4873         * manual/llio.texi: Add section about open file description locks.
4874         * manual/examples/ofdlocks.c: Example of open file description
4875         lock usage.
4876         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4877         F_OFD_SETLK, and F_OFD_SETLKW.
4878
4879 2014-07-23  Allan McRae  <allan@archlinux.org>
4880
4881         * po/es.po: Update Spanish translation from translation project.
4882
4883 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4884
4885         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4886
4887 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4888
4889         [BZ #17078]
4890         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4891         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4892         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4893
4894 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4895
4896         [BZ #17088]
4897         * math/fesetenv.c (__fesetenv)
4898         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4899         * math/feupdateenv.c (__feupdateenv)
4900         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4901
4902         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4903         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4904         (__ASSUME_SOCKETCALL): Do not define.
4905
4906         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4907         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4908         (__ASSUME_SOCKETCALL): Do not define.
4909         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4910         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4911         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4912         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4913         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4914         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4915         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4916         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4917
4918         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4919         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4920         (__ASSUME_SOCKETCALL): Do not define.
4921         (__ASSUME_IPC64): Define unconditionally.
4922         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4923         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4924         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4925         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4926         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4927         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4928         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4929         Likewise.
4930
4931         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4932         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4933         (__ASSUME_SOCKETCALL): Do not define.
4934         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4935         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4936         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4937         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4938         (__ASSUME_REQUEUE_PI): Define unconditionally.
4939         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4940         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4941         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4942         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4943         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4944         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4945
4946         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4947         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4948         (__ASSUME_SOCKETCALL): Do not define.
4949         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4950         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4951         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4952         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4953         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4954         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4955
4956         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4957         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4958         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4959         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4960         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4961         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4962         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4963         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4964         (__ASSUME_GETCPU_SYSCALL): Likewise.
4965
4966         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4967         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4968         cases for individual architectures.
4969         * sysdeps/gnu/configure: Regenerated.
4970         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4971         LIBC_SLIBDIR_RTLDDIR.
4972         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4973         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4974         LIBC_SLIBDIR_RTLDDIR.
4975         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4977         LIBC_SLIBDIR_RTLDDIR.
4978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4979         Regenerated.
4980         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4981         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4982         file.
4983         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4984         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4985         file.
4986         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4987         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4988         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4989         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4990
4991         * sysdeps/aarch64/shlib-versions: Move to ...
4992         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4993         * sysdeps/alpha/shlib-versions: Move to ...
4994         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4995         * sysdeps/arm/shlib-versions: Move to ...
4996         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4997         * sysdeps/hppa/shlib-versions: Move all contents except for
4998         libgcc_s entry to ...
4999         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5000         entry from ...
5001         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5002         * sysdeps/ia64/shlib-versions: Move to ...
5003         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5004         entry from ...
5005         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5006         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5007         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5008         * sysdeps/microblaze/shlib-versions: Move to ...
5009         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5010         * sysdeps/mips/shlib-versions: Move to ...
5011         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5012         entry from ...
5013         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5014         * sysdeps/tile/shlib-versions: Move to ...
5015         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5016         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5017         from ...
5018         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5019         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5020         entry from ...
5021         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5022
5023 2014-07-17  Will Newton  <will.newton@linaro.org>
5024
5025         * sysdeps/arm/bits/atomic.h
5026         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5027         (__arch_compare_and_exchange_bool_16_int): Likewise.
5028         (__arch_compare_and_exchange_bool_64_int): Likewise.
5029
5030         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5031         into an #else block.
5032
5033 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5034
5035         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5036         just Linux configurations.  Test empirically that the compiler sets
5037         __ARM_EABI__, rather than using the tuple to decide.
5038         * sysdeps/arm/preconfigure: Regenerated.
5039         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5040         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5041         contents appended ...
5042         * sysdeps/arm/configure.ac: ... here.
5043         * sysdeps/arm/configure: Regenerated.
5044
5045 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5046
5047         * nptl/pthread_kill.c: New file.
5048         * nptl/pthread_sigmask.c: New file.
5049         * nptl/pthread_sigqueue.c: New file.
5050
5051         * sysdeps/nptl/lowlevellock.h: New file.
5052         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5053         * sysdeps/nptl/lowlevellock-futex.h: New file.
5054
5055         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5056         Remove dead declarations.
5057
5058 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5059
5060         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5061         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5062         config-cflags-avx2.
5063         * sysdeps/x86_64/configure.ac: Likewise.
5064         * sysdeps/i386/configure: Regenerated.
5065         * sysdeps/x86_64/configure: Likewise.
5066         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5067         memset-avx2 only if config-cflags-avx2 is yes.
5068         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5069         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5070         defined.
5071         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5072         only if HAVE_AVX2_SUPPORT is defined.
5073         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5074
5075 2014-07-14  Alan Modra  <amodra@gmail.com>
5076
5077         [BZ #17153]
5078         * elf/elf.h (DT_PPC64_NUM): Correct value.
5079         * NEWS: Add to fixed bug list.
5080
5081 2014-07-13  Jim Meyering  <meyering@fb.com>
5082
5083         [BZ 17150]
5084         regex: don't deref NULL upon heap allocation failure
5085         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5086         failure in one more place.
5087         To trigger the segfault, configure grep -with-included-regex,
5088         build it, and run these commands:
5089         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5090
5091 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5092
5093         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5094
5095 2014-07-11  Richard Henderson  <rth@redhat.com>
5096
5097         * sysdeps/aarch64/libm-test-ulps: Update.
5098
5099 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5100
5101         [BZ #17135]
5102         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5103         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5104         (__nptl_setxid): Initialize error member.  Call
5105         __nptl_setxid_error.
5106         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5107         * nptl/descr.h (struct xid_command): Add error member.
5108         * nptl/tst-setuid3.c: New file.
5109         * nptl/Makefile (tests): Add it.
5110
5111 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5112
5113         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5114         New define.
5115         (__lll_trylock): Use __lll_base_trylock.
5116         (__lll_cond_trylock): Likewise.
5117
5118 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5119
5120         * nptl/pthread_create.c (start_thread): Use atomic_or and
5121         lll_futex_wake directly rather than lll_robust_dead.
5122         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5123         (lll_robust_dead): Macro removed.
5124         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5125         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5126         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5127         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5128         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5129         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5130         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5131         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5132         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5133         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5134         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5135         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5136         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5137         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5138         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5139
5140         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5141         Use atomic_compare_and_exchange_val_acq directly rather than
5142         lll_robust_trylock.
5143         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5144         (__lll_robust_trylock, lll_robust_trylock): Removed.
5145         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5146         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5147         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5148         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5149         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5150         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5151         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5152         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5153         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5154         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5155         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5156         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5157         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5158         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5159
5160 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5161
5162         * manual/locale.texi (Locale Names): New section documenting
5163         locale name syntax.  Adjust menu and node chaining accordingly.
5164         (Choosing Locale): Reference Locale Names, Locale Categories.
5165         Mention setting LC_ALL=C.  Reflect that name syntax is now
5166         documented.
5167         (Locale Categories): New section title.  Reference Locale Names.
5168         LC_ALL is an environment variable, but not a category.
5169         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5170         description, now in Locale Name.  Reference that section.  Locale
5171         name syntax is now documented.
5172
5173 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5174
5175         [BZ #17137]
5176         * locale/findlocale.c (name_present, valid_locale_name): New
5177         functions.
5178         (_nl_find_locale): Use the loc_name variable to store name
5179         candidates.  Call name_present and valid_locale_name to check and
5180         validate locale names.  Return an error if the locale is invalid.
5181
5182 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5183
5184         * locale/setlocale.c (setlocale): Use strdup for allocating
5185         composite name copy.
5186
5187 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5188
5189         Sync up with gnulib.
5190         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5191         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5192         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5193         and _GL_ARG_NONNULL.
5194         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5195         [!_LIBC]: Include code for Windows and Cygwin.
5196         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5197         Include prototype for int strerror_r.
5198         [!_LIBC] (is_open): New function.
5199         (flush_stdout): New function.
5200         (print_errno_message): Use it.
5201         (error): Likewise.
5202         (error_at_line): Likewise.
5203         (error_tail) Add function attribute macros.  Use
5204         __builtin_expect.
5205
5206         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5207
5208         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5209
5210         * io/ftw.c: Include sys/param.h unconditionally.
5211
5212         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5213
5214         [BZ #17125]
5215         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5216         libc_freeres_ptr.
5217         (freecache): New function to free CACHE on exit.
5218
5219         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5220         initialization.
5221
5222 2014-07-09  David S. Miller  <davem@davemloft.net>
5223
5224         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5225
5226         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5227         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5228         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5229         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5230         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5231         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5232         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5233         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5234         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5235         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5236         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5237         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5238         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5239
5240 2014-07-09  Andreas Schwab  <schwab@suse.de>
5241
5242         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5243         output.
5244         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5245         (do_test): Likewise.
5246
5247         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5248
5249 2014-07-09  Will Newton  <will.newton@linaro.org>
5250
5251         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5252         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5253         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5254         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5255         * sysdeps/hppa/start.S (_start): Likewise.
5256
5257 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5258
5259         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5260
5261         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5262         defined.
5263
5264 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5265
5266         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5267         after checking that it is non-NULL.
5268
5269         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5270
5271 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5272
5273         * sysdeps/powerpc/memmove.c: Remove file.
5274         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5275         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5276         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5277         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5278         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5279         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5280         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5281         string memmove instead of removed powerpc one.
5282
5283         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5284         [weak_alias]: Fix compiler warning due trailing data.
5285         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5286         [weak_alias]: Likewise.
5287         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5288         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5289
5290         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5291         (__libc_ifunc_impl_list): Add memmove functions.
5292
5293 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5294
5295         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5296         Remove code.
5297         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5298         Likewise
5299         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5300         Likewise
5301         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5302         Likewise
5303         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5304         Likewise
5305         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5306         Likewise
5307         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5308         Likewise
5309         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5310         Likewise
5311         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5312         Likewise
5313         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5314         Likewise
5315         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5316         Likewise
5317         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5318         Likewise
5319         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5320         Likewise
5321         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5322         Likewise
5323         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5324         Likewise
5325         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5326         Likewise
5327         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5328         Likewise
5329
5330 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5331
5332         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5333         to avoid alignment traps in non-cacheable memory.
5334         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5335
5336         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5337         multiarch objects.
5338         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5339         file: multiarch power7 memmove.
5340         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5341         multiarch default memmove.
5342         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5343         multiarch memove for powerpc32/power4.
5344
5345         * string/bcopy.c: Use full path to include memmove.c.
5346         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5347         multiarch objects.
5348         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5349         bcopy for powerpc64.
5350         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5351         bcopy for powerpc64.
5352         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5353         and memmove implementations.
5354         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5355         optimized multiarch memmove for POWER7/powerpc64.
5356         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5357         default multiarch memmove for powerpc64.
5358         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5359         multiarch for powerpc64.
5360         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5361         for POWER7/powerpc64.
5362         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5363         memmove for POWER7/powerpc64.
5364
5365         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5366         glibc default one.
5367
5368         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5369         __ELF_NATIVE_CLASS equal to 64.
5370
5371 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5372
5373         * sysdeps/nptl/lowlevellock.h: File removed.
5374
5375         * NEWS: NPTL is no longer an add-on!
5376         * nptl/internaltypes.h: Moved ...
5377         * sysdeps/nptl/internaltypes.h: ... here.
5378         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5379         * sysdeps/nptl/fork.c: Likewise.
5380         * sysdeps/nptl/gai_misc.h: Likewise.
5381         * sysdeps/nptl/librt-cancellation.c: Likewise.
5382         * sysdeps/nptl/jmp-unwind.c: Likewise.
5383         * sysdeps/nptl/setxid.h: Likewise.
5384         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5385         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5386         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5387         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5388         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5389         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5390         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5391         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5392         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5393         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5394         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5395         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5396         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5397         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5398         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5399         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5400         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5401         * nptl/Makeconfig: Moved ...
5402         * sysdeps/nptl/Makeconfig: ... here.
5403         * nptl/configure: File removed.
5404         * nptl/ANNOUNCE: File removed.
5405         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5406         * sysdeps/unix/sysv/linux/configure: Regenerated.
5407
5408         * nptl/Makefile (routines): Add libc_pthread_init,
5409         libc_multiple_threads, register-atfork and unregister-atfork.
5410         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5411         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5412         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5413         pthread-pi-defines.sym, structsem.sym.
5414         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5415         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5416         [$(subdir) = nptl] (tests): Add tst-setgetname.
5417         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5418         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5419         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5420         [!LIBC_SIGACTION]: Remove aliases.
5421         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5422         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5423         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5424         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5425         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5426         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5427         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5428         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5429         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5430         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5431         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5432         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5433         __libc_allocate_rtsig_private.
5434         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5435         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5436         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5437         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5438         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5439         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5440         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5441         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5442         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5443         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5444         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5445         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5446         * nptl/internaltypes.h: ... here.
5447         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5448         * sysdeps/nptl/jmp-unwind.c: ... here.
5449         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5450         * nptl/libc-lowlevellock.c: ... here.
5451         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5452         * nptl/libc_multiple_threads.c: ... here.
5453         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5454         * nptl/libc_pthread_init.c: ... here.
5455         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5456         * nptl/lowlevelbarrier.sym: ... here.
5457         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5458         * nptl/lowlevelcond.sym: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5460         * nptl/lowlevellock.c: ... here.
5461         * nptl/lowlevellock.h: Moved ...
5462         * sysdeps/nptl/lowlevellock.h: ... here.
5463         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5464         * nptl/lowlevelrobustlock.c: ... here.
5465         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5466         * nptl/lowlevelrobustlock.sym: ... here.
5467         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5468         * nptl/lowlevelrwlock.sym: ... here.
5469         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5470         * nptl/pt-fork.c: ... here.
5471         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5472         * nptl/pthread-pi-defines.sym: ... here.
5473         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5474         * nptl/pthread_attr_getaffinity.c: ... here.
5475         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5476         * nptl/pthread_attr_setaffinity.c: ... here.
5477         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5478         * nptl/pthread_mutex_cond_lock.c: ... here.
5479         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5480         Update #include.
5481         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5482         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5483         * nptl/pthread_once.c: ... here, replacing old file.
5484         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5485         * nptl/pthread_yield.c: ... here.
5486         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5487         * nptl/register-atfork.c: ... here.
5488         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5489         * nptl/sem_post.c: ... here.
5490         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5491         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5492         * nptl/sem_timedwait.c: ... here.
5493         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5494         * nptl/sem_trywait.c: ... here.
5495         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5496         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5497         * nptl/sem_wait.c: ... here.
5498         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5499         * nptl/structsem.sym: ... here.
5500         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5501         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5502         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5503         * nptl/unregister-atfork.c: ... here.
5504         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5505         * nptl/unwindbuf.sym: ... here.
5506         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5507         * sysdeps/nptl/fork.c: ... here.
5508         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5509         * sysdeps/nptl/fork.h: ... here.
5510         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5511         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5512         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5513         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5514         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5515         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5516         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5517         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5518         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5519         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5520         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5521         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5522         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5523         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5524         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5526         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5527         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5528         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5530         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5532         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5534         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5535         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5536         * sysdeps/unix/sysv/linux/raise.c: ... here.
5537         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5538         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5540         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5542         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5543         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5544         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5546         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5547         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5548         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5549         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5550         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5551         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5552
5553 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5554
5555         * sysdeps/generic/memcopy.h: Add comment for
5556         MEMCPY_OK_FOR_FWD_MEMMOVE.
5557
5558 2014-07-04  Will Newton  <will.newton@linaro.org>
5559
5560         * string/memchr.c: Merge from gnulib.
5561         [_LIBC]: Remove conditionals.
5562         (__ptr_t): Remove define.
5563         (LONG_MAX_32_BITS): Likewise.
5564         (LONG_MAX): Likewise.
5565         (MEMCHR): Use ANSI prototype and optimize algorithm.
5566
5567         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5568
5569 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5570
5571         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5572         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5573
5574         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5575         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5576         in a bare environment with no <stdlib.h> installed.
5577         * sysdeps/nptl/configure: Regenerated.
5578
5579         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5580
5581         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5582         AC_EGREP_CPP for kernel header checks, so they only succeed if
5583         including <linux/version.h> actually works right.
5584         * sysdeps/unix/sysv/linux/configure: Regenerated.
5585
5586         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5587         value so it's not diagnosed as unused.
5588
5589         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5590         thing) with "ifeq ($(subdir),rt)".
5591
5592 2014-07-03  Richard Henderson  <rth@redhat.com>
5593
5594         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5595         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5596         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5597
5598         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5599         (math_force_eval): New.
5600
5601         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5602         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5603
5604         * sysdeps/alpha/fpu/s_round.c: Remove file.
5605         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5606
5607         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5608         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5609         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5610         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5611         (_dl_start, print_statistics): Likewise.
5612         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5613         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5614
5615         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5616         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5617         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5618         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5619         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5620         (HP_SMALL_TIMING_AVAIL): Define.
5621         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5622         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5623         (HP_SMALL_TIMING_AVAIL): Define.
5624         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5625         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5626
5627         * sysdeps/aarch64/hp-timing.h: New file.
5628
5629         * sysdeps/generic/hp-timing.h: Remove dead comment.
5630         * sysdeps/generic/hp-timing-common.h: New file.
5631         * sysdeps/alpha/hp-timing.h: Include it.
5632         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5633         * sysdeps/i386/i686/hp-timing.h: Likewise.
5634         * sysdeps/ia64/hp-timing.h: Likewise.
5635         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5636         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5637         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5638         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5639         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5640         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5641         (hp_timing_t): New.
5642
5643         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5644         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5645         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5646         * elf/rtld.c (_dl_start_final): Likewise.
5647         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5648         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5649         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5650         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5651         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5652         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5653         (HP_TIMING_DIFF_INIT): Remove.
5654         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5655         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5656         (HP_TIMING_DIFF_INIT): Remove.
5657         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5658         * sysdeps/i386/i686/hp-timing.c: Remove file.
5659         * sysdeps/x86_64/hp-timing.c: Remove file.
5660         * sysdeps/ia64/hp-timing.c: Remove file.
5661         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5662         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5663         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5664         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5665
5666         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5667         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5668         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5669         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5670         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5671         (HP_TIMING_ACCUM): Remove.
5672         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5673         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5674         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5675
5676         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5677         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5678         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5679         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5680         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5681         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5682         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5683         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5684
5685         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5686
5687 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5688
5689         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5690
5691 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5692
5693         Sync up with gettext.
5694         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5695         [_MSC_VER]: Include malloc.h
5696         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5697         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5698         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5699         TEMP_FAILURE_RETRY.  Cast return of alloca.
5700         [!_LIBC] Call gl_rwlock_init.
5701         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5702
5703 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5704
5705         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5706         before checking its value.
5707
5708 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5709
5710         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5711
5712         * debug/memcpy_chk.c: Don't include pagecopy.h.
5713         * debug/mempcpy_chk.c: Likewise.
5714         * string/memcpy.c: Likewise.
5715         * string/memmove.c: Likewise.
5716         * sysdeps/powerpc/memmove.c: Likewise.
5717         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5718         definition of PAGE_COPY_FWD_MAYBE here...
5719         * sysdeps/generic/pagecopy.h: ... from here.
5720         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5721
5722 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5723             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5724
5725         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5726         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5727         optimizations.
5728         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5729         (__libc_ifunc_impl_list): Likewise.
5730         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5731         multiarch strcat for PPC64.
5732         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5733         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5734
5735 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5736
5737         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5738
5739 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5740
5741         * intl/loadmsgcat.c: Remove declaration of
5742         get_sysdep_segment_value.
5743         (get_sysdep_segment_value): Use ISO C style.
5744         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5745         semicolon.  Fix typo and formatting in comment.
5746         (_nl_unload_domain): Use ISO C style.
5747
5748         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5749
5750 2014-07-02  Will Newton  <will.newton@linaro.org>
5751
5752         * malloc/obstack.c: Merge from gnulib master.
5753         [HAVE_CONFIG_H]: Remove conditional code.
5754         [!_LIBC]: Include config.h.
5755         [!ELIDE_CODE]: Don't include inttypes.h, include
5756         stdint.h unconditionally.
5757         (print_and_abort): Mark as _Noreturn.
5758         (_obstack_allocated_p): Mark as __attribute_pure__.
5759         (obstack_free): Rename to __obstack_free.
5760         [!__attribute__]: Remove conditional code.
5761         * malloc/obstack.h: Merge from gnulib master.
5762         [__cplusplus]: Move conditional down.
5763         [!__attribute_pure__]: Define __attribute_pure__ here
5764         if it is not already defined.
5765         (_obstack_memory_used): Mark as __attribute_pure__.
5766         [!__obstack_free]: Define as obstack_free.
5767         [__GNUC__]: Remove check for ancient NeXT gcc.
5768
5769 2014-07-02  Will Newton  <will.newton@linaro.org>
5770             Paul Eggert  <eggert@cs.ucla.edu>
5771
5772         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5773
5774 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5775
5776         * resolv/gethnamaddr.c: Add comment warning that the file is
5777         not maintained.
5778
5779 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5780
5781         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5782         entries.
5783
5784         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5785         entry for aio_cancel and aio_cancel64.
5786         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5787         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5788         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5789         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5790         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5791         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5792         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5793         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5794         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5795         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5796         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5797         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5798         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5799
5800 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5801
5802         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5803         * nptl/pthread_mutex_lock.c: Likewise.
5804         * nptl/pthread_mutex_timedlock.c: Likewise.
5805         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5806
5807 2014-07-01  Richard henderson  <rth@redhat.com>
5808
5809         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5810         (__isnan, __isnanl): Remove.
5811         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5812
5813         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5814
5815 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5816
5817         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5818
5819 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5820
5821         * resolv/nss_dns/dns-host.c (getanswer_r)
5822         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5823
5824 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5825
5826         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5827         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5828         undefine.
5829         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5830         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5831
5832 2014-07-01  Roland McGrath <roland@hack.frob.com>
5833
5834         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5835         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5836
5837         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5838         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5839
5840         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5841         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5842         ... here.
5843         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5844         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5845
5846         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5847         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5848         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5849         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5850
5851         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5852         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5853         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5854         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5855         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5856         Moved ...
5857         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5858         ... here.
5859         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5860         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5862         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5863         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5864         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5866         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5867         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5868         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5871         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5872         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5873         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5874         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5875         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5876         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5877         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5878         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5879         ... here.
5880         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5881         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5882         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5883         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5884         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5885         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5886         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5887         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5888
5889 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5890
5891         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5892         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5893         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5894         Add sysdep.
5895
5896 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5897
5898         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5899
5900 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5901
5902         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5903         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5904
5905         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5906
5907         * sysdeps/arm/libm-test-ulps: Regenerated.
5908
5909 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5910             Roland McGrath <roland@hack.frob.com>
5911
5912         * test-skeleton.c (signal_handler): Kill the whole process group
5913         before killing the child individually.
5914         (main): Report any failure on `setpgid'.
5915
5916 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5917
5918         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5919         from _TLS_H to _ARM_NPTL_TLS_H.
5920         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5921         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5922
5923 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5924
5925         [BZ #16539]
5926         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5927         (__expm1l): Return argument unchanged when small but not
5928         subnormal.
5929
5930         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5931         include macro name.
5932         (_FP_UNPACK_RAW_1_P): Likewise.
5933         (_FP_PACK_RAW_1): Likewise.
5934         (_FP_PACK_RAW_1_P): Likewise.
5935         (_FP_MUL_MEAT_1_wide): Likewise.
5936         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5937         (_FP_MUL_MEAT_1_hard): Likewise.
5938         (_FP_DIV_MEAT_1_imm): Likewise.
5939         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5940         (_FP_DIV_MEAT_1_udiv): Likewise.
5941         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5942         (_FP_UNPACK_RAW_2): Likewise.
5943         (_FP_UNPACK_RAW_2_P): Likewise.
5944         (_FP_PACK_RAW_2): Likewise.
5945         (_FP_PACK_RAW_2_P): Likewise.
5946         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5947         (_FP_MUL_MEAT_2_wide): Likewise.
5948         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5949         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5950         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5951         (_FP_MUL_MEAT_2_gmp): Likewise.
5952         (_FP_DIV_MEAT_2_udiv): Likewise.
5953         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5954         (_FP_FRAC_SRL_4): Likewise.
5955         (_FP_FRAC_SRST_4): Likewise.
5956         (_FP_FRAC_SRS_4): Likewise.
5957         (_FP_UNPACK_RAW_4): Likewise.
5958         (_FP_UNPACK_RAW_4_P): Likewise.
5959         (_FP_PACK_RAW_4): Likewise.
5960         (_FP_PACK_RAW_4_P): Likewise.
5961         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5962         (_FP_MUL_MEAT_4_wide): Likewise.
5963         (_FP_MUL_MEAT_4_gmp): Likewise.
5964         (umul_ppppmnnn): Likewise.
5965         (_FP_DIV_MEAT_4_udiv): Likewise.
5966         (__FP_FRAC_ADD_4): Likewise.
5967         (__FP_FRAC_SUB_3): Likewise.
5968         (__FP_FRAC_SUB_4): Likewise.
5969         (__FP_FRAC_DEC_3): Likewise.
5970         (__FP_FRAC_DEC_4): Likewise.
5971         (__FP_FRAC_ADDI_4): Likewise.
5972         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5973         (_FP_FRAC_SRL_8): Likewise.
5974         (_FP_FRAC_SRS_8): Likewise.
5975
5976         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5977         include macro name.
5978         (FP_UNPACK_RAW_EP): Likewise.
5979         (FP_PACK_RAW_E): Likewise.
5980         (FP_PACK_RAW_EP): Likewise.
5981         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5982         (_FP_ISSIGNAN): Likewise.
5983         (_FP_ADD_INTERNAL): Likewise.
5984         (_FP_FMA): Likewise.
5985         (_FP_CMP): Likewise.
5986         (_FP_SQRT): Likewise.
5987         (_FP_TO_INT): Likewise.
5988         (_FP_FROM_INT): Likewise.
5989         (FP_EXTEND): Likewise.
5990         (_FP_DIV_MEAT_N_loop): Likewise.
5991
5992 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5993
5994         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5995         throughout.
5996
5997 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5998
5999         [BZ #17097]
6000         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6001         result with correct sign in case of exponents that produce
6002         overflow except for X very close to 1.
6003
6004 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6005
6006         mktime: merge #if/#ifdef usage from glibc
6007         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6008         as that works with both Glibc's and Gnulib's style.
6009         See thread starting at Siddhesh Poyarekar's bug report at:
6010         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6011
6012 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6013
6014         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6015         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6016         * sysdeps/tile/tilegx/memmove.c: Remove file.
6017
6018 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6019
6020         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6021         abi-name definition.
6022         * scripts/soversions.awk: Do not handle or generate ABI lines.
6023         * shlib-versions: Remove ABI entries.
6024         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6025         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6026
6027 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6028
6029         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6030         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6031         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6032         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6033         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6034         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6035         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6036         Moved ...
6037         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6038         ... here.
6039         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6040         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6041         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6042         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6044         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6046         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6047         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6048         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6049         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6050         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6051         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6052         Moved ...
6053         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6054         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6055         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6056         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6057         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6058         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6059         Moved ...
6060         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6061         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6062         Moved ...
6063         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6064         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6065         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6066         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6067         Moved ...
6068         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6069         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6070         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6071         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6072         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6073         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6074         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6075         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6076         Moved ...
6077         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6078         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6079         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6080         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6081         Moved ...
6082         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6083         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6084         Moved ...
6085         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6086         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6087         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6088         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6089         Moved ...
6090         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6091         ... here.
6092         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6093         Identical file removed.
6094         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6095         Moved ...
6096         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6097         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6098         Identical file removed.
6099         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6100         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6101         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6102         Moved ...
6103         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6104         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6105         Identical file removed.
6106         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6107         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6108         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6109         Identical file removed.
6110         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6111         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6112         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6113         Identical file removed.
6114         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6115         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6116         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6117         Identical file removed.
6118         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6119         Moved ...
6120         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6121         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6122         Identical file removed.
6123         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6124         Moved ...
6125         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6126         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6129         Identical file removed.
6130         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6131         Moved ...
6132         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6133         ... here.
6134         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6135         Identical file removed.
6136         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6137         Moved ...
6138         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6139         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6140         Identical file removed.
6141         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6142         Moved ...
6143         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6144         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6145         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6146         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6147         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6148         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6149         Moved ...
6150         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6151         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6152         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6153
6154         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6155         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6156         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6157         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6158         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6159
6160 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6161
6162         [BZ #17092]
6163         * nscd/nscd.c (monitor_child): Return exit status of child
6164         instead of return value from wait syscall.
6165
6166 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6167
6168         * configure.ac (libc_commonpagesize): Remove variable.
6169         (libc_relro_required): Likewise.
6170         (libc_cv_z_relro): Remove configure test.
6171         * configure: Regenerated.
6172         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6173         variable.
6174         (libc_relro_required): Likewise.
6175         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6176         (libc_relro_required): Likewise.
6177         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6178         (libc_relro_required): Likewise.
6179         * sysdeps/arm/preconfigure: Regenerated.
6180         * sysdeps/ia64/preconfigure: Remove file.
6181         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6182         variable.
6183         (libc_relro_required): Likewise.
6184
6185         [BZ #16561]
6186         [BZ #16562]
6187         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6188         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6189         recompute overflowing results in original rounding mode.
6190         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6191         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6192         recompute overflowing results in original rounding mode.
6193         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6194         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6195         recompute overflowing results in original rounding mode.
6196         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6197         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6198         recompute overflowing results in original rounding mode.
6199         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6200         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6201         recompute overflowing results in original rounding mode.
6202         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6203         (libc_feholdsetround_ctx): New macro.
6204         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6205         * sysdeps/i386/fpu/libm-test-ulps: Update.
6206         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6207
6208 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6209
6210         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6211         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6212         corresponding .cpsetup call.
6213
6214 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6215
6216         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6217         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6218         * sysdeps/arm/Makefile [$(subdir) = csu]
6219         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6220         (static-only-routines): Add aeabi_read_tp here.
6221         (shared-only-routines): Add libc-aeabi_read_tp here.
6222         (CFLAGS-libc-start.c): Add -fexceptions here.
6223         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6224         (sysdep_routines, static-only-routines, shared-only-routines):
6225         Don't add to these here.
6226         (CFLAGS-libc-start.c): Likewise.
6227
6228         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6229         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6230         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6231         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6232         * sysdeps/arm/Makefile [$(subdir) = rt]
6233         (librt-sysdep_routines, librt-shared-only-routines):
6234         Append rt-aeabi_unwind_cpp_pr1 here.
6235         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6236         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6237         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6238         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6239         Append nptl-aeabi_unwind_cpp_pr1 here.
6240         (tests): Filter out tst-cleanupx4 here.
6241         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6242         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6243         Don't do those here.
6244
6245 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6246
6247         * scripts/list-sources.sh: Do not handle ports specially.
6248
6249 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6250
6251         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6252         * sysdeps/arm/feupdateenv.c: Likewise.
6253
6254         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6255
6256 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6257
6258         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6259         trailing whitespace removed.
6260         * scripts/config.guess: Update to version 2014-03-23.
6261         * scripts/config.sub: Update to version 2014-05-01
6262         * scripts/install-sh: Update to version 2013-12-25.23.
6263         * scripts/move-if-change: Update from gnulib.
6264
6265 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6266
6267         * debug/memmove_chk.c: Remove pagecopy.h include.
6268
6269 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6270
6271         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6272         identical to gnulib mktime.
6273
6274 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6275
6276         * configure.ac: Do not test for machine being rs6000.  Do not test
6277         for powerpc*-*soft.
6278         * configure: Regenerated.
6279
6280         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6281         test.
6282         * configure: Regenerated.
6283         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6284         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6285         Remove configure test.
6286         * sysdeps/arm/configure: Regenerated.
6287         * sysdeps/nptl/configure.ac: Do not check
6288         libc_cv_asm_cfi_directives.
6289         * sysdeps/nptl/configure: Regenerated.
6290         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6291         * sysdeps/x86_64/nptl/configure: Remove generated file.
6292         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6293         unconditional.
6294         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6295
6296 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6297
6298         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6299         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6300         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6301         it is defined.
6302
6303         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6304         instead of whether it is defined.
6305         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6306         * sysdeps/hppa/dl-machine.h: Likewise.
6307         * sysdeps/ia64/dl-machine.h: Likewise.
6308         * sysdeps/m68k/dl-machine.h: Likewise.
6309         * sysdeps/microblaze/dl-machine.h: Likewise.
6310         * sysdeps/mips/dl-machine.: Likewise.
6311         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6312         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6313         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6314         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6315         * sysdeps/sh/dl-machine.h: Likewise.
6316         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6317         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6318         * sysdeps/tile/dl-machine.h: Likewise.
6319         * sysdeps/x86_64/dl-machine.h: Likewise.
6320
6321         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6322         code.
6323         (verify_persistent_db): Likewise.
6324
6325 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6326
6327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6328         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6330         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6332         Moved ...
6333         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6334         ... here.
6335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6336         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6338         Identical file removed.
6339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6342         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6344         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6346         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6348         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6350         Moved ...
6351         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6353         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6354         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6355         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6357         Moved ...
6358         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6360         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6362         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6364         Identical file removed.
6365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6366         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6368         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6370         Moved ...
6371         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6372         ... here.
6373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6374         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6376         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6382         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6384         Moved ...
6385         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6387         Moved ...
6388         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6390         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6392         Moved ...
6393         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6394         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6395         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6396
6397         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6398         folded into ...
6399         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6400         * sysdeps/unix/sysv/linux/s390/Versions
6401         (libpthread: GLIBC_2.19): New version set.
6402         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6403         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6404         (librt: GLIBC_2.3.3): New version set.
6405         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6406         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6407         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6408         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6409         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6410         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6411         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6412         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6413         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6414         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6415         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6416         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6417         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6418         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6419         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6420         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6421         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6422         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6423         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6424         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6425         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6426         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6427         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6428         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6429         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6430         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6431         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6432         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6433         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6434         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6435         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6436         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6437         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6438         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6439         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6440         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6441         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6442         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6443         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6444         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6445         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6446         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6447         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6448         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6449         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6450
6451         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6452         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6453         (__libc_vfork): Define the function under this name.
6454         [!NOT_IN_libc] (__vfork): Make this an alias.
6455         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6456         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6457         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6458         (__libc_vfork): Define the function under this name.
6459         [!NOT_IN_libc] (__vfork): Make this an alias.
6460         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6461         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6462         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6463         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6464         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6465         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6466
6467         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6468         code that was previously under [RESET_PID].
6469         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6470         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6471         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6472
6473         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6474         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6475         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6476         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6477         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6478         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6479         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6480         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6481         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6482         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6483         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6484         Moved ...
6485         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6486         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6487         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6488         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6489         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6490         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6491         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6492         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6505         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6506         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6507         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6509         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6510         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6511         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6512         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6513         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6514
6515 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6516
6517         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6518         that was previously under [RESET_PID].
6519         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6520
6521 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6522
6523         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6524         not undefine and redefine.
6525         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6526         [O_CLOEXEC]: Make code unconditional.
6527         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6528         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6529         <kernel-features.h>.
6530         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6531         conditional variable definition.
6532         (shm_open) [O_CLOEXEC]: Make code unconditional.
6533         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6534         code.
6535
6536         * configure.ac (USE_REGPARMS): Don't define here.
6537         * configure: Regenerated.
6538         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6539         * sysdeps/i386/configure: Regenerated.
6540
6541         * nptl/createthread.c: Don't include kernel-features.h.
6542         * nptl/pthread_cancel.c: Likewise.
6543         * nptl/pthread_condattr_setclock.c: Likewise.
6544         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6545         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6546         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6547         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6548         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6549         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6550         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6551         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6552         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6553         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6554         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6555         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6556         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6557         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6558         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6559         * nscd/gai.c: Likewise.
6560         * nss/nss_db/db-open.c: Likewise.
6561         * sysdeps/generic/ldsodefs.h: Likewise.
6562         * sysdeps/sh/nptl/tls.h: Likewise.
6563         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6564         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6565         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6566         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6567         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6568         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6569         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6570         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6571         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6572         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6573         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6574         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6575         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6576         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6577         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6578         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6579         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6580         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6581         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6582         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6583         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6584         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6585         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6586         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6587         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6588         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6589         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6590         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6591         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6592         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6593         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6594         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6595         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6596         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6597         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6598         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6599         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6600         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6601         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6602         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6603         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6604         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6605         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6606         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6607         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6608         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6609         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6610         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6611         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6612         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6613         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6614         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6615         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6616         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6617         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6618         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6619         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6620         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6643         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6644         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6645         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6646         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6647         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6648         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6649         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6650         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6651         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6652         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6653         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6654         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6655         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6656         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6657         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6658         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6659         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6660         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6661         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6662         * sysdeps/unix/sysv/linux/system.c: Likewise.
6663         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6664         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6665         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6666         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6667         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6668         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6669         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6670
6671         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6672         * configure: Regenerated.
6673         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6674
6675         * configure.ac (base_machine): Do not set specially for particular
6676         machines here.
6677         * configure: Regenerated.
6678         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6679         settings from configure.ac.
6680         * sysdeps/i386/preconfigure: New file.
6681         * sysdeps/s390/preconfigure: Likewise.
6682         * sysdeps/sh/preconfigure: Likewise.
6683         * sysdeps/sparc/preconfigure: Likewise.
6684
6685 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6686
6687         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6688         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6689         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6690         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6691         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6692         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6693         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6694         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6695         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6696         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6697         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6698         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6699         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6700         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6701         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6702         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6703         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6704         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6705         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6706
6707         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6708         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6709         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6710         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6711         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6712         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6713         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6714         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6715         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6716         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6717         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6718         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6719         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6720         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6721         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6722         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6723         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6724         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6725         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6726         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6727         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6728         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6729         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6730         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6731         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6732         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6733         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6734         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6735         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6736         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6737         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6738         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6739         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6740         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6741         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6742         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6743         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6744         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6745
6746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6747         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6748         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6749         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6750         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6751         Moved ...
6752         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6753         ... here.
6754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6755         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6756         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6757         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6758         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6759         Moved ...
6760         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6762         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6764         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6765         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6766         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6767         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6768         Moved ...
6769         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6770         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6771         Moved ...
6772         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6776         Moved ...
6777         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6778         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6779         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6780         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6781         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6783         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6784         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6785         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6787         Moved ...
6788         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6789         ... here.
6790         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6791         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6792         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6793         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6795         Moved ...
6796         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6797         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6798         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6799         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6800         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6801         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6802         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6803         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6804         Moved ...
6805         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6807         Moved ...
6808         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6809         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6810         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6811         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6812         Moved ...
6813         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6814         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6815         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6816         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6817         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6818
6819 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6820
6821         * timezone/checktab.awk: Update from tzcode 2014e.
6822         * timezone/private.h: Likewise.
6823         * timezone/tzfile.h: Likewise.
6824         * timezone/zdump.c: Likewise.
6825         * timezone/zic.c: Likewise.
6826
6827         * sysdeps/unix/sysv/linux/kernel-features.h
6828         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6829         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6830         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6831         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6832         Remove conditional code.
6833
6834 2014-06-25  Will Newton  <will.newton@linaro.org>
6835
6836         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6837         (_dl_arm_cap_flags): Add HWCAP2 values.
6838         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6839         (_DL_HWCAP_COUNT): Increase to 37.
6840         (_DL_HWCAP_LAST): New define.
6841         (_DL_HWCAP2_LAST): New define.
6842         (_dl_procinfo): Add support for printing
6843         AT_HWCAP2 entries.
6844         (_dl_string_hwcap): Use _dl_hwcap_string.
6845
6846 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6847
6848         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6849
6850 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6851
6852         * README: Do not mention ports directory.
6853
6854         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6855         Remove macro.
6856         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6857         <kernel-features.h>.
6858         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6859         conditional variable definition.
6860         (__futimes): Update comment.
6861         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6862         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6863
6864         [BZ #16560]
6865         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6866         arguments close to 0.
6867         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6868         Likewise.
6869         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6870         Likewise.
6871         * math/auto-libm-test-in: Add more tests of exp10.
6872         * math/auto-libm-test-out: Regenerated.
6873         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6874
6875         * sysdeps/unix/sysv/linux/kernel-features.h
6876         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6877         * sysdeps/unix/sysv/linux/readv.c: Do not include
6878         <kernel-features.h>.
6879         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6880         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6881         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6882         unconditional.
6883         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6884         conditional code.
6885         * sysdeps/unix/sysv/linux/writev.c: Do not include
6886         <kernel-features.h>.
6887         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6888         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6889         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6890         unconditional.
6891         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6892         conditional code.
6893
6894 2014-06-25  Will Newton  <will.newton@linaro.org>
6895
6896         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6897         comment changes throughout the file.  Remove checks
6898         for HAVE_*_H definitions that are not required.
6899         (__gen_tempname): Call abort if an unknown kind value is
6900         passed.
6901
6902 2014-06-25  Andreas Schwab  <schwab@suse.de>
6903
6904         [BZ #17086]
6905         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6906         scalbln, scalblnf, scalblnl in libc.
6907
6908 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6909
6910         [BZ #17086]
6911         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6912         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6913         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6914
6915 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6916
6917         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6918         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6919         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6920         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6921         Update #include.
6922         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6923         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6924         Update #include.
6925         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6926         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6927         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6928         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6929         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6930         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6931         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6932         * sysdeps/x86/bits/semaphore.h: ... here.
6933         * sysdeps/x86/nptl/elide.h: Moved ...
6934         * sysdeps/x86/elide.h: ... here.
6935         * sysdeps/x86_64/nptl/Implies: File removed.
6936         * sysdeps/i386/nptl/Implies: File removed.
6937
6938 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6939
6940         [BZ #16539]
6941         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6942         return the argument for normal arguments with exponent below -64.
6943         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6944         Likewise.
6945         * math/auto-libm-test-in: Add another test of expm1.
6946         * math/auto-libm-test-out: Regenerated.
6947
6948         [BZ #16287]
6949         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6950         calling __erfcl for arguments at least 16.
6951         * math/auto-libm-test-in: Add more tests of erf.
6952         * math/auto-libm-test-out: Regenerated.
6953
6954         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6955         individual architectures.
6956         * sysdeps/unix/sysv/linux/configure: Regenerated.
6957         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6958         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6959         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6960         (ldd_rewrite_script): Define variable.
6961         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6963         file.
6964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6965         generated file.
6966         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6967         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6968         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6969         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6970         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6971         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6972         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6973         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6974
6975 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6976
6977         [BZ #17084]
6978         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6979         Rename member __data.d to __data.__elision_data.
6980
6981 2014-06-24  Wilco  <wdijkstr@arm.com>
6982
6983         * NEWS: Add 16918 to fixed bug list.
6984
6985 2014-06-24  Wilco  <wdijkstr@arm.com>
6986
6987         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6988
6989 2014-06-24  Wilco  <wdijkstr@arm.com>
6990
6991         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6992         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6993         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6994         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6995         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6996         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6997         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6998         Use _FPU_MASK_RM.
6999
7000 2014-06-24  Wilco  <wdijkstr@arm.com>
7001
7002         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7003
7004 2014-06-24  Wilco  <wdijkstr@arm.com>
7005
7006         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7007         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7008         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7009         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7010
7011 2014-06-24  Wilco  <wdijkstr@arm.com>
7012
7013         [BZ #16918]
7014         * sysdeps/arm/feupdateenv.c (feupdateenv):
7015         Rewrite to reduce FPSCR accesses and fix return value.
7016
7017 2014-06-24  Wilco  <wdijkstr@arm.com>
7018
7019         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7020         Optimize to avoid unnecessary FPSCR writes.
7021         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7022         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7023         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7024         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7025
7026 2014-06-24  Wilco  <wdijkstr@arm.com>
7027
7028         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7029         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7030         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7031         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7032         Call libc_fetestexcept_vfp.
7033         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7034         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7035         __SOFTFP__ ifdef so that they can be built for softfp.
7036
7037 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7038
7039         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7040         argument type signed char.
7041
7042         * Makerules (check-abi): Dump diff of symlist if the test
7043         fails.
7044
7045 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7046
7047         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7048         using abort.
7049
7050         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7051         Remove unused variable ST.
7052
7053 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7054
7055         [BZ #16354]
7056         [BZ #17061]
7057         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7058         small arguments before calling __expm1.
7059         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7060         small arguments before calling __expm1f.
7061         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7062         small arguments before calling __expm1l.
7063         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7064         Likewise.
7065         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7066         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7067         spurious underflow for some cosh tests.
7068         * math/auto-libm-test-out: Regenerated.
7069         * sysdeps/i386/fpu/libm-test-ulps: Update.
7070
7071         [BZ #17050]
7072         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7073         (__ieee754_y1): Set errno if return value overflows.
7074         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7075         (__ieee754_y1f): Set errno if return value overflows.
7076         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7077         (__ieee754_y1l): Set errno if return value overflows.
7078         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7079         (__ieee754_y1l): Set errno if return value overflows.
7080         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7081         * math/auto-libm-test-out: Regenerated.
7082
7083         * math/gen-auto-libm-tests.c: Document use of
7084         ignore-zero-inf-sign.
7085         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7086         (input_flags): Add ignore-zero-inf-sign.
7087         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7088         * math/gen-libm-test.pl (generate_testfile): Handle
7089         ignore-zero-inf-sign.
7090         * math/auto-libm-test-in: Mark some cpow tests with
7091         ignore-zero-inf-sign and some with xfail-rounding.
7092         * math/auto-libm-test-out: Regenerated.
7093         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7094         * sysdeps/i386/fpu/libm-test-ulps: Update.
7095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7096
7097         [BZ #16315]
7098         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7099         overflowing or underflowing operations take place with sign of
7100         result.
7101         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7102         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7103         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7104         (__ieee754_pow): Recompute overflowing and underflowing results in
7105         original rounding mode.
7106         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7107         (__powl_helper): Allow negative argument X and scale negated value
7108         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7109         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7110         overflowing or underflowing operations take place with sign of
7111         result.
7112         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7113         Include <math.h>.
7114         * math/auto-libm-test-in: Add more tests of pow.
7115         * math/auto-libm-test-out: Regenerated.
7116         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7117         (pow_tonearest_test_data): Remove.
7118         (pow_test_tonearest): Likewise.
7119         (pow_towardzero_test_data): Likewise.
7120         (pow_test_towardzero): Likewise.
7121         (pow_downward_test_data): Likewise.
7122         (pow_test_downward): Likewise.
7123         (pow_upward_test_data): Likewise.
7124         (pow_test_upward): Likewise.
7125         (main): Don't call removed functions.
7126         * sysdeps/i386/fpu/libm-test-ulps: Update.
7127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7128
7129 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7130
7131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7132         Moved ...
7133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7135         Moved ...
7136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7138         Moved ...
7139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7141         Moved ...
7142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7144         File removed.
7145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7146         File removed.
7147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7148         File removed.
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7150         File removed.
7151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7152         File removed.
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7154         File removed.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7156         File removed.
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7158         File removed.
7159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7160         File removed.
7161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7162         File removed.
7163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7164         File removed.
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7166         File removed.
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7168         Moved ...
7169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7171         Moved ...
7172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7173         ... here.
7174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7175         Moved ...
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7178         Moved ...
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7181         Moved ...
7182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7184         Moved ...
7185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7187         Moved ...
7188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7190         Moved ...
7191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7193         Moved ...
7194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7197         ... here.
7198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7199         Moved ...
7200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7202         Moved ...
7203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7204         ... here.
7205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7206         Moved ...
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7208         ... here.
7209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7210         Moved ...
7211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7212         ... here.
7213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7214         Moved ...
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7217         Moved ...
7218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7222         Moved ...
7223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7224         ... here.
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7226         Moved ...
7227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7228         ... here.
7229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7230         Moved ...
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7233         Moved ...
7234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7236         Moved ...
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7239         Moved ...
7240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7242         Moved ...
7243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7244         ... here.
7245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7246         Moved ...
7247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7249         Moved ...
7250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7252         Moved ...
7253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7255         Moved ...
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7260         Moved ...
7261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7263         Moved ...
7264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7266         Moved ...
7267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7268         ... here.
7269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7270         Moved ...
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7272         ... here.
7273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7274         Moved ...
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7276         ... here.
7277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7278         Moved ...
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7281         Moved ...
7282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7284         Moved ...
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7287         Moved ...
7288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7289         ... here.
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7291         Moved ...
7292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7293         ... here.
7294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7295         Moved ...
7296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7297         ... here.
7298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7299         Moved ...
7300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7302         Moved ...
7303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7304
7305 2014-06-23  Will Newton  <will.newton@linaro.org>
7306             Wilco  <wdijkstr@arm.com>
7307
7308         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7309         implementation.  Include get-rounding-mode.h.
7310         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7311         [!libc_feholdsetround_noex_ctx]: Define
7312         libc_feholdsetround_noex_ctx.
7313         [!libc_feholdsetround_noexf_ctx]: Define
7314         libc_feholdsetround_noexf_ctx.
7315         [!libc_feholdsetround_noexl_ctx]: Define
7316         libc_feholdsetround_noexl_ctx.
7317         (libc_feholdsetround_ctx): New function.
7318         (libc_feresetround_ctx): New function.
7319         (libc_feholdsetround_noex_ctx): New function.
7320         (libc_feresetround_noex_ctx): New function.
7321
7322 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7323
7324         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7325         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7326         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7327         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7328         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7329         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7330
7331         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7332         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7333         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7334         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7335         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7336         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7337         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7338         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7339         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7340         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7341         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7342         Moved ...
7343         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7344         ... here.
7345         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7346         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7347         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7348         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7349         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7350         Moved ...
7351         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7352         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7353         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7354         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7355         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7356         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7357         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7358         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7359         Moved ...
7360         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7361         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7362         Moved ...
7363         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7364         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7365         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7366         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7367         Moved ...
7368         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7369         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7370         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7371         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7372         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7373         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7374         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7375         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7376         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7377         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7378         Moved ...
7379         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7380         ... here.
7381         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7382         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7383         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7384         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7385         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7386         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7387         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7388         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7389         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7390         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7391         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7392         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7394         Moved ...
7395         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7396         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7397         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7398         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7399         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7400         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7401         Moved ...
7402         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7403         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7404         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7405         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7406         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7407
7408         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7409         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7410         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7411         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7412         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7413         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7414         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7415         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7416         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7417         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7418         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7419         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7420         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7421         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7422         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7423         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7425         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7431         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7432         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7433         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7435         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7436
7437 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7438
7439         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7440         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7441         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7442         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7443         (IPV6_PMTUDISC_INTERFACE): Likewise.
7444         (IPV6_PMTUDISC_OMIT): Likewise.
7445
7446 2014-06-23  Andreas Schwab  <schwab@suse.de>
7447
7448         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7449         Remove unused errout label.
7450
7451 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7452
7453         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7454         macro: hardware supports Vector Crypto instructions.
7455
7456 2014-06-23  Will Newton  <will.newton@linaro.org>
7457
7458         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7459         rather than __builtin_expect.
7460
7461         * elf/dl-lookup.c (undefined_msg): Remove variable.
7462         (_dl_lookup_symbol_x): Replace undefined_msg with string
7463         literal.
7464
7465         * elf/dl-lookup.c (do_lookup_unique): New function.
7466         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7467         to a separate function.
7468
7469 2014-06-23  Andreas Schwab  <schwab@suse.de>
7470
7471         [BZ #17079]
7472         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7473         before reading the next line.
7474
7475 2014-06-23  Will Newton  <will.newton@linaro.org>
7476
7477         * test-skeleton.c (signal_handler): Use printf and %m
7478         rather than perror.  Use printf rather than fprintf to
7479         stderr.  Use puts rather than fputs to stderr.
7480         (main): Likewise.
7481
7482 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7483
7484         * nscd/nscd.c (thread_info_t): Remove typedef.
7485         (thread_info): Remove variable.
7486
7487 2014-06-21  Allan McRae  <allan@archlinux.org>
7488
7489         * NEWS: Mention CVE-2014-4043.
7490
7491 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7492
7493         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7494         * nptl/smp.h: ... here.
7495
7496         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7497
7498         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7499         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7500         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7501         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7502
7503         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7504         * nptl/stack-aliasing.h: New file.
7505         * sysdeps/i386/i686/stack-aliasing.h: New file.
7506         * sysdeps/i386/i686/nptl/Makefile: File removed.
7507         * sysdeps/x86_64/stack-aliasing.h: New file.
7508         * sysdeps/x86_64/nptl/Makefile
7509         (CFLAGS-pthread_create.c): Variable removed.
7510
7511         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7512         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7513         old file.
7514         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7515         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7516         old file.
7517
7518 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7519
7520         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7521         (__ASSUME_SIGFRAME_V2): Remove macro.
7522         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7523         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7524         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7525         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7526         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7527         Declare as function.  Remove conditional macro definitions.
7528         (__default_rt_sa_restorer): Likewise.
7529         (__default_sa_restorer_v1): Remove declaration.
7530         (__default_sa_restorer_v2): Likewise.
7531         (__default_rt_sa_restorer_v1): Likewise.
7532         (__default_rt_sa_restorer_v2): Likewise.
7533         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7534         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7535         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7536
7537 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7538
7539         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7540         (libpthread-routines): Add sysdep.
7541         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7542         * sysdeps/unix/sysv/linux/sparc/Versions
7543         (libpthread: GLIBC_2.3.3): New version set.
7544         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7545         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7546         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7547         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7548         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7549         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7550         Moved ...
7551         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7552         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7553         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7554         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7555         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7556         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7557         * sysdeps/sparc/nptl/sem_init.c: ... here.
7558         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7559         * sysdeps/sparc/nptl/sem_post.c: ... here.
7560         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7561         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7562         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7563         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7564         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7565         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7566         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7567         (libpthread-routines): Add cpu_relax.
7568         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7569         File removed.
7570         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7571         (librt: GLIBC_2.3.3): New version set.
7572         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7573         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7574         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7575         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7576         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7577         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7578         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7579         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7580         Moved ...
7581         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7582         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7583         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7585         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7586         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7587         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7589         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7590         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7591         Moved ...
7592         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7593         Update #include.
7594         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7595         Moved ...
7596         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7597         Update #include.
7598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7599         Moved ...
7600         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7601         Update #include.
7602         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7603         Moved ...
7604         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7605         Update #include.
7606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7607         Moved ...
7608         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7609         Update #include.
7610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7611         Moved ...
7612         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7613         Update #include.
7614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7615         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7616         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7617         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7618         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7619         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7620         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7621         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7622         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7623         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7624         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7625         Moved ...
7626         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7627         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7628         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7629         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7630         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7631
7632 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7633
7634         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7635         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7636         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7637         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7638         * nscd/nscd.c: Likewise.
7639         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7640         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7641         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7642         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7643
7644         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7645         <kernel-features.h>.
7646         (init_mq_netlink): Remove conditional have_sock_cloexec
7647         definitions.  Remove code conditional on have_sock_cloexec < 0.
7648         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7649         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7650         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7651         <kernel-features.h>.
7652         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7653         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7654
7655 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7656
7657         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7658         Add tests for memset_chk and memset.
7659
7660         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7661         with AVX2_Usable.
7662
7663 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7664
7665         [BZ #16046]
7666         * elf/tst-dl-iter-static.c: New file.
7667         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7668
7669         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7670         error.
7671
7672 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7673
7674         * sysdeps/unix/sysv/linux/kernel-features.h
7675         (__ASSUME_F_GETOWN_EX): Remove macro.
7676         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7677         <kernel-features.h>.
7678         (miss_F_GETOWN_EX): Remove variable or macro.
7679         (do_fcntl): Do not check miss_F_GETOWN_EX.
7680         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7681
7682         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7683         Remove macro.
7684         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7685         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7686         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7687
7688         * sysdeps/unix/sysv/linux/kernel-features.h
7689         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7690         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7691         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7692         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7693
7694 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7695
7696         [BZ #17075]
7697         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7698         Fix calculation of the symbol's value.
7699         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7700         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7701         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7702         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7703         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7704         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7705         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7706         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7707         (modules-names): Add `tst-armtlsdescmod',
7708         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7709         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7710         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7711         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7712         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7713         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7714         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7715         ($(objpfx)tst-armtlsdescloc): New dependency.
7716         ($(objpfx)tst-armtlsdescextnow): Likewise.
7717         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7718         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7719         TLS scheme support.
7720         * sysdeps/arm/configure: Regenerate.
7721
7722 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7723
7724         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7725         (__atfct_seterrno_2): Likewise.
7726         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7727         <kernel-features.h>.
7728         (__ASSUME_ATFCTS): Do not undefine and redefine.
7729         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7730         (__have_atfcts): Remove conditional definition.
7731         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7732         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7733         unreachable if [__ASSUME_ATFCTS].
7734         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7735         not undefine and redefine.
7736         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7737         <kernel-features.h>.
7738         (faccessat) [__NR_faccessat]: Make code unconditional.
7739         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7740         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7741         <kernel-features.h>.
7742         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7743         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7744         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7745         <kernel-features.h>.
7746         (fchownat) [__NR_fchownat]: Make code unconditional.
7747         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7748         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7749         <kernel-features.h>.
7750         (futimesat) [__NR_futimesat]: Make code unconditional.
7751         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7752         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7753         <kernel-features.h>.
7754         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7755         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7756         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7757         <kernel-features.h>.
7758         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7759         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7760         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7761         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7762         <kernel-features.h>.
7763         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7764         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7765         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7766         <kernel-features.h>.
7767         (linkat) [__NR_linkat]: Make code unconditional.
7768         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7769         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7770         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7771         <kernel-features.h>.
7772         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7773         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7774         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7775         <kernel-features.h>.
7776         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7777         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7778         * sysdeps/unix/sysv/linux/openat.c: Do not include
7779         <kernel-features.h>.
7780         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7781         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7782         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7783         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7784         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7785         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7786         <kernel-features.h>.
7787         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7788         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7789         result of INLINE_SYSCALL directly, not via int variable.
7790         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7791         <kernel-features.h>.
7792         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7793         (renameat) [__NR_renameat]: Make code unconditional.
7794         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7795         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7796         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7797         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7798         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7799         (__ASSUME_ATFCTS): Do not undefine and redefine.
7800         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7801         <kernel-features.h>.
7802         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7803         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7804         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7805         <kernel-features.h>.
7806         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7807         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7808         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7809         (__ASSUME_ATFCTS): Do not undefine and redefine.
7810         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7811         <kernel-features.h>.
7812         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7813         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7814         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7815         <kernel-features.h>.
7816         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7817         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7818
7819 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7820
7821         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7822
7823 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7824
7825         [BZ #17069]
7826         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7827         constructed tree before returning error.
7828         * posix/bug-regexp36.c: Expand test case.
7829
7830 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7831
7832         [BZ #6803]
7833         * math/libm-test.inc (scalbln_test_date):
7834         Add errno expectations.
7835         * math/w_scalblnf.c: New File.
7836         Add wrapper which checks for setting errno to ERANGE.
7837         Add weak_alias for corresponding scalbln function.
7838         * math/w_scalbln.c: Likewise.
7839         * math/w_scalblnl.c: Likewise.
7840         * math/Makefile (libm-calls): Add w_scalbln.
7841         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7842         Remove weak_alias for corresponding scalbln function.
7843         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7844         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7845         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7846         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7847         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7848         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7849         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7850         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7851         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7852         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7853         Remove long_double_symbol for scalblnl function in libm, libc.
7854         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7855         Add wrapper which checks for setting errno to ERANGE.
7856         Add long_double_symbol for scalblnl function in libm, libc.
7857         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7858         Remove long_double_symbol for scalblnl in libm.
7859         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7860         Add wrapper which checks for setting errno to ERANGE.
7861         Add long_double_symbol for scalblnl function in libm.
7862         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7863         Do not use wrapper because of own implementation.
7864
7865 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7866
7867         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7868         3 bytes for __pad1 for x32.
7869         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7870
7871 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7872             H.J. Lu  <hongjiu.lu@intel.com>
7873
7874         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7875         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7876         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7877         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7878         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7879
7880 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7881
7882         [BZ #17069]
7883         * posix/regcomp.c (parse_expression): Deallocate partially
7884         constructed tree before returning error.
7885         * posix/Makefile.c (tests): Add bug-regex36.
7886         (generated): Add bug-regex36.mtrace.
7887         (tests-special): Add $(objpfx)bug-regex36-mem.out
7888         (bug-regex36-ENV): New variable.
7889         ($(objpfx)bug-regex36-mem.out): New rule.
7890         * posix/bug-regex36.c: New file.
7891
7892 2014-06-19  Will Newton  <will.newton@linaro.org>
7893
7894         * malloc/malloc.c (systrim): If extra is zero then return
7895         early.
7896
7897 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7898
7899         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7900
7901 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7902
7903         * sysdeps/aarch64/strchr.S: New file.
7904
7905 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7906
7907         [BZ #17022]
7908         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7909         from arguments -2 or below.
7910         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7911         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7912
7913 2014-06-18  Andreas Schwab  <schwab@suse.de>
7914
7915         [BZ #17062]
7916         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7917         of a bracket expr not to run off the end of the string.
7918         * posix/Makefile (tests): Add tst-fnmatch3.
7919         * posix/tst-fnmatch3.c: New file.
7920
7921 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7922
7923         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7924         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7925         [$(cross-compiling) = no]: Likewise.
7926         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7927         [$(cross-compiling) = no]: Likewise.
7928
7929 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7930
7931         [BZ #17031]
7932         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7933         double, adjusted for any remainder from the high double.
7934         * math/libm-test.inc (nearbyint): Add tests.
7935         (rint): Likewise.
7936
7937 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7938
7939         * nptl/sysdeps/powerpc/Makefile: Moved ...
7940         * sysdeps/powerpc/nptl/Makefile: ... here.
7941         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7942         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7943         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7944         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7945         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7946         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7947         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7948         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7949         * nptl/sysdeps/powerpc/tls.h: Moved ...
7950         * sysdeps/powerpc/nptl/tls.h: ... here.
7951
7952 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7953
7954         [BZ #16681]
7955         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7956         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7957         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7958         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7959         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7960         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7961         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7962         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7963         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7964
7965 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7966
7967         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7968
7969 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7970
7971         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7972         defined operator.
7973
7974         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7975         $TIMEOUTFACTOR.
7976
7977 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7978
7979         [BZ #17058]
7980         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7981         non-executed part of the test.
7982
7983 2014-06-16  Andreas Schwab  <schwab@suse.de>
7984
7985         * string/bits/string2.h (strdup, strndup): Update feature guard.
7986
7987 2014-06-14  David S. Miller  <davem@davemloft.net>
7988
7989         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7990
7991 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7992
7993         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7994         that was previously under [RESET_PID].
7995         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7996
7997         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7998         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7999         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8000         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8001         (__libc_vfork): New strong alias.
8002         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8003
8004 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8005
8006         * sysdeps/generic/elide.h: New file.
8007
8008 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8009
8010         * Makefile (installed-headers): Adjust path of pthread.h header.
8011
8012 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8013
8014         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8015         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8016         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8017         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8018
8019         * nptl/sysdeps/s390/Makefile: Moved ...
8020         * sysdeps/s390/nptl/Makefile: ... here.
8021         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8022         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8023         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8024         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8025         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8026         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8027         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8028         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8029         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8030         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8031         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8032         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8033         * nptl/sysdeps/s390/tls.h: Moved ...
8034         * sysdeps/s390/nptl/tls.h: ... here.
8035
8036         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8037         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8038
8039 2014-06-13  David S. Miller  <davem@davemloft.net>
8040
8041         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8042         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8044         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8045         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8046         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8047         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8048         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8049         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8050         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8051         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8052         Remove RESET_PID cpp guards.
8053         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8054         Remove RESET_PID cpp guards.
8055         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8056
8057 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8058
8059         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8060         __sp to uintptr_t.
8061
8062 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8063
8064         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8065         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8066         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8067         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8068         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8069         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8070         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8071         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8072         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8073         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8074         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8075         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8076         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8077         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8078         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8079         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8080         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8081         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8082         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8083         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8084
8085         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8086         (pthread_rwlock_rdlock): Add elision.
8087         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8088         (pthread_rwlock_wrlock): Add elision.
8089         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8090         (pthread_rwlock_trywrlock): Add elision.
8091         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8092         (pthread_rwlock_tryrdlock): Add elision.
8093         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8094         (pthread_rwlock_tryrdlock): Add elision unlock.
8095         * nptl/sysdeps/pthread/pthread.h:
8096         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8097         (PTHREAD_RWLOCK_INITIALIZER,
8098         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8099         Handle new elision field.
8100         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8101         * sysdeps/arm/nptl/bits/pthreadtypes.h
8102         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8103         * sysdeps/sh/nptl/bits/pthreadtypes.h
8104         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8105         * sysdeps/tile/nptl/bits/pthreadtypes.h
8106         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8107         * sysdeps/a/nptl/bits/pthreadtypes.h
8108         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8109         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8110         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8111         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8113         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8114         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8115         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8116         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8117         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8118         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8119         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8121         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8122         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8123         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8124         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8125         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8126         (elision_init): Set try_xbegin to zero when no RTM.
8127         * sysdeps/x86/nptl/bits/pthreadtypes.h
8128         (pthread_rwlock_t): Change __pad1 to __rwelision.
8129         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8130
8131 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8132
8133         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8134         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8135         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8136         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8137
8138 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8139
8140         [BZ #16996]
8141         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8142         that the cached result has been set before returning it.
8143
8144 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8145
8146         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8147         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8148         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8149         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8150         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8151         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8152
8153         * nptl/sysdeps/sparc/Makefile: Moved ...
8154         * sysdeps/sparc/nptl/Makefile: ... here.
8155         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8156         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8157         * nptl/sysdeps/sparc/tls.h: Moved ...
8158         * sysdeps/sparc/nptl/tls.h: ... here.
8159         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8160         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8161         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8162         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8163         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8164         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8165         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8166         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8167         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8168         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8169         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8170         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8171         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8172         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8173         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8174         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8175         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8176         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8177         Update #include.
8178         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8179         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8180         Update #include.
8181         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8182         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8183         Update #include.
8184         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8185         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8186         Update #include.
8187
8188         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8189
8190         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8191         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8192
8193         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8194         (struct list_links): Type removed.
8195         (struct thread_node, struct timer_node): Replace struct list_links
8196         with struct list_head.
8197         (list_unlink_ip): Likewise.
8198         * sysdeps/pthread/timer_routines.c
8199         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8200         (list_append, list_insbefore): Likewise.
8201         (list_init): Function removed.
8202         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8203         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8204         * sysdeps/pthread/Makefile: ... here, new file.
8205
8206         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8207         * sysdeps/nptl/Implies: ... here.
8208         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8209         * nptl/sysdeps/pthread/list.h: Moved ...
8210         * include/list.h: ... here.
8211         * nptl/sysdeps/pthread/createthread.c: Moved ...
8212         * nptl/createthread.c: ... here.
8213         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8214         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8215         * nptl/pt-longjmp.c: ... here.
8216         * nptl/sysdeps/pthread/Makefile: Moved ...
8217         * sysdeps/nptl/Makefile: ... here.
8218         * nptl/sysdeps/pthread/Subdirs: Moved ...
8219         * sysdeps/nptl/Subdirs: ... here.
8220         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8221         * sysdeps/nptl/aio_misc.h: ... here.
8222         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8223         * sysdeps/nptl/bits/libc-lock.h: ... here.
8224         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8225         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8226         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8227         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8228         * nptl/sysdeps/pthread/configure: Moved ...
8229         * sysdeps/nptl/configure: ... here.
8230         * nptl/sysdeps/pthread/configure.ac: Moved ...
8231         * sysdeps/nptl/configure.ac: ... here.
8232         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8233         * sysdeps/nptl/gai_misc.h: ... here.
8234         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8235         * sysdeps/nptl/librt-cancellation.c: ... here.
8236         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8237         * sysdeps/nptl/malloc-machine.h: ... here.
8238         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8239         * sysdeps/nptl/pthread-functions.h: ... here.
8240         * nptl/sysdeps/pthread/pthread.h: Moved ...
8241         * sysdeps/nptl/pthread.h: ... here.
8242         * nptl/sysdeps/pthread/setxid.h: Moved ...
8243         * sysdeps/nptl/setxid.h: ... here.
8244         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8245         * sysdeps/nptl/sigfillset.c: ... here.
8246         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8247         * sysdeps/nptl/tcb-offsets.h: ... here.
8248         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8249         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8250         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8251         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8252         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8253         * sysdeps/pthread/allocalim.h: ... here.
8254         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8255         * sysdeps/pthread/bits/sigthread.h: ... here.
8256         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8257         * sysdeps/pthread/flockfile.c: ... here.
8258         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8259         * sysdeps/pthread/ftrylockfile.c: ... here.
8260         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8261         * sysdeps/pthread/funlockfile.c: ... here.
8262         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8263         * sysdeps/pthread/posix-timer.h: ... here.
8264         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8265         * sysdeps/pthread/timer_create.c: ... here.
8266         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8267         * sysdeps/pthread/timer_delete.c: ... here.
8268         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8269         * sysdeps/pthread/timer_getoverr.c: ... here.
8270         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8271         * sysdeps/pthread/timer_gettime.c: ... here.
8272         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8273         * sysdeps/pthread/timer_routines.c: ... here.
8274         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8275         * sysdeps/pthread/timer_settime.c: ... here.
8276         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8277         * sysdeps/pthread/tst-timer.c: ... here.
8278         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8279         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8280
8281         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8282         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8283
8284         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8285         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8286         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8287         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8288         Update #include target.
8289         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8290         * sysdeps/i386/i686/nptl/Makefile: ... here.
8291         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8292         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8293         Update #include target.
8294         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8295         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8296         * nptl/sysdeps/i386/Makefile: Moved ...
8297         * sysdeps/i386/nptl/Makefile: ... here.
8298         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8299         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8300         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8301         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8302         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8303         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8304         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8305         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8306         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8307         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8308         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8309         * nptl/sysdeps/i386/tls.h: Moved ...
8310         * sysdeps/i386/nptl/tls.h: ... here.
8311
8312         * sysdeps/sh/Makefile [$(subdir) = csu]
8313         (gen-as-const-headers): Add tcb-offsets.sym.
8314         * nptl/sysdeps/sh/Makefile: File removed.
8315         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8316         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8317         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8318         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8319         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8320         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8321         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8322         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8323         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8324         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8325         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8326         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8327         * nptl/sysdeps/sh/tls.h: Moved ...
8328         * sysdeps/sh/nptl/tls.h: ... here.
8329         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8330         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8331         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8332         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8333         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8334         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8335         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8336         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8337         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8338         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8339         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8340         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8341         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8342         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8343         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8344         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8345         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8346         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8347         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8348         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8349         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8350         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8351         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8352         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8353         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8354         Moved ...
8355         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8356         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8357         Moved ...
8358         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8359         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8360         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8361         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8362         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8363         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8364         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8365         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8366         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8367         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8368         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8369         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8370         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8371         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8372         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8373         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8374         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8375         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8376         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8377
8378 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8379
8380         * posix/spawn_faction_addopen.c: Include string.h.
8381
8382 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8383
8384         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8385         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8386         * nptl/sysdeps/x86_64/Makefile: Moved ...
8387         * sysdeps/x86_64/nptl/Makefile: ... here.
8388         * nptl/sysdeps/x86_64/configure: Moved ...
8389         * sysdeps/x86_64/nptl/configure: ... here.
8390         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8391         * sysdeps/x86_64/nptl/configure.ac: ... here.
8392         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8393         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8394         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8395         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8396         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8397         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8398         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8399         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8400         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8401         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8402         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8403         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8404         * nptl/sysdeps/x86_64/tls.h: Moved ...
8405         * sysdeps/x86_64/nptl/tls.h: ... here.
8406         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8407         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8408         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8409         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8410
8411         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8412
8413 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8414
8415         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8416
8417 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8418
8419         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8420         type.
8421         [POSIX] (off_t): Likewise.
8422         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8423         [POSIX] (S_ISBLK): Require macro.
8424         [POSIX] (S_ISCHR): Likewise.
8425         [POSIX] (S_ISDIR): Likewise.
8426         [POSIX] (S_ISFIFO): Likewise.
8427         [POSIX] (S_ISREG): Likewise.
8428         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8429         optional-macro.
8430         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8431         type.
8432         [POSIX] (time_t): Likewise.
8433         [POSIX] (timer_t): Likewise.
8434
8435 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8436
8437         [BZ #17048]
8438         * posix/spawn_int.h (struct __spawn_action): Make the path string
8439         non-const to support deallocation.
8440         * posix/spawn_faction_addopen.c
8441         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8442         * posix/spawn_faction_destroy.c
8443         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8444         path in all spawn_do_open actions.
8445         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8446         posix_spawn_file_actions_addopen.
8447
8448 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8449
8450         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8451         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8452         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8453         conditional code always true.
8454         (__libc_vfork): New alias.
8455
8456 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8457
8458         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8459         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8460
8461         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8462
8463         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8464         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8465
8466         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8467         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8468
8469         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8470         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8471
8472 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8473
8474         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8475         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8476         multiarch strcmp for PPC64.
8477         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8478         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8479         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8480         multiarch optimizations.
8481         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8482         (__libc_ifunc_impl_list): Likewise.
8483
8484 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8485
8486         * benchtests/scripts/validate_benchout.py: New script.
8487         * benchtests/Makefile (bench-func): Call it.
8488         * benchtests/scripts/benchout.schema.json: New file.
8489
8490 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8491
8492         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8493         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8494         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8495         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8496         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8497         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8498         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8499         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8500         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8501         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8502         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8503         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8504         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8505         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8506         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8507         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8508         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8509         Moved ...
8510         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8511         ... here.
8512         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8513         Moved ...
8514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8516         Moved ...
8517         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8518         ... here.
8519         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8520         Moved ...
8521         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8522         ... here.
8523         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8524         Moved ...
8525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8527         Moved ...
8528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8529         ... here.
8530         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8531         Moved ...
8532         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8533         ... here.
8534         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8535         Moved ...
8536         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8538         Moved ...
8539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8540         ... here.
8541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8542         Moved ...
8543         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8544         ... here.
8545         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8546         Moved ...
8547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8548         ... here.
8549         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8550         Moved ...
8551         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8553         Moved ...
8554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8555         ... here.
8556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8557         Moved ...
8558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8559         ... here.
8560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8561         Moved ...
8562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8563         ... here.
8564         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8565         Moved ...
8566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8568         Moved ...
8569         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8570         ... here.
8571         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8572         Moved ...
8573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8574         ... here.
8575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8576         Moved ...
8577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8579         Moved ...
8580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8581         ... here.
8582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8583         Moved ...
8584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8586         Moved ...
8587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8589         Moved ...
8590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8591         ... here.
8592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8593         Moved ...
8594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8595         ... here.
8596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8597         Moved ...
8598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8599         ... here.
8600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8601         Moved ...
8602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8604         Moved ...
8605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8606         ... here.
8607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8608         Moved ...
8609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8610         ... here.
8611         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8612         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8613         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8614         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8615         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8616         Moved ...
8617         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8618         ... here.
8619         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8620         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8622         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8623         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8624         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8625         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8626         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8628         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8629         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8630         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8631         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8632         Moved ...
8633         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8634         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8635         Moved ...
8636         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8637         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8638         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8639         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8640         Moved ...
8641         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8642         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8643         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8644         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8645         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8646         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8647         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8648
8649 2014-06-10  Wilco  <wdijkstr@arm.com>
8650
8651         * math/test-fenv-return.c: New file.
8652         * math/Makefile: Add new test test-fenv-return.
8653
8654 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8655
8656         [BZ #17042]
8657         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8658         when x - 1 is zero.
8659         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8660         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8661         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8662         0.0L for an argument of 1.0L.
8663         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8664         Likewise.
8665         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8666         value when x - 1 is zero.
8667         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8668         * sysdeps/i386/fpu/libm-test-ulps: Update.
8669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8670
8671 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8672
8673         [BZ #15119]
8674         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8675
8676 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8677
8678         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8679         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8680
8681 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8682
8683         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8684         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8685
8686         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8687         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8688
8689         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8690         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8691
8692         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8693         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8694
8695         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8696         if not already defined.
8697         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8698         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8699         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8700         (TLS_INIT_TP): Use it.
8701         (TLS_DEFINE_INIT_TP): New macro.
8702         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8703
8704 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8705
8706         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8707         constant.
8708         [POSIX] (IXANY): Likewise.
8709         [POSIX] (OLCUC): Likewise.
8710         [POSIX || POSIX2008] (CBAUD): Do not allow.
8711         [POSIX || POSIX2008] (DEFECHO): Likewise.
8712         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8713         [POSIX || POSIX2008] (ECHOKE): Likewise.
8714         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8715         [POSIX || POSIX2008] (EXTA): Likewise.
8716         [POSIX || POSIX2008] (EXTB): Likewise.
8717         [POSIX || POSIX2008] (FLUSHO): Likewise.
8718         [POSIX || POSIX2008] (LOBLK): Likewise.
8719         [POSIX || POSIX2008] (PENDIN): Likewise.
8720         [POSIX || POSIX2008] (SWTCH): Likewise.
8721         [POSIX || POSIX2008] (VDISCARD): Likewise.
8722         [POSIX || POSIX2008] (VDSUSP): Likewise.
8723         [POSIX || POSIX2008] (VLNEXT): Likewise.
8724         [POSIX || POSIX2008] (VREPRINT): Likewise.
8725         [POSIX || POSIX2008] (VSTATUS): Likewise.
8726         [POSIX || POSIX2008] (VWERASE): Likewise.
8727         (B*): Change to B[0123456789]*.
8728         * conform/data/time.h-data [POSIX || UNIX98]
8729         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8730         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8731         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8732         [POSIX] (tm_*): Do not allow.
8733
8734 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8735
8736         * Makefile (install): Don't set LANGUAGE.
8737         * Makefile.in (install): Likewise.
8738         * assert/Makefile (test-assert-ENV): Remove variable.
8739         (test-assert-perr-ENV): Likewise.
8740         * elf/Makefile (neededtest4-ENV): Likewise.
8741         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8742         [$(cross-compiling) = no]: Don't set LANGUAGE.
8743         * io/ftwtest-sh (LANG): Remove variable.
8744         * libio/Makefile (tst-widetext-ENV): Likewise.
8745         * manual/install.texi (Running make install): Don't refer to
8746         environment settings for make install.
8747         * INSTALL: Regenerated.
8748         * nptl/tst-tls6.sh: Don't set LANG.
8749         * posix/globtest.sh (LANG): Remove variable.
8750         * string/Makefile (tester-ENV): Likewise.
8751         (inl-tester-ENV): Likewise.
8752         (noinl-tester-ENV): Likewise.
8753         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8754         [$(cross-compiling) = no]: Don't set LANGUAGE.
8755         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8756         without explicit environment settings.
8757
8758 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8759
8760         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8761         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8762         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8763         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8764
8765 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8766
8767         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8768         other files in the crypt directory.
8769         * crypt/crypt.c: Remove duplicate includes.
8770         * crypt/crypt-entry.c: Likewise.
8771         * crypt/crypt_util.c: Likewise.
8772
8773 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8774
8775         * Makeconfig (run-program-env): New variable.
8776         (run-program-prefix-before-env): Likewise.
8777         (run-program-prefix-after-env): Likewise.
8778         (run-program-prefix): Define in terms of new variables.
8779         (built-program-cmd-before-env): New variable.
8780         (built-program-cmd-after-env): Likewise.
8781         (built-program-cmd): Define in terms of new variables.
8782         (test-program-prefix-before-env): New variable.
8783         (test-program-prefix-after-env): Likewise.
8784         (test-program-prefix): Define in terms of new variables.
8785         (test-program-cmd-before-env): New variable.
8786         (test-program-cmd-after-env): Likewise.
8787         (test-program-cmd): Define in terms of new variables.
8788         * Rules (make-test-out): Use $(run-program-env).
8789         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8790         (help): Do not mention environment variables.  Mention
8791         --timeoutfactor option.
8792         (timeoutfactor): New variable.
8793         (blacklist_exports): Remove function.
8794         (exports): Remove variable.
8795         (command): Do not include ${exports}.
8796         * manual/install.texi (Configuring and compiling): Do not mention
8797         test wrappers preserving environment variables.  Mention that last
8798         assignment to a variable must take precedence.
8799         * INSTALL: Regenerated.
8800         * benchtests/Makefile (run-bench): Use $(run-program-env).
8801         * catgets/Makefile ($(objpfx)test1.cat): Use
8802         $(built-program-cmd-before-env), $(run-program-env) and
8803         $(built-program-cmd-after-env).
8804         ($(objpfx)test2.cat): Do not specify environment variables
8805         explicitly.
8806         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8807         $(run-program-env) and $(built-program-cmd-after-env).
8808         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8809         $(run-program-env) and $(test-program-cmd-after-env).
8810         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8811         explicitly.
8812         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8813         run_program_env and test_program_cmd_after_env arguments.
8814         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8815         * elf/tst-pathopt.sh: Use run_program_env argument.
8816         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8817         $(test-wrapper-env) and $(run-program-env).
8818         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8819         run_program_env arguments.
8820         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8821         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8822         $(test-program-prefix-before-env), $(run-program-env) and
8823         $(test-program-prefix-after-env).
8824         ($(objpfx)tst-gettext2.out): Likewise.
8825         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8826         run_program_env and test_program_prefix_after_env arguments.
8827         * intl/tst-gettext2.sh: Likewise.
8828         * intl/tst-gettext4.sh: Do not set environment variables
8829         explicitly.
8830         * intl/tst-gettext6.sh: Likewise.
8831         * intl/tst-translit.sh: Likewise.
8832         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8833         $(test-program-prefix-before-env), $(run-program-env) and
8834         $(test-program-prefix-after-env).
8835         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8836         run_program_env and test_program_prefix_after_env arguments.
8837         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8838         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8839         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8840         explicitly with each use of ${test_wrapper_env}.
8841         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8842         $(test-program-prefix-before-env), $(run-program-env) and
8843         $(test-program-prefix-after-env).
8844         * posix/tst-getconf.sh: Do not set environment variables
8845         explicitly.
8846         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8847         run_program_env and test_program_prefix_after_env arguments.
8848         * stdio-common/tst-printf.sh: Do not set environment variables
8849         explicitly.
8850         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8851         $(test-program-prefix-before-env), $(run-program-env) and
8852         $(test-program-prefix-after-env).
8853         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8854         run_program_env and test_program_prefix_after_env arguments.
8855         Split $test calls into $test_pre and $test.
8856         * timezone/Makefile (build-testdata): Use
8857         $(built-program-cmd-before-env), $(run-program-env) and
8858         $(built-program-cmd-after-env).
8859
8860 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8861
8862         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8863         strlen for non SHARED builds.
8864
8865 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8866
8867         * nptl/allocatestack.c (check_list): Inlined function...
8868         (__reclaim_stacks): ... here.
8869
8870 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8871
8872         [BZ #15698]
8873         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8874         memory overrun.
8875
8876 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8877
8878         * Rules (make-test-out): Include
8879         LOCPATH=$(common-objpfx)localedata in default environment.
8880         * debug/Makefile (tst-chk1-ENV): Remove variable.
8881         (tst-chk2-ENV): Likewise.
8882         (tst-chk3-ENV): Likewise.
8883         (tst-chk4-ENV): Likewise.
8884         (tst-chk5-ENV): Likewise.
8885         (tst-chk6-ENV): Likewise.
8886         (tst-lfschk1-ENV): Likewise.
8887         (tst-lfschk2-ENV): Likewise.
8888         (tst-lfschk3-ENV): Likewise.
8889         (tst-lfschk4-ENV): Likewise.
8890         (tst-lfschk5-ENV): Likewise.
8891         (tst-lfschk6-ENV): Likewise.
8892         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8893         (tst-iconv7-ENV): Likewise.
8894         * intl/Makefile (LOCPATH-ENV): Likewise.
8895         (tst-codeset-ENV): Likewise.
8896         (tst-gettext3-ENV): Likewise.
8897         (tst-gettext5-ENV): Likewise.
8898         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8899         (tst-fopenloc-ENV): Likewise.
8900         (tst-fgetws-ENV): Remove variable.
8901         (tst-ungetwc1-ENV): Likewise.
8902         (tst-ungetwc2-ENV): Likewise.
8903         (bug-ungetwc2-ENV): Likewise.
8904         (tst-swscanf-ENV): Likewise.
8905         (bug-ftell-ENV): Likewise.
8906         (tst-fgetwc-ENV): Likewise.
8907         (tst-fseek-ENV): Likewise.
8908         (tst-ftell-partial-wide-ENV): Likewise.
8909         (tst-ftell-active-handler-ENV): Likewise.
8910         (tst-ftell-append-ENV): Likewise.
8911         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8912         (tst-regexloc-ENV): Likewise.
8913         (bug-regex1-ENV): Likewise.
8914         (tst-regex-ENV): Likewise.
8915         (tst-regex2-ENV): Likewise.
8916         (bug-regex5-ENV): Likewise.
8917         (bug-regex6-ENV): Likewise.
8918         (bug-regex17-ENV): Likewise.
8919         (bug-regex18-ENV): Likewise.
8920         (bug-regex19-ENV): Likewise.
8921         (bug-regex20-ENV): Likewise.
8922         (bug-regex22-ENV): Likewise.
8923         (bug-regex23-ENV): Likewise.
8924         (bug-regex25-ENV): Likewise.
8925         (bug-regex26-ENV): Likewise.
8926         (bug-regex30-ENV): Likewise.
8927         (bug-regex32-ENV): Likewise.
8928         (bug-regex33-ENV): Likewise.
8929         (bug-regex34-ENV): Likewise.
8930         (bug-regex35-ENV): Likewise.
8931         (tst-rxspencer-ENV): Likewise.
8932         (tst-rxspencer-no-utf8-ENV): Likewise.
8933         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8934         (tst-sscanf-ENV): Likewise.
8935         (tst-swprintf-ENV): Likewise.
8936         (tst-swscanf-ENV): Likewise.
8937         (test-vfprintf-ENV): Likewise.
8938         (scanf13-ENV): Likewise.
8939         (bug14-ENV): Likewise.
8940         (tst-grouping-ENV): Likewise.
8941         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8942         (tst-strtod3-ENV): Likewise.
8943         (tst-strtod4-ENV): Likewise.
8944         (tst-strtod5-ENV): Likewise.
8945         (testmb2-ENV): Likewise./
8946         * string/Makefile (tst-strxfrm-ENV): Likewise.
8947         (tst-strxfrm2-ENV): Likewise.
8948         (bug-strcoll1-ENV): Likewise.
8949         (test-strcasecmp-ENV): Likewise.
8950         (test-strncasecmp-ENV): Likewise.
8951         * time/Makefile (tst-strptime-ENV): Likewise.
8952         (tst-ftime_l-ENV): Likewise.
8953         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8954         (tst-mbrtowc-ENV): Likewise.
8955         (tst-wcrtomb-ENV): Likewise.
8956         (tst-mbrtowc2-ENV): Likewise.
8957         (tst-c16c32-1-ENV): Likewise.
8958         (tst-mbsnrtowcs-ENV): Likewise.
8959
8960 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8961
8962         * manual/resource.texi (How to get information about the memory
8963         subsystem?): Fix typo.
8964         Reported by Peon de la Parra Ivan <peon@keba.com>
8965
8966 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8967
8968         [BZ #16882]
8969         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8970         (pthread_spin_lock): Branch out of spin loop to proper location.
8971         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8972         (pthread_spin_lock): Likewise.
8973
8974         * nptl/tst-spin4.c: New test.
8975         * nptl/Makefile (tests): Add tst-spin4.
8976
8977 2014-06-03  Andreas Schwab  <schwab@suse.de>
8978
8979         [BZ #15946]
8980         * resolv/res_send.c (send_dg): Reload file descriptor after
8981         calling reopen.
8982
8983 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8984
8985         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8986
8987 2014-06-03  Richard Henderson  <rth@redhat.com>
8988
8989         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8990         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8991         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8992         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8993         in the SAVE_PID block.
8994         (__libc_vfork): New alias.
8995         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8996
8997         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8998         child in registers, not on the stack.  Remove RESET_PID conditionals.
8999         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9000
9001 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9002
9003         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9004
9005 2014-06-03  Wilco  <wdijkstr@arm.com>
9006
9007         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9008         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9009         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9010         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9011         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9012         Likewise.
9013
9014 2014-06-03  Wilco  <wdijkstr@arm.com>
9015
9016         * sysdeps/aarch64/fpu/math_private.h
9017         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9018         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9019         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9020         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9021         Fix declarations.
9022
9023 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9024
9025         * crypt/crypt-private.h: Include ufc-crypt.h.
9026         (__b64_from_24bit): Declare extern.
9027         * crypt/crypt_util.c(__b64_from_24bit): New function.
9028         (b64t): New static const variable.
9029         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9030         (b64t): Remove variable.
9031         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9032         * crypt/sha256-crypt.c: Include crypt-private.h.
9033         (b64t): Remove variable.
9034         (__sha256_crypt_r): Remove b64_from_24bit and replace
9035         with __b64_from_24bit.
9036         * crypt/sha512-crypt.c: Likewise.
9037
9038 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9039
9040         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9041         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9042         Label the code __libc_vfork rather than __vfork.
9043         [!NOT_IN_libc] (vfork): Define as weak alias.
9044         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9045         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9046         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9047
9048 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9049
9050         * malloc/malloc.c (malloc_info): Fix format specifier for
9051         n_mmaps.
9052
9053 2014-06-02  Wilco  <wdijkstr@arm.com>
9054
9055         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9056         FPCR write.
9057
9058 2014-06-02  Wilco  <wdijkstr@arm.com>
9059
9060         [BZ #17009]
9061         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9062         Rewrite to reduce FPCR/FPSR accesses.
9063
9064 2014-06-01  David S. Miller  <davem@davemloft.net>
9065
9066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9067
9068 2014-05-31  David S. Miller  <davem@davemloft.net>
9069
9070         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9071         to occur in round to nearest mode when |x| >= 2.0
9072
9073 2014-05-30  Richard Henderson  <rth@twiddle.net>
9074
9075         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9076         (PSEUDO_RET_NOERRNO): Remove.
9077         (ret): Don't redefine.
9078         (ret_NOERRNO): Define in terms of ret.
9079         (ret_ERRVAL): Likewise.
9080
9081         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9082         use of PSEUDO_RET; perform the error check directly.
9083
9084 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9085
9086         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9087         with __int128_t.
9088
9089 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9090
9091         * malloc/malloc (malloc_info): Fix formatting.
9092
9093 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9094             Roland McGrath  <roland@hack.frob.com>
9095
9096         * malloc/malloc (malloc_info): Also print mmapped statistics.
9097
9098 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9099
9100         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9101         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9102
9103 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9104
9105         * malloc/malloc.c (malloc_info): Inline mi_arena.
9106
9107 2014-05-29  Richard Henderson  <rth@twiddle.net>
9108
9109         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9110         Remove comma before expanding ASM_ARGS_##nr.
9111         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9112         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9113         of ASM_ARGS_##nr.
9114         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9115         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9116         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9117         (ASM_ARGS_1): Add leading comma.
9118
9119         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9120         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9121         to __errno_location.
9122         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9123         Remove the expected plt for __errno_location.
9124
9125         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9126         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9127         call to __read_tp.
9128
9129         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9130         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9131         it and break it down.
9132         (DOCARGS_0, DOCARGS_1): Do nothing.
9133         (DOCARGS_2): Update to store into the new stack frame.
9134         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9135         (UNDOCARGS_1): Update to restore from the new stack frame.
9136         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9137         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9138
9139         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9140         (SINGLE_THREAD_P): New parameter for result regno.
9141         (PSEUDO): Update to match; use cbz instead of beq.
9142
9143         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9144         Use ENTRY to define the _nocancel entry point.  Share the syscall
9145         and syscall error check paths with the cancel path.
9146         (PSEUDO_END): New.
9147
9148         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9149         whitespace; tabs before and after asm mnemonics.
9150
9151 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9152
9153         [BZ #15132]
9154         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9155         Call fstat64 or stat64 internally, depending on arguments passed.
9156         Replace stat buffer argument with file descriptor argument.
9157         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9158         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9159         Pass fd to __internal_statvfs instead of calling fstat64.
9160         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9161         Pass fd to __internal_statvfs64 instead of calling fstat64.
9162         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9163         Pass -1 to __internal_statvfs instead of calling stat64.
9164         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9165         Pass -1 to __internal_statvfs64 instead of calling stat64.
9166
9167 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9168
9169         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9170         that was previously under [RESET_PID].
9171         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9172
9173         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9174         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9175
9176 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9177
9178         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9179
9180         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9181         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9182
9183 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9184
9185         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9186
9187 2014-05-27  Andreas Schwab  <schwab@suse.de>
9188
9189         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9190         TLS_INIT_TP macro.
9191         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9192         * elf/rtld.c (init_tls, dl_main): Likewise.
9193         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9194         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9195         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9196         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9197         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9198         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9199         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9200         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9201         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9202         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9203         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9204         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9205         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9206         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9207         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9208         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9209         * sysdeps/generic/tls.h: Update description.
9210
9211 2014-05-27  Will Newton  <will.newton@linaro.org>
9212
9213         [BZ #16990]
9214         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9215         and restore r2 rather than just restoring.
9216
9217 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9218
9219         [BZ #16724]
9220         * libio/tst-ftell-append.c: New test case.
9221         * libio/Makefile (tests): Add test case.
9222         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9223         append mode.
9224         * libio/wfileops.c (do_ftell_wide): Likewise.
9225
9226 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9227
9228         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9229
9230         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9231         ...
9232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9234         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9235         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9236         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9237         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9238         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9239         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9240         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9241         Moved ...
9242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9243         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9244         Moved ...
9245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9246         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9247         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9248         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9249         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9250         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9251         ...
9252         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9253         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9254         Moved ...
9255         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9256         here.
9257         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9258         ...
9259         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9260         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9261         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9262
9263         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9264         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9265         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9266         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9267
9268         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9269         merge into ...
9270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9271         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9272         ...
9273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9274         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9275         ...
9276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9277         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9278         Moved ...
9279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9280         here.
9281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9282         Moved ...
9283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9284         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9285         Moved ...
9286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9287
9288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9289         conditional [RESET_PID].
9290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9291         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9292         removed.
9293         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9294         removed.
9295
9296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9297         <tcb-offsets.h>.
9298         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9299         (__libc_vfork): New strong alias.
9300         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9301         removed.
9302         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9303         Removed.
9304
9305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9306         <tcb-offsets.h>.
9307         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9308         (__libc_vfork): New strong alias.
9309         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9310         removed.
9311         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9312         removed.
9313
9314 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9315
9316         * malloc/malloc.c (mi_arena): New function.
9317         (malloc_info): Remove nested function mi_arena. Call non-nosted
9318         function mi_arena.
9319
9320 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9321
9322         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9323         by insrwi.
9324         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9325         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9326         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9327         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9328         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9329         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9330         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9331
9332 2014-05-26  Andreas Schwab  <schwab@suse.de>
9333
9334         [BZ #16984]
9335         * locale/programs/repertoire.c (repertoire_read): Add slash
9336         between I18NPATH element and file name.
9337         * locale/programs/locfile.c (locfile_read): Likewise.
9338
9339 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9340
9341         * nptl/pthread_mutexattr_settype.c
9342         (__pthread_mutexattr_settype):
9343         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9344
9345 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9346
9347         * nptl/tst-mutex5 (do_test):
9348         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9349
9350 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9351
9352         * benchtests/README: Document 'init' directive.
9353         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9354         BENCH_INIT.
9355         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9356         (parse_file): Recognize 'init' directive.
9357
9358 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9359
9360         [BZ #16796]
9361         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9362         alignment of struct pthread.
9363
9364 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9365
9366         [BZ #16878]
9367         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9368         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9369         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9370         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9371
9372 2014-05-25  Richard Henderson  <rth@twiddle.net>
9373
9374         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9375         (SINGLE_THREAD_P_PIC): Remove.
9376         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9377         (SINGLE_THREAD_P_PIC): Remove.
9378
9379         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9380         branch to syscall error ...
9381         (PSEUDO): ... here.
9382         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9383         from __local_syscall_error to .Lsyscall_error.
9384         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9385         (SYSCALL_ERROR): Update label name.
9386
9387         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9388         Do not use DOARGS/UNDOARGS.
9389         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9390         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9391         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9392         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9393         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9394
9395         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9396         block comment.
9397
9398         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9399         define if !NOT_IN_libc.
9400         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9401         define with non-default symbol versions.
9402
9403 2014-05-23  Richard Henderson  <rth@twiddle.net>
9404
9405         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9406         (vfork, __vfork): Define via compat_symbol.
9407
9408         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9409         [!HAVE_IFUNC] (vfork_compat): Remove.
9410         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9411
9412 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9413
9414         [BZ #16978]
9415         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9416         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9417         variable.
9418
9419 2014-05-23  Richard Henderson  <rth@twiddle.net>
9420
9421         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9422         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9423         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9424         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9425
9426         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9427         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9428         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9429         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9430         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9431         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9432         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9433         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9434         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9435         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9436         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9437         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9438         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9439         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9440         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9441         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9442         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9443         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9444         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9445         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9446         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9447         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9448         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9449         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9450         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9451         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9452         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9453         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9454         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9455         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9456         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9457         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9458         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9459         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9460         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9461         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9462         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9463         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9464         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9465         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9466         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9467         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9468         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9469         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9470         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9471         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9472         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9473         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9474         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9475         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9476         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9477         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9478         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9479         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9480         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9481         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9482
9483         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9484         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9485         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9486         before exiting on error.
9487         (__libc_vfork): New strong alias.
9488         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9489         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9490
9491         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9492         that was previously under [RESET_PID].
9493         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9494
9495         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9496
9497 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9498
9499         [BZ #16977]
9500         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9501         value when x - 1 is zero.
9502         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9503         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9504         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9505         0.0L for an argument of 1.0L.
9506         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9507         Likewise.
9508         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9509         value when x - 1 is zero.
9510         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9511         * sysdeps/i386/fpu/libm-test-ulps: Update.
9512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9513
9514 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9515
9516         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9517         alphasort and versionsort.
9518
9519 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9520
9521         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9522         macro.
9523         [copysignf]: Likewise.
9524
9525 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9526
9527         * crypt/md5-crypt.c: Fix formatting.
9528
9529 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9530
9531         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9532         (b64_from_24bit): New function.
9533
9534 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9535
9536         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9537         libc_hidden_builtin_def to ifunc.
9538         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9539         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9540
9541 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9542
9543         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9544         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9545
9546 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9547
9548         * nscd/Depend (linuxthreads): Remove.
9549         (nptl): Add.
9550         * resolv/Depend (linuxthreads): Remove.
9551         * rt/Depend (linuxthreads): Remove.
9552
9553         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9554         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9555         $(common-objpfx)elf/.
9556         (link-libc-before-gnulib): Likewise.
9557         (elfobjdir): Remove variable.
9558         * Makefile (install): Use $(elf-objpfx) instead of
9559         $(common-objpfx)elf/.
9560         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9561         $(elfobjdir)/.
9562         (link-libc-deps): Likewise.
9563         ($(common-objpfx)libc.so): Likewise.
9564         ($(common-objpfx)linkobj/libc.so): Likewise.
9565         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9566         instead of $(common-objpfx)elf/.
9567         (symbolic-link-list): Likewise.
9568         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9569         [$(cross-compiling) = no]: Likewise.
9570         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9571         $(elfobjdir)/.
9572         (static-gnulib-arch): Likewise.
9573         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9574         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9575         $(common-objpfx)elf/.
9576
9577 2014-05-21  Richard Henderson  <rth@redhat.com>
9578
9579         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9580         (SINGLE_THREAD_P): Use the correct width load.  Fold
9581         into the ldr offset.
9582
9583         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9584         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9585
9586 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9587
9588         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9589         (libgcc_s_resume): Use __attribute_used__.
9590         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9591         Likewise.
9592
9593 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9594
9595         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9596         optimization when used with float constants.
9597
9598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9599
9600 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9601
9602         [BZ #16915]
9603         * locale/nl_langinfo_l.c: Make direct reference to every
9604         _nl_current_CATEGORY symbol.
9605         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9606         (tests-static): Add tst-langinfo-static.
9607         (tests-special): Add tst-langinfo-static.out.
9608         ($(objpfx)tst-langinfo.out): Redirect output.
9609         ($(objpfx)tst-langinfo-static.out): New.
9610         * localedata/tst-langinfo.sh: Send output to stdout.
9611         * localedata/tst-langinfo-static.c: New file.
9612
9613         [BZ #16965]
9614         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9615         when the shift amount is modulo the limb size.
9616
9617 2014-05-20  Richard Henderson  <rth@redhat.com>
9618
9619         [BZ #16967]
9620         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9621         Change type of sa_flags from unsigned int to int.
9622
9623         [BZ #16966]
9624         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9625
9626         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9627
9628 2014-05-20  Will Newton  <will.newton@linaro.org>
9629
9630         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9631         Test the return value of the system call in the nocancel case.
9632
9633 2014-05-20  Will Newton  <will.newton@linaro.org>
9634             Yvan Roux  <yvan.roux@linaro.org>
9635
9636         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9637         #include of asm/ptrace.h.
9638         (PTRACE_GET_THREAD_AREA): Remove #undef.
9639         (PTRACE_GETHBPREGS): Likewise.
9640         (PTRACE_SETHBPREGS): Likewise.
9641         (struct user_regs_struct): New structure.
9642         (struct user_fpsimd_struct): New structure.
9643         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9644         #include of asm/ptrace.h and second #include of sys/user.h.
9645         (PTRACE_GET_THREAD_AREA): Remove #undef.
9646         (PTRACE_GETHBPREGS): Likewise.
9647         (PTRACE_SETHBPREGS): Likewise.
9648         (ELF_NGREG): Use new struct user_regs_struct.
9649         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9650
9651 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9652
9653         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9654         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9655
9656 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9657
9658         [BZ #16958]
9659         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9660         membar to avoid block loads/stores to overlap previous stores.
9661
9662 2014-05-17  Richard Henderson  <rth@redhat.com>
9663
9664         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9665         Create the __##syscall_name##_nocancel entry point.
9666         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9667         Remove; let the sysdep-cancel.h code create it.
9668
9669 2014-05-17  David S. Miller  <davem@davemloft.net>
9670
9671         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9672         Protect with __USE_GNU.
9673         (TIOCSET_TEMPT): Likewise.
9674         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9675         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9676         these are already provided in bits/ioctl-types.h
9677
9678 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9679
9680         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9681         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9682
9683         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9684         Use wait4 regardless of [__NR_waitpid].
9685
9686 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9687
9688         PR libgcc/60166
9689         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9690         (_FP_NANSIGN_Q): Set the quiet bit.
9691
9692 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9693
9694         * benchtests/Makefile
9695         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9696         not $(common-objpfx)math/libm.so.
9697         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9698         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9699         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9700         $(common-objpfx)dlfcn/libdl.so.
9701         ($(objpfx)tst-audit8): Depend on $(libm), not
9702         $(common-objpfx)math/libm.so.
9703         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9704         not $(common-objpfx)dlfcn/libdl.so.
9705         * math/Makefile
9706         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9707         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9708         [$(build-shared) = yes].
9709         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9710         $(common-objpfx)nptl/libpthread.so.
9711         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9712         $(common-objpfx)math/libm.so$(libm.so-version) or
9713         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9714         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9715         $(common-objpfx)dlfcn/libdl.so.
9716         * setjmp/Makefile (link-libm): Remove variable.
9717         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9718         * stdio-common/Makefile (link-libm): Remove variable.
9719         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9720         * stdlib/Makefile (link-libm): Remove variable.
9721         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9722         ($(objpfx)tst-strtod-round): Likewise.
9723         ($(objpfx)tst-tininess): Likewise.
9724         ($(objpfx)tst-strtod-underflow): Likewise.
9725         ($(objpfx)tst-strtod6): Likewise.
9726         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9727         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9728         $(common-objpfx)dlfcn/libdl.so.
9729
9730 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9731
9732         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9733         BSD terminal modes definitions.
9734
9735 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9736
9737         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9738         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9739
9740         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9741         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9742         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9743         Don't do #include_next.
9744         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9745         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9746         Don't do #include_next.
9747         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9748         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9749         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9750         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9751
9752 2014-05-16  Allan McRae  <allan@archlinux.org>
9753
9754         * po/sv.po: Update Swedish translation from translation project.
9755
9756         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9757         in sed expression.
9758
9759 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9760
9761         [BZ #16917]
9762         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9763         errno if the TIOCGPTN ioctl fails with an error different than
9764         EINVAL.
9765         * login/tst-ptsname.c: New file.
9766         * login/Makefile (tests): Add tst-ptsname.
9767
9768         [BZ #16943]
9769         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9770         and prlimit64.
9771
9772 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9773
9774         [BZ #16849]
9775         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9776         herrno to return EAI_AGAIN.
9777
9778 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9779
9780         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9781         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9782         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9783         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9784         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9785         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9786         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9787         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9788         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9789         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9790         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9791         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9792         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9793         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9794         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9795         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9797         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9799         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9800         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9801         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9802         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9803         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9804         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9805         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9806         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9809         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9810         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9811         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9812         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9813         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9814         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9815         Moved ...
9816         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9817         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9818         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9820         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9822         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9824         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9826         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9828         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9829         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9830         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9831         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9832         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9834         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9836         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9837         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9838         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9840         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9841         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9842         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9844         Moved ...
9845         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9846         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9847         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9849         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9851         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9853         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9855         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9865         Moved ...
9866         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9867         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9868         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9869
9870         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9871         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9872         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9873         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9874         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9875         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9876         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9877         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9878         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9879         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9880         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9881         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9882         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9883         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9884         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9885         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9886         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9887         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9888         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9890         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9892         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9893         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9894         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9896         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9897         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9898         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9899         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9900         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9901
9902         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9903         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9904
9905         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9906         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9907         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9908         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9909         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9910         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9911         Moved ...
9912         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9913         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9914         Moved ...
9915         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9916         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9917         Moved ...
9918         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9919         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9920         Moved ...
9921         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9922         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9923         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9924         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9925         Moved ...
9926         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9927         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9928         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9929         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9930         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9931         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9932         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9933         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9934         Moved ...
9935         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9936         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9937         Moved ...
9938         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9939         ... here.
9940         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9941         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9942         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9943         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9944         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9945         Moved ...
9946         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9947         ... here.
9948         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9949         Moved ...
9950         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9952         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9953         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9954         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9955         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9956         Moved ...
9957         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9958         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9959         Moved ...
9960         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9962         Moved ...
9963         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9964         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9965         Moved ...
9966         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9967         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9968         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9969         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9970         Moved ...
9971         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9972         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9973         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9974         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9975         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9976         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9977         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9978         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9979         Moved ...
9980         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9981         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9982         Moved ...
9983         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9984         ... here.
9985         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9986         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9987         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9988         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9989         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9990         Moved ...
9991         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9992         ... here.
9993         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9994         Moved ...
9995         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9996         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9997         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9998         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9999         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10000         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10001         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10002         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10003         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10004         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10005         Moved ...
10006         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10007         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10008         Moved ...
10009         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10010         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10011         Moved ...
10012         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10013         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10014         Moved ...
10015         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10016         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10017         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10018         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10019         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10020         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10021         Moved ...
10022         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10024         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10026         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10027         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10028         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10030         Moved ...
10031         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10032         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10033         Moved ...
10034         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10035         ... here.
10036         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10037         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10038         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10039         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10040         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10043         ... here.
10044         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10045         Moved ...
10046         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10047         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10048         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10049         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10050         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10051         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10052         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10053         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10054         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10055         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10056         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10057
10058         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10059         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10060
10061         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10062         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10063
10064         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10065         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10066         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10067         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10068         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10069         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10070         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10071         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10072         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10073         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10074         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10075         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10076         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10078         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10079         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10080         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10081         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10082         Moved ...
10083         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10084         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10085         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10086         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10087         Moved ...
10088         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10089         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10090         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10091         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10092         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10093         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10094         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10096         Moved ...
10097         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10098         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10099         Moved ...
10100         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10102         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10104         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10106         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10108         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10110         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10112         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10114         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10116         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10117
10118         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10119         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10120         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10121         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10122         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10123
10124         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10125         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10126         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10127         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10128         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10129         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10130         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10131         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10132         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10133         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10134
10135         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10136         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10137
10138         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10139         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10140         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10141         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10142         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10143         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10144         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10145         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10146         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10147         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10148         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10149         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10150         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10151         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10152         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10153         Update #include.
10154         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10155         Likewise.
10156         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10157         Likewise.
10158         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10159         Likewise.
10160         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10161         Likewise.
10162         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10163         Likewise.
10164         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10165         Likewise.
10166         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10167         Likewise.
10168         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10169         Likewise.
10170         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10171         Likewise.
10172         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10173         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10174         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10175         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10176         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10177         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10178         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10179         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10180         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10181         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10182         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10183         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10184         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10185         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10186         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10187
10188         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10189         that was previously under [RESET_PID].
10190         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10191         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10192         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10193
10194         * sysdeps/i386/nptl/Implies: New file.
10195         * sysdeps/x86_64/nptl/Implies: New file.
10196         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10197         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10198         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10199         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10200
10201         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10202         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10203         (__libc_vfork): New strong alias.
10204         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10205         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10206
10207         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10208         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10209         (__libc_vfork): New strong alias.
10210         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10211         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10212
10213         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10214         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10215         (__libc_vfork): New strong alias.
10216         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10217         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10218         * nptl/pt-vfork.c: New file.
10219         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10220         (libpthread: GLIBC_2.20): New version set (empty).
10221
10222 2014-05-14  Will Newton  <will.newton@linaro.org>
10223
10224         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10225         rather than #if.
10226
10227 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10228
10229         [BZ #16564]
10230         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10231         arguments with exponent 65 or above.
10232         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10233         arguments 0x1p113L or above.
10234         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10235         to arguments 0x1p107L or above.
10236         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10237         positive arguments with exponent 65 or above.
10238         * math/auto-libm-test-in: Add more tests of log1p.
10239         * math/auto-libm-test-out: Regenerated.
10240
10241         [BZ #16928]
10242         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10243         non-finite arguments is +0.
10244         * math/s_cacosf.c (__cacosf): Likewise.
10245         * math/s_cacosl.c (__cacosl): Likewise.
10246         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10247         * sysdeps/i386/fpu/libm-test-ulps: Update.
10248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10249
10250         [BZ #16927]
10251         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10252         value.
10253         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10254         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10255         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10256         for explicit high bit of mantissa when testing for argument equal
10257         to 1.
10258         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10259         * sysdeps/i386/fpu/libm-test-ulps: Update.
10260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10261
10262         [BZ #16516]
10263         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10264         (__erf): Scale by 16 instead of 8 in potentially underflowing
10265         case.  Ensure exception if result actually underflows.
10266         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10267         (__erff): Scale by 16 instead of 8 in potentially underflowing
10268         case.  Ensure exception if result actually underflows.
10269         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10270         (efx8): Remove variable.
10271         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10272         case.  Ensure exception if result actually underflows.
10273         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10274         (efx8): Remove variable.
10275         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10276         case.  Ensure exception if result actually underflows.
10277         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10278         (efx8): Remove variable.
10279         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10280         case.  Ensure exception if result actually underflows.
10281         * math/auto-libm-test-in: Add more tests of erf.
10282         * math/auto-libm-test-out: Regenerated.
10283
10284 2014-05-14  Andreas Schwab  <schwab@suse.de>
10285
10286         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10287         Remove code conditionalized on USE___THREAD.
10288
10289         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10290         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10291         not definedness.
10292
10293 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10294
10295         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10296         Define unconditionally.
10297         (__ASSUME_O_CLOEXEC): Likewise.
10298         (__ASSUME_SOCK_CLOEXEC): Likewise.
10299         (__ASSUME_IN_NONBLOCK): Likewise.
10300         (__ASSUME_PIPE2): Likewise.
10301         (__ASSUME_EVENTFD2): Likewise.
10302         (__ASSUME_SIGNALFD4): Likewise.
10303         (__ASSUME_DUP3): Likewise.
10304         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10305         (__ASSUME_DUP3): Do not define.
10306         (__ASSUME_EVENTFD2): Likewise.
10307         (__ASSUME_IN_NONBLOCK): Likewise.
10308         (__ASSUME_O_CLOEXEC): Likewise.
10309         (__ASSUME_PIPE2): Likewise.
10310         (__ASSUME_SIGNALFD4): Likewise.
10311         (__ASSUME_SOCK_CLOEXEC): Likewise.
10312         (__ASSUME_UTIMES): Undefine.
10313         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10314         (__ASSUME_UTIMES): Do not define.
10315         (__ASSUME_O_CLOEXEC): Likewise.
10316         (__ASSUME_SOCK_CLOEXEC): Likewise.
10317         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10318         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10319         0x020621].
10320         (__ASSUME_PIPE2): Likewise.
10321         (__ASSUME_EVENTFD2): Likewise.
10322         (__ASSUME_SIGNALFD4): Likewise.
10323         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10324         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10325         Do not define.
10326         (__ASSUME_EVENTFD2): Likewise.
10327         (__ASSUME_SIGNALFD4): Likewise.
10328         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10329         (__ASSUME_32BITUIDS): Likewise.
10330         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10331         (__ASSUME_IPC64): Likewise.
10332         (__ASSUME_ST_INO_64_BIT): Likewise.
10333         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10334         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10335         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10336         (__ASSUME_UTIMES): Do not define.
10337         (__ASSUME_PSELECT): Likewise.
10338         (__ASSUME_PPOLL): Likewise.
10339         (__ASSUME_O_CLOEXEC): Likewise.
10340         (__ASSUME_SOCK_CLOEXEC): Likewise.
10341         (__ASSUME_IN_NONBLOCK): Likewise.
10342         (__ASSUME_PIPE2): Likewise.
10343         (__ASSUME_EVENTFD2): Likewise.
10344         (__ASSUME_SIGNALFD4): Likewise.
10345         (__ASSUME_DUP3): Likewise.
10346         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10347         (__ASSUME_UTIMES): Likewise.
10348         (__ASSUME_O_CLOEXEC): Likewise.
10349         (__ASSUME_SOCK_CLOEXEC): Likewise.
10350         (__ASSUME_IN_NONBLOCK): Likewise.
10351         (__ASSUME_PIPE2): Likewise.
10352         (__ASSUME_EVENTFD2): Likewise.
10353         (__ASSUME_SIGNALFD4): Likewise.
10354         (__ASSUME_DUP3): Likewise.
10355         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10356         (__ASSUME_UTIMES): Likewise.
10357         (__ASSUME_O_CLOEXEC): Likewise.
10358         (__ASSUME_SOCK_CLOEXEC): Likewise.
10359         (__ASSUME_IN_NONBLOCK): Likewise.
10360         (__ASSUME_PIPE2): Likewise.
10361         (__ASSUME_EVENTFD2): Likewise.
10362         (__ASSUME_SIGNALFD4): Likewise.
10363         (__ASSUME_DUP3): Likewise.
10364         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10365         Likewise.
10366         (__ASSUME_UTIMES): Likewise.
10367         (__ASSUME_EVENTFD2): Likewise.
10368         (__ASSUME_SIGNALFD4): Likewise.
10369         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10370         (__ASSUME_O_CLOEXEC): Likewise.
10371         (__ASSUME_SOCK_CLOEXEC): Likewise.
10372         (__ASSUME_IN_NONBLOCK): Likewise.
10373         (__ASSUME_PIPE2): Likewise.
10374         (__ASSUME_EVENTFD2): Likewise.
10375         (__ASSUME_SIGNALFD4): Likewise.
10376         (__ASSUME_DUP3): Likewise.
10377         (__ASSUME_UTIMES): Undefine.
10378
10379         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10380         feclearexcept.  Remove symbol versioning code.
10381         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10382         symbol versioning code.
10383         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10384         symbol versioning code.
10385         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10386         feupdateenv.  Remove symbol versioning code.
10387         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10388         fegetexceptflag.  Remove symbol versioning code.
10389         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10390         fesetexceptflag.  Remove symbol versioning code.
10391         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10392         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10393         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10394         (__posix_fadvise64_l32): Remove prototype.
10395         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10396         code.
10397
10398 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10399
10400         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10401         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10402         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10403         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10404
10405 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10406
10407         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10408         current working directory
10409
10410 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10411
10412         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10413         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10414         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10415         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10416         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10417         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10418         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10419         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10420         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10421         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10422         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10423         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10424         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10425         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10426         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10427         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10431         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10441         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10443         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10444         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10445         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10446         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10447         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10448         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10449         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10450         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10451         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10452         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10453         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10454
10455         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10456         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10457
10458         * sysdeps/unix/sysv/linux/arm/Makefile
10459         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10460         Add rt-aeabi_unwind_cpp_pr1.
10461         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10462         Add nptl-aeabi_unwind_cpp_pr1.
10463         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10464         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10465         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10466         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10467         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10468         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10469
10470         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10471         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10472         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10473         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10474
10475         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10476         Deconditionalize the code that was previously under [RESET_PID].
10477         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10478
10479         * sysdeps/generic/exit-thread.h: New file.
10480         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10481         * include/unistd.h (__exit_thread): Remove declaration.
10482         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10483         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10484         * csu/libc-start.c: Include <exit-thread.h>.
10485         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10486         * nptl/pthread_create.c: Include <exit-thread.h>.
10487         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10488         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10489         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10490         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10491         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10492         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10493         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10494         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10495         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10496         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10497         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10498         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10499         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10500         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10501         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10502         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10503         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10504
10505 2014-05-13  Andreas Schwab  <schwab@suse.de>
10506
10507         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10508
10509 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10510
10511         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10512         (__ASSUME_UTIMES): Do not condition on kernel version.
10513         (__ASSUME_PSELECT): Define unconditionally.
10514         (__ASSUME_PPOLL): Likewise.
10515         (__ASSUME_ATFCTS): Likewise.
10516         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10517         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10518         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10519         (__ASSUME_UTIMENSAT): Define unconditionally.
10520         (__ASSUME_PRIVATE_FUTEX): Likewise.
10521         (__ASSUME_FALLOCATE): Likewise.
10522         (__ASSUME_O_CLOEXEC): Likewise.
10523         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10524         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10525         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10526         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10527         (__ASSUME_IN_NONBLOCK): Likewise.
10528         (__ASSUME_PIPE2): Likewise.
10529         (__ASSUME_EVENTFD2): Likewise.
10530         (__ASSUME_SIGNALFD4): Likewise.
10531         (__ASSUME_DUP3): Likewise.
10532         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10533         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10534         (__ASSUME_AT_RANDOM): Likewise.
10535         (__ASSUME_PREADV): Likewise.
10536         (__ASSUME_PWRITEV): Likewise.
10537         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10538         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10539         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10540         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10541         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10542         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10543         (__ASSUME_O_CLOEXEC): Define unconditionally.
10544         (__ASSUME_PSELECT): Do not undefine conditionally.
10545         (__ASSUME_PPOLL): Likewise.
10546         (__ASSUME_ATFCTS): Likewise.
10547         (__ASSUME_SET_ROBUST_LIST): Likewise.
10548         (__ASSUME_UTIMENSAT): Likewise.
10549         (__ASSUME_FDATASYNC): Define unconditionally.
10550         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10551         (__ASSUME_SIGFRAME_V2): Likewise.
10552         )__ASSUME_EVENTFD2): Likewise.
10553         (__ASSUME_SIGNALFD4): Likewise.
10554         (__ASSUME_PSELECT): Do not undefine conditionally.
10555         (__ASSUME_PPOLL): Likewise.
10556         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10557         (__ASSUME_PSELECT): Define unconditionally.
10558         (__ASSUME_PPOLL): Likewise.
10559         (__ASSUME_O_CLOEXEC): Likewise.
10560         (__ASSUME_SOCK_CLOEXEC): Likewise.
10561         (__ASSUME_IN_NONBLOCK): Likewise.
10562         (__ASSUME_PIPE2): Likewise.
10563         (__ASSUME_EVENTFD2): Likewise.
10564         (__ASSUME_SIGNALFD4): Likewise.
10565         (__ASSUME_DUP3): Likewise.
10566         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10567         (__ASSUME_O_CLOEXEC): Likewise.
10568         (__ASSUME_SOCK_CLOEXEC): Likewise.
10569         (__ASSUME_IN_NONBLOCK): Likewise.
10570         (__ASSUME_PIPE2): Likewise.
10571         (__ASSUME_EVENTFD2): Likewise.
10572         (__ASSUME_SIGNALFD4): Likewise.
10573         (__ASSUME_DUP3): Likewise.
10574         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10575         (__ASSUME_EVENTFD2): Likewise.
10576         (__ASSUME_SIGNALFD4): Likewise.
10577         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10578
10579 2014-05-12  Andreas Schwab  <schwab@suse.de>
10580
10581         [BZ #16932]
10582         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10583         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10584         than maximum RPC packet size.
10585         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10586         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10587         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10588         (_nss_nis_getservbyport_r): Likewise.
10589
10590 2014-05-12  Will Newton  <will.newton@linaro.org>
10591
10592         * malloc/Makefile (tests): Add tst-mallopt.
10593         * malloc/tst-mallopt.c: New file.
10594
10595 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10596
10597         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10598         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10599
10600 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10601
10602         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10603         (tst-tlsmod6.so): Likewise.
10604
10605 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10606
10607         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10608
10609 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10610
10611         [BZ #16064]
10612         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10613         and <dl-procinfo.h>.
10614         (__fegetenv): Save SSE state in envp->__eip if supported.
10615         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10616         envp->__eip if supported.
10617         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10618         and <dl-procinfo.h>.
10619         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10620         __data_offset and __data_selector in environment to 0.  Set SSE
10621         state if supported.
10622         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10623         test-fenv-sse.
10624         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10625         -mfpmath=sse.
10626         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10627
10628 2014-05-09  Will Newton  <will.newton@linaro.org>
10629
10630         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10631         and libc_relro_required for ARM.
10632         * sysdeps/arm/preconfigure: Regenerate.
10633
10634 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10635             Stefan Liebler  <stli@linux.vnet.ibm.com>
10636
10637         * config.make.in (enable-lock-elision): New Makefile variable.
10638         * configure.ac: Likewise.
10639         * configure: Regenerate.
10640         * sysdeps/s390/configure.ac:
10641         Add check for gcc transactions support.
10642         * sysdeps/s390/configure: Regenerate.
10643         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10644         Build elision files if enabled.
10645         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10646         Add lock elision support for s390.
10647         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10648         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10649         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10650         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10651         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10652         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10653         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10654         Likewise.
10655         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10656         Likewise.
10657         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10658         Likewise.
10659         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10660         Likewise.
10661         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10662         (__lll_timedlock_elision, __lll_lock_elision)
10663         (__lll_unlock_elision, __lll_trylock_elision)
10664         (lll_timedlock_elision, lll_lock_elision)
10665         (lll_unlock_elision, lll_trylock_elision): Add.
10666         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10667         (pthread_mutex_t): Add lock elision support for s390.
10668
10669 2014-05-14  Wilco  <wdijkstr@arm.com>
10670
10671         * sysdeps/arm/fclrexcpt.c: Cleanup.
10672         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10673         * sysdeps/arm/feenablxcpt.c: Cleanup.
10674         * sysdeps/arm/fegetenv.c: Cleanup.
10675         * sysdeps/arm/fegetexcept.c: Cleanup.
10676         * sysdeps/arm/fegetround.c: Cleanup.
10677         * sysdeps/arm/feholdexcpt.c: Cleanup.
10678         * sysdeps/arm/fesetenv.c: Cleanup.
10679         * sysdeps/arm/fesetround.c: Cleanup.
10680         * sysdeps/arm/feupdateenv.c: Cleanup.
10681         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10682         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10683         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10684         * sysdeps/arm/ftestexcept.c: Cleanup.
10685         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10686         * sysdeps/arm/setfpucw.c: Cleanup.
10687
10688 2014-05-09  Will Newton  <will.newton@linaro.org>
10689
10690         * sysdeps/arm/armv7/strcmp.S: New file.
10691         * NEWS: Mention addition of ARMv7 optimized strcmp.
10692
10693 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10694
10695         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10696         look for %.ac rather than %.in.
10697
10698         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10699         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10700         * sysdeps/mach/hurd/configure: Regenerated.
10701         * sysdeps/unix/sysv/linux/configure: Regenerated.
10702
10703         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10704
10705 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10706
10707         [BZ# 16922]
10708         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10709         (LONG_SUB): Ditto.
10710         (PTR_SUB): Ditto.
10711
10712 2014-05-07  Andreas Schwab  <schwab@suse.de>
10713
10714         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10715         when skipping over non-matching result from nscd.
10716
10717 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10718
10719         [BZ #16876]
10720         * nptl/sockperf.c (client): Check socket return value.
10721
10722         [BZ #16877]
10723         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10724         nscd security class.
10725
10726 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10727
10728         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10729         * sysdeps/arm/unwind.h: ... here.
10730
10731 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10732
10733         [BZ# 16916]
10734         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10735         Define.
10736
10737 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10738
10739         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10740         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10741         multiarch strncpy for PPC64.
10742         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10743         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10744         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10745         multiarch optimizations.
10746         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10747         (__libc_ifunc_impl_list): Likewise.
10748         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10749         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10750         multiarch stpncpy for PPC64.
10751         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10752         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10753
10754 2014-05-06  Andreas Schwab  <schwab@suse.de>
10755
10756         [BZ #16912]
10757         * gmon/mcount.c (_MCOUNT_DECL): Use
10758         atomic_compare_and_exchange_bool_acq instead of
10759         catomic_compare_and_exchange_bool_acq.
10760
10761 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10762
10763         * elf/Makefile (others, install-bin): Remove pldd.
10764         (pldd-modules): Variable removed.
10765         ($(objpfx)pldd): Target removed.
10766         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10767         (others, install-bin): Append pldd here.
10768         ($(objpfx)pldd): New target.
10769
10770         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10771         to 0, so the first #if test emitted later doesn't see it undefined.
10772         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10773         * sysdeps/gnu/errlist.c: Regenerated.
10774
10775 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10776
10777         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10778         [libc_hidden_builtin_def]: Define to empty value.
10779         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10780         [libc_hidden_builtin_def]: Likewise.
10781         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10782         [libc_hidden_builtin_def]: Likewise.
10783         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10784         [libc_hidden_builtin_def]: Likewise.
10785         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10786         __redirect_memcpy and define ifunc as default hidden symbol.
10787         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10788         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10789
10790 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10791
10792         * locale/iso-4217.def: Reintroduce XDR currency.
10793
10794 2014-05-04  Allan McRae  <allan@archlinux.org>
10795
10796         * po/eo.po: Update Esperanto translation from translation project.
10797
10798 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10799
10800         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10801         and FEATURE_INDEX_MAX to 1.
10802         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10803
10804 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10805
10806         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10807         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10808         * iconvdata/big5.c (ONE_DIRECTION): Define.
10809         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10810         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10811         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10812         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10813         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10814         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10815         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10816         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10817         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10818         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10819         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10820         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10821         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10822         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10823         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10824         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10825         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10826         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10827         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10828         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10829         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10830         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10831         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10832         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10833         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10834         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10835         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10836         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10837         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10838         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10839         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10840         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10841         * iconvdata/johab.c (ONE_DIRECTION): Define.
10842         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10843         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10844         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10845         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10846         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10847         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10848         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10849         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10850         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10851         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10852
10853 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10854
10855         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10856         (_IO_JUMPS_OFFSET): Define to 0.
10857
10858         * nptl/sysdeps/pthread/bits/libc-lock.h
10859         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10860         (__libc_lock_define_initialized_recursive): Always define using
10861         initializer.  Modern compilers treat uninitialized (implicit zero) and
10862         explicit zero initializers the same (i.e. put the datum in bss).
10863
10864 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10865
10866         * nscd/nscd-client.h: Include <string.h>.
10867
10868 2014-05-01  David S. Miller  <davem@davemloft.net>
10869
10870         [BZ #16885]
10871         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10872         multiple zero bytes exist at the end of a string.
10873         Reported by Aurelien Jarno <aurelien@aurel32.net>
10874
10875         * string/test-strcmp.c (check): Add explicit test for situations where
10876         there are multiple zero bytes after the first.
10877
10878 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10879
10880         [BZ #16890]
10881         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10882         when compiling wprintf.
10883         * stdio-common/tstdiomisc.c (t3): New function.
10884         (main): Call it.
10885
10886 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10887
10888         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10889         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10890         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10891         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10892
10893 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10894
10895         * stdlib/longlong.h: Updated from GCC.
10896
10897 2014-05-01  Will Newton  <will.newton@linaro.org>
10898             Bernard Ogden  <bernie.ogden@linaro.org>
10899
10900         * NEWS: Update fixed bug list.
10901
10902         [BZ #15119]
10903         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10904
10905 2014-04-30  David S. Miller  <davem@davemloft.net>
10906
10907         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10908         (libc_feholdexcept_setround_sparc_ctx): New function.
10909         (libc_fesetenv_sparc_ctx): Likewise.
10910         (libc_feupdateenv_sparc_ctx): Likewise.
10911         (libc_feholdsetround_sparc_ctx): Likewise.
10912         (libc_feholdexcept_setround_ctx): Define.
10913         (libc_feholdexcept_setroundf_ctx): Likewise.
10914         (libc_feholdexcept_setroundl_ctx): Likewise.
10915         (libc_fesetenv_ctx): Likewise.
10916         (libc_fesetenvf_ctx): Likewise.
10917         (libc_fesetenvl_ctx): Likewise.
10918         (libc_feupdateenv_ctx): Likewise.
10919         (libc_feupdateenvf_ctx): Likewise.
10920         (libc_feupdateenvl_ctx): Likewise.
10921         (libc_feresetround_ctx): Likewise.
10922         (libc_feresetroundf_ctx): Likewise.
10923         (libc_feresetroundl_ctx): Likewise.
10924         (libc_feholdsetround_ctx): Likewise.
10925         (libc_feholdsetroundf_ctx): Likewise.
10926         (libc_feholdsetroundl_ctx): Likewise.
10927
10928         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10929         with __USE_GNU instead of XOPEN cpp guards.
10930
10931         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10932         0.
10933
10934         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10935         with XOPEN cpp guards.
10936
10937 2014-04-30  Julian Brown  <julian@codesourcery.com>
10938
10939         [BZ #16888]
10940         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10941         handling.
10942
10943 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10944
10945         [BZ #9894]
10946         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10947         Change to 2.6.32.
10948         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10949         * sysdeps/unix/sysv/linux/configure: Regenerated.
10950         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10951         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10952         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10953         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10954         * README: Update reference to required Linux kernel version.
10955         * manual/install.texi (Linux): Update reference to required Linux
10956         kernel headers version.
10957         * INSTALL: Regenerated.
10958
10959         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10960         header inclusion.
10961         [POSIX] (limits.h): Likewise.
10962         [POSIX] (math.h): Likewise.
10963         [POSIX] (sys/wait.h): Likewise.
10964         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10965         function.
10966         [POSIX] (stddef.h): Do not allow header inclusion.
10967
10968 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10969
10970         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10971
10972 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10973
10974         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10975         Return immediately after lll_futex_wake.
10976
10977 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10978
10979         [BZ #16791]
10980         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10981         structure.
10982         (datahead_init_pos): Call datahead_init_common early.
10983         (datahead_init_neg): Likewise.
10984
10985         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10986         datahead_init_neg): New functions.
10987         * nscd/aicache.c (addhstaiX): Use them.
10988         * nscd/grpcache.c (cache_addgr): Likewise.
10989         * nscd/hstcache.c (cache_addhst): Likewise.
10990         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10991         * nscd/netgroupcache.c (do_notfound): Likewise.
10992         (addgetnetgrentX): Likewise.
10993         (addinnetgrX): Likewise.
10994         * nscd/pwdcache.c (cache_addpw): Likewise.
10995         * nscd/servicescache.c (cache_addserv): Likewise.
10996
10997 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10998             Atsushi Onoe  <atsushi@onoe.org>
10999
11000         [BZ #14308]
11001         [BZ #12994]
11002         [BZ #13651]
11003         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11004         one response is valid.
11005         * resolv/res_send.c (send_dg): Check for validity of other
11006         response if the current response is a referral.
11007
11008 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11009
11010         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11011
11012 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11013
11014         [BZ #16823]
11015         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11016         Always divide by positive zero when computing -Inf result.
11017         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11018         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11019
11020 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11021
11022         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11023         FPSCR if value do not change.
11024         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11025         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11026         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11027         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11028         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11029         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11030         function.
11031
11032 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11033
11034         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11035         * sysdeps/unix/sysv/linux/hppa: Move directory from
11036         ports/systeps/unix/sysv/linux/hppa.
11037         * README: Update listing for hppa-*-linux-gnu.
11038
11039 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11040
11041         [BZ #16754]
11042         * manual/stdio.texi (Hook functions): Fix types of stream hook
11043         functions.
11044         [BZ #16854]
11045         * socket/sys/socket.h: Fix typo in comment.
11046
11047 2014-04-28  Wilco  <wdijkstr@arm.com>
11048
11049         * sysdeps/arm/fenv_private.h: New file.
11050         * sysdeps/arm/math_private.h: New file.
11051         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11052
11053 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11054
11055         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11056         with __int128_t.
11057         (La_x86_64_retval): Likewise.
11058
11059 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11060
11061         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11062         fpsr if value didn't change.
11063         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11064         to fpcr if value didn't change.
11065         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11066         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11067         fpsr or fpcr if value didn't change.
11068         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11069         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11070         fpcr if value didn't change.
11071         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11072         to fpsr if value didn't change.
11073
11074 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11075
11076         * nptl/tst-sem3.c: Use test-skeleton.c
11077         (main): Rename to do_test.  Use return instead of
11078         exit.
11079         * nptl/tst-sem4.c: Use test-skeleton.c
11080         (main): Rename to do_test.
11081
11082 2014-04-22  David S. Miller  <davem@davemloft.net>
11083
11084         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11085         (struct sigaction): New struct member __glibc_reserved0, change
11086         type of sa_flags to int.
11087
11088 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11089
11090         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11091         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11092
11093 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11094
11095         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11096         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11097
11098 2014-04-22  Will Newton  <will.newton@linaro.org>
11099             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11100
11101         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11102         (__longjmp): Add longjmp and longjmp_target SystemTap
11103         probes.
11104         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11105         (__sigsetjmp): Add setjmp SystemTap probe.
11106
11107 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11108
11109         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11110         match manual order.
11111
11112 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11113
11114         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11115
11116         * sysdeps/powerpc/fpu/fenv_private.h
11117         (libc_feholdexcept_setroundl_ctx): Define to
11118         libc_feholdexcept_setround_ppc_ctx.
11119         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11120         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11121         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11122         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11123
11124 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11125
11126         * sysdeps/aarch64/math-tests.h: New file.
11127
11128 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11129
11130         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11131         New.
11132         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11133         Check and set bit_AVX2_Usable.
11134         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11135         macro.
11136         (bit_AVX2): Likewise.
11137         (index_AVX2_Usable): Likewise.
11138         (CPUID_AVX2): Likewise.
11139         (HAS_AVX2): Likewise.
11140
11141 2014-04-17  Will Newton  <will.newton@linaro.org>
11142
11143         * manual/setjmp.texi (System V contexts): Add note that
11144         calling setcontext on a context created by a call to a
11145         signal handler is undefined.  Update text to note that
11146         setcontext from a signal handler is possible but not
11147         recommended.
11148
11149         [BZ #16629]
11150         * stdlib/tst-setcontext.c: Include signal.h.
11151         (main): Check that the signal stack before and
11152         after swapcontext is the same.
11153
11154         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11155         Re-implement to restore registers in user code and avoid
11156         rt_sigreturn system call.
11157
11158 2014-04-17  Wilco  <wdijkstr@arm.com>
11159
11160         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11161         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11162         * math/test-fenv.c: Skip exception trap tests on targets which only
11163         support non-stop mode.
11164
11165 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11166             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11167
11168         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11169         (libc_feholdsetround_aarch64_ctx)
11170         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11171         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11172         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11173         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11174         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11175         (libc_feresetround_noexl_ctx): Define.
11176
11177 2014-04-16  Richard Henderson  <rth@redhat.com>
11178
11179         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11180
11181         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11182         unwind tables.
11183
11184         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11185         const from the non-libc, non-ldso copy.
11186
11187         * sysdeps/alpha/libm-test-ulps: Regenerate.
11188
11189 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11190             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11191
11192         * sysdeps/aarch64/fpu/math_private.h: New file.
11193
11194 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11195
11196         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11197
11198 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11199
11200         [BZ #16275]
11201         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11202         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11203         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11204         Intel MPX bound registers before _dl_profile_fixup.
11205         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11206         registers after _dl_profile_fixup.  Save and restore bound
11207         registers bnd0/bnd1 when calling _dl_call_pltexit.
11208         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11209         (LR_BND_OFFSET): Likewise.
11210         (LRV_BND0_OFFSET): Likewise.
11211         (LRV_BND1_OFFSET): Likewise.
11212
11213 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11214
11215         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11216         to...
11217         * sysdeps/mach/hurd/i386/tls.h: ... here.
11218         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11219         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11220         fields.
11221
11222 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11223
11224         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11225
11226 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11227
11228         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11229
11230 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11231
11232         [BZ #14770]
11233         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11234         * sysdeps/s390/configure: Regenerate.
11235
11236         [BZ #16824]
11237         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11238         Set round-to-nearest internally to reduce error accumulation.
11239
11240 2014-04-16  Alan Modra  <amodra@gmail.com>
11241
11242         [BZ #16740]
11243         [BZ #16619]
11244         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11245         * math/libm-test.inc (frexp_test_data): Add tests.
11246         * NEWS: Update fixed bug list.
11247
11248 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11249
11250         * benchtests/Makefile: Depend on libraries in build directory.
11251         (bench-math): Separate out math tests.
11252         (bench-pthread): Separate out pthread tests.
11253         (bench): Include math and pthread tests.
11254
11255 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11256
11257         [BZ #16831]
11258         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11259         _dl_debug_initialize.
11260
11261         * configure.ac: Remove SELinux header check.
11262         * configure: Regenerate.
11263         * nscd/selinux.c (perms): Array of const char* to permission names.
11264         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11265         default policy. Call string_to_security_class and string_to_av_perm to
11266         translate strings. Enforce default policy and call avs_has_perm with
11267         results of translated strings.
11268
11269 2014-04-13  David S. Miller  <davem@davemloft.net>
11270
11271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11272
11273 2014-04-12  Allan McRae  <allan@archlinux.org>
11274
11275         [BZ #16838]
11276         * manual/string.texi (Collation Functions): Fix qsort argument
11277         order in example.
11278         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11279
11280 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11281
11282         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11283         Make the test a no-op if there are no exceptions defined.
11284
11285 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11286
11287         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11288         enable-hardcoded-path-in-tests
11289
11290 2014-04-11  Will Newton  <will.newton@linaro.org>
11291
11292         * benchtests/Makefile (extra-objs): Add json-lib.o.
11293         (bench-func): Tidy up JSON output.
11294         * benchtests/bench-skeleton.c: Include json-lib.h.
11295         (main): Use JSON library functions to do output of
11296         benchmark results.
11297         * benchtests/bench-timing-type.c (main): Output the
11298         timing type simply, leaving formatting to the user.
11299         * benchtests/json-lib.c: New file.
11300         * benchtests/json-lib.h: Likewise.
11301
11302 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11303
11304         [BZ #15215]
11305         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11306         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11307         memory barriers.  Add comments.
11308         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11309         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11310         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11311         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11312         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11313         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11314
11315 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11316
11317         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11318         * sysdeps/s390/s390-64/configure.ac: ... this ...
11319         * sysdeps/s390/configure.ac: ... to here.
11320         * sysdeps/s390/s390-32/configure: Delete file.
11321         * sysdeps/s390/s390-64/configure: Delete file.
11322         * sysdeps/s390/configure: Regenerate.
11323
11324 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11325
11326         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11327
11328 2014-04-11  Will Newton  <will.newton@linaro.org>
11329
11330         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11331         to zero if it is not defined elsewhere.  (mtrim): Test
11332         the value of MALLOC_DEBUG with #if rather than #ifdef.
11333
11334 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11335
11336         * benchtests/pthread_once-inputs: New file.
11337         * benchtests/pthread_once-source.c: New file.
11338         * benchtests/README: Update documentation.
11339
11340 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11341             H.J. Lu  <hongjiu.lu@intel.com>
11342
11343         [BZ #16275]
11344         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11345         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11346         * sysdeps/x86_64/configure: Regenerated.
11347         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11348         macro.
11349         (REGISTER_SAVE_RAX): Likewise.
11350         (REGISTER_SAVE_RCX): Likewise.
11351         (REGISTER_SAVE_RDX): Likewise.
11352         (REGISTER_SAVE_RSI): Likewise.
11353         (REGISTER_SAVE_RDI): Likewise.
11354         (REGISTER_SAVE_R8): Likewise.
11355         (REGISTER_SAVE_R9): Likewise.
11356         (REGISTER_SAVE_BND0): Likewise.
11357         (REGISTER_SAVE_BND1): Likewise.
11358         (REGISTER_SAVE_BND2): Likewise.
11359         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11360         bound registers when calling _dl_fixup.
11361
11362 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11363
11364         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11365         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11366         of its definition.
11367         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11368         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11369         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11370         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11371         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11372         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11373         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11374
11375 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11376
11377         [BZ #15514]
11378         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11379         pathconf(_PC_NAME_MAX).
11380
11381 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11382
11383         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11384         Remove macro usage.
11385         (__PTHREAD_SPINS): Move definition to ...
11386         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11387         (__PTHREAD_SPINS): ... here.
11388         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11389         (__PTHREAD_SPIN): Likewise.
11390         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11391         (__PTHREAD_SPIN): Likewise.
11392         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11393         (__PTHREAD_SPIN): Likewise.
11394         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11395         (__PTHREAD_SPIN): Likewise.
11396         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11397         (__PTHREAD_SPIN): Likewise.
11398         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11399         (__PTHREAD_SPIN): Likewise.
11400         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11401         (__PTHREAD_SPIN): Likewise.
11402         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11403         (__PTHREAD_SPIN): Likewise.
11404         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11405         (__PTHREAD_SPIN): Likewise.
11406         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11407         (__PTHREAD_SPIN): Likewise.
11408         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11409         (__PTHREAD_SPIN): Likewise.
11410         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11411         (__PTHREAD_SPIN): Likewise.
11412
11413         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11414         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11415         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11416         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11417         imply folder.
11418         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11419         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11420         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11421         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11422         correct imply path.
11423         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11424         strlen symbol for non multi-arch builds.
11425         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11426         missing hidden_def and weak_alias.
11427
11428 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11429
11430         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11431
11432 2014-04-07  Will Newton  <will.newton@linaro.org>
11433
11434         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11435         and contents.  [!_LIBC] Remove #ifndef and contents.
11436         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11437         * string/memccpy.c (__memccpy): Use ANSI prototype.
11438         * string/memfrob.c (memfrob): Likewise.
11439         * string/strcoll.c (STRCOLL): Likewise.
11440         * string/strlen.c (strlen): Likewise.
11441         * string/strtok.c (STRTOK): Likewise.
11442         * string/strcat.c: Remove unused #include of memcopy.h.
11443         (strcat): Use ANSI prototype.
11444         * string/strchr.c: Remove unused #include of memcopy.h.
11445         (strchr): Use ANSI prototype.
11446         * string/strcmp.c: Remove unused #include of memcopy.h.
11447         (strcmp): Use ANSI prototype.
11448         * string/strcpy.c: Remove unused #include of memcopy.h.
11449         (strcpy): Use ANSI prototype.
11450
11451 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11452
11453         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11454         * config.make.in (config-extra-cppflags): Set it from
11455         libc_extra_cppflags.
11456         * configure.ac (libc_extra_cflags): Make it accumulate over
11457         configure fragments.
11458         (libc_extra_cppflags): New flag.
11459         * configure. Regenerate.
11460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11461         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11462         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11464
11465         [BZ #16815]
11466         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11467         result for FE_DOWNWARD rounding mode.
11468         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11469         Likewise.
11470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11471
11472 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11473
11474         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11475         in function argument name.
11476
11477 2014-04-03  David Svoboda  <svoboda@cert.org>
11478
11479         [BZ #5666]
11480         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11481         explicitly.
11482
11483 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11484
11485         * elf/dl-unmap-segments.h: New file.
11486         * sysdeps/generic/ldsodefs.h
11487         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11488         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11489         * elf/dl-fptr.c: Likewise.
11490         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11491         * sysdeps/aarch64/tlsdesc.c: Likewise.
11492         * sysdeps/arm/tlsdesc.c: Likewise.
11493         * sysdeps/i386/tlsdesc.c: Likewise.
11494         * sysdeps/tile/dl-runtime.c: Likewise.
11495         * sysdeps/x86_64/tlsdesc.c: Likewise.
11496         * elf/dl-load.h: New file.
11497         * elf/dl-load.c: Include it.
11498         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11499         Macros moved to dl-load.h.
11500         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11501         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11502         Use _dl_unmap_segments in place of __munmap.
11503         Break out segment-mapping loop into ...
11504         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11505
11506 2014-04-03  Will Newton  <will.newton@linaro.org>
11507
11508         * elf/dl-lookup.c (do_lookup_x): Remove comment
11509         referring to nested function and move variable
11510         declarations down to before first use.
11511
11512 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11513
11514         [BZ #16799]
11515         [BZ #16800]
11516         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11517         with 0 numerator.
11518         * math/s_catanf.c (__catanf): Likewise.
11519         * math/s_catanh.c (__catanh): Likewise.
11520         * math/s_catanhf.c (__catanhf): Likewise.
11521         * math/s_catanhl.c (__catanhl): Likewise.
11522         * math/s_catanl.c (__catanl): Likewise.
11523         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11524         by positive zero when computing -Inf result.
11525         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11526         (catanh_test): Likewise.
11527         * sysdeps/i386/fpu/libm-test-ulps: Update.
11528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11529
11530         [BZ #16789]
11531         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11532         instead of using underflowing value in computing result.
11533         * math/s_clog10.c (__clog10): Likewise.
11534         * math/s_clog10f.c (__clog10f): Likewise.
11535         * math/s_clog10l.c (__clog10l): Likewise.
11536         * math/s_clogf.c (__clogf): Likewise.
11537         * math/s_clogl.c (__clogl): Likewise.
11538         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11539         (clog10_test): Likewise.
11540         * sysdeps/i386/fpu/libm-test-ulps: Update.
11541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11542
11543 2014-04-02  Alan Modra  <amodra@gmail.com>
11544
11545         [BZ #16739]
11546         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11547         output when value is near a power of two.  Use int64_t for lx and
11548         remove casts.  Use decimal rather than hex exponent constants.
11549         Don't use long double multiplication when double will suffice.
11550         * math/libm-test.inc (nextafter_test_data): Add tests.
11551         * NEWS: Add 16739 and 16786 to bug list.
11552
11553         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11554
11555         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11556
11557 2014-04-01  Will Newton  <will.newton@linaro.org>
11558
11559         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11560         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11561
11562 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11563
11564         [BZ #13347]
11565         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11566         * nptl/tst-setuid2.c: New file.
11567         * nptl/Makefile (xtests): Add tst-setuid2.
11568
11569 2014-04-01  Alan Modra  <amodra@gmail.com>
11570
11571         [BZ #16786]
11572         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11573
11574 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11575
11576         [BZ #6803]
11577         [BZ #6804]
11578         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11579         set errno as appropriate.
11580         * math/w_scalbf.c (__scalbf): Likewise.
11581         * math/w_scalbl.c (__scalbl): Likewise.
11582         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11583         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11584         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11585         Add more NaN tests.
11586
11587         [BZ #16349]
11588         * math/w_atan2.c: Include <errno.h>.
11589         (__atan2): Set errno for result underflowing to zero.
11590         * math/w_atan2f.c: Include <errno.h>.
11591         (__atan2f): Set errno for result underflowing to zero.
11592         * math/w_atan2l.c: Include <errno.h>.
11593         (__atan2l): Set errno for result underflowing to zero.
11594         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11595         tests.
11596         * math/auto-libm-test-out: Regenerated.
11597
11598 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11599
11600         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11601         Encode instruction correctly in little endian.
11602         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11603         Likewise.
11604         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11605         Likewise.
11606         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11607         Likewise.
11608         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11609         Likewise.
11610
11611 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11612
11613         [BZ #9894]
11614         * sysdeps/unix/sysv/linux/kernel-features.h
11615         [__sparc__ && !__arch64__ && !__sparc_v9__]
11616         (__ASSUME_SET_ROBUST_LIST): Do not define.
11617         [__sparc__ && !__arch64__ && !__sparc_v9__]
11618         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11619         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11620         Likewise.
11621         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11622         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11623         (__ASSUME_REQUEUE_PI): Likewise.
11624         (__ASSUME_SET_ROBUST_LIST): Likewise.
11625         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11626         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11627         Undefine.
11628         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11629         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11630         Likewise.
11631         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11632         Likewise.
11633         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11634         Likewise.
11635         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11636         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11637         Undefine.
11638         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11639         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11640         Likewise.
11641
11642         [BZ #16648]
11643         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11644         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11645         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11646
11647 2014-03-31  Will Newton  <will.newton@linaro.org>
11648
11649         * benchtests/Makefile (bench): Add ffs and ffsll to list
11650         of tests.
11651         * benchtests/ffs-inputs: New file.
11652         * benchtests/ffsll-inputs: Likewise.
11653
11654 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11655
11656         [BZ #16770]
11657         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11658         too large before casting to int.
11659         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11660         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11661         * math/libm-test.inc (scalb_test_data): Add more tests.
11662
11663 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11664
11665         * benchtests/Makefile (DETAILED_OPT): New make option.
11666         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11667         set.
11668         * benchtests/bench-skeleton.c: Include stdbool.h.
11669         (main): Store and print timings per input.
11670         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11671         member to each argument value.
11672         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11673         (_print_arg_data): Initialize per-input timing to 0.
11674
11675         * benchtests/Makefile (timing-type): New binary.
11676         (bench-clean): Also remove bench-timing-type.
11677         (bench): New target for timing-type.
11678         (bench-func): Print output in JSON format.
11679         * benchtests/bench-skeleton.c (main): Print output in JSON
11680         format.
11681         * benchtests/bench-timing-type.c: New file.
11682         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11683         (TIMING_PRINT_STATS): Remove.
11684         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11685         name separately.
11686
11687         * benchtests/bench-modf.c: Remove.
11688         * benchtests/modf-inputs: New inputs file.
11689
11690 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11691
11692         [BZ #16362]
11693         * math/s_clog10.c (M_PI_LOG10E): New macro.
11694         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11695         imaginary parts are 0.
11696         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11697         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11698         imaginary parts are 0.
11699         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11700         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11701         imaginary parts are 0.
11702         * math/libm-test.inc (clog10_test_data): Update expected results
11703         for when real and imaginary parts are 0.
11704
11705 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11706
11707         * elf/dl-load.c: Finish conversion of __builtin_expect into
11708         __glibc_{un}likely.
11709
11710 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11711
11712         [BZ #16348]
11713         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11714         1+x for argument with exponent below -67.
11715         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11716         Likewise.
11717         * math/auto-libm-test-in: Add more tests of exp.
11718         * math/auto-libm-test-out: Regenerated.
11719
11720 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11721
11722         [BZ #16759]
11723         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11724         (nscd_getnetgrent): Use it.
11725
11726         [BZ #16760]
11727         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11728         of stpcpy.
11729
11730 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11731
11732         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11733         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11734         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11735         (lll_robust_unlock): Remove out of line section. Use cfi
11736         intrinsics.
11737         (LLL_STUB_UNWIND_INFO*): Remove.
11738         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11739         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11740         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11741         (lll_robust_unlock): Remove out of line section. Use cfi
11742         intrinsics.
11743         (LLL_STUB_UNWIND_INFO*): Remove.
11744
11745 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11746
11747         [BZ #16758]
11748         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11749         blank values.
11750
11751 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11752
11753         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11754
11755 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11756
11757         [BZ #16198]
11758         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11759         fnstenv.
11760         * math/test-fenv-preserve.c: New file.
11761         * math/Makefile (tests): Add test-fenv-preserve.
11762
11763 2014-03-26  Will Newton <will.newton@linaro.org>
11764
11765         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11766
11767 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11768
11769         * scripts/versionlist.awk: Partition the version sets and emit all
11770         GLIBC_* (sorted) before all others (sorted).
11771
11772 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11773
11774         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11775         GLIBC_2.2.5 version.
11776
11777 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11778
11779         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11780         calls.
11781
11782         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11783         previous change.
11784
11785         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11786
11787 2014-03-25  Andreas Schwab  <schwab@suse.de>
11788
11789         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11790         label to be used after in6ailist is initialized.
11791
11792 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11793
11794         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11795         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11796
11797 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11798
11799         [BZ #16357]
11800         [BZ #16599]
11801         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11802         min_plus_half.
11803         (fp_formats): Update initializers.
11804         (init_fp_formats): Initialize new field.
11805         (output_for_one_input_case): Allow underflow for results up to
11806         min_plus_half.
11807         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11808         * math/auto-libm-test-in: Don't mark some underflows from asin and
11809         atanh as spurious.
11810         * math/auto-libm-test-out: Regenerated.
11811         * sysdeps/i386/fpu/libm-test-ulps: Update.
11812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11813
11814 2014-03-25  Andreas Schwab  <schwab@suse.de>
11815
11816         * libio/Makefile (tst-ftell-partial-wide-ENV)
11817         (tst-ftell-active-handler-ENV): Define.
11818
11819 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11820
11821         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11822
11823 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11824
11825         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11826
11827 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11828
11829         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11830         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11831         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11832
11833 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11834
11835         [BZ #16634]
11836         * elf/dl-load.c (open_verify): Add mode parameter.
11837         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11838         (open_path): Change from boolean 'secure' to complete flag 'mode'
11839         (_dl_map_object): Adjust.
11840         * elf/Makefile (tests): Add tst-dlopen-aout.
11841         * elf/tst-dlopen-aout.c: New test.
11842
11843 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11844
11845         [BZ #16714]
11846         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11847         (struct stat): Rename member pad0 to __glibc_reserved0.
11848
11849         [BZ #16712]
11850         * sysdeps/s390/s390-32/bits/wordsize.h
11851         (__WORDSIZE32_SIZE_ULONG): New define.
11852         * sysdeps/s390/s390-64/bits/wordsize.h
11853         (__WORDSIZE32_SIZE_ULONG): Likewise.
11854         * sysdeps/generic/stdint.h (SIZE_MAX):
11855         Define as UL if __WORDSIZE32_SIZE_ULONG.
11856
11857         [BZ #16713]
11858         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11859         (__glibc_reserved0): New variable.
11860         (sa_flags): Change type to int.
11861
11862         * posix/Makefile (before-compile): Use += before-compile instead
11863         of a :=.
11864
11865         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11866         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11867
11868 2014-03-20  Andreas Schwab  <schwab@suse.de>
11869
11870         [BZ #16743]
11871         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11872         non-matching result from nscd.
11873
11874 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11875
11876         * scripts/bench.py: Moved to ...
11877         * benchtests/scripts/bench.py: ... here.
11878         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11879
11880 2014-03-24  Andreas Schwab  <schwab@suse.de>
11881
11882         [BZ #16002]
11883         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11884         alloca_account and account alloca use for struct in6ailist.
11885
11886 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11887
11888         [BZ #16284]
11889         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11890         rounding mode to recompute results that overflow to infinity or
11891         underflow to zero.
11892         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11893         bug 16284.
11894         * math/auto-libm-test-out: Regenerated.
11895         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11896         (ccosh_test): Likewise.
11897         (csin_test_data): Use plus_oflow.
11898         (csin_test): Use ALL_RM_TEST.
11899         (csinh_test_data): Use plus_oflow.
11900         (csinh_test): Use ALL_RM_TEST.
11901         * sysdeps/i386/fpu/libm-test-ulps: Update.
11902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11903
11904 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11905
11906         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11907         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11908         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11909
11910         [BZ #16731]
11911         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11912         when x - 1 is zero.
11913         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11914         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11915         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11916         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11917         argument is 1.
11918         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11919         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11920         zero.
11921         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11922         * sysdeps/i386/fpu/libm-test-ulps: Update.
11923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11924
11925 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11926
11927         * scripts/bench.pl: Remove file.
11928         * scripts/bench.py: New benchmark script.
11929         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11930         * benchtests/README: Mention python dependency.
11931         * scripts/pylintrc: New file.
11932         * scripts/pylint: New file.
11933
11934         * bits/mathdef.h: Use #ifdef instead of #if.
11935         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11936         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11937         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11938         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11939         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11940         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11941
11942 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11943             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11944
11945         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11946         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11947         and strpbrk-ppc64 objects.
11948         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11949         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11950         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11951         multiarch strpbrk for POWER7.
11952         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11953         multiarch strpbrk for PPC64.
11954         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11955         ifunc selector.
11956         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11957         strpbrk for POWER7.
11958
11959 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11960
11961         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11962         (atan_test): Likewise.
11963         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11964         (atanh_test): Use ALL_RM_TEST.
11965         (atan2_test_data): Likewise.
11966         (cabs_test): Likewise.
11967         (cacosh_test): Likewise.
11968         (carg_test): Likewise.
11969         (casin_test): Likewise.
11970         (casinh_test): Likewise.
11971         (cbrt_test): Likewise.
11972         (csqrt_test): Likewise.
11973         (erf_test): Likewise.
11974         (erfc_test): Likewise.
11975         (pow10_test): Likewise.
11976         (exp2_test): Likewise.
11977         (hypot_test): Likewise.
11978         (j0_test): Likewise.
11979         (j1_test): Likewise.
11980         (lgamma_test): Likewise.
11981         (gamma_test): Likewise.
11982         (sincos_test): Likewise.
11983         (tanh_test): Likewise.
11984         (y0_test): Likewise.
11985         (y1_test): Likewise.
11986         * sysdeps/i386/fpu/libm-test-ulps: Update.
11987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11988
11989 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11990
11991         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11992         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11993         and strcspn-ppc64 objects.
11994         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11995         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11996         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11997         multiarch strcspn for POWER7.
11998         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11999         multiarch strcspn for PPC64.
12000         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12001         ifunc selector.
12002         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12003         strcspn for POWER7.
12004
12005 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12006
12007         * math/gen-libm-test.pl (generate_testfile): Expect only function
12008         name as argument to AUTO_TESTS_* and pass results for all rounding
12009         modes to parse_args.
12010         (parse_auto_input): Separate inputs of automatic tests from
12011         outputs before storing in %auto_tests.
12012         * math/libm-test.inc (acos_test_data): Update call to
12013         AUTO_TESTS_f_f.
12014         (acos_test): Use ALL_RM_TEST.
12015         (acos_tonearest_test_data): Remove.
12016         (acos_test_tonearest): Likewise.
12017         (acos_towardzero_test_data): Likewise.
12018         (acos_test_towardzero): Likewise.
12019         (acos_downward_test_data): Likewise.
12020         (acos_test_downward): Likewise.
12021         (acos_upward_test_data): Likewise.
12022         (acos_test_upward): Likewise.
12023         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12024         (asin_test_data): Likewise.
12025         (asin_test): Use ALL_RM_TEST.
12026         (asin_tonearest_test_data): Remove.
12027         (asin_test_tonearest): Likewise.
12028         (asin_towardzero_test_data): Likewise.
12029         (asin_test_towardzero): Likewise.
12030         (asin_downward_test_data): Likewise.
12031         (asin_test_downward): Likewise.
12032         (asin_upward_test_data): Likewise.
12033         (asin_test_upward): Likewise.
12034         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12035         (atan_test_data): Likewise.
12036         (atanh_test_data): Likewise.
12037         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12038         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12039         (carg_test_data): Likewise.
12040         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12041         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12042         (ccosh_test_data): Likewise.
12043         (cexp_test_data): Likewise.
12044         (clog_test_data): Likewise.
12045         (clog10_test_data): Likewise.
12046         (cos_test_data): Update call to AUTO_TESTS_f_f.
12047         (cos_test): Use ALL_RM_TEST.
12048         (cos_tonearest_test_data): Remove.
12049         (cos_test_tonearest): Likewise.
12050         (cos_towardzero_test_data): Likewise.
12051         (cos_test_towardzero): Likewise.
12052         (cos_downward_test_data): Likewise.
12053         (cos_test_downward): Likewise.
12054         (cos_upward_test_data): Likewise.
12055         (cos_test_upward): Likewise.
12056         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12057         (cosh_test): Use ALL_RM_TEST.
12058         (cosh_tonearest_test_data): Remove.
12059         (cosh_test_tonearest): Likewise.
12060         (cosh_towardzero_test_data): Likewise.
12061         (cosh_test_towardzero): Likewise.
12062         (cosh_downward_test_data): Likewise.
12063         (cosh_test_downward): Likewise.
12064         (cosh_upward_test_data): Likewise.
12065         (cosh_test_upward): Likewise.
12066         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12067         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12068         (ctan_test_data): Likewise.
12069         (ctan_test): Use ALL_RM_TEST.
12070         (ctan_tonearest_test_data): Remove.
12071         (ctan_test_tonearest): Likewise.
12072         (ctan_towardzero_test_data): Likewise.
12073         (ctan_test_towardzero): Likewise.
12074         (ctan_downward_test_data): Likewise.
12075         (ctan_test_downward): Likewise.
12076         (ctan_upward_test_data): Likewise.
12077         (ctan_test_upward): Likewise.
12078         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12079         (ctanh_test): Use ALL_RM_TEST.
12080         (ctanh_tonearest_test_data): Remove.
12081         (ctanh_test_tonearest): Likewise.
12082         (ctanh_towardzero_test_data): Likewise.
12083         (ctanh_test_towardzero): Likewise.
12084         (ctanh_downward_test_data): Likewise.
12085         (ctanh_test_downward): Likewise.
12086         (ctanh_upward_test_data): Likewise.
12087         (ctanh_test_upward): Likewise.
12088         (erf_test_data): Update call to AUTO_TESTS_f_f.
12089         (erfc_test_data): Likewise.
12090         (exp_test_data): Likewise.
12091         (exp_test): Use ALL_RM_TEST.
12092         (exp_tonearest_test_data): Remove.
12093         (exp_test_tonearest): Likewise.
12094         (exp_towardzero_test_data): Likewise.
12095         (exp_test_towardzero): Likewise.
12096         (exp_downward_test_data): Likewise.
12097         (exp_test_downward): Likewise.
12098         (exp_upward_test_data): Likewise.
12099         (exp_test_upward): Likewise.
12100         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12101         (exp10_test): Use ALL_RM_TEST.
12102         (exp10_tonearest_test_data): Remove.
12103         (exp10_test_tonearest): Likewise.
12104         (exp10_towardzero_test_data): Likewise.
12105         (exp10_test_towardzero): Likewise.
12106         (exp10_downward_test_data): Likewise.
12107         (exp10_test_downward): Likewise.
12108         (exp10_upward_test_data): Likewise.
12109         (exp10_test_upward): Likewise.
12110         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12111         (expm1_test_data): Likewise.
12112         (expm1_test): Use ALL_RM_TEST.
12113         (expm1_tonearest_test_data): Remove.
12114         (expm1_test_tonearest): Likewise.
12115         (expm1_towardzero_test_data): Likewise.
12116         (expm1_test_towardzero): Likewise.
12117         (expm1_downward_test_data): Likewise.
12118         (expm1_test_downward): Likewise.
12119         (expm1_upward_test_data): Likewise.
12120         (expm1_test_upward): Likewise.
12121         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12122         (fma_test): Use ALL_RM_TEST.
12123         (fma_towardzero_test_data): Remove.
12124         (fma_test_towardzero): Likewise.
12125         (fma_downward_test_data): Likewise.
12126         (fma_test_downward): Likewise.
12127         (fma_upward_test_data): Likewise.
12128         (fma_test_upward): Likewise.
12129         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12130         (j0_test_data): Update call to AUTO_TESTS_f_f.
12131         (j1_test_data): Likewise.
12132         (jn_test_data): Update call to AUTO_TESTS_if_f.
12133         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12134         (log_test_data): Update call to AUTO_TESTS_f_f.
12135         (log10_test_data): Likewise.
12136         (log1p_test_data): Likewise.
12137         (log2_test_data): Likewise.
12138         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12139         (pow_tonearest_test_data): Likewise.
12140         (sin_test_data): Update call to AUTO_TESTS_f_f.
12141         (sin_test): Use ALL_RM_TEST.
12142         (sin_tonearest_test_data): Remove.
12143         (sin_test_tonearest): Likewise.
12144         (sin_towardzero_test_data): Likewise.
12145         (sin_test_towardzero): Likewise.
12146         (sin_downward_test_data): Likewise.
12147         (sin_test_downward): Likewise.
12148         (sin_upward_test_data): Likewise.
12149         (sin_test_upward): Likewise.
12150         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12151         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12152         (sinh_test): Use ALL_RM_TEST.
12153         (sinh_tonearest_test_data): Remove.
12154         (sinh_test_tonearest): Likewise.
12155         (sinh_towardzero_test_data): Likewise.
12156         (sinh_test_towardzero): Likewise.
12157         (sinh_downward_test_data): Likewise.
12158         (sinh_test_downward): Likewise.
12159         (sinh_upward_test_data): Likewise.
12160         (sinh_test_upward): Likewise.
12161         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12162         (sqrt_test): Use ALL_RM_TEST.
12163         (sqrt_tonearest_test_data): Remove.
12164         (sqrt_test_tonearest): Likewise.
12165         (sqrt_towardzero_test_data): Likewise.
12166         (sqrt_test_towardzero): Likewise.
12167         (sqrt_downward_test_data): Likewise.
12168         (sqrt_test_downward): Likewise.
12169         (sqrt_upward_test_data): Likewise.
12170         (sqrt_test_upward): Likewise.
12171         (tan_test_data): Update call to AUTO_TESTS_f_f.
12172         (tan_test): Use ALL_RM_TEST.
12173         (tan_tonearest_test_data): Remove.
12174         (tan_test_tonearest): Likewise.
12175         (tan_towardzero_test_data): Likewise.
12176         (tan_test_towardzero): Likewise.
12177         (tan_downward_test_data): Likewise.
12178         (tan_test_downward): Likewise.
12179         (tan_upward_test_data): Likewise.
12180         (tan_test_upward): Likewise.
12181         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12182         (tgamma_test_data): Likewise.
12183         (y0_test_data): Likewise.
12184         (y1_test_data): Likewise.
12185         (yn_test_data): Update call to AUTO_TESTS_if_f.
12186         (main): Do not call removed functions.
12187
12188 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12189
12190         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12191         (ldexp_test_data): Remove.
12192         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12193         scalbn_test_data.
12194         (scalb_test): Use ALL_RM_TEST.
12195
12196 2014-03-19  Andreas Schwab  <schwab@suse.de>
12197
12198         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12199
12200 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12201
12202         [BZ #16649]
12203         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12204         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12205         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12206         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12207         (__ASSUME_PREADV): Undefine.
12208         (__ASSUME_PWRITEV): Likewise.
12209
12210 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12211
12212         * bits/mman-linux.h: Add comment about non-Linux use.
12213         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12214         bits/mman-linux.h resting place.
12215
12216         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12217         * bits/mman-linux.h: ... here.
12218
12219 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12220
12221         * conform/conformtest.pl: Add standard definition when calling C
12222         preprocessor on data files.
12223         (checknamespace): Remove unused variable.
12224
12225 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12226
12227         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12228         minus_oflow, plus_uflow and minus_uflow in expected results.
12229         * math/libm-test.inc (scalbn_test_data): Add more tests of
12230         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12231         minus_uflow.
12232         (scalbn_test): Use ALL_RM_TEST.
12233         (scalbln_test_data): Add more tests of negative arguments.  Use
12234         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12235         (scalbln_test): Use ALL_RM_TEST.
12236
12237 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12238
12239         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12240
12241 2014-03-18  Will Newton  <will.newton@linaro.org>
12242
12243         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12244         inaccurate comment.
12245
12246 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12247
12248         * Makerules [!subdir] (check-abi): Exit with error status if a
12249         test failed.
12250
12251 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12252
12253         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12254         for rint.  Include results for all rounding modes.
12255         (nearbyint_test): Use ALL_RM_TEST.
12256         (rint_test_data): Include all tests used for nearbyint.
12257
12258 2014-03-17  Will Newton  <will.newton@linaro.org>
12259
12260         * nptl/sysdeps/pthread/pthread.h: Revert previous
12261         change.
12262
12263         * sysdeps/generic/ldsodefs.h: Revert previous
12264         change.
12265
12266         * libio/genops.c: Revert previous change.
12267         * libio/libioP.h: Likewise.
12268         * stdio-common/vfprintf.c: Likewise.
12269
12270         * sysdeps/generic/math_private.h: Revert previous
12271         change.
12272
12273         * sysdeps/generic/math_private.h: Check whether
12274         HAVE_RM_CTX is defined with #ifdef rather
12275         than #if.
12276
12277         * argp/argp-fmtstream.h: Check whether
12278         __STRICT_ANSI__ is defined with #ifdef rather
12279         than #if.
12280         * argp/argp.h: Likewise.
12281
12282         * libio/genops.c: Check whether
12283         _IO_JUMPS_OFFSET is defined with #ifdef rather
12284         than #if.
12285         * libio/libioP.h: Likewise.
12286         * stdio-common/vfprintf.c: Likewise.
12287
12288         * sysdeps/generic/ldsodefs.h: Check whether
12289         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12290         than #if.
12291
12292         * nptl/sysdeps/pthread/pthread.h: Check
12293         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12294         its value.
12295
12296 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12297
12298         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12299         setting O_APPEND.
12300         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12301         test case.
12302
12303         [BZ #16680]
12304         * libio/fileops.c (_IO_file_open): Seek to end of file but
12305         don't cache the offset.
12306         (get_file_offset): Remove function.
12307         (do_ftell): Use cached offset when available.
12308         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12309         don't cache the offset.
12310         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12311         case.
12312         (do_one_test): Call it.
12313         (do_ftell_test): Fix up expected old offset for a+ mode.
12314         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12315         available.
12316
12317         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12318         up test status with function return status.
12319         (do_write_test): Likewise.
12320         (do_append_test): Likewise.
12321
12322         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12323         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12324         Remove.
12325
12326 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12327
12328         * math/gen-libm-test.pl (parse_args): Handle results specified for
12329         each rounding mode separately.
12330         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12331         tests and results from lrint_tonearest_test_data,
12332         lrint_towardzero_test_data, lrint_downward_test_data and
12333         lrint_upward_test_data.
12334         (lrint_test): Use ALL_RM_TEST.
12335         (lrint_tonearest_test_data): Remove.
12336         (lrint_test_tonearest): Likewise.
12337         (lrint_towardzero_test_data): Likewise.
12338         (lrint_test_towardzero): Likewise.
12339         (lrint_downward_test_data): Likewise.
12340         (lrint_test_downward): Likewise.
12341         (lrint_upward_test_data): Likewise.
12342         (lrint_test_upward): Likewise.
12343         (llrint_test_data): Merge in per-rounding-mode tests and results
12344         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12345         llrint_downward_test_data and llrint_upward_test_data.
12346         (llrint_test): Use ALL_RM_TEST.
12347         (llrint_tonearest_test_data): Remove.
12348         (llrint_test_tonearest): Likewise.
12349         (llrint_towardzero_test_data): Likewise.
12350         (llrint_test_towardzero): Likewise.
12351         (llrint_downward_test_data): Likewise.
12352         (llrint_test_downward): Likewise.
12353         (llrint_upward_test_data): Likewise.
12354         (llrint_test_upward): Likewise.
12355         (rint_test_data): Merge in per-rounding-mode tests and results
12356         from rint_tonearest_test_data, rint_towardzero_test_data,
12357         rint_downward_test_data and rint_upward_test_data.  Add
12358         per-rounding-mode results for tests not in those arrays.
12359         (rint_test): Use ALL_RM_TEST.
12360         (rint_tonearest_test_data): Remove.
12361         (rint_test_tonearest): Likewise.
12362         (rint_towardzero_test_data): Likewise.
12363         (rint_test_towardzero): Likewise.
12364         (rint_downward_test_data): Likewise.
12365         (rint_test_downward): Likewise.
12366         (rint_upward_test_data): Likewise.
12367         (rint_test_upward): Likewise.
12368         (main): Don't call removed functions.
12369
12370 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12371
12372         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12373         "Compiled on ..." crapola.  It is anti-useful.
12374
12375 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12376
12377         * scripts/evaluate-test.sh: Handle fourth argument to determine
12378         whether test run should stop on failure.
12379         * Makeconfig (stop-on-test-failure): New variable.
12380         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12381         $(stop-on-test-failure).
12382         * Makefile (tests): Give a summary of results from testing and
12383         exit with failure status if they include an ERROR or FAIL.
12384         (xtests): Likewise.
12385         * manual/install.texi (Configuring and compiling): Mention
12386         stop-on-test-failure=y.
12387         * INSTALL: Regenerated.
12388
12389 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12390
12391         * scripts/versionlist.awk: New file.
12392         * Makerules [$(build-shared) = yes]
12393         (postclean-generated): Add Versions.def, not Versions.def.v and
12394         Versions.def.v.i.
12395         ($(common-objpfx)Versions.def.v.i): Target removed.
12396         ($(common-objpfx)Versions.def): New target.
12397         ($(common-objpfx)Versions.all): Depend on that rather that
12398         $(common-objpfx)Versions.def.v.
12399         * Versions.def: File removed.
12400
12401         * Makeconfig (+gccwarn): Add -Wundef.
12402         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12403         a dl-sysdep.h breaking its contract.
12404         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12405         * include/stackinfo.h: New file.
12406         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12407         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12408         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12409         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12410         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12411         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12412         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12413         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12414         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12415         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12416         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12417         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12418         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12419         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12420         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12421
12422 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12423
12424         [BZ #16707]
12425         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12426         implementation.
12427         * math/libm-test.inc (round_test_data): Add more tests.
12428
12429         [BZ #16706]
12430         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12431         implementation.
12432         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12433
12434         [BZ #16701]
12435         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12436         implementation.
12437         * math/libm-test.inc (ceil_test_data): Add more tests.
12438
12439         * math/libm-test.inc (trunc_test_data): Add more tests related to
12440         BZ#16414.
12441
12442 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12443
12444         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12445         with #if rather than #ifdef.
12446         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12447
12448 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12449
12450         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12451         first.  Disable AVX-512 GCC support if assembler doesn't support
12452         it.
12453         * sysdeps/x86_64/configure: Regenerated.
12454
12455 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12456
12457         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12458         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12459         (__old_pthread_attr_setstack): Likewise.
12460         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12461         [!_STACK_GROWS_DOWN]: Likewise.
12462
12463 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12464
12465         * config.make.in (have-bash2): Delete.
12466         * configure.ac (libc_cv_have_bash2): Delete.
12467         * configure: Regenerate.
12468         * elf/Makefile (common-ldd-rewrite): Rename to ...
12469         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12470         (sh-ldd-rewrite): Delete.
12471         (bash-ldd-rewrite): Delete.
12472         (have-bash2): Delete checks.
12473         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12474         ldd-rewrite.
12475
12476         * config.make.in (have-ksh): Delete.
12477         (KSH): Delete.
12478         * configure.ac (libc_cv_have_ksh): Delete.
12479         * configure: Regenerate.
12480
12481         * elf/Makefile: Delete $(have-ksh) check.
12482         ($(objpfx)sotruss): Change KSH to BASH.
12483         * elf/sotruss.ksh: Rename to ...
12484         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12485         function style to match POSIX.  Drop ksh vim mode setting.
12486
12487         * manual/time.texi (Specifying the Time Zone with TZ): Change
12488         Tuesday to Thursday.
12489
12490         * debug/tst-longjmp_chk2.c: Update header comment.
12491         (stackoverflow_handler): Add comment.  Call assert on pass value.
12492
12493 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12494
12495         [BZ #16194]
12496         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12497         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12498         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12499         (La_x86_64_vector): Add zmm.
12500         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12501         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12502         ($(objpfx)tst-audit10): New target.
12503         ($(objpfx)tst-audit10.out): Likewise.
12504         (tst-audit10-ENV): New.
12505         (AVX512-CFLAGS): Likewise.
12506         (CFLAGS-tst-audit10.c): Likewise.
12507         (CFLAGS-tst-auditmod10a.c): Likewise.
12508         (CFLAGS-tst-auditmod10b.c): Likewise.
12509         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12510         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12511         * sysdeps/x86_64/configure: Regenerated.
12512         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12513         AVX-512 zmm register support.
12514         (_dl_x86_64_save_sse): Likewise.
12515         (_dl_x86_64_restore_sse): Likewise.
12516         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12517         size vector registers.
12518         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12519         (ZMM_SIZE): Likewise.
12520         * sysdeps/x86_64/tst-audit10.c: New file.
12521         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12522         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12523
12524 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12525
12526         * configure.ac (HAVE_EHDR_START): New check.
12527         * configure: Regenerated.
12528         * config.h.in (HAVE_EHDR_START): New #undef.
12529         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12530         assuming the lowest-addressed segment maps the start of the file.
12531
12532 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12533
12534         * INSTALL: Regenerated.
12535
12536 2014-03-13  Will Newton  <will.newton@linaro.org>
12537
12538         * manual/setjmp.texi (System V contexts): Improve
12539         clarity and grammar of documentation.
12540
12541 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12542
12543         [BZ #16381]
12544         * elf/Makefile (tests): Add tst-pie2.
12545         (tests-pie): Add tst-pie2.
12546         * elf/tst-pie2.c: New file.
12547         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12548         for ET_EXEC.
12549         * elf/rtld.c (map_doit): Load executable as lt_executable.
12550         (dl_main): Likewise.
12551
12552 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12553
12554         [BZ #16642]
12555         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12556         (__ASSUME_PSELECT): Undefine.
12557
12558 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12559
12560         [BZ #16689]
12561         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12562         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12563         static build.
12564         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12565         selector for static builds.
12566
12567 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12568
12569         [BZ #16695]
12570         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12571         key in the buffer.
12572
12573 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12574
12575         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12576         IFUNC selector for static builds.
12577
12578 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12579
12580         * sysdeps/mips/math_private.h [__mips_hard_float]
12581         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12582         libc_feresetround_mips_ctx.
12583         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12584         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12585         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12586
12587         [BZ #16677]
12588         * math/s_nextafter.c (__nextafter): Do not return value from
12589         overflowing computation.
12590         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12591         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12592         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12593         Likewise.
12594         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12595         Likewise.
12596         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12597         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12598
12599 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12600
12601         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12602         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12603         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12604         the new mov targetting sp.
12605
12606 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12607
12608         [BZ #16683]
12609         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12610         Define it for static builds as well.
12611         (NO_BZERO_IMPL): Likewise.
12612
12613 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12614
12615         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12616         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12617         multiarch strspn for PPC64.
12618         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12619         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12621         (__libc_ifunc_impl_list): Likewise.
12622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12623         multiarch optimizations
12624         * string/strspn.c (strspn): Using macro to redefine symbol name.
12625
12626 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12627             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12628
12629         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12630         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12631         multiarch strncat for PPC64.
12632         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12633         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12634         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12635         (__libc_ifunc_impl_list): Likewise.
12636         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12637         multiarch optimizations
12638
12639 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12640
12641         [BZ #16639]
12642         * nscd/nscd.service: Make service type forking.
12643
12644 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12645
12646         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12647         sign in non default rounding modes.
12648         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12649
12650 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12651
12652         * math/libm-test.inc (ALL_RM_TEST): New macro.
12653         (ceil_test): Use ALL_RM_TEST.
12654         (cimag_test): Likewise.
12655         (conj_test): Likewise.
12656         (copysign_test): Likewise.
12657         (cproj_test): Likewise.
12658         (creal_test): Likewise.
12659         (fabs_test): Likewise.
12660         (floor_test): Likewise.
12661         (fmax_test): Likewise.
12662         (fmin_test): Likewise.
12663         (fmod_test): Likewise.
12664         (fpclassify_test): Likewise.
12665         (frexp_test): Likewise.
12666         (ilogb_test): Likewise.
12667         (isfinite_test): Likewise.
12668         (finite_test): Likewise.
12669         (isgreater_test): Likewise.
12670         (isgreaterequal_test): Likewise.
12671         (isinf_test): Likewise.
12672         (isless_test): Likewise.
12673         (islessequal_test): Likewise.
12674         (islessgreater_test): Likewise.
12675         (isnan_test): Likewise.
12676         (isnormal_test): Likewise.
12677         (issignaling_test): Likewise.
12678         (isunordered_test): Likewise.
12679         (logb_test): Likewise.
12680         (logb_downward_test_data): Remove.
12681         (logb_test_downward): Likewise.
12682         (lround_test): Use ALL_RM_TEST.
12683         (llround_test): Likewise.
12684         (modf_test): Likewise.
12685         (nexttoward_test): Likewise.
12686         (remainder_test): Likewise.
12687         (drem_test): Likewise.
12688         (remainder_tonearest_test_data): Likewise.
12689         (remainder_test_tonearest): Likewise.
12690         (drem_test_tonearest): Likewise.
12691         (remainder_towardzero_test_data): Likewise.
12692         (remainder_test_towardzero): Likewise.
12693         (drem_test_towardzero): Likewise.
12694         (remainder_downward_test_data): Likewise.
12695         (remainder_test_downward): Likewise.
12696         (drem_test_downward): Likewise.
12697         (remainder_upward_test_data): Likewise.
12698         (remainder_test_upward): Likewise.
12699         (drem_test_upward): Likewise.
12700         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12701         (round_test): Use ALL_RM_TEST.
12702         (signbit_test): Likewise.
12703         (trunc_test): Likewise.
12704         (significand_test): Likewise.
12705         (main): Don't call removed functions.
12706
12707 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12708
12709         [BZ #16674]
12710         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12711         || __USE_XOPEN2K8].
12712         (ILL_ILLOPN): Likewise.
12713         (ILL_ILLADR): Likewise.
12714         (ILL_ILLTRP): Likewise.
12715         (ILL_PRVOPC): Likewise.
12716         (ILL_PRVREG): Likewise.
12717         (ILL_COPROC): Likewise.
12718         (ILL_BADSTK): Likewise.
12719         (FPE_INTDIV): Likewise.
12720         (FPE_INTOVF): Likewise.
12721         (FPE_FLTDIV): Likewise.
12722         (FPE_FLTOVF): Likewise.
12723         (FPE_FLTUND): Likewise.
12724         (FPE_FLTRES): Likewise.
12725         (FPE_FLTINV): Likewise.
12726         (FPE_FLTSUB): Likewise.
12727         (SEGV_MAPERR): Likewise.
12728         (SEGV_ACCERR): Likewise.
12729         (BUS_ADRALN): Likewise.
12730         (BUS_ADRERR): Likewise.
12731         (BUS_OBJERR): Likewise.
12732         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12733         (TRAP_TRACE): Likewise.
12734         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12735         __USE_XOPEN2K8].
12736         (CLD_KILLED): Likewise.
12737         (CLD_DUMPED): Likewise.
12738         (CLD_TRAPPED): Likewise.
12739         (CLD_STOPPED): Likewise.
12740         (CLD_CONTINUED): Likewise.
12741         (POLL_IN): Likewise.
12742         (POLL_OUT): Likewise.
12743         (POLL_MSG): Likewise.
12744         (POLL_ERR): Likewise.
12745         (POLL_PRI): Likewise.
12746         (POLL_HUP): Likewise.
12747         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12748         Likewise.
12749         (ILL_ILLOPN): Likewise.
12750         (ILL_ILLADR): Likewise.
12751         (ILL_ILLTRP): Likewise.
12752         (ILL_PRVOPC): Likewise.
12753         (ILL_PRVREG): Likewise.
12754         (ILL_COPROC): Likewise.
12755         (ILL_BADSTK): Likewise.
12756         (FPE_INTDIV): Likewise.
12757         (FPE_INTOVF): Likewise.
12758         (FPE_FLTDIV): Likewise.
12759         (FPE_FLTOVF): Likewise.
12760         (FPE_FLTUND): Likewise.
12761         (FPE_FLTRES): Likewise.
12762         (FPE_FLTINV): Likewise.
12763         (FPE_FLTSUB): Likewise.
12764         (SEGV_MAPERR): Likewise.
12765         (SEGV_ACCERR): Likewise.
12766         (BUS_ADRALN): Likewise.
12767         (BUS_ADRERR): Likewise.
12768         (BUS_OBJERR): Likewise.
12769         (BUS_MCEERR_AR): Likewise.
12770         (BUS_MCEERR_AO): Likewise.
12771         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12772         (TRAP_TRACE): Likewise.
12773         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12774         __USE_XOPEN2K8].
12775         (CLD_KILLED): Likewise.
12776         (CLD_DUMPED): Likewise.
12777         (CLD_TRAPPED): Likewise.
12778         (CLD_STOPPED): Likewise.
12779         (CLD_CONTINUED): Likewise.
12780         (POLL_IN): Likewise.
12781         (POLL_OUT): Likewise.
12782         (POLL_MSG): Likewise.
12783         (POLL_ERR): Likewise.
12784         (POLL_PRI): Likewise.
12785         (POLL_HUP): Likewise.
12786         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12787         (ILL_ILLOPN): Likewise.
12788         (ILL_ILLADR): Likewise.
12789         (ILL_ILLTRP): Likewise.
12790         (ILL_PRVOPC): Likewise.
12791         (ILL_PRVREG): Likewise.
12792         (ILL_COPROC): Likewise.
12793         (ILL_BADSTK): Likewise.
12794         (FPE_INTDIV): Likewise.
12795         (FPE_INTOVF): Likewise.
12796         (FPE_FLTDIV): Likewise.
12797         (FPE_FLTOVF): Likewise.
12798         (FPE_FLTUND): Likewise.
12799         (FPE_FLTRES): Likewise.
12800         (FPE_FLTINV): Likewise.
12801         (FPE_FLTSUB): Likewise.
12802         (SEGV_MAPERR): Likewise.
12803         (SEGV_ACCERR): Likewise.
12804         (BUS_ADRALN): Likewise.
12805         (BUS_ADRERR): Likewise.
12806         (BUS_OBJERR): Likewise.
12807         (BUS_MCEERR_AR): Likewise.
12808         (BUS_MCEERR_AO): Likewise.
12809         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12810         (TRAP_TRACE): Likewise.
12811         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12812         __USE_XOPEN2K8].
12813         (CLD_KILLED): Likewise.
12814         (CLD_DUMPED): Likewise.
12815         (CLD_TRAPPED): Likewise.
12816         (CLD_STOPPED): Likewise.
12817         (CLD_CONTINUED): Likewise.
12818         (POLL_IN): Likewise.
12819         (POLL_OUT): Likewise.
12820         (POLL_MSG): Likewise.
12821         (POLL_ERR): Likewise.
12822         (POLL_PRI): Likewise.
12823         (POLL_HUP): Likewise.
12824         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12825         Likewise.
12826         (ILL_ILLOPN): Likewise.
12827         (ILL_ILLADR): Likewise.
12828         (ILL_ILLTRP): Likewise.
12829         (ILL_PRVOPC): Likewise.
12830         (ILL_PRVREG): Likewise.
12831         (ILL_COPROC): Likewise.
12832         (ILL_BADSTK): Likewise.
12833         (ILL_BADIADDR): Likewise.
12834         (ILL_BREAK): Likewise.
12835         (FPE_INTDIV): Likewise.
12836         (FPE_INTOVF): Likewise.
12837         (FPE_FLTDIV): Likewise.
12838         (FPE_FLTOVF): Likewise.
12839         (FPE_FLTUND): Likewise.
12840         (FPE_FLTRES): Likewise.
12841         (FPE_FLTINV): Likewise.
12842         (FPE_FLTSUB): Likewise.
12843         (FPE_DECOVF): Likewise.
12844         (FPE_DECDIV): Likewise.
12845         (FPE_DECERR): Likewise.
12846         (FPE_INVASC): Likewise.
12847         (FPE_INVDEC): Likewise.
12848         (SEGV_MAPERR): Likewise.
12849         (SEGV_ACCERR): Likewise.
12850         (SEGV_PSTKOVF): Likewise.
12851         (BUS_ADRALN): Likewise.
12852         (BUS_ADRERR): Likewise.
12853         (BUS_OBJERR): Likewise.
12854         (BUS_MCEERR_AR): Likewise.
12855         (BUS_MCEERR_AO): Likewise.
12856         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12857         (TRAP_TRACE): Likewise.
12858         (TRAP_BRANCH): Likewise.
12859         (TRAP_HWBKPT): Likewise.
12860         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12861         __USE_XOPEN2K8].
12862         (CLD_KILLED): Likewise.
12863         (CLD_DUMPED): Likewise.
12864         (CLD_TRAPPED): Likewise.
12865         (CLD_STOPPED): Likewise.
12866         (CLD_CONTINUED): Likewise.
12867         (POLL_IN): Likewise.
12868         (POLL_OUT): Likewise.
12869         (POLL_MSG): Likewise.
12870         (POLL_ERR): Likewise.
12871         (POLL_PRI): Likewise.
12872         (POLL_HUP): Likewise.
12873         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12874         (ILL_ILLOPN): Likewise.
12875         (ILL_ILLADR): Likewise.
12876         (ILL_ILLTRP): Likewise.
12877         (ILL_PRVOPC): Likewise.
12878         (ILL_PRVREG): Likewise.
12879         (ILL_COPROC): Likewise.
12880         (ILL_BADSTK): Likewise.
12881         (FPE_INTDIV): Likewise.
12882         (FPE_INTOVF): Likewise.
12883         (FPE_FLTDIV): Likewise.
12884         (FPE_FLTOVF): Likewise.
12885         (FPE_FLTUND): Likewise.
12886         (FPE_FLTRES): Likewise.
12887         (FPE_FLTINV): Likewise.
12888         (FPE_FLTSUB): Likewise.
12889         (SEGV_MAPERR): Likewise.
12890         (SEGV_ACCERR): Likewise.
12891         (BUS_ADRALN): Likewise.
12892         (BUS_ADRERR): Likewise.
12893         (BUS_OBJERR): Likewise.
12894         (BUS_MCEERR_AR): Likewise.
12895         (BUS_MCEERR_AO): Likewise.
12896         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12897         (TRAP_TRACE): Likewise.
12898         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12899         __USE_XOPEN2K8].
12900         (CLD_KILLED): Likewise.
12901         (CLD_DUMPED): Likewise.
12902         (CLD_TRAPPED): Likewise.
12903         (CLD_STOPPED): Likewise.
12904         (CLD_CONTINUED): Likewise.
12905         (POLL_IN): Likewise.
12906         (POLL_OUT): Likewise.
12907         (POLL_MSG): Likewise.
12908         (POLL_ERR): Likewise.
12909         (POLL_PRI): Likewise.
12910         (POLL_HUP): Likewise.
12911         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12912         (ILL_ILLOPN): Likewise.
12913         (ILL_ILLADR): Likewise.
12914         (ILL_ILLTRP): Likewise.
12915         (ILL_PRVOPC): Likewise.
12916         (ILL_PRVREG): Likewise.
12917         (ILL_COPROC): Likewise.
12918         (ILL_BADSTK): Likewise.
12919         (FPE_INTDIV): Likewise.
12920         (FPE_INTOVF): Likewise.
12921         (FPE_FLTDIV): Likewise.
12922         (FPE_FLTOVF): Likewise.
12923         (FPE_FLTUND): Likewise.
12924         (FPE_FLTRES): Likewise.
12925         (FPE_FLTINV): Likewise.
12926         (FPE_FLTSUB): Likewise.
12927         (SEGV_MAPERR): Likewise.
12928         (SEGV_ACCERR): Likewise.
12929         (BUS_ADRALN): Likewise.
12930         (BUS_ADRERR): Likewise.
12931         (BUS_OBJERR): Likewise.
12932         (BUS_MCEERR_AR): Likewise.
12933         (BUS_MCEERR_AO): Likewise.
12934         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12935         (TRAP_TRACE): Likewise.
12936         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12937         __USE_XOPEN2K8].
12938         (CLD_KILLED): Likewise.
12939         (CLD_DUMPED): Likewise.
12940         (CLD_TRAPPED): Likewise.
12941         (CLD_STOPPED): Likewise.
12942         (CLD_CONTINUED): Likewise.
12943         (POLL_IN): Likewise.
12944         (POLL_OUT): Likewise.
12945         (POLL_MSG): Likewise.
12946         (POLL_ERR): Likewise.
12947         (POLL_PRI): Likewise.
12948         (POLL_HUP): Likewise.
12949         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12950         (ILL_ILLOPN): Likewise.
12951         (ILL_ILLADR): Likewise.
12952         (ILL_ILLTRP): Likewise.
12953         (ILL_PRVOPC): Likewise.
12954         (ILL_PRVREG): Likewise.
12955         (ILL_COPROC): Likewise.
12956         (ILL_BADSTK): Likewise.
12957         (FPE_INTDIV): Likewise.
12958         (FPE_INTOVF): Likewise.
12959         (FPE_FLTDIV): Likewise.
12960         (FPE_FLTOVF): Likewise.
12961         (FPE_FLTUND): Likewise.
12962         (FPE_FLTRES): Likewise.
12963         (FPE_FLTINV): Likewise.
12964         (FPE_FLTSUB): Likewise.
12965         (SEGV_MAPERR): Likewise.
12966         (SEGV_ACCERR): Likewise.
12967         (BUS_ADRALN): Likewise.
12968         (BUS_ADRERR): Likewise.
12969         (BUS_OBJERR): Likewise.
12970         (BUS_MCEERR_AR): Likewise.
12971         (BUS_MCEERR_AO): Likewise.
12972         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12973         (TRAP_TRACE): Likewise.
12974         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12975         __USE_XOPEN2K8].
12976         (CLD_KILLED): Likewise.
12977         (CLD_DUMPED): Likewise.
12978         (CLD_TRAPPED): Likewise.
12979         (CLD_STOPPED): Likewise.
12980         (CLD_CONTINUED): Likewise.
12981         (POLL_IN): Likewise.
12982         (POLL_OUT): Likewise.
12983         (POLL_MSG): Likewise.
12984         (POLL_ERR): Likewise.
12985         (POLL_PRI): Likewise.
12986         (POLL_HUP): Likewise.
12987         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12988         (ILL_ILLOPN): Likewise.
12989         (ILL_ILLADR): Likewise.
12990         (ILL_ILLTRP): Likewise.
12991         (ILL_PRVOPC): Likewise.
12992         (ILL_PRVREG): Likewise.
12993         (ILL_COPROC): Likewise.
12994         (ILL_BADSTK): Likewise.
12995         (ILL_DBLFLT): Likewise.
12996         (ILL_HARDWALL): Likewise.
12997         (FPE_INTDIV): Likewise.
12998         (FPE_INTOVF): Likewise.
12999         (FPE_FLTDIV): Likewise.
13000         (FPE_FLTOVF): Likewise.
13001         (FPE_FLTUND): Likewise.
13002         (FPE_FLTRES): Likewise.
13003         (FPE_FLTINV): Likewise.
13004         (FPE_FLTSUB): Likewise.
13005         (SEGV_MAPERR): Likewise.
13006         (SEGV_ACCERR): Likewise.
13007         (BUS_ADRALN): Likewise.
13008         (BUS_ADRERR): Likewise.
13009         (BUS_OBJERR): Likewise.
13010         (BUS_MCEERR_AR): Likewise.
13011         (BUS_MCEERR_AO): Likewise.
13012         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13013         (TRAP_TRACE): Likewise.
13014         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13015         __USE_XOPEN2K8].
13016         (CLD_KILLED): Likewise.
13017         (CLD_DUMPED): Likewise.
13018         (CLD_TRAPPED): Likewise.
13019         (CLD_STOPPED): Likewise.
13020         (CLD_CONTINUED): Likewise.
13021         (POLL_IN): Likewise.
13022         (POLL_OUT): Likewise.
13023         (POLL_MSG): Likewise.
13024         (POLL_ERR): Likewise.
13025         (POLL_PRI): Likewise.
13026         (POLL_HUP): Likewise.
13027         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13028         (ILL_ILLOPN): Likewise.
13029         (ILL_ILLADR): Likewise.
13030         (ILL_ILLTRP): Likewise.
13031         (ILL_PRVOPC): Likewise.
13032         (ILL_PRVREG): Likewise.
13033         (ILL_COPROC): Likewise.
13034         (ILL_BADSTK): Likewise.
13035         (FPE_INTDIV): Likewise.
13036         (FPE_INTOVF): Likewise.
13037         (FPE_FLTDIV): Likewise.
13038         (FPE_FLTOVF): Likewise.
13039         (FPE_FLTUND): Likewise.
13040         (FPE_FLTRES): Likewise.
13041         (FPE_FLTINV): Likewise.
13042         (FPE_FLTSUB): Likewise.
13043         (SEGV_MAPERR): Likewise.
13044         (SEGV_ACCERR): Likewise.
13045         (BUS_ADRALN): Likewise.
13046         (BUS_ADRERR): Likewise.
13047         (BUS_OBJERR): Likewise.
13048         (BUS_MCEERR_AR): Likewise.
13049         (BUS_MCEERR_AO): Likewise.
13050         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13051         (TRAP_TRACE): Likewise.
13052         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13053         __USE_XOPEN2K8].
13054         (CLD_KILLED): Likewise.
13055         (CLD_DUMPED): Likewise.
13056         (CLD_TRAPPED): Likewise.
13057         (CLD_STOPPED): Likewise.
13058         (CLD_CONTINUED): Likewise.
13059         (POLL_IN): Likewise.
13060         (POLL_OUT): Likewise.
13061         (POLL_MSG): Likewise.
13062         (POLL_ERR): Likewise.
13063         (POLL_PRI): Likewise.
13064         (POLL_HUP): Likewise.
13065         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13066         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13067
13068         [BZ #16670]
13069         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13070         before #include of <time.h>.
13071         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13072         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13073         (test-xfail-UNIX98/sched.h/conform): Likewise.
13074
13075 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13076
13077         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13078         error absence of trapping exception support.
13079         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13080
13081 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13082
13083         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13084         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13085         * timezone/Makefile (testdata): Move definition above include of
13086         Rules.
13087         (test-zones): New variable.
13088         (tests-special): Add zone files.
13089         (build-testdata): Use $(evaluate-test).
13090
13091         * elf/Makefile (tests-special): Rename tests to end with .out.
13092         ($(objpfx)noload-mem): Likewise.
13093         ($(objpfx)tst-leaks1-mem): Likewise.
13094         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13095         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13096         $(objpfx)test-iconvconfig.out.
13097         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13098         set -e inside subshell and redirect output to file.
13099         * iconvdata/Makefile (generated): Rename tests to end with .out.
13100         Correct type.
13101         (tests-special): Rename tests to end with .out.
13102         ($(objpfx)mtrace-tst-loading): Likewise.
13103         * intl/Makefile (generated): Likewise.
13104         (tests-special): Likewise.
13105         ($(objpfx)mtrace-tst-gettext): Likewise.
13106         * misc/Makefile (generated): Likewise.
13107         (tests-special): Likewise.
13108         ($(objpfx)tst-error1-mem): Likewise.
13109         * nptl/Makefile (tests-special): Likewise.
13110         ($(objpfx)tst-stack3-mem): Likewise.
13111         (generated): Likewise.
13112         * posix/Makefile (generated): Likewise.
13113         (tests-special): Likewise.
13114         (xtests-special): Likewise.
13115         ($(objpfx)tst-fnmatch-mem): Likewise.
13116         ($(objpfx)bug-regex2-mem): Likewise.
13117         ($(objpfx)bug-regex14-mem): Likewise.
13118         ($(objpfx)bug-regex21-mem): Likewise.
13119         ($(objpfx)bug-regex31-mem): Likewise.
13120         ($(objpfx)tst-vfork3-mem): Likewise.
13121         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13122         ($(objpfx)tst-pcre-mem): Likewise.
13123         ($(objpfx)tst-boost-mem): Likewise.
13124         ($(objpfx)bug-ga2-mem): Likewise.
13125         ($(objpfx)bug-glob2-mem): Likewise.
13126         * resolv/Makefile (generate): Likewise.
13127         (tests-special): Likewise.
13128         (xtests-special): Likewise.
13129         (generated): Likewise.
13130         ($(objpfx)mtrace-tst-leaks): Likewise.
13131         ($(objpfx)mtrace-tst-leaks2): Likewise.
13132
13133         * scripts/merge-test-results.sh: New file.
13134         * Makefile (tests-special-notdir): New variable.
13135         (tests): Run merge-test-results.sh.
13136         (xtests): Likewise.
13137         * Rules (tests-special-notdir): New variable.
13138         (xtests-special-notdir): Likewise.
13139         (tests): Run merge-test-results.sh
13140         (xtests): Likewise.
13141
13142         * Makeconfig (test-xfail-name): New variable.
13143         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13144         compute variable name for expected failures.
13145         * conform/Makefile (conformtest-headers-data): New variable.
13146         (conformtest-standards): Likewise.
13147         (conformtest-headers-ISO): Likewise.
13148         (conformtest-headers-ISO99): Likewise.
13149         (conformtest-headers-ISO11): Likewise.
13150         (conformtest-headers-POSIX): Likewise.
13151         (conformtest-headers-XPG3): Likewise.
13152         (conformtest-headers-XPG4): Likewise.
13153         (conformtest-headers-UNIX98): Likewise.
13154         (conformtest-headers-XOPEN2K): Likewise.
13155         (conformtest-headers-POSIX2008): Likewise.
13156         (conformtest-headers-XOPEN2K8): Likewise.
13157         (conformtest-header-list-base): Likewise.
13158         (conformtest-header-list-tests): Likewise.
13159         (conformtest-header-base): Likewise.
13160         (conformtest-header-tests): Likewise.
13161         (tests-special): Add $(conformtest-header-list-tests).  If
13162         [$(fast-check) && !$(cross-compiling)], add
13163         $(conformtest-header-tests) instead of
13164         $(objpfx)run-conformtest.out.
13165         (generated): Add $(conformtest-header-list-base).  If
13166         [$(fast-check) && !$(cross-compiling)], add
13167         $(conformtest-header-base).  Remove previous setting.
13168         ($(conformtest-header-list-tests)): New target.
13169         (test-xfail-run-conformtest): Remove variable.
13170         ($(objpfx)run-conformtest.out): Remove target.
13171         (test-xfail-ISO11/complex.h/conform): New variable.
13172         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13173         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13174         (test-xfail-XPG3/varargs.h/conform): Likewise.
13175         (test-xfail-XPG4/varargs.h/conform): Likewise.
13176         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13177         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13178         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13179         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13180         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13181         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13182         (test-xfail-XPG3/ftw.h/conform): Likewise.
13183         (test-xfail-XPG3/grp.h/conform): Likewise.
13184         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13185         (test-xfail-XPG3/limits.h/conform): Likewise.
13186         (test-xfail-XPG3/pwd.h/conform): Likewise.
13187         (test-xfail-XPG3/search.h/conform): Likewise.
13188         (test-xfail-XPG3/signal.h/conform): Likewise.
13189         (test-xfail-XPG3/stdio.h/conform): Likewise.
13190         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13191         (test-xfail-XPG3/string.h/conform): Likewise.
13192         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13193         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13194         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13195         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13196         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13197         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13198         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13199         (test-xfail-XPG3/termios.h/conform): Likewise.
13200         (test-xfail-XPG3/time.h/conform): Likewise.
13201         (test-xfail-XPG3/unistd.h/conform): Likewise.
13202         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13203         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13204         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13205         (test-xfail-XPG4/netdb.h/conform): Likewise.
13206         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13207         (test-xfail-XPG4/signal.h/conform): Likewise.
13208         (test-xfail-XPG4/stdio.h/conform): Likewise.
13209         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13210         (test-xfail-XPG4/stropts.h/conform): Likewise.
13211         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13212         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13213         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13214         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13215         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13216         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13217         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13218         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13219         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13220         (test-xfail-XPG4/termios.h/conform): Likewise.
13221         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13222         (test-xfail-XPG4/unistd.h/conform): Likewise.
13223         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13224         (test-xfail-POSIX/sched.h/conform): Likewise.
13225         (test-xfail-POSIX/signal.h/conform): Likewise.
13226         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13227         (test-xfail-POSIX/tar.h/conform): Likewise.
13228         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13229         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13230         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13231         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13232         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13233         (test-xfail-UNIX98/sched.h/conform): Likewise.
13234         (test-xfail-UNIX98/signal.h/conform): Likewise.
13235         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13236         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13237         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13238         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13239         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13240         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13241         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13242         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13243         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13244         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13245         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13246         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13247         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13248         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13249         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13250         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13251         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13252         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13253         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13254         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13255         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13256         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13257         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13258         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13259         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13260         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13261         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13262         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13263         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13264         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13265         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13266         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13267         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13268         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13269         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13270         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13271         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13272         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13273         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13274         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13275         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13276         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13277         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13278         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13279         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13280         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13281         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13282         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13283         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13284         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13285         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13286         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13287         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13288         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13289         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13290         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13291         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13292         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13293         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13294         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13295         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13296         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13297         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13298         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13299         (conformtest-cc-flags): Likewise.
13300         ($(conformtest-header-tests): New target.
13301         * conform/check-header-lists.sh: New file.
13302         * conform/run-conformtest.sh: Remove.
13303
13304         * conform/conformtest.pl: Allow ' and \ in values given for
13305         constants.
13306         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13307         inclusion.
13308         [POSIX] (sys/types.h): Likewise.
13309         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13310         inclusion.
13311         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13312         inclusion.
13313         * conform/data/signal.h-data (SIGIO): Remove expectation.
13314         [XPG3] (SIGBUS): Do not expect.
13315         [POSIX || XPG3] (SIGPOLL): Likewise.
13316         [POSIX || XPG3] (SIGPROF): Likewise.
13317         [POSIX || XPG3] (SIGSYS): Likewise.
13318         [XPG3] (SIGTRAP): Likewise.
13319         [POSIX || XPG3] (SIGURG): Likewise.
13320         [POSIX || XPG3] (SIGVTALRM): Likewise.
13321         [POSIX || XPG3] (SIGXCPU): Likewise.
13322         [POSIX || XPG3] (SIGXFSZ): Likewise.
13323         [POSIX] (SA_SIGINFO): Expect.
13324         [XPG3] (siginfo_t): Do not expect type or contents.
13325         [POSIX] (si_pid): Do not expect element.
13326         [POSIX] (si_uid): Likewise.
13327         [POSIX] (si_addr): Likewise.
13328         [POSIX] (si_status): Likewise.
13329         [POSIX] (si_band): Likewise.
13330         [XPG4] (si_value): Likewise.
13331         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13332         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13333         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13334         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13335         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13336         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13337         [POSIX || XPG3] (ILL_COPROC): Likewise.
13338         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13339         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13340         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13341         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13342         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13343         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13344         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13345         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13346         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13347         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13348         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13349         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13350         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13351         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13352         [POSIX || XPG3] (CLD_EXITED): Likewise.
13353         [POSIX || XPG3] (CLD_KILLED): Likewise.
13354         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13355         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13356         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13357         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13358         [POSIX || XPG3] (POLL_IN): Likewise.
13359         [POSIX || XPG3] (POLL_OUT): Likewise.
13360         [POSIX || XPG3] (POLL_MSG): Likewise.
13361         [POSIX || XPG3] (POLL_ERR): Likewise.
13362         [POSIX || XPG3] (POLL_PRI): Likewise.
13363         [POSIX || XPG3] (POLL_HUP): Likewise.
13364         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13365         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13366         (SIG*): Do not allow.
13367         [XPG3] (si_*): Likewise.
13368         [XPG3] (SI_*): Likewise.
13369         [XPG3 || XPG4] (sigev_*): Likewise.
13370         [XPG3 || XPG4] (SIGEV_*): Likewise.
13371         [XPG3 || XPG4] (sival_*): Likewise.
13372         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13373         [POSIX || XPG3] (BUS_*): Likewise.
13374         [POSIX || XPG3] (CLD_*): Likewise.
13375         [POSIX || XPG3] (FPE_*): Likewise.
13376         [POSIX || XPG3] (ILL_*): Likewise.
13377         [POSIX || XPG3] (POLL_*): Likewise.
13378         [POSIX || XPG3] (SEGV_*): Likewise.
13379         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13380         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13381         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13382         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13383         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13384         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13385         Specify type and value.
13386         (TVERSLEN): Likewise.
13387         (REGTYPE): Likewise.
13388         (AREGTYPE): Likewise.
13389         (LNKTYPE): Likewise.
13390         (SYMTYPE): Likewise.
13391         (CHRTYPE): Likewise.
13392         (BLKTYPE): Likewise.
13393         (DIRTYPE): Likewise.
13394         (FIFOTYPE): Likewise.
13395         (CONTTYPE): Likewise.
13396         (TSUID): Likewise.
13397         (TSGID): Likewise.
13398         (TSVTX): Likewise.
13399         (TUREAD): Likewise.
13400         (TUWRITE): Likewise.
13401         (TUEXEC): Likewise.
13402         (TGREAD): Likewise.
13403         (TGWRITE): Likewise.
13404         (TGEXEC): Likewise.
13405         (TOREAD): Likewise.
13406         (TOWRITE): Likewise.
13407         (TOEXEC): Likewise.
13408         [POSIX] (TSVTX): Expect constant.
13409
13410 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13411
13412         * Makefile (tests): Change dependencies to ....
13413         (tests-special): ... additions to this variable.
13414         (tests): Depend on $(tests-special).
13415         * Makerules (check-abi-list): New variable.
13416         (check-abi): Depend on $(check-abi-list).
13417         [$(subdir) = elf] (tests-special): Add
13418         $(objpfx)check-abi-libc.out.
13419         [$(build-shared) = yes && subdir] (tests-special): Add
13420         $(check-abi-list).
13421         [$(build-shared) = yes && subdir] (tests): Do not depend on
13422         check-abi.
13423         * Rules (tests): Depend on $(tests-special).
13424         (xtests): Depend on $(xtests-special).
13425         * catgets/Makefile (tests): Change dependencies to ....
13426         (tests-special): ... additions to this variable.
13427         * conform/Makefile (tests): Change dependencies to ....
13428         (tests-special): ... additions to this variable.
13429         * elf/Makefile (tests): Change dependencies to ....
13430         (tests-special): ... additions to this variable.
13431         * grp/Makefile (tests): Change dependencies to ....
13432         (tests-special): ... additions to this variable.
13433         * iconv/Makefile (xtests): Change dependencies to ....
13434         (xtests-special): ... additions to this variable.
13435         * iconvdata/Makefile (tests): Change dependencies to ....
13436         (tests-special): ... additions to this variable.
13437         * intl/Makefile (tests): Change dependencies to ....
13438         (tests-special): ... additions to this variable.  Also add
13439         $(objpfx)tst-gettext.out.
13440         * io/Makefile (tests): Change dependencies to ....
13441         (tests-special): ... additions to this variable.
13442         * libio/Makefile (tests): Change dependencies to ....
13443         (tests-special): ... additions to this variable.
13444         * malloc/Makefile (tests): Change dependencies to ....
13445         (tests-special): ... additions to this variable.
13446         * misc/Makefile (tests): Change dependencies to ....
13447         (tests-special): ... additions to this variable.
13448         * nptl/Makefile (tests): Change dependencies to ....
13449         (tests-special): ... additions to this variable.
13450         * nptl_db/Makefile (tests): Change dependencies to ....
13451         (tests-special): ... additions to this variable.
13452         * posix/Makefile (tests): Change dependencies to ....
13453         (tests-special): ... additions to this variable.
13454         (xtests): Change dependencies to ....
13455         (xtests-special): ... additions to this variable.
13456         * resolv/Makefile (tests): Change dependencies to ....
13457         (tests-special): ... additions to this variable.
13458         (xtests): Change dependencies to ....
13459         (xtests-special): ... additions to this variable.
13460         * stdio-common/Makefile (tests): Change dependencies to ....
13461         (tests-special): ... additions to this variable.
13462         (do-tst-unbputc): Remove target.
13463         (do-tst-printf): Likewise.
13464         * stdlib/Makefile (tests): Change dependencies to ....
13465         (tests-special): ... additions to this variable.
13466         * string/Makefile (tests): Change dependencies to ....
13467         (tests-special): ... additions to this variable.
13468         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13469         (tests-special): ... additions to this variable.
13470
13471         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13472         whole file.
13473         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13474         whole file.
13475         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13476         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13477
13478         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13479         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13480         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13481         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13482         * conform/data/libgen.h-data [XPG3]: Likewise.
13483         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13484         * conform/data/ndbm.h-data [XPG3]: Likewise.
13485         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13486         * conform/data/netdb.h-data [XPG3]: Likewise.
13487         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13488         * conform/data/poll.h-data [XPG3]: Likewise.
13489         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13490         * conform/data/strings.h-data [XPG3]: Likewise.
13491         * conform/data/stropts.h-data [XPG3]: Likewise.
13492         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13493         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13494         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13495         Likewise.
13496         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13497         * conform/data/sys/time.h-data [XPG3]: Likewise.
13498         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13499         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13500         * conform/data/sys/un.h-data [XPG3]: Likewise.
13501         * conform/data/syslog.h-data [XPG3]: Likewise.
13502         * conform/data/ucontext.h-data [XPG3]: Likewise.
13503         * conform/data/utmpx.h-data [XPG3]: Likewise.
13504         * conform/data/varargs.h-data [UNIX98]: Enable file.
13505
13506         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13507
13508         * math/libm-test.inc (struct test_f_f_data): Move expected results
13509         into structure for each rounding mode.
13510         (struct test_ff_f_data): Likewise.
13511         (struct test_ff_f_data_nexttoward): Likewise.
13512         (struct test_fi_f_data): Likewise.
13513         (struct test_fl_f_data): Likewise.
13514         (struct test_if_f_data): Likewise.
13515         (struct test_fff_f_data): Likewise.
13516         (struct test_c_f_data): Likewise.
13517         (struct test_f_f1_data): Likewise.
13518         (struct test_fF_f1_data): Likewise.
13519         (struct test_ffI_f1_data): Likewise.
13520         (struct test_c_c_data): Likewise.
13521         (struct test_cc_c_data): Likewise.
13522         (struct test_f_i_data): Likewise.
13523         (struct test_ff_i_data): Likewise.
13524         (struct test_f_l_data): Likewise.
13525         (struct test_f_L_data): Likewise.
13526         (struct test_fFF_11_data): Likewise.
13527         (RM_): New macro.
13528         (RM_FE_DOWNWARD): Likewise.
13529         (RM_FE_TONEAREST): Likewise.
13530         (RM_FE_TOWARDZERO): Likewise.
13531         (RM_FE_UPWARD): Likewise.
13532         (RUN_TEST_LOOP_f_f): Update references to expected results.
13533         (RUN_TEST_LOOP_2_f): Likewise.
13534         (RUN_TEST_LOOP_fff_f): Likewise.
13535         (RUN_TEST_LOOP_c_f): Likewise.
13536         (RUN_TEST_LOOP_f_f1): Likewise.
13537         (RUN_TEST_LOOP_fF_f1): Likewise.
13538         (RUN_TEST_LOOP_fI_f1): Likewise.
13539         (RUN_TEST_LOOP_ffI_f1): Likewise.
13540         (RUN_TEST_LOOP_c_c): Likewise.
13541         (RUN_TEST_LOOP_cc_c): Likewise.
13542         (RUN_TEST_LOOP_f_i): Likewise.
13543         (RUN_TEST_LOOP_f_i_tg): Likewise.
13544         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13545         (RUN_TEST_LOOP_f_b): Likewise.
13546         (RUN_TEST_LOOP_f_b_tg): Likewise.
13547         (RUN_TEST_LOOP_f_l): Likewise.
13548         (RUN_TEST_LOOP_f_L): Likewise.
13549         (RUN_TEST_LOOP_fFF_11): Likewise.
13550         * math/gen-libm-test.pl (parse_args): Output four copies of
13551         expected results for each test.
13552
13553         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13554         (__ASSUME_UTIMES): Remove.
13555         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13556         (__ASSUME_UTIMES): Likewise.
13557
13558         * math/gen-auto-libm-tests.c: Update comment on output format.
13559         (output_for_one_input_case): Generate before-rounding and
13560         after-rounding information as conditions on output flags not
13561         floating-point format.
13562         * math/auto-libm-test-out: Regenerated.
13563         * math/gen-libm-test.pl (cond_value): New function.
13564         (or_cond_value): Use cond_value.
13565         (generate_testfile): Handle conditional exceptions.
13566
13567 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13568
13569         * math/libm-test.inc (max_valid_error): New variable.
13570         (init_max_error): Take new argument specifying whether function
13571         results are exactly determined.  Set max_valid_error and bound
13572         other variables for errors based on this argument.
13573         (set_max_error): Do not record results above max_valid_error.
13574         (check_float_internal): Only accept errors of up to 0.5ulps if
13575         also at most max_valid_error.
13576         (START): Take new argument EXACT and pass it to init_max_error.
13577         (acos_test): Update call to START.
13578         (acos_test_tonearest): Likewise.
13579         (acos_test_towardzero): Likewise.
13580         (acos_test_downward): Likewise.
13581         (acos_test_upward): Likewise.
13582         (acosh_test): Likewise.
13583         (asin_test): Likewise.
13584         (asin_test_tonearest): Likewise.
13585         (asin_test_towardzero): Likewise.
13586         (asin_test_downward): Likewise.
13587         (asin_test_upward): Likewise.
13588         (asinh_test): Likewise.
13589         (atan_test): Likewise.
13590         (atanh_test): Likewise.
13591         (atan2_test): Likewise.
13592         (cabs_test): Likewise.
13593         (cacos_test): Likewise.
13594         (cacosh_test): Likewise.
13595         (carg_test): Likewise.
13596         (casin_test): Likewise.
13597         (casinh_test): Likewise.
13598         (catan_test): Likewise.
13599         (catanh_test): Likewise.
13600         (cbrt_test): Likewise.
13601         (ccos_test): Likewise.
13602         (ccosh_test): Likewise.
13603         (ceil_test): Likewise.
13604         (cexp_test): Likewise.
13605         (cimag_test): Likewise.
13606         (clog_test): Likewise.
13607         (clog10_test): Likewise.
13608         (conj_test): Likewise.
13609         (copysign_test): Likewise.
13610         (cos_test): Likewise.
13611         (cos_test_tonearest): Likewise.
13612         (cos_test_towardzero): Likewise.
13613         (cos_test_downward): Likewise.
13614         (cos_test_upward): Likewise.
13615         (cosh_test): Likewise.
13616         (cosh_test_tonearest): Likewise.
13617         (cosh_test_towardzero): Likewise.
13618         (cosh_test_downward): Likewise.
13619         (cosh_test_upward): Likewise.
13620         (cpow_test): Likewise.
13621         (cproj_test): Likewise.
13622         (creal_test): Likewise.
13623         (csin_test): Likewise.
13624         (csinh_test): Likewise.
13625         (csqrt_test): Likewise.
13626         (ctan_test): Likewise.
13627         (ctan_test_tonearest): Likewise.
13628         (ctan_test_towardzero): Likewise.
13629         (ctan_test_downward): Likewise.
13630         (ctan_test_upward): Likewise.
13631         (ctanh_test): Likewise.
13632         (ctanh_test_tonearest): Likewise.
13633         (ctanh_test_towardzero): Likewise.
13634         (ctanh_test_downward): Likewise.
13635         (ctanh_test_upward): Likewise.
13636         (erf_test): Likewise.
13637         (erfc_test): Likewise.
13638         (exp_test): Likewise.
13639         (exp_test_tonearest): Likewise.
13640         (exp_test_towardzero): Likewise.
13641         (exp_test_downward): Likewise.
13642         (exp_test_upward): Likewise.
13643         (exp10_test): Likewise.
13644         (exp10_test_tonearest): Likewise.
13645         (exp10_test_towardzero): Likewise.
13646         (exp10_test_downward): Likewise.
13647         (exp10_test_upward): Likewise.
13648         (pow10_test): Likewise.
13649         (exp2_test): Likewise.
13650         (expm1_test): Likewise.
13651         (expm1_test_tonearest): Likewise.
13652         (expm1_test_towardzero): Likewise.
13653         (expm1_test_downward): Likewise.
13654         (expm1_test_upward): Likewise.
13655         (fabs_test): Likewise.
13656         (fdim_test): Likewise.
13657         (floor_test): Likewise.
13658         (fma_test): Likewise.
13659         (fma_test_towardzero): Likewise.
13660         (fma_test_downward): Likewise.
13661         (fma_test_upward): Likewise.
13662         (fmax_test): Likewise.
13663         (fmin_test): Likewise.
13664         (fmod_test): Likewise.
13665         (fpclassify_test): Likewise.
13666         (frexp_test): Likewise.
13667         (hypot_test): Likewise.
13668         (ilogb_test): Likewise.
13669         (isfinite_test): Likewise.
13670         (finite_test): Likewise.
13671         (isgreater_test): Likewise.
13672         (isgreaterequal_test): Likewise.
13673         (isinf_test): Likewise.
13674         (isless_test): Likewise.
13675         (islessequal_test): Likewise.
13676         (islessgreater_test): Likewise.
13677         (isnan_test): Likewise.
13678         (isnormal_test): Likewise.
13679         (issignaling_test): Likewise.
13680         (isunordered_test): Likewise.
13681         (j0_test): Likewise.
13682         (j1_test): Likewise.
13683         (jn_test): Likewise.
13684         (ldexp_test): Likewise.
13685         (lgamma_test): Likewise.
13686         (gamma_test): Likewise.
13687         (lrint_test): Likewise.
13688         (lrint_test_tonearest): Likewise.
13689         (lrint_test_towardzero): Likewise.
13690         (lrint_test_downward): Likewise.
13691         (lrint_test_upward): Likewise.
13692         (llrint_test): Likewise.
13693         (llrint_test_tonearest): Likewise.
13694         (llrint_test_towardzero): Likewise.
13695         (llrint_test_downward): Likewise.
13696         (llrint_test_upward): Likewise.
13697         (log_test): Likewise.
13698         (log10_test): Likewise.
13699         (log1p_test): Likewise.
13700         (log2_test): Likewise.
13701         (logb_test): Likewise.
13702         (logb_test_downward): Likewise.
13703         (lround_test): Likewise.
13704         (llround_test): Likewise.
13705         (modf_test): Likewise.
13706         (nearbyint_test): Likewise.
13707         (nextafter_test): Likewise.
13708         (nexttoward_test): Likewise.
13709         (pow_test): Likewise.
13710         (pow_test_tonearest): Likewise.
13711         (pow_test_towardzero): Likewise.
13712         (pow_test_downward): Likewise.
13713         (pow_test_upward): Likewise.
13714         (remainder_test): Likewise.
13715         (drem_test): Likewise.
13716         (remainder_test_tonearest): Likewise.
13717         (drem_test_tonearest): Likewise.
13718         (remainder_test_towardzero): Likewise.
13719         (drem_test_towardzero): Likewise.
13720         (remainder_test_downward): Likewise.
13721         (drem_test_downward): Likewise.
13722         (remainder_test_upward): Likewise.
13723         (drem_test_upward): Likewise.
13724         (remquo_test): Likewise.
13725         (rint_test): Likewise.
13726         (rint_test_tonearest): Likewise.
13727         (rint_test_towardzero): Likewise.
13728         (rint_test_downward): Likewise.
13729         (rint_test_upward): Likewise.
13730         (round_test): Likewise.
13731         (scalb_test): Likewise.
13732         (scalbn_test): Likewise.
13733         (scalbln_test): Likewise.
13734         (signbit_test): Likewise.
13735         (sin_test): Likewise.
13736         (sin_test_tonearest): Likewise.
13737         (sin_test_towardzero): Likewise.
13738         (sin_test_downward): Likewise.
13739         (sin_test_upward): Likewise.
13740         (sincos_test): Likewise.
13741         (sinh_test): Likewise.
13742         (sinh_test_tonearest): Likewise.
13743         (sinh_test_towardzero): Likewise.
13744         (sinh_test_downward): Likewise.
13745         (sinh_test_upward): Likewise.
13746         (sqrt_test): Likewise.
13747         (sqrt_test_tonearest): Likewise.
13748         (sqrt_test_towardzero): Likewise.
13749         (sqrt_test_downward): Likewise.
13750         (sqrt_test_upward): Likewise.
13751         (tan_test): Likewise.
13752         (tan_test_tonearest): Likewise.
13753         (tan_test_towardzero): Likewise.
13754         (tan_test_downward): Likewise.
13755         (tan_test_upward): Likewise.
13756         (tanh_test): Likewise.
13757         (tgamma_test): Likewise.
13758         (trunc_test): Likewise.
13759         (y0_test): Likewise.
13760         (y1_test): Likewise.
13761         (yn_test): Likewise.
13762         (significand_test): Likewise.
13763
13764         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13765         individual tests in comment.
13766         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13767         (prev_max_error): New variable.
13768         (prev_real_max_error): Likewise.
13769         (prev_imag_max_error): Likewise.
13770         (compare_ulp_data): Don't refer to test names in comment.
13771         (find_test_ulps): Remove function.
13772         (find_function_ulps): Likewise.
13773         (find_complex_function_ulps): Likewise.
13774         (init_max_error): Take function name as argument.  Look up ulps
13775         for that function.
13776         (print_ulps): Remove function.
13777         (print_max_error): Use prev_max_error instead of calling
13778         find_function_ulps.
13779         (print_complex_max_error): Use prev_real_max_error and
13780         prev_imag_max_error instead of calling find_complex_function_ulps.
13781         (check_float_internal): Take max_ulp parameter instead of calling
13782         find_test_ulps.  Don't call print_ulps.
13783         (check_float): Update call to check_float_internal.
13784         (check_complex): Update calls to check_float_internal.
13785         (START): Pass argument to init_max_error.
13786         * math/gen-libm-test.pl (%results): Don't include "kind"
13787         information.
13788         (parse_ulps): Don't handle ulps of individual tests.
13789         (print_ulps_file): Likewise.
13790         (output_ulps): Likewise.
13791         * math/README.libm-test: Update.
13792         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13793         individual tests.
13794         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13795         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13796         * sysdeps/arm/libm-test-ulps: Likewise.
13797         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13798         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13799         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13800         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13801         * sysdeps/microblaze/libm-test-ulps: Likewise.
13802         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13803         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13804         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13805         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13806         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13807         * sysdeps/sh/libm-test-ulps: Likewise.
13808         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13809         * sysdeps/tile/libm-test-ulps: Likewise.
13810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13811
13812 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13813
13814         * math/libm-test.inc (print_complex_max_error): Check separately
13815         whether real and imaginary errors are within allowed range and
13816         pass 0 to print_complex_function_ulps instead of value within
13817         allowed range.
13818
13819 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13820
13821         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13822         formatting.
13823         (get_handles_fopen): Likewise.
13824         (do_write_test): Likewise.
13825
13826         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13827
13828         * libio/fileops.c (do_ftell): Use cached offset when
13829         available.
13830         * libio/iofwide.c (do_ftell_wide): Likewise.
13831         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13832         _IO_file_attach.
13833         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13834
13835         [BZ #16532]
13836         * libio/libioP.h (get_file_offset): New function.
13837         * libio/fileops.c (get_file_offset): Likewise.
13838         (do_ftell): Likewise.
13839         (_IO_new_file_seekoff): Split out ftell logic.
13840         * libio/wfileops.c (do_ftell_wide): Likewise.
13841         (_IO_wfile_seekoff): Split out ftell logic.
13842         * libio/tst-ftell-active-handler.c: New test case.
13843         * libio/Makefile (tests): Add it.
13844
13845 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13846
13847         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13848         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13849
13850 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13851
13852         [BZ #16639]
13853         * nscd/connections.c (nscd_init): Call do_exit.
13854         (start_threads): Call do_exit and notify_parent.
13855         (begin_drop_privileges): Call do_exit.
13856         (finish_drop_privileges): Likewise.
13857         * nscd/selinux.c (preserve_capabilities): Likewise.
13858         (install_real_capabilities): Likewise.
13859         (nscd_selinux_enabled): Likewise.
13860         (avc_create_thread): Likewise.
13861         (avc_alloc_lock): Likewise.
13862         (nscd_avc_init): Likewise.
13863         * nscd/nscd.c (parent_fd): New static variable.
13864         (main): Create a pipe between parent and child processes.
13865         Skip closing parent_fd.
13866         (monitor_child): New function.
13867         (do_exit): Likewise.
13868         (notify_parent): Likewise.
13869         * nscd/nscd.h (notify_parent): Likewise.
13870         (do_exit): Likewise.
13871
13872 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13873
13874         * malloc/malloc.c (__libc_calloc): Revert last change.
13875
13876 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13877
13878         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13879
13880 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13881
13882         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13883         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13884         implementation.
13885         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13886         (__libc_ifunc_impl_list): Likewise.
13887         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13888         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13889         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13890         * string/strrchr.c: Define STRRCHR.
13891
13892 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13893
13894         * benchtest/bench-strtok.c (simple_strtok): Delete.
13895         (strtok_string): Use as benchmark.
13896         * string/strtok (STRTOK): New macro.
13897
13898 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13899
13900         * manual/threads.texi: Add header and standard comments to all
13901         functions.
13902
13903         * elf/dl-lookup.c (check_match): New function.
13904         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13905         (do_lookup_x): Remove nested function check_match. Use non-nested
13906         function check_match.
13907
13908 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13909
13910         * csu/Makefile (generated, before-compile): Use += rather than =.
13911         * catgets/Makefile (generated, generated-dirs): Likewise.
13912         * debug/Makefile (generated): Likewise.
13913         * dlfcn/Makefile (generated): Likewise.
13914         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13915         * iconvdata/Makefile (before-compile, generated): Likewise.
13916         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13917         * libio/Makefile (generated): Likewise.
13918         * malloc/Makefile (generated): Likewise.
13919         * manual/Makefile (generated, generated-dirs): Likewise.
13920         * misc/Makefile (generated): Likewise.
13921         * posix/Makefile (generated): Likewise.
13922         * resolv/Makefile (generated): Likewise.
13923         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13924         * timezone/Makefile (generated, generated-dirs): Likewise.
13925
13926         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13927
13928 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13929
13930         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13931         power8 implementation.
13932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13933         file: POWER8 llround ifunc implementation.
13934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13935         (__lllround): Add POWER8 implementation.
13936         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13937         POWER8 llround implementation.
13938
13939         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13940         power8 implementation.
13941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13942         file: POWER8 llrint ifunc implementation.
13943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13944         Add POWER8 implementation.
13945         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13946         POWER8 llrint implementation.
13947
13948         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13949         power8 implementation.
13950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13951         file: POWER8 finite ifunc implementation.
13952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13953         Add POWER8 implementation.
13954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13955         Likewise.
13956         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13957         POWER8 finite implementation.
13958         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13959
13960         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13961         power8 implementation.
13962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13963         file: POWER8 isinf ifunc implementation.
13964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13965         POWER8 implementation.
13966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13967         Likewise.
13968         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13969         isinf implementation.
13970         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13971
13972         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13973         (INIT_ARCH): Add hwcap2 initialization.
13974         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13975         power8 implementation.
13976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13977         file: POWER8 isnan ifunc implementation.
13978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13979         POWER8 implementation.
13980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13981         Likewise.
13982         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13983         isnan implementation.
13984         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13985
13986 2014-02-27  Joey Ye  <joey.ye@arm.com>
13987
13988         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13989         (_FP_NANFRAC_Q): Set to zero.
13990
13991 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13992
13993         [BZ #16623]
13994         * math/auto-libm-test-in: New test inputs.
13995         * math/auto-libm-test-out: Regenerate.
13996         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13997         and DA.
13998         (__cos): Likewise.
13999         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14000
14001 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14002
14003         * scripts/evaluate-test.sh: Take new argument indicating whether
14004         failure is expected.
14005         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14006         indicating whether failure is expected.
14007         * conform/Makefile (test-xfail-run-conformtest): New variable.
14008         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14009         level.
14010         * posix/Makefile (test-xfail-annexc): New variable.
14011         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14012
14013 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14014
14015         * argp/Makefile: Include Makeconfig immediately after defining
14016         subdir.
14017         * assert/Makefile: Likewise.
14018         * benchtests/Makefile: Likewise.
14019         * catgets/Makefile: Likewise.
14020         * conform/Makefile: Likewise.
14021         * crypt/Makefile: Likewise.
14022         * csu/Makefile: Likewise.
14023         (all): Remove target.
14024         * ctype/Makefile: Include Makeconfig immediately after defining
14025         subdir.
14026         * debug/Makefile: Likewise.
14027         * dirent/Makefile: Likewise.
14028         * dlfcn/Makefile: Likewise.
14029         * gmon/Makefile: Likewise.
14030         * gnulib/Makefile: Likewise.
14031         * grp/Makefile: Likewise.
14032         * gshadow/Makefile: Likewise.
14033         * hesiod/Makefile: Likewise.
14034         * hurd/Makefile: Likewise.
14035         (all): Remove target.
14036         * iconvdata/Makefile: Include Makeconfig immediately after
14037         defining subdir.
14038         * inet/Makefile: Likewise.
14039         * intl/Makefile: Likewise.
14040         * io/Makefile: Likewise.
14041         * libio/Makefile: Likewise.
14042         (all): Remove target.
14043         * locale/Makefile: Include Makeconfig immediately after defining
14044         subdir.
14045         * login/Makefile: Likewise.
14046         * mach/Makefile: Likewise.
14047         (all): Remove target.
14048         * malloc/Makefile: Include Makeconfig immediately after defining
14049         subdir.
14050         (all): Remove target.
14051         * manual/Makefile: Include Makeconfig immediately after defining
14052         subdir.
14053         * math/Makefile: Likewise.
14054         * misc/Makefile: Likewise.
14055         * nis/Makefile: Likewise.
14056         * nss/Makefile: Likewise.
14057         * po/Makefile: Likewise.
14058         (all): Remove target.
14059         * posix/Makefile: Include Makeconfig immediately after defining
14060         subdir.
14061         * pwd/Makefile: Likewise.
14062         * resolv/Makefile: Likewise.
14063         * resource/Makefile: Likewise.
14064         * rt/Makefile: Likewise.
14065         * setjmp/Makefile: Likewise.
14066         * shadow/Makefile: Likewise.
14067         * signal/Makefile: Likewise.
14068         * socket/Makefile: Likewise.
14069         * soft-fp/Makefile: Likewise.
14070         * stdio-common/Makefile: Likewise.
14071         * stdlib/Makefile: Likewise.
14072         * streams/Makefile: Likewise.
14073         * string/Makefile: Likewise.
14074         * sunrpc/Makefile: Likewise.
14075         (all): Remove target.
14076         * sysvipc/Makefile: Include Makeconfig immediately after defining
14077         subdir.
14078         * termios/Makefile: Likewise.
14079         * time/Makefile: Likewise.
14080         * timezone/Makefile: Likewise.
14081         (all): Remove target.
14082         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14083         subdir.
14084         * wctype/Makefile: Likewise.
14085
14086 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14087
14088         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14089         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14090         (libc_feholdexcept_setround_mips): Ditto.
14091         (libc_feholdsetround): New.
14092         (libc_feholdsetroundf): New.
14093         (libc_feholdsetroundl): New.
14094         (libc_feupdateenv_test_mips): New.
14095         (libc_feupdateenv_test): New.
14096         (libc_feupdateenv_testf): New.
14097         (libc_feupdateenv_testl): New.
14098         (libc_feresetround): New.
14099         (libc_feresetroundf): New.
14100         (libc_feresetroundl): New.
14101         (libc_fetestexcept_mips): New.
14102         (libc_fetestexcept): New.
14103         (libc_fetestexceptf): New.
14104         (libc_fetestexceptl): New.
14105         (HAVE_RM_CTX): New.
14106         (libc_feholdexcept_setround_mips_ctx): New.
14107         (libc_feholdexcept_setround_ctx): New.
14108         (libc_feholdexcept_setroundf_ctx): New.
14109         (libc_feholdexcept_setroundl_ctx): New.
14110         (libc_fesetenv_mips_ctx): New.
14111         (libc_fesetenv_ctx): New.
14112         (libc_fesetenv_ctxf): New.
14113         (libc_fesetenv_ctxl): New.
14114         (libc_feupdateenv_mips_ctx): New.
14115         (libc_feupdateenv_ctx): New.
14116         (libc_feupdateenvf_ctx): New.
14117         (libc_feupdateenvl_ctx): New.
14118         (libc_feholdsetround_mips_ctx): New.
14119         (libc_feholdsetround_ctx): New.
14120         (libc_feholdsetroundf_ctx): New.
14121         (libc_feholdsetroundl_ctx): New.
14122         (libc_feresetround_mips_ctx): New.
14123         (libc_feresetround_ctx): New.
14124         (libc_feresetroundf_ctx): New.
14125         (libc_feresetroundl_ctx): New.
14126
14127 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14128
14129         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14130
14131         * manual/ipc.texi: New file.
14132         * manual/Makefile (chapters): Add ipc.
14133         * manual/job.texi: Add "Inter-Process Communication" to next.
14134         * manual/process.texi: Add "Inter-Process Communication" to prev.
14135
14136 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14137
14138         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14139
14140 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14141
14142         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14143
14144         * manual/arith.texi: Fix spaces after sentences.
14145         * manual/charset.texi: Likewise.
14146         * manual/errno.texi: Likewise.
14147         * manual/install.texi: Likewise.
14148         * manual/llio.texi: Likewise.
14149         * manual/locale.texi: Likewise.
14150         * manual/maint.texi: Likewise.
14151         * manual/math.texi: Likewise.
14152         * manual/memory.texi: Likewise.
14153         * manual/message.texi: Likewise.
14154         * manual/probes.texi: Likewise.
14155         * manual/resource.texi: Likewise.
14156         * manual/signal.texi: Likewise.
14157         * manual/socket.texi: Likewise.
14158         * manual/stdio.texi: Likewise.
14159         * manual/string.texi: Likewise.
14160         * manual/time.texi: Likewise.
14161         * manual/users.texi: Likewise.
14162
14163 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14164
14165         [BZ #16632]
14166         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14167         _DEFAULT_SOURCE is defined.
14168
14169 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14170             Carlos O'Donell  <carlos@redhat.com>
14171
14172         [BZ #16613]
14173         * elf/dl-tls.c (_dl_count_modids): New function.
14174         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14175         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14176         audit library and increment generation counter.
14177         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14178         * elf/tst-audit9.c: New file.
14179         * elf/tst-auditmod9a.c: New file.
14180         * elf/tst-auditmod9b.c: New file.
14181         * elf/Makefile: Add rules to build and run tst-audit9.
14182
14183 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14184
14185         [BZ #15347]
14186         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14187
14188 2014-02-25  Will Newton  <will.newton@linaro.org>
14189
14190         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14191         (__longjmp): Restore sp and lr before restoring callee
14192         saved registers.  Add longjmp and longjmp_target
14193         SystemTap probe point.
14194         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14195         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14196         Define to zero to match jmpbuf layout.
14197         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14198         (__sigsetjmp): Save sp and lr before saving callee
14199         saved registers.  Add setjmp SystemTap probe point.
14200
14201 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14202
14203         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14204
14205 2014-02-24  Andreas Schwab  <schwab@suse.de>
14206
14207         [BZ #15804]
14208         * elf/pldd.c (wait_for_ptrace_stop): New function.
14209         (main): Call it after attaching.
14210
14211 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14212
14213         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14214         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14215         Versions files is now verboten.
14216         * hurd/Versions (libc: GLIBC_2.0):
14217         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14218         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14219         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14220         * mach/Versions: Likewise.
14221
14222         * csu/Versions: Remove unused %include.
14223         * resolv/Versions: Likewise.
14224
14225 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14226
14227         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14228         ($(objpfx)check-local-headers.out): Likewise.
14229         ($(objpfx)begin-end-check.out): Likewise.
14230         * Makerules (check-abi-%.out): Likewise.
14231         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14232         ($(objpfx)test2.cat): Likewise.
14233         ($(objpfx)de/libc.cat): Likewise.
14234         ($(objpfx)test-gencat.out): Likewise.
14235         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14236         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14237         ($(objpfx)noload-mem): Likewise.
14238         ($(objpfx)tst-pathopt.out): Likewise.
14239         ($(objpfx)tst-rtld-load-self.out): Likewise.
14240         ($(objpfx)tst-array1-cmp.out): Likewise.
14241         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14242         ($(objpfx)tst-array2-cmp.out): Likewise.
14243         ($(objpfx)tst-array3-cmp.out): Likewise.
14244         ($(objpfx)tst-array4-cmp.out): Likewise.
14245         ($(objpfx)tst-array5-cmp.out): Likewise.
14246         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14247         ($(objpfx)check-textrel.out): Likewise.
14248         ($(objpfx)check-execstack.out): Likewise.
14249         ($(objpfx)check-localplt.out): Likewise.
14250         ($(objpfx)order2-cmp.out): Likewise.
14251         ($(objpfx)tst-leaks1-mem): Likewise.
14252         ($(objpfx)tst-leaks1-static-mem): Likewise.
14253         ($(objpfx)tst-initorder-cmp.out): Likewise.
14254         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14255         ($(objpfx)tst-unused-dep.out): Likewise.
14256         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14257         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14258         * iconv/Makefile (test-iconvconfig): Likewise.
14259         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14260         ($(objpfx)iconv-test.out): Likewise.
14261         ($(objpfx)tst-tables.out): Likewise.
14262         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14263         ($(objpfx)tst-gettext.out): Likewise.
14264         ($(objpfx)tst-translit.out): Likewise.
14265         ($(objpfx)tst-gettext2.out): Likewise.
14266         ($(objpfx)tst-gettext4.out): Likewise.
14267         ($(objpfx)tst-gettext6.out): Likewise.
14268         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14269         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14270         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14271         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14272         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14273         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14274         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14275         ($(objpfx)wordexp-tst.out): Likewise.
14276         ($(objpfx)annexc.out): Likewise.
14277         ($(objpfx)tst-fnmatch-mem): Likewise.
14278         ($(objpfx)bug-regex2-mem): Likewise.
14279         ($(objpfx)bug-regex14-mem): Likewise.
14280         ($(objpfx)bug-regex21-mem): Likewise.
14281         ($(objpfx)bug-regex31-mem): Likewise.
14282         ($(objpfx)tst-vfork3-mem): Likewise.
14283         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14284         ($(objpfx)tst-pcre-mem): Likewise.
14285         ($(objpfx)tst-boost-mem): Likewise.
14286         ($(objpfx)tst-getconf.out): Likewise.
14287         ($(objpfx)bug-ga2-mem): Likewise.
14288         ($(objpfx)bug-glob2-mem): Likewise.
14289         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14290         ($(objpfx)mtrace-tst-leaks2): Likewise.
14291         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14292         ($(objpfx)tst-printf.out): Likewise.
14293         ($(objpfx)tst-setvbuf1.out): Likewise.
14294         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14295         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14296         ($(objpfx)tst-fmtmsg.out): Likewise.
14297         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14298         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14299
14300         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14301         * bits/sigaction.h [__USE_MISC]: Likewise.
14302         * bits/waitstatus.h: Update #endif comments.
14303         * ctype/ctype.h: Likewise.
14304         * dirent/dirent.h: Likewise.
14305         [__USE_MISC]: Remove redundant conditionals.
14306         * grp/grp.h: Update #endif comments.
14307         [__USE_GNU]: Remove redundant conditionals.
14308         [__USE_MISC]: Likewise.
14309         * inet/netinet/in.h [__USE_GNU]: Likewise.
14310         * io/sys/stat.h [__USE_MISC]: Likewise.
14311         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14312         * libio/bits/stdio.h: Update #endif comments.
14313         [__USE_MISC]: Remove redundant conditionals.
14314         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14315         * libio/stdio.h: Update #endif comments.
14316         [__USE_MISC]: Remove redundant conditionals.
14317         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14318         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14319         * math/math.h: Update #else and #endif comments.
14320         [__USE_MISC]: Remove redundant conditionals.
14321         * misc/sys/uio.h: Update #endif comments.
14322         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14323         * posix/glob.h [__USE_MISC]: Likewise.
14324         * posix/sys/types.h: Update #endif comments.
14325         [__USE_MISC]: Remove redundant conditionals.
14326         * posix/sys/wait.h: Update #endif comments.
14327         [__USE_MISC]: Remove redundant conditionals.
14328         * posix/unistd.h: Update #endif comments.
14329         [__USE_MISC]: Remove redundant conditionals.
14330         * pwd/pwd.h [__USE_GNU]: Likewise.
14331         [__USE_MISC]: Likewise.
14332         * resolv/netdb.h [__USE_GNU]: Likewise.
14333         * signal/signal.h: Update #endif comments.
14334         [__USE_MISC]: Remove redundant conditionals.
14335         * stdlib/stdlib.h: Update #else and #endif comments.
14336         [__USE_MISC]: Remove redundant conditionals.
14337         [__USE_GNU]: Likewise.
14338         * string/bits/string2.h [__USE_MISC]: Likewise.
14339         * string/string.h: Update #endif comments.
14340         [__USE_MISC]: Remove redundant conditionals.
14341         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14342         Likewise.
14343         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14344         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14345         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14346         Likewise.
14347         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14348         Likewise.
14349         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14350         comments.
14351         [__USE_MISC]: Remove redundant conditionals.
14352         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14353         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14354         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14355         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14356         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14357         Likewise.
14358         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14359         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14360         Likewise.
14361         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14362         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14363         Likewise.
14364         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14365         Likewise.
14366         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14367         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14368         Likewise.
14369         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14370         Likewise.
14371         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14372         * sysdeps/x86/bits/string.h: Update #endif comments.
14373         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14374         conditionals.
14375         * time/sys/time.h: Update #endif comments.
14376         * time/time.h: Likewise.
14377         [__USE_MISC]: Remove redundant conditionals.
14378
14379 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14380
14381         [BZ #16600]
14382         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14383
14384 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14385
14386         * Versions.def (librt): Add GLIBC_2.17.
14387
14388 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14389
14390         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14391         synonym for _SYS_AUXV_H to allow direct inclusion.
14392         * sysdeps/sparc/bits/hwcap.h: Likewise.
14393         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14394         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14395         * sysdeps/sparc/sysdep.h: Likewise.
14396
14397 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14398
14399         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14400
14401 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14402
14403         * benchtests/bench-strrchr.c: Print length instead of position.
14404
14405 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14406
14407         [BZ #16611]
14408         * sysdeps/unix/sysv/linux/kernel-features.h
14409         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14410         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14411         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14412         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14413         Likewise.
14414         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14415         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14416         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14417         (__ASSUME_SENDMMSG): Define instead of using previous
14418         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14419         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14420         (__ASSUME_SENDMMSG_SYSCALL): Define.
14421         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14422         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14423         Likewise.
14424         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14425         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14426         Likewise.
14427         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14428         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14429         Likewise.
14430         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14431         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14432         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14433         [__ASSUME_SENDMMSG]: Change conditionals to
14434         [__ASSUME_SENDMMSG_SOCKETCALL].
14435         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14436         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14437         Define.
14438         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14439         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14440         Likewise.
14441         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14442         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14443         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14444         [!__ASSUME_SENDMMSG]: Change conditional to
14445         [!__ASSUME_SENDMMSG_SOCKETCALL].
14446         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14447         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14448         Define.
14449
14450         [BZ #16610]
14451         * sysdeps/unix/sysv/linux/kernel-features.h
14452         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14453         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14454         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14455         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14456         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14457         [__i386__ || __sparc__]
14458         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14459         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14460         (__ASSUME_RECVMMSG): Define instead of using previous
14461         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14462         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14463         (__ASSUME_RECVMMSG_SYSCALL): Define.
14464         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14465         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14466         Likewise.
14467         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14468         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14469         Likewise.
14470         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14471         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14472         Likewise.
14473         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14474         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14475         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14476         [__ASSUME_RECVMMSG]: Change condition to
14477         [__ASSUME_RECVMMSG_SOCKETCALL].
14478         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14479         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14480         Define.
14481         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14482         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14483         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14484         Likewise.
14485         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14486         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14487         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14488         [!__ASSUME_RECVMMSG]: Change condition to
14489         [!__ASSUME_RECVMMSG_SOCKETCALL].
14490         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14491         (__ASSUME_RECVMMSG_SYSCALL): Define.
14492
14493         [BZ #16609]
14494         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14495         __powerpc__ || __s390__ || __sh__ || __sparc__]
14496         (__ASSUME_SOCKETCALL): Define.
14497         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14498         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14499         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14500         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14501         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14502         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14503         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14504         (__ASSUME_ACCEPT4): Define instead of using previous
14505         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14506         __powerpc__ || __sparc__ || __s390__)] condition.
14507         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14508         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14509         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14510         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14511         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14512         [!__ASSUME_ACCEPT4]: Change condition to
14513         [!__ASSUME_ACCEPT4_SOCKETCALL].
14514         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14515         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14516         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14517         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14518         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14519         __ASSUME_ACCEPT4_SYSCALL.
14520         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14521         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14522         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14523         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14524         __ASSUME_ACCEPT4_SYSCALL.
14525         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14526         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14527         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14528         [__ASSUME_ACCEPT4]: Change condition to
14529         [__ASSUME_ACCEPT4_SOCKETCALL].
14530         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14531         (__ASSUME_SOCKETCALL): Define.
14532         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14533         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14534         (__ASSUME_SOCKETCALL): Define.
14535         (__ASSUME_ACCEPT4): Remove.
14536         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14537         Define.
14538         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14539         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14540         Likewise.
14541         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14542         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14543
14544         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14545         macro.
14546         (HWCAP_ARM_LPAE): Likewise.
14547         (HWCAP_ARM_EVTSTRM): Likewise.
14548         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14549         Add vpfd32, lpae and evtstrm.
14550         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14551         Increase to 22.
14552
14553 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14554
14555         * math/auto-libm-test-in: Add tests of clog10.
14556         * math/auto-libm-test-out: Regenerated.
14557         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14558         * sysdeps/i386/fpu/libm-test-ulps: Update.
14559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14560
14561 2014-02-18  Andreas Schwab  <schwab@suse.de>
14562
14563         [BZ #16574]
14564         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14565         Store non-zero if the second buffer was newly allocated.
14566         (send_dg): Likewise.
14567         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14568         to send_vc and send_dg.
14569         (res_nsend): Pass NULL for ansp2_malloced.
14570         * resolv/res_query.c (__libc_res_nquery): Add parameter
14571         answerp2_malloced and pass it down to __libc_res_nsend.
14572         (res_nquery): Pass additional NULL to __libc_res_nquery.
14573         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14574         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14575         second answer buffer if answerp2_malloced was set.
14576         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14577         (__libc_res_nquerydomain): Add parameter
14578         answerp2_malloced and pass it down to __libc_res_nquery.
14579         (res_nquerydomain): Pass additional NULL to
14580         __libc_res_nquerydomain.
14581         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14582         additional NULL to __libc_res_nsend and __libc_res_nquery.
14583         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14584         additional NULL to __libc_res_nsearch.
14585         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14586         parameter of __libc_res_nsearch to check for separately allocated
14587         second buffer.
14588         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14589         __libc_res_nquery.
14590         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14591         additional NULL to __libc_res_nquery.
14592         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14593         __libc_res_nsearch.
14594         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14595         * include/resolv.h: Update prototypes of __libc_res_nquery,
14596         __libc_res_nsearch, __libc_res_nsend.
14597
14598 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14599
14600         * math/auto-libm-test-in: Add tests of fma.
14601         * math/auto-libm-test-out: Regenerated.
14602         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14603         (fma_towardzero_test_data): Likewise.
14604         (fma_downward_test_data): Likewise.
14605         (fma_upward_test_data): Likewise.
14606         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14607         mpc_mode.
14608         (rounding_modes): Add values for new field.
14609         (func_calc_method): Add value mpfr_fff_f.
14610         (func_calc_desc): Add mpfr_fff_f union field.
14611         (test_function): Add field exact_args.
14612         (FUNC): Add macro argument EXACT_ARGS.
14613         (FUNC_mpfr_f_f): Update call to FUNC.
14614         (FUNC_mpfr_f_f): Likewise.
14615         (FUNC_mpfr_ff_f): Likewise.
14616         (FUNC_mpfr_if_f): Likewise.
14617         (FUNC_mpc_c_f): Likewise.
14618         (FUNC_mpc_c_c): Likewise.
14619         (test_functions): Add fma.  Update calls to FUNC.
14620         (handle_input_arg): Add argument exact_args.
14621         (add_test): Update call to handle_input_arg.
14622         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14623         (output_for_one_input_case): Update call to calc_generic_results.
14624         Recalculate exact zero results in each rounding mode.
14625
14626         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14627         non-negative before setting low bit.
14628         * math/auto-libm-test-in: Mark one asin test possibly having
14629         spurious underflow.
14630         * math/auto-libm-test-out: Regenerated.
14631         * sysdeps/i386/fpu/libm-test-ulps: Update.
14632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14633
14634 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14635
14636         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14637         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14638         ports/sysdeps/unix/sysv/linux/microblaze.
14639         * README: Add missing listing for microblaze*-*-linux-gnu.
14640
14641 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14642
14643         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14644         duplicate code
14645
14646 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14647
14648         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14649         * sysdeps/unix/sysv/linux/ia64: Move directory from
14650         ports/sysdeps/unix/sysv/linux/ia64.
14651         * README: Update listing for ia64-*-linux-gnu.
14652
14653 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14654             Joseph Myers  <joseph@codesourcery.com>
14655
14656         * Makeconfig (test-name): New variable.
14657         (evaluate-test): Likewise.
14658         * Makerules (do-test-clean): Remove .test-result files.
14659         (common-mostlyclean): Likewise.
14660         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14661         * scripts/evaluate-test.sh: New file.
14662
14663 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14664
14665         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14666         separate $(objpfx)tst-fopenloc-cmp.out and
14667         $(objpfx)tst-fopenloc-mem.out targets.
14668         (tests): Update dependencies.
14669         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14670         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14671         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14672         (tst-rxspencer-no-utf8-ARGS): New variable.
14673         (tst-rxspencer-no-utf8-ENV): Likewise.
14674         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14675         instead of $(objpfx)tst-rxspencer-mem.
14676         ($(objpfx)tst-rxspencer-mem): Change target to
14677         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14678         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14679         * posix/tst-rxspencer-no-utf8.c: New file.
14680
14681         * elf/Makefile ($(objpfx)order.out): Remove rule.
14682         [$(run-built-tests) = yes] (tests): Depend on
14683         $(objpfx)order-cmp.out.
14684         ($(objpfx)order-cmp.out): New rule.
14685         [$(run-built-tests) = yes] (tests): Depend on
14686         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14687         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14688         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14689         $(objpfx)tst-array5-static-cmp.out.
14690         ($(objpfx)tst-array1.out): Remove rule.
14691         ($(objpfx)tst-array1-cmp.out): New rule.
14692         ($(objpfx)tst-array1-static.out): Remove rule.
14693         ($(objpfx)tst-array1-static-cmp.out): New rule.
14694         ($(objpfx)tst-array2.out): Remove rule.
14695         ($(objpfx)tst-array2-cmp.out): New rule.
14696         ($(objpfx)tst-array3.out): Remove rule.
14697         ($(objpfx)tst-array3-cmp.out): New rule.
14698         ($(objpfx)tst-array4.out): Remove rule.
14699         ($(objpfx)tst-array4-cmp.out): New rule.
14700         ($(objpfx)tst-array5.out): Remove rule.
14701         ($(objpfx)tst-array5-cmp.out): New rule.
14702         ($(objpfx)tst-array5-static.out): Remove rule.
14703         ($(objpfx)tst-array5-static-cmp.out): New rule.
14704         [$(run-built-tests) = yes] (tests): Depend on
14705         $(objpfx)order2-cmp.out.
14706         ($(objpfx)order2.out): Remove rule.
14707         ($(objpfx)order2-cmp.out): New rule.
14708         ($(objpfx)tst-initorder.out): Remove rule.
14709         [$(run-built-tests) = yes] (tests): Depend on
14710         $(objpfx)tst-initorder-cmp.out.
14711         ($(objpfx)tst-initorder-cmp.out): New rule.
14712         ($(objpfx)tst-initorder2.out): Remove rule.
14713         [$(run-built-tests) = yes] (tests): Depend on
14714         $(objpfx)tst-initorder2-cmp.out.
14715         ($(objpfx)tst-initorder2-cmp.out): New rule.
14716         [$(run-built-tests) = yes] (tests): Depend on
14717         $(objpfx)tst-unused-dep-cmp.out.
14718         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14719         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14720         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14721         on $(objpfx)tst-setvbuf1-cmp.out.
14722         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14723         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14724         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14725         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14726         ($(objpfx)tst-svc.out): Remove rule.
14727         ($(objpfx)tst-svc-cmp.out): New rule.
14728
14729 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14730
14731         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14732         * ctype/ctype.h [__USE_MISC]: Likewise.
14733         * dirent/dirent.h [__USE_MISC]: Likewise.
14734         * grp/grp.h [__USE_MISC]: Likewise.
14735         * io/fcntl.h [__USE_MISC]: Likewise.
14736         * io/sys/stat.h [__USE_MISC]: Likewise.
14737         * libio/stdio.h [__USE_MISC]: Likewise.
14738         * posix/unistd.h [__USE_MISC]: Likewise.
14739         * pwd/pwd.h [__USE_MISC]: Likewise.
14740         * stdlib.h [__USE_MISC]: Likewise.
14741         * string/bits/string2.h [__USE_MISC]: Likewise.
14742         * string/string.h [__USE_MISC]: Likewise.
14743         * time/time.h [__USE_MISC]: Likewise.
14744
14745 2014-02-13  Andreas Schwab  <schwab@suse.de>
14746
14747         [BZ #16574]
14748         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14749         second answer buffer if it was separately allocated.
14750
14751 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14752
14753         * sysdeps/mips/math-tests.h: Include <features.h>.
14754         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14755         (ROUNDING_TESTS_long_double): Do not define.
14756         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14757         (EXCEPTION_TESTS_long_double): Likewise.
14758         * sysdeps/mips/mips64/libm-test-ulps: Update.
14759
14760         * include/features.h (__USE_BSD): Remove macro definitions.
14761         (__USE_SVID): Likewise.
14762         (_BSD_SOURCE): Likewise.
14763         (_SVID_SOURCE): Likewise.
14764         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14765         from definition of _DEFAULT_SOURCE.
14766         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14767         [_DEFAULT_SOURCE].
14768         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14769         * bits/mman.h [__USE_BSD]: Likewise.
14770         * bits/termios.h [__USE_BSD]: Likewise.
14771         * bits/waitstatus.h [__USE_BSD]: Likewise.
14772         * ctype/ctype.h [__USE_SVID]: Likewise.
14773         * dirent/dirent.h [__USE_BSD]: Likewise.
14774         * grp/grp.h [__USE_SVID]: Likewise.
14775         [__USE_BSD]: Likewise.
14776         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14777         * io/fcntl.h [__USE_BSD]: Likewise.
14778         * io/ftw.h [__USE_BSD]: Likewise.
14779         * io/sys/stat.h [__USE_BSD]: Likewise.
14780         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14781         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14782         * libio/stdio.h [__USE_SVID]: Likewise.
14783         [__USE_BSD]: Likewise.
14784         * math/math.h [__USE_SVID]: Likewise.
14785         [__USE_BSD]: Likewise.
14786         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14787         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14788         * misc/search.h [__USE_SVID]: Likewise.
14789         * misc/sys/mman.h [__USE_BSD]: Likewise.
14790         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14791         * misc/sys/uio.h [__USE_BSD]: Likewise.
14792         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14793         * posix/glob.h [__USE_BSD]: Likewise.
14794         * posix/regex.h [__USE_BSD]: Likewise.
14795         * posix/sys/types.h [__USE_BSD]: Likewise.
14796         [__USE_SVID]: Likewise.
14797         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14798         * posix/sys/wait.h [__USE_BSD]: Likewise.
14799         [__USE_SVID]: Likewise.
14800         * posix/unistd.h [__USE_BSD]: Likewise.
14801         [__USE_SVID]: Likewise.
14802         * pwd/pwd.h [__USE_SVID]: Likewise.
14803         * resolv/netdb.h [__USE_BSD]: Likewise.
14804         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14805         * signal/signal.h [__USE_BSD]: Likewise.
14806         [__USE_SVID]: Likewise.
14807         * socket/sys/socket.h [__USE_BSD]: Likewise.
14808         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14809         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14810         [__USE_SVID]: Likewise.
14811         * string/bits/string2.h [__USE_BSD]: Likewise.
14812         [__USE_SVID]: Likewise.
14813         * string/bits/string3.h [__USE_BSD]: Likewise.
14814         * string/endian.h [__USE_BSD]: Likewise.
14815         * string/string.h [__USE_SVID]: Likewise.
14816         [__USE_BSD]: Likewise.
14817         * string/strings.h [__USE_BSD]: Likewise.
14818         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14819         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14820         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14821         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14822         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14823         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14824         Likewise.
14825         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14826         Likewise.
14827         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14828         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14829         Likewise.
14830         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14831         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14832         Likewise.
14833         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14834         Likewise.
14835         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14836         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14837         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14838         Likewise.
14839         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14840         Likewise.
14841         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14842         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14843         * termios/termios.h [__USE_BSD]: Likewise.
14844         * time/sys/time.h [__USE_BSD]: Likewise.
14845         * time/time.h [__USE_BSD]: Likewise.
14846         [__USE_SVID]: Likewise.
14847
14848         * Makefile (subdir_targets): Remove subdir_lint.out.
14849
14850         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14851         (do-tst-printf): Likewise.
14852         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14853         $(objpfx)tst-printf.out.
14854
14855         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14856
14857         * Makerules (check-abi-%): Change target to
14858         $(objpfx)check-abi-%.out.
14859         (check-abi target): Update dependencies.
14860         (check-abi-pattern variable): Redirect output of diff to $@.
14861         (check-abi variable): Likewise.
14862         * elf/Makefile (check-abi): Update dependencies.
14863
14864         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14865         unused.
14866         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14867         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14868         subnormal range.
14869         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14870         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14871         value has largest subnormal exponent.
14872         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14873         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14874         * sysdeps/aarch64/soft-fp/sfp-machine.h
14875         (_FP_TININESS_AFTER_ROUNDING): New macro.
14876         * sysdeps/alpha/soft-fp/sfp-machine.h
14877         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14878         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14879         Likewise.
14880         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14881         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14882         * sysdeps/mips/soft-fp/sfp-machine.h
14883         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14884         * sysdeps/powerpc/soft-fp/sfp-machine.h
14885         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14886         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14887         Likewise.
14888         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14889         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14890         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14891         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14892         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14893         Likewise.
14894
14895 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14896
14897         [BZ #16545]
14898         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14899         model 1.
14900
14901 2014-02-12  Richard Henderson  <rth@redhat.com>
14902
14903         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14904         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14905         * sysdeps/unix/sysv/linux/alpha: Move directory from
14906         ports/sysdeps/unix/sysv/linux/alpha.
14907         * README: Update listing for alpha-*-linux-gnu.
14908
14909 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14910
14911         * include/features.h: Update comment documenting feature test
14912         macros.
14913         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14914         _DEFAULT_SOURCE.
14915         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14916         (_SVID_SOURCE): Likewise.
14917         (_DEFAULT_SOURCE): Update description of default features.
14918         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14919         with _GNU_SOURCE.
14920         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14921         (S_ISVTX): Likewise.
14922         * manual/math.texi (Mathematical Constants): Likewise.
14923         * manual/signal.texi (Interrupted Primitives): Likewise.
14924         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14925         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14926         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14927         Don't refer to _SVID_SOURCE in warning text.
14928
14929         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14930
14931         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14932         already defined.
14933         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14934         * sysdeps/mips/dl-lookup.c: Remove.
14935         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14936
14937 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14938
14939         [BZ #16447]
14940         * math/auto-libm-test-in: Add testcase for expl.
14941         * math/auto-libm-test-out: Regenerate.
14942         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14943         calculation of unsafe.
14944         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14945
14946 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14947
14948         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14949         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14950         ports/sysdeps/unix/sysv/linux/aarch64.
14951         * README: Update listing for aarch64*-*-linux-gnu.
14952
14953 2014-02-11  Will Newton  <will.newton@linaro.org>
14954
14955         * manual/probes.texi (Mathematical Function Probes): Use
14956         "triggered" instead of "hit".
14957
14958         * manual/probes.texi (Internal Probes): Add documentation
14959         of setjmp, longjmp and longjmp_target probes.
14960
14961         * include/stap-probe.h: Add comment about probe argument
14962         format.
14963
14964         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14965         definition.  (tr_where, tr_freehook, tr_mallochook,
14966         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14967
14968 2014-02-11  David S. Miller  <davem@davemloft.net>
14969
14970         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14971         processing int_tests.
14972
14973 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14974
14975         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14976         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14977         * sysdeps/unix/sysv/linux/mips: Move directory from
14978         ports/sysdeps/unix/sysv/linux/mips.
14979         * README: Update listing for mips-*-linux-gnu and
14980         mips64-*-linux-gnu.
14981
14982 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14983
14984         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14985         * sysdeps/unix/sysv/linux/m68k: Move directory from
14986         ports/sysdeps/unix/sysv/linux/m68k.
14987         * README: Update listing for m68k-*-linux-gnu.
14988
14989 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14990
14991         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14992         * sysdeps/unix/sysv/linux/generic: Move directory from
14993         ports/sysdeps/unix/sysv/linux/generic.
14994         * sysdeps/unix/sysv/linux/tile: Move directory from
14995         ports/sysdeps/unix/sysv/linux/tile.
14996         * README: Update listing for tile*-*-linux-gnu.
14997
14998 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14999
15000         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15001         __builtin_expect.
15002         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15003         * catgets/open_catalog.c (__open_catalog): Likewise.
15004         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15005         * debug/confstr_chk.c: Likewise.
15006         * debug/fread_chk.c (__fread_chk): Likewise.
15007         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15008         * debug/getgroups_chk.c: Likewise.
15009         * debug/mbsnrtowcs_chk.c: Likewise.
15010         * debug/mbsrtowcs_chk.c: Likewise.
15011         * debug/mbstowcs_chk.c: Likewise.
15012         * debug/memcpy_chk.c: Likewise.
15013         * debug/memmove_chk.c: Likewise.
15014         * debug/mempcpy_chk.c: Likewise.
15015         * debug/memset_chk.c: Likewise.
15016         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15017         * debug/strcat_chk.c (__strcat_chk): Likewise.
15018         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15019         * debug/strncat_chk.c (__strncat_chk): Likewise.
15020         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15021         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15022         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15023         * debug/wcpncpy_chk.c: Likewise.
15024         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15025         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15026         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15027         * debug/wcsncpy_chk.c: Likewise.
15028         * debug/wcsnrtombs_chk.c: Likewise.
15029         * debug/wcsrtombs_chk.c: Likewise.
15030         * debug/wcstombs_chk.c: Likewise.
15031         * debug/wmemcpy_chk.c: Likewise.
15032         * debug/wmemmove_chk.c: Likewise.
15033         * debug/wmempcpy_chk.c: Likewise.
15034         * debug/wmemset_chk.c: Likewise.
15035         * dirent/scandirat.c (SCANDIRAT): Likewise.
15036         * dlfcn/dladdr1.c (dladdr1): Likewise.
15037         * dlfcn/dladdr.c (dladdr): Likewise.
15038         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15039         * dlfcn/dlerror.c (__dlerror): Likewise.
15040         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15041         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15042         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15043         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15044         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15045         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15046         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15047         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15048         Likewise.
15049         * elf/dl-conflict.c: Likewise.
15050         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15051         * elf/dl-dst.h: Likewise.
15052         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15053         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15054         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15055         * elf/dl-init.c (call_init, _dl_init): Likewise.
15056         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15057         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15058         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15059         Likewise.
15060         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15061         Likewise.
15062         * elf/dl-minimal.c (__libc_memalign): Likewise.
15063         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15064         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15065         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15066         * elf/dl-sym.c (do_sym): Likewise.
15067         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15068         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15069         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15070         * elf/dl-writev.h (_dl_writev): Likewise.
15071         * elf/ldconfig.c (search_dir): Likewise.
15072         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15073         (dl_main): Likewise.
15074         * elf/setup-vdso.h (setup_vdso): Likewise.
15075         * grp/compat-initgroups.c (compat_call): Likewise.
15076         * grp/fgetgrent.c (fgetgrent): Likewise.
15077         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15078         * grp/putgrent.c (putgrent): Likewise.
15079         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15080         Likewise.
15081         * hurd/hurdinit.c: Likewise.
15082         * iconvdata/8bit-gap.c (struct): Likewise.
15083         * iconvdata/ansi_x3.110.c : Likewise.
15084         * iconvdata/big5.c : Likewise.
15085         * iconvdata/big5hkscs.c : Likewise.
15086         * iconvdata/cp1255.c: Likewise.
15087         * iconvdata/cp1258.c : Likewise.
15088         * iconvdata/cp932.c : Likewise.
15089         * iconvdata/euc-cn.c: Likewise.
15090         * iconvdata/euc-jisx0213.c : Likewise.
15091         * iconvdata/euc-jp.c: Likewise.
15092         * iconvdata/euc-jp-ms.c : Likewise.
15093         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15094         * iconvdata/gb18030.c : Likewise.
15095         * iconvdata/gbbig5.c (const): Likewise.
15096         * iconvdata/gbgbk.c: Likewise.
15097         * iconvdata/gbk.c : Likewise.
15098         * iconvdata/ibm1364.c : Likewise.
15099         * iconvdata/ibm930.c : Likewise.
15100         * iconvdata/ibm932.c: Likewise.
15101         * iconvdata/ibm933.c : Likewise.
15102         * iconvdata/ibm935.c : Likewise.
15103         * iconvdata/ibm937.c : Likewise.
15104         * iconvdata/ibm939.c : Likewise.
15105         * iconvdata/ibm943.c: Likewise.
15106         * iconvdata/iso_11548-1.c: Likewise.
15107         * iconvdata/iso-2022-cn.c : Likewise.
15108         * iconvdata/iso-2022-cn-ext.c : Likewise.
15109         * iconvdata/iso-2022-jp-3.c: Likewise.
15110         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15111         * iconvdata/iso-2022-kr.c : Likewise.
15112         * iconvdata/iso646.c (gconv_end): Likewise.
15113         * iconvdata/iso_6937-2.c : Likewise.
15114         * iconvdata/iso_6937.c : Likewise.
15115         * iconvdata/iso8859-1.c: Likewise.
15116         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15117         * iconvdata/shift_jisx0213.c : Likewise.
15118         * iconvdata/sjis.c : Likewise.
15119         * iconvdata/t.61.c : Likewise.
15120         * iconvdata/tcvn5712-1.c : Likewise.
15121         * iconvdata/tscii.c: Likewise.
15122         * iconvdata/uhc.c : Likewise.
15123         * iconvdata/unicode.c (gconv_end): Likewise.
15124         * iconvdata/utf-16.c (gconv_end): Likewise.
15125         * iconvdata/utf-32.c (gconv_end): Likewise.
15126         * iconvdata/utf-7.c (base64): Likewise.
15127         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15128         * iconv/gconv_close.c (__gconv_close): Likewise.
15129         * iconv/gconv_open.c (__gconv_open): Likewise.
15130         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15131         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15132         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15133         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15134         (ucs4le_internal_loop_single): Likewise.
15135         * iconv/iconv.c (iconv): Likewise.
15136         * iconv/iconv_close.c: Likewise.
15137         * iconv/loop.c (SINGLE): Likewise.
15138         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15139         * include/atomic.h: Likewise.
15140         * inet/inet6_option.c (option_alloc): Likewise.
15141         * intl/bindtextdom.c (set_binding_values): Likewise.
15142         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15143         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15144         * intl/localealias.c (read_alias_file): Likewise.
15145         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15146         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15147         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15148         * libio/fmemopen.c (fmemopen): Likewise.
15149         * libio/iofgets.c (_IO_fgets): Likewise.
15150         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15151         * libio/iofgetws.c (fgetws): Likewise.
15152         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15153         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15154         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15155         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15156         * locale/findlocale.c (_nl_find_locale): Likewise.
15157         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15158         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15159         Likewise.
15160         * locale/setlocale.c (setlocale): Likewise.
15161         * login/programs/pt_chown.c (main): Likewise.
15162         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15163         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15164         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15165         (mmap, mmap64, mremap, munmap): Likewise.
15166         * math/e_exp2l.c: Likewise.
15167         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15168         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15169         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15170         * math/s_catan.c (__catan): Likewise.
15171         * math/s_catanf.c (__catanf): Likewise.
15172         * math/s_catanh.c (__catanh): Likewise.
15173         * math/s_catanhf.c (__catanhf): Likewise.
15174         * math/s_catanhl.c (__catanhl): Likewise.
15175         * math/s_catanl.c (__catanl): Likewise.
15176         * math/s_ccosh.c (__ccosh): Likewise.
15177         * math/s_ccoshf.c (__ccoshf): Likewise.
15178         * math/s_ccoshl.c (__ccoshl): Likewise.
15179         * math/s_cexp.c (__cexp): Likewise.
15180         * math/s_cexpf.c (__cexpf): Likewise.
15181         * math/s_cexpl.c (__cexpl): Likewise.
15182         * math/s_clog10.c (__clog10): Likewise.
15183         * math/s_clog10f.c (__clog10f): Likewise.
15184         * math/s_clog10l.c (__clog10l): Likewise.
15185         * math/s_clog.c (__clog): Likewise.
15186         * math/s_clogf.c (__clogf): Likewise.
15187         * math/s_clogl.c (__clogl): Likewise.
15188         * math/s_csin.c (__csin): Likewise.
15189         * math/s_csinf.c (__csinf): Likewise.
15190         * math/s_csinh.c (__csinh): Likewise.
15191         * math/s_csinhf.c (__csinhf): Likewise.
15192         * math/s_csinhl.c (__csinhl): Likewise.
15193         * math/s_csinl.c (__csinl): Likewise.
15194         * math/s_csqrt.c (__csqrt): Likewise.
15195         * math/s_csqrtf.c (__csqrtf): Likewise.
15196         * math/s_csqrtl.c (__csqrtl): Likewise.
15197         * math/s_ctan.c (__ctan): Likewise.
15198         * math/s_ctanf.c (__ctanf): Likewise.
15199         * math/s_ctanh.c (__ctanh): Likewise.
15200         * math/s_ctanhf.c (__ctanhf): Likewise.
15201         * math/s_ctanhl.c (__ctanhl): Likewise.
15202         * math/s_ctanl.c (__ctanl): Likewise.
15203         * math/w_pow.c: Likewise.
15204         * math/w_powf.c: Likewise.
15205         * math/w_powl.c: Likewise.
15206         * math/w_scalb.c (sysv_scalb): Likewise.
15207         * math/w_scalbf.c (sysv_scalbf): Likewise.
15208         * math/w_scalbl.c (sysv_scalbl): Likewise.
15209         * misc/error.c (error_tail): Likewise.
15210         * misc/pselect.c (__pselect): Likewise.
15211         * nis/nis_callback.c (__nis_create_callback): Likewise.
15212         * nis/nis_call.c (__nisfind_server): Likewise.
15213         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15214         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15215         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15216         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15217         * nis/nis_lookup.c (nis_lookup): Likewise.
15218         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15219         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15220         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15221         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15222         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15223         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15224         * nis/nss_compat/compat-initgroups.c (add_group)
15225         (internal_getgrent_r): Likewise.
15226         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15227         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15228         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15229         (internal_getspnam_r): Likewise.
15230         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15231         (_nss_nis_getaliasbyname_r): Likewise.
15232         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15233         (_nss_nis_getntohost_r): Likewise.
15234         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15235         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15236         (_nss_nis_getgrgid_r): Likewise.
15237         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15238         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15239         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15240         (_nss_nis_gethostbyname4_r): Likewise.
15241         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15242         (initgroups_netid): Likewise.
15243         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15244         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15245         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15246         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15247         (_nss_nis_getprotobynumber_r): Likewise.
15248         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15249         (_nss_nis_getsecretkey): Likewise.
15250         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15251         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15252         (_nss_nis_getpwuid_r): Likewise.
15253         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15254         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15255         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15256         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15257         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15258         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15259         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15260         Likewise.
15261         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15262         (_nss_nisplus_getntohost_r): Likewise.
15263         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15264         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15265         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15266         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15267         Likewise.
15268         * nis/nss_nisplus/nisplus-initgroups.c
15269         (_nss_nisplus_initgroups_dyn): Likewise.
15270         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15271         (_nss_nisplus_getnetbyaddr_r): Likewise.
15272         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15273         (_nss_nisplus_getprotobynumber_r): Likewise.
15274         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15275         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15276         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15277         Likewise.
15278         * nis/nss_nisplus/nisplus-service.c
15279         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15280         (_nss_nisplus_getservbyport_r): Likewise.
15281         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15282         (_nss_nisplus_getspnam_r): Likewise.
15283         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15284         Likewise.
15285         * nscd/aicache.c (addhstaiX): Likewise.
15286         * nscd/cache.c (cache_search, prune_cache): Likewise.
15287         * nscd/connections.c (register_traced_file, send_ro_fd)
15288         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15289         (main_loop_epoll): Likewise.
15290         * nscd/grpcache.c (addgrbyX): Likewise.
15291         * nscd/hstcache.c (addhstbyX): Likewise.
15292         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15293         * nscd/mem.c (gc, mempool_alloc): Likewise.
15294         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15295         (addinnetgrX): Likewise.
15296         * nscd/nscd-client.h (__nscd_acquire_maplock)
15297         (__nscd_drop_map_ref): Likewise.
15298         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15299         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15300         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15301         Likewise.
15302         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15303         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15304         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15305         (__nscd_get_map_ref): Likewise.
15306         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15307         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15308         Likewise.
15309         * nscd/pwdcache.c (addpwbyX): Likewise.
15310         * nscd/selinux.c (preserve_capabilities): Likewise.
15311         * nscd/servicescache.c (addservbyX): Likewise.
15312         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15313         * posix/fnmatch.c (fnmatch): Likewise.
15314         * posix/getopt.c (_getopt_internal_r): Likewise.
15315         * posix/glob.c (glob, glob_in_dir): Likewise.
15316         * posix/wordexp.c (exec_comm_child): Likewise.
15317         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15318         (getanswer_r, gaih_getanswer_slice): Likewise.
15319         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15320         * resolv/res_init.c: Likewise.
15321         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15322         * resolv/res_query.c (__libc_res_nquery): Likewise.
15323         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15324         Likewise.
15325         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15326         * stdio-common/perror.c (perror): Likewise.
15327         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15328         * stdio-common/tmpnam.c (tmpnam): Likewise.
15329         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15330         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15331         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15332         Likewise.
15333         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15334         * stdlib/putenv.c (putenv): Likewise.
15335         * stdlib/setenv.c (__add_to_environ): Likewise.
15336         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15337         * stdlib/strtol_l.c (INTERNAL): Likewise.
15338         * string/memmem.c (memmem): Likewise.
15339         * string/strerror.c (strerror): Likewise.
15340         * string/strnlen.c (__strnlen): Likewise.
15341         * string/test-memmem.c (simple_memmem): Likewise.
15342         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15343         * sunrpc/pm_getport.c (__get_socket): Likewise.
15344         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15345         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15346         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15347         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15348         Likewise.
15349         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15350         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15351         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15352         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15353         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15354         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15355         Likewise.
15356         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15357         Likewise.
15358         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15359         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15360         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15361         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15362         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15363         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15364         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15365         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15366         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15367         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15368         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15369         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15370         Likewise.
15371         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15372         Likewise.
15373         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15374         Likewise.
15375         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15376         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15377         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15378         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15379         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15380         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15381         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15382         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15383         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15384         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15385         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15386         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15387         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15388         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15389         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15390         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15391         Likewise.
15392         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15393         Likewise.
15394         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15395         Likewise.
15396         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15397         Likewise.
15398         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15399         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15400         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15401         Likewise.
15402         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15403         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15404         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15405         * sysdeps/posix/sleep.c: Likewise.
15406         * sysdeps/posix/tempname.c: Likewise.
15407         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15408         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15409         Likewise.
15410         * sysdeps/powerpc/powerpc32/dl-machine.h
15411         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15412         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15413         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15414         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15415         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15416         Likewise.
15417         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15418         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15419         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15420         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15421         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15422         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15423         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15424         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15425         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15426         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15427         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15428         (elf_machine_lazy_rel): Likewise.
15429         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15430         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15431         (elf_machine_lazy_rel): Likewise.
15432         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15433         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15434         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15435         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15436         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15437         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15438         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15439         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15440         Likewise.
15441         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15442         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15443         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15444         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15445         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15446         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15447         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15448         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15449         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15450         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15451         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15452         Likewise.
15453         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15454         (__posix_fallocate64_l64): Likewise.
15455         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15456         (posix_fallocate): Likewise.
15457         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15458         Likewise.
15459         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15460         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15461         (getifaddrs_internal): Likewise.
15462         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15463         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15464         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15465         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15466         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15467         (__posix_fallocate64_l64): Likewise.
15468         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15469         Likewise.
15470         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15471         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15472         (__get_clockfreq): Likewise.
15473         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15474         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15475         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15476         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15477         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15478         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15479         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15480         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15481         Likewise.
15482         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15483         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15484         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15485         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15486         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15487         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15488         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15489         Likewise.
15490         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15491         (posix_fallocate): Likewise.
15492         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15493         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15494         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15495         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15496         (elf_machine_rela, elf_machine_rela_relative)
15497         (elf_machine_lazy_rel): Likewise.
15498         * time/asctime.c (asctime_internal): Likewise.
15499         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15500         * time/tzset.c (__tzset_parse_tz): Likewise.
15501         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15502         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15503         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15504         * wcsmbs/wcsmbsload.h: Likewise.
15505
15506         [BZ #15894]
15507         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15508
15509         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15510         (arena_get2): Remove THREAD_STATS conditionals.
15511         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15512         (__malloc_stats, int): Likewise.
15513
15514 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15515
15516         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15517         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15518
15519         * manual/setjmp.texi: Fix typos/grammar errors.
15520
15521         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15522         Only return early when n is <= 0.  Delete unused return statement.
15523
15524         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15525         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15526         * debug/tst-longjmp_chk3.c: New file.
15527
15528         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15529         (test_main): Replace code with set_fortify_handler call.
15530         * debug/test-strcpy_chk.c: Likewise.
15531         * debug/tst-chk1.c: Likewise.
15532         * debug/tst-longjmp_chk.c: Likewise.
15533         * test-skeleton.c: Include fcntl.h & paths.h
15534         (set_fortify_handler): Define.
15535
15536         * debug/tst-longjmp_chk.c: Add header comment and include
15537         ../test-skeleton.c.
15538         (do_test): Mark static.
15539         (TEST_FUNCTION): Define.
15540
15541         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15542         (IP_PMTUDISC_INTERFACE): Likewise.
15543         (IP_MULTICAST_IF): Likewise.
15544         (IP_MULTICAST_TTL): Likewise.
15545         (IP_MULTICAST_LOOP): Likewise.
15546         (IP_ADD_MEMBERSHIP): Likewise.
15547         (IP_DROP_MEMBERSHIP): Likewise.
15548         (IP_UNBLOCK_SOURCE): Likewise.
15549         (IP_BLOCK_SOURCE): Likewise.
15550         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15551         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15552         (IP_MSFILTER): Likewise.
15553         (MCAST_JOIN_GROUP): Likewise.
15554         (MCAST_BLOCK_SOURCE): Likewise.
15555         (MCAST_UNBLOCK_SOURCE): Likewise.
15556         (MCAST_LEAVE_GROUP): Likewise.
15557         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15558         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15559         (MCAST_MSFILTER): Likewise.
15560         (IP_MULTICAST_ALL): Likewise.
15561         (IP_UNICAST_IF): Likewise.
15562
15563         * timezone/Makefile: Delete $(have-ksh) check.
15564         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15565         * timezone/tzselect.ksh: Add +x mode bits.
15566
15567         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15568         (ANON_INODE_FS_MAGIC): Likewise.
15569         (BDEVFS_MAGIC): Likewise.
15570         (BINFMTFS_MAGIC): Likewise.
15571         (BTRFS_TEST_MAGIC): Likewise.
15572         (CRAMFS_MAGIC_WEND): Likewise.
15573         (DEBUGFS_MAGIC): Likewise.
15574         (ECRYPTFS_SUPER_MAGIC): Likewise.
15575         (EXT3_SUPER_MAGIC): Likewise.
15576         (EXT4_SUPER_MAGIC): Likewise.
15577         (FUTEXFS_SUPER_MAGIC): Likewise.
15578         (HOSTFS_SUPER_MAGIC): Likewise.
15579         (HUGETLBFS_MAGIC): Likewise.
15580         (MINIX3_SUPER_MAGIC): Likewise.
15581         (MTD_INODE_FS_MAGIC): Likewise.
15582         (NILFS_SUPER_MAGIC): Likewise.
15583         (OPENPROM_SUPER_MAGIC): Likewise.
15584         (PIPEFS_MAGIC): Likewise.
15585         (PSTOREFS_MAGIC): Likewise.
15586         (QNX6_SUPER_MAGIC): Likewise.
15587         (RAMFS_MAGIC): Likewise.
15588         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15589         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15590         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15591         (SECURITYFS_MAGIC): Likewise.
15592         (SELINUX_MAGIC): Likewise.
15593         (SMACK_MAGIC): Likewise.
15594         (SOCKFS_MAGIC): Likewise.
15595         (SQUASHFS_MAGIC): Likewise.
15596         (STACK_END_MAGIC): Likewise.
15597         (TMPFS_MAGIC): Likewise.
15598         (USBDEVICE_SUPER_MAGIC): Likewise.
15599         (V9FS_MAGIC): Likewise.
15600         (XENFS_SUPER_MAGIC): Likewise.
15601         (CRAMFS_MAGIC): Fix typo in comment.
15602         (EXT2_SUPER_MAGIC): Update comment.
15603         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15604
15605 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15606
15607         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15608         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15609         * sysdeps/unix/sysv/linux/arm: Move directory from
15610         ports/sysdeps/unix/sysv/linux/arm.
15611         * README: Update listing for arm-*-linux-gnueabi.
15612
15613         * README: Remove mention of am33.
15614
15615 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15616
15617         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15618         than the comma operator, to avoid "rhs of comma has no effect"
15619         compiler warnings.
15620         (__sigfillset, __sigandset, __sigorset): Likewise.
15621         * include/signal.h (__sigemptyset): Likewise.
15622         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15623
15624 2014-02-07  Allan McRae  <allan@archlinux.org>
15625
15626         * version.h (RELEASE): Set to "development".
15627         (VERSION): Set to "2.19.90"
15628         * NEWS: Add 2.20 section.
15629
15630 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15631
15632         [BZ #16529]
15633         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15634
15635 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15636
15637         * manual/contrib.texi: Update entry for Carlos O'Donell,
15638         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15639
15640 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15641
15642         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15643
15644         * sysdeps/unix/sysv/linux/kernel-features.h
15645         [__LINUX_KERNEL_VERSION >= 0x020621]
15646         (__ASSUME_PROC_PID_TASK_COMM): Define.
15647
15648 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15649
15650         [BZ #16398]
15651         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15652         conversion when destination buffer does not have enough space.
15653         * libio/tst-ftell-partial-wide.c: New test case.
15654         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15655
15656         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15657         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15658         Leonard and Allan McRae.
15659
15660 2014-02-04  David S. Miller  <davem@davemloft.net>
15661
15662         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15663         32-bit.
15664
15665 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15666
15667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15668         New file
15669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15670         New file
15671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15672         New file.
15673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15674         New file.
15675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15676         New file.
15677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15678         New file.
15679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15680         New file.
15681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15682         New file.
15683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15684         New file.
15685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15686         New file.
15687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15688         New file.
15689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15690         New file.
15691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15692         New file.
15693
15694 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15695
15696         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15697         * shlib-versions: Likewise.
15698
15699 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15700             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15701
15702         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15703         (abilist-pattern): New variable, set to %-le.abilist.
15704
15705         * Makerules (abilist-pattern): New variable.
15706         (vpath): Use $(abilist-pattern) in place of %.abilist.
15707         (check-abi-% pattern rule): Likewise.
15708         (check-abi, update-abi): Likewise.
15709
15710 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15711
15712         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15713
15714 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15715
15716         * manual/startup.texi: Add next, previous, and top entries for
15717         the `Program Arguments' and `Environment Variables' nodes.
15718
15719 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15720
15721         * manual/macros.texi: Add comments before MTASC-safety macros.
15722
15723         * manual/users.texi: Document MTASC-safety properties.
15724
15725         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15726         (pthread_getspecific, pthread_setspecific): Format with
15727         @deftypefun, and add @safety note.
15728         * manual/signal.texi: Move comments that analyze the above
15729         functions to their home place.
15730
15731 2014-02-03  Allan McRae  <allan@archlinux.org>
15732
15733         * po/sl.po: Update Slovenian translation from translation project.
15734
15735 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15736
15737         * manual/time.texi (timegm): Add missing blank after @c.
15738         Reported by Joseph Myers <joseph@codesourcery.com>.
15739
15740 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15741
15742         * manual/check-safety.sh: New.
15743         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15744
15745         * manual/terminal.texi: Document MTASC-safety properties.
15746
15747         * manual/filesys.texi: Document MTASC-safety properties.
15748
15749         * manual/errno.texi: Document MTASC-safety properties.
15750
15751         * manual/intro.texi: Document safety identifiers and
15752         conditionals.
15753
15754         * manual/string.texi (wcstok): Fix prototype.
15755         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15756
15757         * manual/time.texi: Document MTASC-safety properties.
15758
15759         * manual/string.texi: Document MTASC-safety properties.
15760
15761         * manual/threads.texi: Document MTASC-safety properties.
15762
15763         * manual/stdio.texi: Document MTASC-safety properties.
15764
15765         * manual/syslog.texi: Document MTASC-safety properties.
15766
15767         * manual/sysinfo.texi: Document MTASC-safety properties.
15768
15769         * manual/startup.texi: Document MTASC-safety properties.
15770
15771         * manual/socket.texi: Document MTASC-safety properties.
15772
15773         * manual/signal.texi: Document MTASC-safety properties.
15774
15775 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15776
15777         * manual/setjmp.texi: Document MTASC-safety properties.
15778
15779         * manual/search.texi: Document MTASC-safety properties.
15780
15781         * manual/resource.texi: Document MTASC-safety properties.
15782
15783         * manual/process.texi: Document MTASC-safety properties.
15784
15785         * manual/platform.texi: Document MTASC-safety properties.
15786
15787         * manual/pipe.texi: Document MTASC-safety properties.
15788
15789         * manual/pattern.texi: Document MTASC-safety properties.
15790
15791         * manual/message.texi: Document MTASC-safety properties.
15792
15793         [BZ #12751]
15794         * manual/memory.texi: Document MTASC-safety properties.
15795
15796         * manual/math.texi: Document MTASC-safety properties.
15797
15798         * manual/locale.texi: Document MTASC-safety properties.
15799
15800         * manual/llio.texi: Document MTASC-safety properties.
15801
15802         * manual/libdl.texi: New.
15803
15804         * manual/lang.texi: Document MTASC-safety properties.
15805
15806         * manual/job.texi: Document MTASC-safety properties.
15807
15808         * manual/getopt.texi: Document MTASC-safety properties.
15809
15810         * manual/ctype.texi: Document MTASC-safety properties.
15811
15812 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15813
15814         [BZ #16046]
15815         * csu/libc-tls.c (static_map): Remove variable.
15816         (__libc_setup_tls): Use main executable's link map for TLS data.
15817         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15818         casing for LM_ID_BASE and GL(dl_nns).
15819         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15820         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15821         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15822         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15823         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15824         member.
15825         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15826         l_phnum members.
15827
15828 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15829
15830         * manual/debug.texi: Document MTASC-safety properties.
15831
15832 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15833
15834         [BZ #16510]
15835         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15836         of __x86_64__ when disabling x87 inline functions.
15837
15838 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15839
15840         * manual/charset.texi: Document MTASC-safety properties.
15841
15842         * manual/crypt.texi: Document MTASC-safety properties.
15843
15844         * manual/conf.texi: Document MTASC-safety properties.
15845
15846         * manual/arith.texi: Document MTASC-safety properties.
15847
15848         * manual/argp.texi: Document MTASC-safety properties.
15849
15850         * manual/macros.texi: Introduce macros to document multi
15851         thread, asynchronous signal and asynchronous cancellation
15852         safety properties.
15853         * manual/intro.texi: Introduce the properties themselves.
15854
15855 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15856
15857         * sysdeps/sh/sh4/Makefile: New file.
15858
15859 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15860
15861         * math/gen-libm-test.pl ($srcdir): New variable.
15862         ($auto_input): Use it.
15863
15864 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15865
15866         [BZ #16506]
15867         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15868         access beyond array bounds when parsing netgroups file.
15869
15870         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15871         the old buffer before realloc.
15872
15873 2014-01-27  Allan McRae  <allan@archlinux.org>
15874
15875         * po/fr.po: Update French translation from translation project.
15876
15877 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15878
15879         * sysdeps/sh/libm-test-ulps: Regenerate.
15880
15881 2014-01-24  David S. Miller  <davem@davemloft.net>
15882
15883         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15884
15885 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15886
15887         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15888         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15889
15890 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15891
15892         [BZ #16474]
15893         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15894         string pointers after reallocation.
15895
15896 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15897
15898         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15899         __SH4A__ instead of __SH_FPU_ANY__.
15900
15901 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15902
15903         * sysdeps/sh/fpu_control.h: New file.
15904         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15905         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15906         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15907         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15908         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15909         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15910         * sysdeps/sh/sys/ucontext.h: Remove.
15911         * sysdeps/sh/sys: Remove directory.
15912
15913 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15914
15915         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15916         s390/sys/ucontext.h.
15917         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15918         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15919
15920 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15921
15922         [BZ #15605]
15923         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15924
15925 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15926
15927         [BZ#16431]
15928         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15929         Adjust the vDSO correctly for internal calls.
15930         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15931
15932 2014-01-20  Allan McRae  <allan@archlinux.org>
15933
15934         * po/ca.po: Update Catalan translation from translation project.
15935
15936 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15937
15938         * sysdeps/s390/sotruss-lib.c: New file.
15939
15940 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15941
15942         [BZ#16430]
15943         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15944         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15945         local calls issues by not having a PLT stub required for IFUNC calls.
15946         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15947
15948 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15949
15950         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15951         * math/test-fpucw-static.c: Likewise.
15952
15953 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15954
15955         [BZ #16453]
15956         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15957
15958 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15959
15960         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15961         implementation for powerpc.
15962
15963 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15964
15965         [BZ #14782]
15966         * sysdeps/posix/system.c (__libc_system): Do not enable
15967         asynchronous cancellation.
15968
15969 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15970
15971         [BZ #16427]
15972         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15973         handling only for numbers special also in the IEEE case.
15974
15975 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15976
15977         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15978
15979 2014-01-11  Allan McRae  <allan@archlinux.org>
15980
15981         * po/bg.po: Update Bulgarian translation from translation project.
15982
15983         * po/de.po: Update German translation from translation project.
15984
15985 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15986
15987         * sysdeps/generic/gcc-compat.h: New file.
15988
15989 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15990
15991         * benchtests/asin-inputs: Correct slow inputs.
15992         * benchtests/acos-inputs: Likewise.
15993
15994 2014-01-10  Allan McRae  <allan@archlinux.org>
15995
15996         * po:sv.po: Update Swedish translation from translation project.
15997
15998         * po/vi.po: Update Vietnamese translation from translation project.
15999
16000         * po/eo.po: Update Esperanto translation from translation project.
16001
16002         * po/cs.po: Update Czech translation from translation project.
16003
16004         * po/nl.po: Update Dutch translation from translation project.
16005
16006         * po/pl.po: Update Polish translation from translation project.
16007
16008         * po/ru.po: Update Russian translation from translation project.
16009
16010         * po/uk.po: Update Ukrainian translation from translation project.
16011
16012 2014-01-08  Brooks Moses  <bmoses@google.com>
16013
16014         * elf/dl-load.c: Fix comment typo.
16015
16016 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16017
16018         * po/header.pot: Rename to...
16019         * po/pot.header: ... this.
16020         * po/Makefile: Use pot.header.
16021
16022 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16023             Maxim Kuvyrkov  <maxim@kugelworks.com>
16024
16025         [BZ #16394]
16026         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16027         SRC and DEST against LEN.
16028
16029 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16030
16031         [BZ #16414]
16032         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16033         implementation.
16034         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16035
16036 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16037
16038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16039
16040 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16041
16042         [BZ #16408]
16043         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16044         for large positive arguments.
16045
16046 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16047
16048         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16049
16050         * math/auto-libm-test-in: Mark various tests with
16051         xfail-rounding:ldbl-128ibm.
16052         * math/auto-libm-test-out: Regenerated.
16053
16054         [BZ #16407]
16055         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16056         Increase overflow threshold.
16057
16058 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16059
16060         [BZ #14286]
16061         * stdio-common/vfprintf.c: Check for integer overflow.
16062
16063 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16064
16065         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16066         the first argument and return value of __tls_get_addr_internal.
16067
16068 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16069
16070         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16071         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16072
16073 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16074
16075         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16076         * sysdeps/s390/rtld-global-offsets.sym: New file.
16077         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16078         GLIBC_2.19 symbol.
16079         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16080         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16081         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16082         ... this.
16083         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16084         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16085         ... this.
16086         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16087         Regenerate.
16088         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16089         Regenerate.
16090         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16091         halfs of GPRs for high_gprs contexts.
16092         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16093         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16094         field.
16095         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16096         uc_flags field.
16097         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16098         64 bit versions:
16099         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16100         for high GPRs (uc_high_gprs) and for future extensions
16101         (__reserved).
16102         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16103         for future extensions (__reserved).
16104         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16105         64 bit versions:
16106         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16107         SC_HIGHGPRS offset definition.
16108         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16109         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16110
16111         * Versions.def: Add GLIBC_2.19 for libpthread.
16112         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16113         siglongjmp for libpthread with GLIBC_2.19 symver.
16114         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16115         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16116         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16117         * sysdeps/s390/__longjmp.c: New file.
16118         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16119         * sysdeps/s390/longjmp.c: New file.
16120         * sysdeps/s390/setjmp.S: New file.
16121         * sysdeps/s390/sigjmp.S: New file.
16122         * sysdeps/s390/v1-longjmp.c: New file.
16123         * sysdeps/s390/v1-setjmp.h: New file.
16124         * sysdeps/s390/v1-sigjmp.c: New file.
16125         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16126         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16127         GLIBC_2.19 version.
16128         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16129         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16130         versioned symbols for ____longjmp_chk.
16131         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16132         Likewise.
16133         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16134         Regenerate.
16135         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16136         Regenerate.
16137         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16138         Regenerate.
16139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16140         Regenerate.
16141         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16142         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16143         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16144         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16145         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16146         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16147         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16148         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16149         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16150         * sysdeps/s390/rtld-__longjmp.c: New file.
16151         * sysdeps/s390/rtld-setjmp.S: New file.
16152
16153 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16154
16155         [BZ #16400]
16156         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16157         Return -__logl (x) for small positive arguments without evaluating
16158         a polynomial.
16159
16160 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16161
16162         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16163         Rename to ...
16164         (__ptrace_peeksiginfo_args): ... this.
16165         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16166         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16167         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16168
16169 2014-01-06  Allan McRae  <allan@archlinux.org>
16170
16171         * inet/netinet/in.h: Fix typo in comment.
16172
16173 2014-01-05  Andreas Jaeger  <aj@suse.de>
16174
16175         * sysdeps/i386/fpu/libm-test-ulps: Update.
16176
16177 2014-01-05  Allan McRae  <allan@archlinux.org>
16178
16179         * po/libc.pot: Regenerated.
16180
16181         * malloc/memusagestat.c: Fix gettext call formatting.
16182
16183 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16184
16185         * nscd/nscd.c: Improve usage() output.
16186
16187 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16188
16189         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16190         * sysdeps/unix/sysv/linux/configure: Regenerated.
16191         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16192         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16193
16194 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16195
16196         [BZ #16390]
16197         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16198         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16199
16200 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16201
16202         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16203         extra tokens at end of #undef directive.
16204         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16205         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16206         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16207
16208 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16209
16210         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16211
16212         * math/auto-libm-test-in: Mark various tests with
16213         xfail-rounding:ldbl-128ibm.
16214         * math/auto-libm-test-out: Regenerated.
16215
16216 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16217
16218         [BZ #16386]
16219         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16220         numbers with subnormal high part when calculating exponent.
16221
16222         [BZ #16385]
16223         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16224         fabs.
16225
16226         [BZ #16384]
16227         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16228         M_LN2l.
16229         (__ieee754_acoshl): Use __log1pl not __log1p.
16230
16231 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16232
16233         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16234         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16235         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16236         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16237         (reused_arena, arena_get2): Convert to GNU style.
16238         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16239         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16240         (memalign_check, __malloc_set_state): Likewise.
16241         * malloc/mallocbug.c (main): Likewise.
16242         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16243         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16244         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16245         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16246         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16247         (__posix_memalign, malloc_info): Likewise.
16248         * malloc/malloc.h: Likewise.
16249         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16250         (mallochook, memalignhook, reallochook, mabort): Likewise.
16251         * malloc/mcheck.h: Likewise.
16252         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16253         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16254         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16255         * malloc/morecore.c (__default_morecore): Likewise.
16256         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16257         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16258         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16259         (print_and_abort): Likewise.
16260         * malloc/obstack.h: Likewise.
16261         * malloc/set-freeres.c (__libc_freeres): Likewise.
16262         * malloc/tst-mallocstate.c (main): Likewise.
16263         * malloc/tst-mtrace.c (main): Likewise.
16264         * malloc/tst-realloc.c (do_test): Likewise.
16265
16266 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16267
16268         [BZ #16366]
16269         * nscd/netgroupcache.c (do_notfound): New function.
16270         (addgetnetgrentX): Use it.
16271
16272         [BZ # 16365]
16273         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16274         NSS_STATUS_NOTFOUND.
16275
16276 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16277
16278         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16280
16281 2014-01-01  Allan McRae  <allan@archlinux.org>
16282
16283         * scripts/update-copyrights: Update configure input file suffix.
16284
16285         * NEWS: Update copyright year.
16286         * catgets/gencat.c: Likewise.
16287         * csu/version.c: Likewise.
16288         * debug/catchsegv.sh: Likewise.
16289         * debug/pcprofiledump.c: Likewise.
16290         * debug/xtrace.sh: Likewise.
16291         * elf/ldconfig.c: Likewise.
16292         * elf/ldd.bash.in: Likewise.
16293         * elf/pldd.c: Likewise.
16294         * elf/sotruss.ksh: Likewise.
16295         * elf/sprof.c: Likewise.
16296         * iconv/iconv_prog.c: Likewise.
16297         * iconv/iconvconfig.c: Likewise.
16298         * locale/programs/locale.c: Likewise.
16299         * locale/programs/localedef.c: Likewise.
16300         * login/programs/pt_chown.c: Likewise.
16301         * malloc/memusage.sh: Likewise.
16302         * malloc/memusagestat.c: Likewise.
16303         * malloc/mtrace.pl: Likewise.
16304         * manual/libc.texinfo: Likewise.
16305         * nscd/nscd.c: Likewise.
16306         * nss/getent.c: Likewise.
16307         * nss/makedb.c: Likewise.
16308         * posix/getconf.c: Likewise.
16309         * scripts/test-installation.pl: Likewise.
16310
16311         * All files with FSF copyright notices: Update copyright dates
16312         using scripts/update-copyrights.
16313         * intl/plural.c: Regenerated.
16314         * locale/programs/charmap-kw.h: Likewise.
16315         * locale/programs/locfile-kw.h: Likewise.
16316
16317 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16318
16319         * sysdeps/unix/sysv/linux/configure: Regenerated.
16320         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16321         the linux/fanotify.h header.
16322         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16323         HAVE_LINUX_FANOTIFY_H is defined.
16324
16325 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16326
16327         * benchtests/cos-inputs: New inputs.
16328         * benchtests/sin-inputs: Likewise.
16329
16330         * benchtests/atan-inputs: New inputs. Fix name of multiple
16331         precision fallback inputs.
16332
16333         * benchtests/atanh-inputs: New inputs.
16334         * benchtests/tanh-inputs: Likewise.
16335
16336         * benchtests/acosh-inputs: New inputs.
16337         * benchtests/asinh-inputs: Likewise.
16338
16339         * benchtests/cosh-inputs: New inputs.
16340         * benchtests/sinh-inputs: Likewise.
16341
16342         * benchtests/acos-inputs: Add more inputs.
16343         * benchtests/asin-inputs: Likewise.
16344
16345 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16346
16347         [BZ #16375]
16348         * manual/arith.texi: Fix spelling.
16349         * manual/charset.texi: Likewise.
16350         * manual/errno.texi: Likewise.
16351         * manual/filesys.texi: Likewise.
16352         * manual/lang.texi: Likewise.
16353         * manual/llio.texi: Likewise.
16354         * manual/locale.texi: Likewise.
16355         * manual/message.texi: Likewise.
16356         * manual/resource.texi: Likewise.
16357         * manual/search.texi: Likewise.
16358         * manual/setjmp.texi: Likewise.
16359         * manual/stdio.texi: Likewise.
16360         * manual/string.texi: Likewise.
16361         * manual/sysinfo.texi: Likewise.
16362         * manual/time.texi: Likewise.
16363
16364 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16365
16366         * po/sl.po: New file.
16367
16368 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16369
16370         * .gitignore: Add core/.gdbinit/.gdb_history.
16371
16372 2013-12-27  Allan McRae  <allan@archlinux.org>
16373
16374         [BZ #16369]
16375         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16376         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16377
16378 2013-12-24  Brooks Moses  <bmoses@google.com>
16379
16380         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16381         all compilers that claim C++98 compliance, not just GCC.
16382         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16383         Likewise.
16384
16385 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16386
16387         * NEWS: Restore accidentally deleted bug-fix entries.
16388
16389 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16390             Ondřej Bílka  <neleai@seznam.cz>
16391
16392         [BZ #15073]
16393         * malloc/malloc.c (_int_free): Perform sanity check only if we
16394         have_lock.
16395
16396 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16397
16398         [BZ #12986]
16399         * manual/stdio.texi (String Input Conversions): Clarify that character
16400         classes are not supported.
16401
16402 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16403
16404         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16405
16406 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16407
16408         [BZ #16337]
16409         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16410         Calculate results for small negative arguments directly rather
16411         than using reflection formula with special underflow handling.
16412
16413         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16414         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16415         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16416         (fchflags): Likewise.
16417         (revoke): Likewise.
16418         (setlogin): Likewise.
16419         (sigaltstack): Likewise.
16420         (wait4): Likewise.
16421         (sigblock): Remove.
16422         (sigsetmask): Likewise.
16423         (wait3): Likewise.
16424         (waitpid): Likewise.
16425         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16426         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16427         file.
16428         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16429         * sysdeps/unix/bsd/Makefile: ... here.
16430         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16431         * sysdeps/unix/bsd/Versions: ... here.
16432         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16433         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16434         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16435         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16436         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16437         * sysdeps/unix/bsd/sigblock.c: ... here.
16438         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16439         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16440         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16441         * sysdeps/unix/bsd/sigvec.c: ... here.
16442         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16443         * sysdeps/unix/bsd/tcdrain.c: ... here.
16444         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16445         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16446         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16447         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16448         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16449         * sysdeps/unix/bsd/wait.c: ... here.
16450         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16451         * sysdeps/unix/bsd/wait3.c: ... here.
16452         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16453         * sysdeps/unix/bsd/waitpid.c: ... here.
16454
16455 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16456
16457         [BZ #16356]
16458         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16459         round-to-nearest for [!USE_AS_EXPM1L].
16460         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16461         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16462         more tests of exp and exp10.  Expect some exp10 tests to miss
16463         exceptions or fail in directed rounding modes.
16464         * math/auto-libm-test-out: Regenerated.
16465         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16466         (exp10_test_tonearest): New function.
16467         (exp10_towardzero_test_data): New array.
16468         (exp10_test_towardzero): New function.
16469         (exp10_downward_test_data): New array.
16470         (exp10_test_downward): New function.
16471         (exp10_upward_test_data): New array.
16472         (exp10_test_upward): New function.
16473         (main): Call the new functions.
16474         * sysdeps/i386/fpu/libm-test-ulps: Update.
16475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16476
16477 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16478
16479         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16480         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16481         * math/auto-libm-test-out: Regenerated.
16482         * math/libm-test.inc (acosh_test_data): Add more tests.
16483         (atanh_test_data): Likewise.
16484         (ceil_test_data): Likewise.
16485         (copysign_test_data): Likewise.
16486         * sysdeps/i386/fpu/libm-test-ulps: Update.
16487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16488
16489         * timezone/checktab.awk: Update from tzcode 2013i.
16490         * timezone/private.h: Likewise.
16491         * timezone/scheck.c: Likewise.
16492         * timezone/tzfile.h: Likewise.
16493         * timezone/tzselect.ksh: Likewise.
16494         * timezone/zdump.c: Likewise.
16495         * timezone/zic.c: Likewise.
16496
16497         * math/auto-libm-test-in: Add tests of cpow.
16498         * math/auto-libm-test-out: Regenerated.
16499         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16500         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16501         mpc_cc_c.
16502         (func_calc_desc): Add mpc_cc_c union field.
16503         (test_functions): Add cpow.
16504         (special_fill_2pi): New function.
16505         (special_real_inputs): Add 2pi.
16506         (calc_generic_results): Handle mpc_cc_c.
16507         * sysdeps/i386/fpu/libm-test-ulps: Update.
16508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16509
16510         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16511         csqrt, ctan and ctanh.
16512         * math/auto-libm-test-out: Regenerated.
16513         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16514         (TEST_COND_x86): Likewise.
16515         (ccos_test_data): Use AUTO_TESTS_c_c.
16516         (ccosh_test_data): Likewise.
16517         (cexp_test_data): Likewise.
16518         (clog_test_data): Likewise.
16519         (csqrt_test_data): Likewise.
16520         (ctan_test_data): Likewise.
16521         (ctan_tonearest_test_data): Likewise.
16522         (ctan_towardzero_test_data): Likewise.
16523         (ctan_downward_test_data): Likewise.
16524         (ctan_upward_test_data): Likewise.
16525         (ctanh_test_data): Likewise.
16526         (ctanh_tonearest_test_data): Likewise.
16527         (ctanh_towardzero_test_data): Likewise.
16528         (ctanh_downward_test_data): Likewise.
16529         (ctanh_upward_test_data): Likewise.
16530         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16531         mpc_c_c.
16532         (func_calc_desc): Add mpc_c_c union field.
16533         (FUNC_mpc_c_c): New macro.
16534         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16535         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16536         ctanh.
16537         (special_fill_min_subnorm_p120): New function.
16538         (special_real_inputs): Add min_subnorm_p120.
16539         (calc_generic_results): Handle mpc_c_c.
16540         * sysdeps/i386/fpu/libm-test-ulps: Update.
16541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16542
16543 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16544
16545         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16546         (do_sin_slow): New functions.
16547         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16548         (cslow2, csloww1, csloww2): Use the new functions.
16549
16550         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16551         Use M to change sign of result instead of X.  Assume X is
16552         positive.
16553         (csloww1): Likewise.
16554         (__sin): Adjust.
16555         (__cos): Adjust.
16556
16557         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16558         arguments A and DA.
16559         (__sin): Adjust.
16560         (__cos): Likewise.
16561
16562         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16563         (__cos): Likewise.
16564         (sloww1): Don't adjust sign of DX.
16565         (csloww1): Likewise.
16566         (sloww2): Use X directly and don't adjust sign of DX.
16567         (csloww2): Likewise.
16568
16569 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16570
16571         * math/auto-libm-test-in: Add tests of cabs and carg.
16572         * math/auto-libm-test-out: Regenerated.
16573         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16574         (carg_test_data): Likewise.
16575         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16576         mpc_c_f.
16577         (func_calc_desc): Add mpc_c_f union field.
16578         (test_functions): Add cabs and carg.
16579         (calc_generic_results): Handle mpc_c_f.
16580
16581         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16582         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16583         as a macro and a compat symbol.
16584         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16585         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16586         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16587         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16588         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16589         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16590         not use .hidden.
16591         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16592         Likewise.
16593         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16594         Likewise.
16595         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16596         Likewise.
16597         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16598         Likewise.
16599         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16600         Likewise.
16601         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16602         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16603         from GLIBC_2.3.2.
16604
16605 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16606
16607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16608
16609 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16610
16611         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16612         trailing whitespace removed.
16613         * scripts/config.guess: Update to version 2013-11-29.
16614         * scripts/config.sub: Update to version 2013-10-01.
16615
16616         * math/auto-libm-test-in: Add tests of sincos.
16617         * math/auto-libm-test-out: Regenerated.
16618         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16619         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16620         mpfr_f_11.
16621         (func_calc_desc): Add mpfr_f_11 union field.
16622         (test_functions): Add sincos.
16623         (calc_generic_results): Handle mpfr_f_11.
16624         * sysdeps/i386/fpu/libm-test-ulps: Update.
16625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16626
16627 2013-12-19  Andreas Schwab  <schwab@suse.de>
16628
16629         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16630         CALL_MCOUNT.
16631         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16632         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16633         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16634
16635 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16636
16637         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16638         * sysdeps/i386/fpu/libm-test-ulps: Update.
16639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16640
16641         [BZ #16293]
16642         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16643         round-to-nearest mode when using frndint.
16644         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16645         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16646         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16647         Likewise.
16648         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16649         sinh test to fail.
16650         * math/auto-libm-test-out: Regenerated.
16651         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16652         (TEST_COND_x86): Likewise.
16653         (expm1_tonearest_test_data): New array.
16654         (expm1_test_tonearest): New function.
16655         (expm1_towardzero_test_data): New array.
16656         (expm1_test_towardzero): New function.
16657         (expm1_downward_test_data): New array.
16658         (expm1_test_downward): New function.
16659         (expm1_upward_test_data): New array.
16660         (expm1_test_upward): New function.
16661         (main): Run the new test functions.
16662         * sysdeps/i386/fpu/libm-test-ulps: Update.
16663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16664
16665         * include/features.h: Update comment documenting feature test
16666         macros.  Mention _DEFAULT_SOURCE in comment.
16667         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16668         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16669         _BSD_SOURCE and _SVID_SOURCE.
16670         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16671         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16672         !_SVID_SOURCE]: Likewise.
16673         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16674         (__USE_POSIX_IMPLICITLY): Define.
16675         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16676         (_POSIX_SOURCE): Undefine and redefine.
16677         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16678         (_POSIX_C_SOURCE): Likewise.
16679         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16680         (Feature Test Macros): Update documentation of default features.
16681
16682 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16683
16684         * benchtests/Makefile: Add bench-strtok.
16685         * benchtests/bench-strtok.c: New file: strtok benchtest.
16686
16687 2013-12-19  Allan McRae  <allan@archlinux.org>
16688
16689         * manual/install.texi: Suppress menu for plain text output.
16690         * INSTALL: Regenerated.
16691
16692 2013-12-18  Brooks Moses  <bmoses@google.com>
16693
16694         [BZ #15846]
16695         * misc/getauxval.c: Include errno.h.
16696         (__getauxval): Set errno to ENOENT if the requested type is not
16697         found.
16698         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16699         don't declare with __attribute_const__.
16700         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16701         * manual/startup.texi: Document that getauxval sets errno.
16702
16703 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16704
16705         * math/auto-libm-test-in: Add tests of jn and yn.
16706         * math/auto-libm-test-out: Regenerated.
16707         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16708         (yn_test_data): Likewise.
16709         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16710         mpfr_if_f.
16711         (func_calc_desc): Add mpfr_if_f union field.
16712         (FUNC_mpfr_if_f): New macro.
16713         (test_functions): Add jn and yn.
16714         (calc_generic_results): Assert type of second input for
16715         mpfr_ff_f.  Handle mpfr_if_f.
16716         (output_for_one_input_case): Disable all checking for arguments
16717         fitting floating-point types in case of an integer argument.
16718         * sysdeps/i386/fpu/libm-test-ulps: Update.
16719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16720
16721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16722         Don't expect fegetround reference in libm.so.
16723
16724 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16725
16726         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16727         $(config-cflags-nofma).
16728
16729 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16730
16731         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16732         * math/auto-libm-test-out: Regenerated.
16733
16734         [BZ #16338]
16735         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16736         to determine exponent and adjust argument to have exponent of -1.
16737         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16738         log2.
16739         * math/auto-libm-test-out: Regenerated.
16740         * sysdeps/i386/fpu/libm-test-ulps: Update.
16741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16742
16743 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16744
16745         * manual/probes.texi: Remove cases when per-thread arenas are
16746         disabled.
16747
16748 2013-12-18  Andreas Schwab  <schwab@suse.de>
16749
16750         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16751         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16752         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16753         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16754         * sysdeps/i386/i686/multiarch/Makefile: Update.
16755         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16756
16757 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16758
16759         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16760         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16761
16762 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16763
16764         [BZ #15968]
16765         Support TZ transition times < 00:00:00.
16766         This is needed for version-3 tz-format files; it supports time
16767         stamps past 2037 for America/Godthab (the only entry in the tz
16768         database for which this change is relevant).
16769         * manual/time.texi (TZ Variable): Document transition times
16770         from -167:59:59 through -00:00:01.
16771         * time/tzset.c (tz_rule): Time of day is now signed.
16772         (__tzset_parse_tz): Parse negative time of day.
16773
16774         Document TZ transition times >= 25:00:00.
16775         * manual/time.texi (TZ Variable): Document transition times from
16776         25:00:00 through 167:59:59.  These are already supported, and this
16777         support will help with version-3 tz-format files.
16778
16779         * manual/time.texi (TZ Variable): Modernize North America example
16780         to reflect current (i.e., 2007-and-later) daylight saving rules.
16781
16782         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16783
16784 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16785
16786         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16787         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16788         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16789         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16790         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16791         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16792         * sysdeps/unix/bsd/clock.c: Likewise.
16793         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16794         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16795         * sysdeps/unix/bsd/init-posix.c: Likewise.
16796         * sysdeps/unix/bsd/poll.c: Likewise.
16797         * sysdeps/unix/bsd/ptsname.c: Likewise.
16798         * sysdeps/unix/bsd/seekdir.c: Likewise.
16799         * sysdeps/unix/bsd/setegid.c: Likewise.
16800         * sysdeps/unix/bsd/seteuid.c: Likewise.
16801         * sysdeps/unix/bsd/setgid.c: Likewise.
16802         * sysdeps/unix/bsd/setrgid.c: Likewise.
16803         * sysdeps/unix/bsd/setruid.c: Likewise.
16804         * sysdeps/unix/bsd/setsid.c: Likewise.
16805         * sysdeps/unix/bsd/setuid.c: Likewise.
16806         * sysdeps/unix/bsd/sigaction.c: Likewise.
16807         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16808         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16809         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16810         * sysdeps/unix/bsd/telldir.c: Likewise.
16811         * sysdeps/unix/bsd/times.c: Likewise.
16812         * sysdeps/unix/bsd/usleep.c: Likewise.
16813
16814         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16815         ($(objpfx)libbsd-compat.a): Remove rule.
16816
16817         * include/features.h (__FAVOR_BSD): Do not define.
16818         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16819         features conflicting with POSIX.
16820         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16821         (_BSD_SOURCE): Remove description of not being a subset of other
16822         feature test macros.
16823         * manual/job.texi (getpgrp): Do not document BSD version.
16824         (getpgid): Do not document by reference to BSD getpgrp.
16825         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16826         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16827         * signal/signal.h [__FAVOR_BSD]: Likewise.
16828         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16829         instead of making contents conditional on [__FAVOR_BSD].
16830         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16831
16832 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16833
16834         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16835
16836 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16837
16838         [BZ #16314]
16839         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16840         values below 2**-450, not 2**-500.
16841         * math/auto-libm-test-in: Don't allow spurious underflow from
16842         hypot.
16843         * math/auto-libm-test-out: Regenerated.
16844
16845         [BZ #16316]
16846         [BZ #16330]
16847         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16848         values of ha and hb and sort them after adjusting subnormal
16849         arguments.
16850         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16851         Likewise.
16852         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16853         values of ea and eb and sort them after adjusting subnormal
16854         arguments.
16855         * math/auto-libm-test-in: Do not expect some hypot tests of
16856         subnormals to fail.  Add more hypot tests.
16857         * math/auto-libm-test-out: Regenerated.
16858
16859 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16860
16861         [BZ #13304]
16862         * sysdeps/sh/s_fma.c: New file.
16863         * sysdeps/sh/s_fmaf.c: New file.
16864         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16865         version.
16866         * sysdeps/sh/Implies: Add sh/soft-fp.
16867
16868 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16869
16870         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16871         level of indirection to members `objname', `errstring', `malloced'.
16872         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16873         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16874         it as the __longjmp argument (just pass 1 instead).
16875         (_dl_catch_error): Initialize C with argument pointers and address of
16876         volatile local ERRCODE rather than copying values out of C at return.
16877
16878 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16879
16880         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16881         * math/auto-libm-test-out: Regenerated.
16882         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16883         (hypot_test_data): Likewise.
16884         (pow_test_data): Likewise.
16885         (pow_tonearest_test_data): Likewise.
16886         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16887         mpfr_ff_f.
16888         (func_calc_desc): Add mpfr_ff_f union field.
16889         (FUNC_mpfr_ff_f): New macro.
16890         (test_functions): Add atan2, hypot and pow.
16891         (special_fill_min): New function.
16892         (special_fill_minus_min): Likewise.
16893         (special_fill_min_subnorm): Likewise.
16894         (special_fill_minus_min_subnorm): Likewise.
16895         (special_real_inputs): Add min, -min, min_subnorm and
16896         -min_subnorm.
16897         (calc_generic_results): Handle mpfr_ff_f.
16898         * sysdeps/i386/fpu/libm-test-ulps: Update.
16899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16900
16901 2013-12-16  Will Newton  <will.newton@linaro.org>
16902
16903         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16904         (Aligned Memory Blocks): Add documentation for aligned_alloc
16905         and suggest it as an alternative to posix_memalign.
16906         (Hooks for Malloc): Document __memalign_hook is also called
16907         for aligned_alloc.  (Summary of Malloc): Add summary for
16908         aligned alloc.  Document __memalign_hook is also called
16909         for aligned_alloc.
16910
16911 2013-12-16  Will Newton  <will.newton@linaro.org>
16912
16913         * manual/memory.texi (Malloc Examples): Clarify default
16914         alignment documentation.  Suggest posix_memalign rather
16915         than memalign or valloc.
16916         (Aligned Memory Blocks): Remove suggestion to use memalign
16917         or valloc.  Remove obsolete comment about BSD.
16918         Document memalign errno values and mark the function obsolete.
16919         Document posix_memalign returned error codes.  Mark valloc
16920         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16921         called for posix_memalign and valloc.
16922         (Summary of Malloc): Add posix_memalign to function summary.
16923         __memalign_hook is also called for posix_memalign and valloc.
16924
16925 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16926
16927         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16928         TAYLOR_SIN.
16929         (__sin): Adjust.
16930         (__cos): Likewise.
16931         (sloww): Use mynumber union.  Expand ternary operator into
16932         if-else statements.
16933         (cslow): use mynumber union.
16934
16935 2013-12-16  Allan McRae  <allan@archlinux.org>
16936
16937         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16938         * configure: Regenerated.
16939
16940         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16941
16942         [BZ #14120]
16943         * configure.ac: Added --enable-maintainer-mode. Check for
16944         autoconf when enabled.
16945         * configure: Regenerated.
16946
16947         * nscd/nscd.service: New file.
16948         * nscd/nscd.tmpfiles: New file.
16949
16950 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16951
16952         [BZ #12100]
16953         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16954         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16955         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16956         (strstr): Add __strstr_sse2_unaligned ifunc.
16957         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16958         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16959         (strcasestr): Remove __strcasestr_sse42 ifunc.
16960         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16961         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16962         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16963
16964 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16965
16966         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16967         * sysdeps/sh/bits/fenv.h: ... here.
16968         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16969
16970 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16971
16972         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16973
16974         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16975         hypotf multiarch implementations.
16976         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16977         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16978         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16979         multiarch hypot for PPC64.
16980         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16981         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16982         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16983         multiarch hypotf for PPC64.
16984
16985         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16986         modff multiarch implementations.
16987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16990         multiarch modf for PPC64.
16991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16994         multiarch modff for PPC64.
16995
16996         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16997         and logl multiarch implementations.
16998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17001         multiarch logb for PPC64.
17002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17005         multiarch logb for PPC64.
17006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17009         multiarch logb for PPC64.
17010
17011         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17012         isinff multiarch implementation.
17013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17014         file.
17015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17017         multiarch isinf for PPC64.
17018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17019         file.
17020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17021         multiarch isinff for PPC64.
17022
17023         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17024         finitef multiarch implementation.
17025         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17026         file.
17027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17029         multiarch finite for PPC64.
17030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17031         file.
17032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17033         multiarch finitef for PPC64.
17034
17035         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17036         lrint multiarch implementation.
17037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17038         file.
17039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17041         multiarch llrint for PPC64.
17042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17043         multiarch lrint for PPC64.
17044
17045         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17046         copysignf multiarch implementation.
17047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17048         file.
17049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17050         file.
17051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17052         multiarch copysign for PPC64.
17053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17054         multiarch copysignf for PPC64.
17055
17056         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17057         multiarch implementation.
17058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17059         file.
17060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17061         file.
17062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17063         file.
17064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17065         file.
17066         multiarch llround for PPC64.
17067         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17068         multiarch trunc for PPC64.
17069         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17070         multiarch truncf for PPC64.
17071
17072         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17073         multiarch implementation.
17074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17075         file.
17076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17077         file.
17078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17079         file.
17080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17081         file.
17082         multiarch llround for PPC64.
17083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17084         multiarch round for PPC64.
17085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17086         multiarch roundf for PPC64.
17087
17088         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17089         multiarch implementation.
17090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17091         file.
17092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17093         file.
17094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17095         file.
17096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17097         file.
17098         multiarch llround for PPC64.
17099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17100         multiarch floor for PPC64.
17101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17102         multiarch floorf for PPC64.
17103
17104         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17105         multiarch implementation.
17106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17107         file.
17108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17109         file.
17110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17111         file.
17112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17113         file.
17114         multiarch llround for PPC64.
17115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17116         multiarch ceil for PPC64.
17117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17118         multiarch ceilf for PPC64.
17119
17120         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17121         multiarch implementation.
17122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17123         file.
17124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17125         file.
17126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17127         file.
17128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17129         multiarch llround for PPC64.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17131         multiarch lround for PPC64.
17132
17133         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17134         multiarch implementation.
17135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17138         file.
17139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17142         multiarch isnan for PPC64.
17143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17144         multiarch isnanf for PPC64.
17145
17146         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17147         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17148         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17149         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17150         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17152
17153         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17154         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17155         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17156         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17157
17158         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17159         multiarch implementations.
17160         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17161         (__libc_ifunc_impl_list): Likewise.
17162         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17163         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17164         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17165         multiarch stpcpy for PPC64.
17166
17167         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17168         multiarch implementations.
17169         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17170         (__libc_ifunc_impl_list): Likewise.
17171         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17172         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17173         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17174         multiarch strcpy for PPC64.
17175
17176         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17177         redefine function name.
17178         (_wordcopy_fwd_dest_aligned): Likewise.
17179         (_wordcopy_bwd_aligned): Likewise.
17180         (_wordcopy_bwd_dest_aligned): Likewise.
17181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17182         multiarch implementations.
17183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17184         (__libc_ifunc_impl_list): Likewise.
17185         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17186         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17187         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17188         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17189         multiarch wcscpy for PPC64.
17190
17191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17192         multiarch implementations.
17193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17194         (__libc_ifunc_impl_list): Likewise.
17195         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17196         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17197         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17198         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17199         multiarch wcscpy for PPC64.
17200
17201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17202         multiarch implementations.
17203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17204         (__libc_ifunc_impl_list): Likewise.
17205         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17206         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17207         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17208         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17209         multiarch wcsrchr for PPC64.
17210
17211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17212         multiarch implementations.
17213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17214         (__libc_ifunc_impl_list): Likewise.
17215         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17216         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17217         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17218         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17219         multiarch wcschr for PPC64.
17220
17221         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17222         multiarch implementations.
17223         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17224         (__libc_ifunc_impl_list): Likewise.
17225         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17226         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17227         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17228         multiarch strchrnul for PPC64.
17229
17230         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17231         implementations.
17232         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17233         (__libc_ifunc_impl_list): Likewise.
17234         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17235         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17236         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17237         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17238         strchr for PPC64.
17239
17240         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17241         implementations.
17242         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17243         (__libc_ifunc_impl_list): Likewise.
17244         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17245         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17246         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17247         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17248         strncmp for PPC64.
17249
17250         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17251         multiarch implementations.
17252         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17253         (__libc_ifunc_impl_list): Likewise.
17254         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17255         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17256         strncasecmp for PPC64.
17257         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17258         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17259         multiarch strncasecmp_l for PPC64.
17260
17261         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17262         multiarch implementations.
17263         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17264         (__libc_ifunc_impl_list): Likewise.
17265         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17266         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17267         multiarch strcasecmp for PPC64.
17268         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17269         file.
17270         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17271         multiarch strcasecmp_l for PPC64.
17272
17273         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17274         implementations.
17275         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17276         (__libc_ifunc_impl_list): Likewise.
17277         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17278         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17279         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17280         strnlen for PPC64.
17281
17282         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17283         implementations.
17284         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17285         (__libc_ifunc_impl_list): Likewise.
17286         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17287         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17288         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17289         strlen for PPC64.
17290
17291         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17292         implementations.
17293         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17294         (__libc_ifunc_impl_list): Likewise.
17295         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17296         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17297         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17298         rawmemrchr for PPC64.
17299
17300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17301         implementation.
17302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17303         (__libc_ifunc_impl_list): Likewise.
17304         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17305         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17306         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17307         memrchr for PPC64.
17308
17309         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17310         implementation.
17311         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17312         (__libc_ifunc_impl_list): Likewise.
17313         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17314         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17315         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17316         memchr for PPC64.
17317
17318         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17319         implementation.
17320         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17321         (__libc_ifunc_impl_list): Likewise.
17322         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17323         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17324         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17325         mempcpy for PPC64.
17326
17327         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17328         avoid cretion of __bzero symbol.
17329         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17330         Likewise.
17331         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17332         Likewise.
17333         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17334         Likewise.
17335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17336         multiarch implementations.
17337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17338         (__libc_ifunc_impl_list): Likewise.
17339         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17340         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17341         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17342         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17343         bzero for PPC32.
17344         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17345         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17346         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17347         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17348         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17349         memset for PPC64.
17350         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17351
17352         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17353         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17354         implementations.
17355         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17356         (__libc_ifunc_impl_list): Likewise.
17357         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17358         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17359         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17360         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17361         memcmp for PPC64.
17362
17363         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17364         multiarch for POWER/PPC64.
17365         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17366         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17367         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17368         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17369         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17370         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17371         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17372         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17373         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17374         memcpy for PPC64.
17375
17376         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17377         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17378         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17379         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17380         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17381         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17382         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17383         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17384         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17385         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17386         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17387         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17388         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17389         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17390         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17398
17399 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17400
17401         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17402
17403 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17404
17405         * benchtests/Makefile (bench): Add exp2 and log2.
17406         (LDLIBS-bench-exp2): Add -lm.
17407         (LDLIBS-bench-log2): Likewise.
17408         * benchtests/exp2-inputs: New inputs file.
17409         * benchtests/log2-inputs: New inputs file.
17410         * benchtests/log-inputs: Add new inputs.
17411         * benchtests/tan-inputs: Likewise.
17412
17413 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17414
17415         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17416         definition...
17417         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17418         (csloww2): ... from here.
17419
17420         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17421         instead of structures.
17422         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17423         (POLYNOMIAL): Likewise.
17424         (TAYLOR_SLOW): Likewise.
17425         (__sin): Likewise.
17426         (__cos): Likewise.
17427         (slow1): Likewise.
17428         (slow2): Likewise.
17429         (sloww): Likewise.
17430         (sloww1); Likewise.
17431         (sloww2): Likewise.
17432         (bsloww1): Likewise.
17433         (bsloww2): Likewise.
17434         (cslow2): Likewise.
17435         (csloww): Likewise.
17436         (csloww1): Likewise.
17437         (csloww2): Likewise.
17438
17439 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17440
17441         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17442         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17443         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17444         * malloc/hooks.c (realloc_check): Likewise.
17445
17446         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17447         * malloc/arena.c: Remove PER_THREAD conditional.
17448         [!PER_THREAD]: Remove code.
17449         (ptmalloc_unlock_all2): Likewise.
17450         (ptmalloc_init): Likewise.
17451         (_int_new_arena): Likewise.
17452         (arena_get2): Likewise.
17453         * malloc/hooks.c (__malloc_get_state): Likewise.
17454         (__malloc_set_state): Likewise.
17455         * malloc/malloc.c: Likewise.
17456         (struct malloc_state): Likewise.
17457         (struct malloc_par): Likewise.
17458         (__libc_realloc): Likewise.
17459         (__libc_mallopt): Likewise.
17460
17461 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17462
17463         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17464
17465 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17466
17467         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17468         macro to a function.  Check for zero perturb_byte.
17469         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17470
17471         * malloc/malloc.c: (force_reg): Remove.
17472         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17473         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17474         force_reg by atomic_forced_read.
17475         * malloc/arena.c (ptmalloc_init): Likewise.
17476         * malloc/hooks.c (top_check): Likewise.
17477
17478 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17479
17480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17481
17482 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17483
17484         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17485
17486 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17487
17488         * math/auto-libm-test-in: Add tests of lgamma.
17489         * math/auto-libm-test-out: Regenerated.
17490         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17491         (M_LOG_2_SQRT_PIl): Likewise.
17492         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17493         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17494         mpfr_f_f1.
17495         (func_calc_desc): Add mpfr_f_f1 union field.
17496         (ARGS1): New macro.
17497         (ARGS2): Likewise.
17498         (ARGS3): Likewise.
17499         (ARGS4): Likewise.
17500         (RET1): Likewise.
17501         (RET2): Likewise.
17502         (CALC): Likewise.
17503         (FUNC): Likewise.
17504         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17505         (test_functions): Add lgamma.
17506         (calc_generic_results): Handle mpfr_f_f1.
17507         * sysdeps/i386/fpu/libm-test-ulps: Update.
17508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17509
17510 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17511
17512         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17513         __mpn_add_n for PowerPC64/POWER7.
17514         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17515         __mpn_sub_n for PowerPC64/POWER7.
17516
17517         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17518         __mpn_addmul_1 for PowerPC64.
17519         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17520         __mpn_submul_1 for PowerPC64.
17521         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17522         for PowerPC64.
17523         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17524         for PowerPC64.
17525
17526 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17527
17528         [BZ #15089]
17529         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17530
17531 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17532
17533         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17534
17535         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17536         add multiarch folders.
17537         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17538         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17539         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17540         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17541         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17542         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17543         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17544         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17545         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17546         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17547         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17554
17555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17556         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17558         New file.
17559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17560         New file.
17561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17562         multiarch __ieee754_hypot for PowerPC32.
17563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17564         New file.
17565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17566         New file.
17567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17568         multiarch __ieee754_hypotf for PowerPC32.
17569
17570         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17571         long_double_symbol only if __logbl is defined.
17572         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17573         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17574         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17575         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17576         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17577         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17578         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17579         path for implementation.
17580         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17581         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17583         logb, and logbl multiarch implementations for PowerPC32.
17584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17585         file.
17586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17587         file.
17588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17589         multiarch logb for PowerPC32.
17590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17591         file.
17592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17593         file.
17594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17595         multiarch logbf for PowerPC32.
17596         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17598         file.
17599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17600         multiarch logbl implementation for PowerPC32.
17601
17602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17603         and modff multiarch implementations.
17604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17605         New file.
17606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17607         New file.
17608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17609         multiarch modf for PowerPC32.
17610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17611         New file.
17612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17613         New file.
17614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17615         multiarch modff for PowerPC32.
17616
17617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17618         and lrintf multiarch implementations.
17619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17620         New file.
17621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17622         New file.
17623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17624         multiarch lrint for PowerPC32.
17625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17626         file: multiarch lrintf for PowerPC32.
17627
17628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17629         and lroundf multiarch implementations.
17630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17631         New file.
17632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17633         New file.
17634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17635         New file.
17636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17637         multiarch lround for PowerPC32.
17638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17639         file: multiarch lroundf for PowerPC32.
17640
17641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17642         copysign and copysignf multiarch implementations.
17643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17644         New file.
17645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17646         New file.
17647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17648         file: multiarch copysign for PowerPC32.
17649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17650         file: multiarch copysignf for PowerPC32.
17651
17652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17653         and truncf multiarch implementations.
17654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17655         New file.
17656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17657         file.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17659         multiarch trunc for PowerPC32.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17661         New file.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17663         New file.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17665         multiarch truncf for PowerPC32.
17666
17667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17668         and roundf multiarch implementations.
17669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17670         New file.
17671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17672         file.
17673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17674         multiarch round for PowerPC32.
17675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17676         New file.
17677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17678         New file.
17679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17680         multiarch roundf for PowerPC32.
17681
17682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17683         and floorf multiarch implementations.
17684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17685         New file.
17686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17687         file.
17688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17689         multiarch floor for PowerPC32.
17690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17691         New file.
17692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17693         New file.
17694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17695         multiarch floorf for PowerPC32.
17696
17697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17698         and ceilf multiarch implementations.
17699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17700         New file.
17701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17702         file.
17703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17704         multiarch ceil for PowerPC32.
17705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17706         New file.
17707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17708         file.
17709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17710         multiarch ceilf for PowerPC32.
17711
17712         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17713         is defined.
17714         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17715         FINITEF is defined.
17716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17717         and finitef multiarch implementations.
17718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17719         New file.
17720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17721         file.
17722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17723         multiarch finite for PowerPC32.
17724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17725         New file.
17726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17727         file: multiarch finitef for PowerPC32.
17728
17729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17730         and isinff multiarch implementations.
17731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17732         file.
17733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17734         file.
17735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17736         multiarch isinf for PowerPC32.
17737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17738         New file.
17739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17740         multiarch isinff for PowerPC32.
17741
17742         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17743         alias when __isnan is defined.
17744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17745         and isnanf multiarch implementations.
17746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17747         file.
17748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17749         file.
17750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17751         file.
17752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17753         file.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17755         multiarch isnan for PowerPC32.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17757         New file.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17759         New file.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17761         multiarch isnanf for PowerPC32.
17762
17763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17764         and sqrtf multiarch implementations.
17765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17766         file.
17767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17768         file.
17769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17770         multiarch sqrt for PowerPC32.
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17772         file.
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17774         file.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17776         multiarch sqrtf for PowerPC32.
17777
17778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17779         and llroundf multiarch implementations.
17780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17781         New file.
17782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17783         New file.
17784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17785         New file.
17786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17787         file: multiarch llround for PowerPC32.
17788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17789         file: multiarch llroundf for PowerPC32.
17790
17791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17792         multiarch PowerPC32 fpu implementations.
17793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17794         New file.
17795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17796         New file.
17797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17798         multiarch llrint for PowerPC32.
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17800         New file.
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17802         New file.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17804         file.
17805
17806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17807
17808         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17809         file.
17810         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17811         file.
17812         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17813         file.
17814         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17815         multiarch wordcopy for PPC32.
17816         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17817         wordcopy objects.
17818         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17819         (__libc_ifunc_impl_list): Likewise.
17820         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17821         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17822         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17823         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17824         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17825         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17826
17827         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17828         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17829         file.
17830         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17831         file.
17832         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17833         file.
17834         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17835         multiarch wcscpy for PPC32.
17836         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17837         multiarch objects.
17838         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17839         (__libc_ifunc_impl_list): Likewise.
17840         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17841         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17842         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17843         sysdeps/powerpc/power6/wcscpy.c.
17844
17845         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17846         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17847         file.
17848         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17849         file.
17850         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17851         file.
17852         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17853         multiarch wcsrchr for PPC32.
17854         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17855         multiarch objects.
17856         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17857         (__libc_ifunc_impl_list): Likewise.
17858         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17859         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17860         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17861         sysdeps/powerpc/power6/wcsrchr.c.
17862
17863         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17864         file.
17865         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17866         file.
17867         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17868         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17869         multiarch wcschr for PPc32.
17870         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17871         multiarch objects.
17872         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17873         (__libc_ifunc_impl_list): Likewise.
17874         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17875         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17876         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17877         sysdeps/powerpc/power6/wcschr.c.
17878
17879         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17880         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17881         file.
17882         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17883         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17884         file: multiarch strchr for PPC32.
17885         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17886         multiarch objects.
17887         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17888         (__libc_ifunc_impl_list): Likewise.
17889
17890         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17891         name.
17892         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17893         file.
17894         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17895         file.
17896         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17897         multiarch strchrnul for PPC32.
17898         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17899         multiarch objects.
17900         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17901         (__libc_ifunc_impl_list): Likewise.
17902
17903         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17904         file.
17905         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17906         multiarch strncasecmp for PPC32.
17907         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17908         file.
17909         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17910         multiarch strncasecmp_l for PPC32.
17911         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17912         strncasecmp multiarch objects.
17913         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17914         (__libc_ifunc_impl_list): Likewise.
17915
17916         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17917         file.
17918         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17919         multiarch strncasecmp for PPC32.
17920         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17921         New file.
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17923         multiarch strcasecmp_l for PPC32.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17925         multiarch objects.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17927         (__libc_ifunc_impl_list): Likewise.
17928
17929         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17930         file.
17931         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17932         file.
17933         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17934         multiarch strncmp for PPC32.
17935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17936         multiarch objects.
17937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17938         (__libc_ifunc_impl_list): Likewise.
17939
17940         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17941         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17942         file.
17943         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17944         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17945         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
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/strlen-power7.S: New
17951         file.
17952         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17953         file.
17954         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17955         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
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/rawmemchr-power7.S: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17963         file.
17964         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17965         multiarch rawmemchr for PPC32.
17966         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17967         multiarch objects.
17968         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17969         (__libc_ifunc_impl_list): Likewise.
17970
17971         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17972         file.
17973         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17974         file.
17975         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17976         file: memrchr multiarch for PPC32.
17977         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17978         multiarch objects.
17979         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17980         (__libc_ifunc_impl_list): Likewise.
17981
17982         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17983         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17984         file.
17985         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17986         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17987         multiarch memchr for PPC32.
17988         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17989         multiarch objects.
17990         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17991         (__libc_ifunc_impl_list): Likewise.
17992
17993         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17995         file.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17997         file.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17999         file: multiarch mempcpy for PPC32.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18001         multiarch objects.
18002         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18003         (__libc_ifunc_impl_list): Likewise.
18004
18005         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18006         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18007         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18008         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18009         multiarch bzero for PPC32.
18010         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18011         file.
18012         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18013         file.
18014         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18015         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18016         file: multiarch memset for PPC32.
18017         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18018         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18019         memset multiarch objects.
18020         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18021         (__libc_ifunc_impl_list): Likewise.
18022
18023         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18024         file.
18025         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18026         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18027         memcmp for PPC32.
18028         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18029         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18030         multiarch objects.
18031         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18032         (__libc_ifunc_impl_list): Likewise.
18033
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18035         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18037         file.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18039         file.
18040         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18041         file.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18043         multiarch memcpy for PPC32.
18044         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18045         multiarch objects.
18046         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18047         (__libc_ifunc_impl_list): Likewise.
18048
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18050         support multiarch for POWER/PPC32.
18051         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18052         Likewise.
18053         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18055         Implies file to make multiarch folder appers before the fpu and
18056         default folder for power4 configuration.
18057
18058 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18059
18060         * scripts/bench.pl: Append volatile keyword to type.
18061
18062 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18063
18064         * sysdeps/sh/sotruss-lib.c: New file.
18065         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18066
18067 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18068
18069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18070
18071 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18072
18073         [BZ #6810]
18074         * math/w_tgamma.c: Include <errno.h>.
18075         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18076         * math/w_tgammaf.c: Include <errno.h>.
18077         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18078         * math/w_tgammal.c: Include <errno.h>.
18079         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18080         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18081         underflow.  Add more tgamma tests.
18082         * math/auto-libm-test-out: Regenerated.
18083         * sysdeps/i386/fpu/libm-test-ulps: Update.
18084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18085
18086         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18087         sin, sinh, tan, tanh, tgamma, y0 and y1.
18088         * math/auto-libm-test-out: Regenerated.
18089         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18090         (TEST_COND_x86): Likewise.
18091         (M_E2l): Remove macro.
18092         (M_E3l): Likewise.
18093         (M_2_SQRT_PIl): Likewise.
18094         (M_SQRT_PIl): Likewise.
18095         (M_1_DIV_El): Likewise.
18096         (log_test_data): Use AUTO_TESTS_f_f.
18097         (log10_test_data): Likewise.
18098         (log1p_test_data): Likewise.
18099         (log2_test_data): Likewise.
18100         (sin_test_data): Likewise.
18101         (sin_tonearest_test_data): Likewise.
18102         (sin_towardzero_test_data): Likewise.
18103         (sin_downward_test_data): Likewise.
18104         (sin_upward_test_data): Likewise.
18105         (sinh_test_data): Likewise.
18106         (sinh_tonearest_test_data): Likewise.
18107         (sinh_towardzero_test_data): Likewise.
18108         (sinh_downward_test_data): Likewise.
18109         (sinh_upward_test_data): Likewise.
18110         (tan_test_data): Likewise.
18111         (tan_tonearest_test_data): Likewise.
18112         (tan_towardzero_test_data): Likewise.
18113         (tan_downward_test_data): Likewise.
18114         (tan_upward_test_data): Likewise.
18115         (tanh_test_data): Likewise.
18116         (tgamma_test_data): Likewise.
18117         (y0_test_data): Likewise.
18118         (y1_test_data): Likewise.
18119         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18120         (special_real_inputs): Add pi/4.
18121         * sysdeps/i386/fpu/libm-test-ulps: Update.
18122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18123
18124 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18125
18126         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18127         "longjmp_target" static probes.
18128         (__longjmp): Rename to __longjmp_symbol.
18129         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18130         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18131         on which longjmp to generate.
18132         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18133         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18134         probe.
18135         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18136         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18137         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18138         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18139         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18140         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18142         __longjmp_symbol based on which __longjmp to generate.
18143         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18144         probe.
18145         (setjmp): Rename to setjmp_symbol.
18146         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18147         (_setjmp): Rename to _setjmp_symbol.
18148         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18149         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18150         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18151         which setjmp to generate.
18152         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18153         "longjmp_target" static probes.
18154
18155 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18156
18157         * benchtests/README: Add note about output arguments.
18158         * benchtests/bench-sincos.c: Remove file.
18159         * benchtests/sincos-inputs: New file.
18160         * scripts/bench.pl: Identify output arguments and define
18161         static variables for them.
18162
18163         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18164
18165         [BZ #15941]
18166         * Makefile (INSTALL): Add install-plain.texi as the primary
18167         dependency.
18168         * manual/install-plain.texi: New file.
18169         * manual/install.texi: Include node directive only for
18170         non-plaintext output.
18171
18172 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18173
18174         * stdlib/longlong.h: Update from GCC.
18175
18176         [BZ #6807]
18177         [BZ #15901]
18178         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18179         * math/w_j0f.c (y0f): Likewise.
18180         * math/w_j0l.c (__y0l): Likewise.
18181         * math/w_j1.c (y1): Likewise.
18182         * math/w_j1f.c (y1f): Likewise.
18183         * math/w_j1l.c (__y1l): Likewise
18184         * math/w_jn.c (yn): Likewise.
18185         * math/w_jnf.c (ynf): Likewise.
18186         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18187         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18188         value for Bessel function domain errors outside _SVID_ mode.
18189         Adjust sign of return value for yn (negative integer, 0).
18190         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18191         by zero in return for negative x and set sign appropriately for
18192         negative n.
18193         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18194         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18195         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18196         expectations in error cases.
18197         (y1_test_data): Likewise.
18198         (yn_test_data): Likewise.
18199         * sysdeps/i386/fpu/libm-test-ulps: Update.
18200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18201
18202 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18203
18204         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18205         "64" to "64-v1".  Add "64-v2".
18206         (abi-64-options): Rename to ...
18207         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18208         (abi-64-condition): Rename to ...
18209         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18210         (abi-64-ld-soname): Rename to ...
18211         (abi-64-v1-ld-soname): ... this.
18212         (abi-64-v2-options): Define.
18213         (abi-64-v2-condition): Likewise.
18214         (abi-64-v2-ld-soname): Likewise.
18215         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18216         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18220
18221 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18222             Alan Modra  <amodra@gmail.com>
18223
18224         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18225         New versions for use with the ELFv2 ABI.
18226         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18227         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18228         declaration.
18229         (struct La_ppc64v2_retval): Likewise.
18230         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18231         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18232         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18233         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18234         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18235         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18236         Do not save or restore CR.
18237         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18238         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18239         return values for ELFv2 ABI.  Fix location of FPR return registers.
18240         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18241         updated values for _CALL_ELF == 2.
18242         (La_regs, La_retval, int_retval): Likewise.
18243
18244 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18245
18246         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18247         (FRAME_MIN_SIZE_PARM): Likewise.
18248         (FRAME_BACKCHAIN): Likewise.
18249         (FRAME_CR_SAVE): Likewise.
18250         (FRAME_LR_SAVE): Likewise.
18251         (FRAME_TOC_SAVE): Likewise.
18252         (FRAME_PARM_SAVE): Likewise.
18253         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18254         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18255         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18256         (call_mcount_parm_offset): New macro.
18257         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18258         (PROF): Use symbolic stack frame offsets.
18259         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18260         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18261         Redefine in terms of FRAME_MIN_SIZE.
18262         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18263         (_dl_profile_resolve): Likewise.  Update comment.
18264         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18265         symbols stack frame offsets.
18266         (__sigsetjmp): Likewise.
18267         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18268         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18269         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18270         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18271
18272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18273         (FRAME_BACKCHAIN): Remove.
18274         (FRAME_CR_SAVE): Likewise.
18275         (FRAME_LR_SAVE): Likewise.
18276         (FRAME_COMPILER_DW): Likewise.
18277         (FRAME_LINKER_DW): Likewise.
18278         (FRAME_TOC_SAVE): Likewise.
18279         (FRAME_PARM_SAVE): Likewise.
18280         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18281         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18282         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18284         (CHECK_SP): Use symbolic stack frame offsets.
18285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18286         zone" instead of caller's parameter save area for temp storage.
18287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18288         Likewise.  Also, use symbolic stack frame offsets.
18289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18290         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18291         our own stack frame instead of the caller's.
18292         (__socket): Use symbolic stack frame offsets.
18293
18294 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18295             Alan Modra  <amodra@gmail.com>
18296
18297         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18298         Define.
18299         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18300         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18301         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18302         New function.
18303         (elf_machine_fixup_plt): Call it.
18304         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18305         reloc arguments.
18306         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18307         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18308         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18309         r2 before calling target.
18310
18311 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18312             Alan Modra  <amodra@gmail.com>
18313
18314         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18315         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18316         versions of macros to support ELFv2 ABI.
18317         (LOCALENTRY): New macro.
18318         (ENTRY, EALIGN): Use it.
18319         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18320         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18321         fall through into ENTRY entry point.
18322         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18323         Only define if _CALL_ELF != 2.
18324
18325         (elf_machine_matches_host): Verify ABI version matches.
18326         (RTLD_START): Use LOCALENTRY.
18327         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18328         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18329         (PLT_ENTRY_WORDS): New macro.
18330         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18331         (elf_machine_runtime_setup): Support ELFv2 ABI.
18332         (elf_machine_fixup_plt): Likewise.
18333         (elf_machine_plt_conflict): Likewise.
18334         (resolve_ifunc): Likewise.
18335         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18336         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18337         Likewise.
18338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18339         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18341         (makecontext): Support ELFv2 ABI.
18342         * elf/elf.h (EF_PPC64_ABI): Define.
18343
18344 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18345
18346         * sysdeps/powerpc/powerpc64/sysdep.h
18347         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18348         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18349         (ENTRY) [ASSEMBLER]: ... but instead here ...
18350         (EALIGN) [ASSEMBLER]: ... and here.
18351         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18352         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18353         (ENTRY_2) [!ASSEMBLER]: Use it.
18354         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18355         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18356         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18357         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18358         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18360         Use PPC64_LOAD_FUNCPTR.
18361
18362         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18363
18364 2013-12-04  Alan Modra  <amodra@gmail.com>
18365
18366         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18367         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18368         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18369         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18370
18371         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18372         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18373         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18374         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18375         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18376         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18377
18378 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18379
18380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18381         (__makecontext): Fix incorrect CFI when backtracing out of
18382         context created via makecontext.
18383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18384         (__setcontext): Fix incorrect CFI during switch to new context.
18385         (__novec_setcontext): Likewise.
18386
18387 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18388
18389         [BZ #4772]
18390         * time/strptime_l.c (__strptime_internal): Allow modifiers
18391         in strptime.
18392         * time/tst-strptime.c (day_tests): Add testcase.
18393
18394 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18395
18396         * scripts/bench.pl: Skip over blank lines.
18397
18398 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         [BZ #926]
18401         * manual/time.texi (Calendar Time): Clarify what timezone functions
18402         use.
18403
18404 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18405
18406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18407
18408 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18409
18410         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18411         implementation.
18412         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18413         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18414         * debug/memset_chk.c (__memset_chk): Likewise.
18415         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18416         * debug/strncpy_chk.c: Likewise.
18417
18418 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18419
18420         [BZ #15268]
18421         [BZ #15425]
18422         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18423         (__ieee754_exp): For possibly underflowing results, check size of
18424         result and force underflow exception if required.
18425         * math/auto-libm-test-in: Add more tests of exp.
18426         * math/auto-libm-test-out: Regenerated.
18427         * sysdeps/i386/fpu/libm-test-ulps: Update.
18428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18429
18430         [BZ #16283]
18431         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18432         * math/w_exp2f.c (__exp2f): Likewise.
18433         * math/w_exp2l.c (__exp2l): Likewise.
18434         * math/auto-libm-test-in: Do not allow missing errno on exp2
18435         underflow.
18436         * math/auto-libm-test-out: Regenerated.
18437
18438 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18439
18440         [BZ #16274]
18441         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18442         handle filename validation.
18443         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18444         (do_open): Delete.
18445
18446 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18447
18448         [BZ #6786]
18449         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18450         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18451         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18452         <float.h>.
18453         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18454         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18455         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18456         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18457         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18458         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18459         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18460         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18461         Add more erfc tests.
18462         * math/auto-libm-test-out: Regenerated.
18463         * sysdeps/i386/fpu/libm-test-ulps: Update.
18464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18465
18466         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18467         exp2, expm1, j0 and j1.
18468         * math/auto-libm-test-out: Regenerated.
18469         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18470         (erfc_test_data): Likewise.
18471         (exp_test_data): Likewise.
18472         (exp_tonearest_test_data): Likewise.
18473         (exp_towardzero_test_data): Likewise.
18474         (exp_downward_test_data): Likewise.
18475         (exp_upward_test_data): Likewise.
18476         (exp10_test_data): Likewise.
18477         (exp2_test_data): Likewise.
18478         (expm1_test_data): Likewise.
18479         (j0_test_data): Likewise.
18480         (j1_test_data): Likewise.
18481         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18482         (input_flag_type): Add flag_xfail_rounding.
18483         (input_flags): Add xfail-rounding.
18484         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18485         (output_for_one_input_case): Handle flag_xfail_rounding.
18486         * sysdeps/i386/fpu/libm-test-ulps: Update.
18487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18488
18489 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18490
18491         [BZ #16289]
18492         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18493         division by 0.
18494
18495 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18496
18497         [BZ #16195]
18498         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18499         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18500         (STAP_PROBE0): New macro.
18501         (STAP_PROBE1): Likewise.
18502         (STAP_PROBE2): Likewise.
18503         (STAP_PROBE3): Likewise.
18504         (STAP_PROBE4): Likewise.
18505
18506 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18507
18508         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18509
18510 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18511
18512         * benchtests/Makefile (bench): Add sqrt.
18513         (LDLIBS-bench-sqrt): New.
18514         * benchtests/sqrt-input: New.
18515
18516 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18517
18518         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18519         (GAIH_EAI): Likewise.
18520         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18521         (gaih_inet): Likewise.
18522         (getaddrinfo): Don't use GAIH_EAI.
18523
18524         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18525         (struct gaih): Remove definition.
18526
18527 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18528
18529         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18530         Use HERRNOP directly.
18531
18532 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18533
18534         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18535
18536 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18537
18538         * math/gen-auto-libm-tests.c (test_functions): Add more
18539         single-argument functions.
18540         (special_fill_pi_2): New function.
18541         (special_fill_minus_pi_2): Likewise.
18542         (special_fill_pi_6): Likewise.
18543         (special_fill_minus_pi_6): Likewise.
18544         (special_fill_pi_3): Likewise.
18545         (special_fill_2pi_3): Likewise.
18546         (special_fill_e): Likewise.
18547         (special_fill_1_e): Likewise.
18548         (special_fill_e_minus_1): Likewise.
18549         (special_real_inputs): Add more special inputs.
18550         (output_for_one_input_case): Do not require ERANGE on underflow to
18551         zero if round-to-nearest result does not underflow to zero, unless
18552         exact results required.
18553         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18554         atan, atanh, cbrt, cos and cosh.
18555         * math/auto-libm-test-out: Regenerated.
18556         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18557         (acos_tonearest_test_data): Likewise.
18558         (acos_towardzero_test_data): Likewise.
18559         (acos_downward_test_data): Likewise.
18560         (acos_upward_test_data): Likewise.
18561         (acosh_test_data): Likewise.
18562         (asin_test_data): Likewise.
18563         (asin_tonearest_test_data): Likewise.
18564         (asin_towardzero_test_data): Likewise.
18565         (asin_upward_test_data): Likewise.
18566         (asinh_test_data): Likewise.
18567         (atan_test_data): Likewise.
18568         (atanh_test_data): Likewise.
18569         (cbrt_test_data): Likewise.
18570         (cos_test_data): Likewise.
18571         (cos_tonearest_test_data): Likewise.
18572         (cos_towardzero_test_data): Likewise.
18573         (cos_downward_test_data): Likewise.
18574         (cos_upward_test_data): Likewise.
18575         (cosh_test_data): Likewise.
18576         (cosh_tonearest_test_data): Likewise.
18577         (cosh_towardzero_test_data): Likewise.
18578         (cosh_downward_test_data): Likewise.
18579         (cosh_upward_test_data): Likewise.
18580         * sysdeps/i386/fpu/libm-test-ulps: Update.
18581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18582
18583 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18584
18585         [BZ #6787]
18586         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18587         * math/w_exp10f.c (__exp10f): Likewise.
18588         * math/w_exp10l.c (__exp10l): Likewise.
18589         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18590         errno settings in existing tests.
18591
18592         [BZ #14032]
18593         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18594         precision control set to double precision.
18595         * sysdeps/i386/fpu/w_sqrt.c: New file.
18596         * math/auto-libm-test-in: Add more tests.
18597         * math/auto-libm-test-out: Update.
18598
18599         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18600         (sqrt_test_tonearest): New function.
18601         (sqrt_towardzero_test_data): New variable.
18602         (sqrt_test_towardzero): New function.
18603         (sqrt_downward_test_data): New variable.
18604         (sqrt_test_downward): New function.
18605         (sqrt_upward_test_data): New variable.
18606         (sqrt_test_upward): New function.
18607         (main): Call the new functions.
18608
18609         * math/gen-auto-libm-tests.c: New file.
18610         * math/auto-libm-test-in: Likewise.
18611         * math/auto-libm-test-out: New generated file.
18612         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18613         variables.
18614         (%beautify): Add generated representations of zero.
18615         (top level): Set $auto_input and call parse_auto_input.
18616         (beautify): Remove trailing "f" from hex float constants.
18617         (parse_args): Handle XFAIL_TEST.
18618         (convert_condition): New function.
18619         (or_value): Likewise.
18620         (or_cond_value): Likewise.
18621         (generate_testfile): Handle AUTO_TESTS_* lines.
18622         (parse_auto_input): New function.
18623         * math/libm-test.inc (XFAIL_TEST): New macro.
18624         (ERRNO_UNCHANGED): Update value.
18625         (ERRNO_EDOM): Likewise.
18626         (ERRNO_ERANGE): Likewise.
18627         (IGNORE_RESULT): Likewise.
18628         (TEST_COND_flt_32): New macro.
18629         (TEST_COND_dbl_64): Likewise.
18630         (TEST_COND_ldbl_96_intel): Likewise.
18631         (TEST_COND_ldbl_96_m68k): Likewise.
18632         (TEST_COND_ldbl_128): Likewise.
18633         (TEST_COND_ldbl_128ibm): Likewise.
18634         (TEST_COND_long32): Likewise.
18635         (TEST_COND_long64): Likewise.
18636         (TEST_COND_before_rounding): Likewise.
18637         (TEST_COND_after_rounding): Likewise.
18638         (enable_test): Handle XFAIL_TEST flag.
18639         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18640         with finite results.
18641         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18642         auto-libm-test-out.
18643
18644 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18645             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18646
18647         [BZ #16214]
18648         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18649         __tls_get_addr_internal instead of __tls_get_offset in order to
18650         avoid GOT pointer dependency.  Make rtld export
18651         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18652         __tls_get_addr since we are a __tls_get_offset platform.
18653         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18654         GOT pointer being set up before.
18655         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18656
18657 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18658
18659         * manual/math.texi (Errors in Math Functions): Document accuracy
18660         goals.
18661
18662         [BZ #15004]
18663         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18664         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18665         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18666         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18667         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18668         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18669         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18670         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18671         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18672         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18673         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18674         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18675         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18676         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18677         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18678         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18679
18680         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18681         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18682         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18683         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18684         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18685         Likewise.
18686         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18687         Likewise.
18688         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18689         Likewise.
18690         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18691         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18692         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18693         atomic-feupdateenv and flt-rounds.
18694         * sysdeps/powerpc/nofpu/Versions (libc): Add
18695         __atomic_feholdexcept, __atomic_feclearexcept,
18696         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18697         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18698         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18699         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18700         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18701         here.
18702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18703         Update.
18704
18705         * manual/arith.texi (FP Exceptions): Document that exceptions may
18706         not be raised when matherr is used.
18707         (Math Error Reporting): Document overflow in directed rounding
18708         modes.  Document that errno may not be set when finite values are
18709         returned on overflow.  Document intent to set errno on underflow
18710         only for underflow to zero.
18711
18712         [BZ #16271]
18713         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18714         round-to-nearest then adjust result for other rounding modes.
18715         * include/fenv.h (fegetround): Use libm_hidden_proto.
18716         * math/fegetround.c (fegetround): Use libm_hidden_def.
18717         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18718         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18719         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18720         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18721         Likewise.
18722         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18723         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18724         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18725         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18726
18727 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18728
18729         [BZ #16077]
18730         * nss/Versions (libnss_files): Add
18731         _nss_files_gethostbyname3_r.
18732         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18733         New function.
18734         (HOST_DB_LOOKUP): Remove macro.
18735         (_nss_files_gethostbyname_r): Implement function without the
18736         HOST_DB_LOOKUP macro.
18737         (_nss_files_gethostbyname2_r): Likewise.
18738
18739 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18740
18741         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18742
18743 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18744
18745         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18746         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18747         warning.
18748
18749 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18750
18751         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18752         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18753         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18754         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18755         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18756         __fe_nomask_env_priv and attribute_hidden.
18757         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18758         (libc_feupdateenv_test_ppc): Likewise.
18759         (libc_feresetround_ppc): Likewise.
18760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18761         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18762         compat_symbol macro.
18763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18764         (__fe_nomask_env): Likewise.
18765         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18766
18767 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18768
18769         * string/Makefile: Remove ifunc tests.
18770         * string/test-string.h: Define TEST_IFUNC.
18771         * string/test-bcopy-ifunc.c: Remove.
18772         * string/test-bzero-ifunc.c: Likewise.
18773         * string/test-memccpy-ifunc.c: Likewise.
18774         * string/test-memchr-ifunc.c: Likewise.
18775         * string/test-memcmp-ifunc.c: Likewise.
18776         * string/test-memcpy-ifunc.c: Likewise.
18777         * string/test-memmem-ifunc.c: Likewise.
18778         * string/test-memmove-ifunc.c: Likewise.
18779         * string/test-mempcpy-ifunc.c: Likewise.
18780         * string/test-memrchr-ifunc.c: Likewise.
18781         * string/test-memset-ifunc.c: Likewise.
18782         * string/test-rawmemchr-ifunc.c: Likewise.
18783         * string/test-stpcpy-ifunc.c: Likewise.
18784         * string/test-stpncpy-ifunc.c: Likewise.
18785         * string/test-strcasecmp-ifunc.c: Likewise.
18786         * string/test-strcasestr-ifunc.c: Likewise.
18787         * string/test-strcat-ifunc.c: Likewise.
18788         * string/test-strchr-ifunc.c: Likewise.
18789         * string/test-strchrnul-ifunc.c: Likewise.
18790         * string/test-strcmp-ifunc.c: Likewise.
18791         * string/test-strcpy-ifunc.c: Likewise.
18792         * string/test-strcspn-ifunc.c: Likewise.
18793         * string/test-strlen-ifunc.c: Likewise.
18794         * string/test-strncasecmp-ifunc.c: Likewise.
18795         * string/test-strncat-ifunc.c: Likewise.
18796         * string/test-strncmp-ifunc.c: Likewise.
18797         * string/test-strncpy-ifunc.c: Likewise.
18798         * string/test-strnlen-ifunc.c: Likewise.
18799         * string/test-strpbrk-ifunc.c: Likewise.
18800         * string/test-strrchr-ifunc.c: Likewise.
18801         * string/test-strspn-ifunc.c: Likewise.
18802         * string/test-strstr-ifunc.c: Likewise.
18803
18804 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18805
18806         * benchtests/Makefile: Remove ifunc tests.
18807         * benchtests/bench-string.h: Define TEST_IFUNC.
18808         * benchtests/bench-bcopy-ifunc.c: Remove.
18809         * benchtests/bench-bzero-ifunc.c: Likewise.
18810         * benchtests/bench-memccpy-ifunc.c: Likewise.
18811         * benchtests/bench-memchr-ifunc.c: Likewise.
18812         * benchtests/bench-memcmp-ifunc.c: Likewise.
18813         * benchtests/bench-memcpy-ifunc.c: Likewise.
18814         * benchtests/bench-memmem-ifunc.c: Likewise.
18815         * benchtests/bench-memmove-ifunc.c: Likewise.
18816         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18817         * benchtests/bench-memrchr-ifunc.c: Likewise.
18818         * benchtests/bench-memset-ifunc.c: Likewise.
18819         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18820         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18821         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18822         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18823         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18824         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18825         * benchtests/bench-strcat-ifunc.c: Likewise.
18826         * benchtests/bench-strchr-ifunc.c: Likewise.
18827         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18828         * benchtests/bench-strcmp-ifunc.c: Likewise.
18829         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18830         * benchtests/bench-strcpy-ifunc.c: Likewise.
18831         * benchtests/bench-strcspn-ifunc.c: Likewise.
18832         * benchtests/bench-strlen-ifunc.c: Likewise.
18833         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18834         * benchtests/bench-strncat-ifunc.c: Likewise.
18835         * benchtests/bench-strncmp-ifunc.c: Likewise.
18836         * benchtests/bench-strncpy-ifunc.c: Likewise.
18837         * benchtests/bench-strnlen-ifunc.c: Likewise.
18838         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18839         * benchtests/bench-strrchr-ifunc.c: Likewise.
18840         * benchtests/bench-strsep-ifunc.c: Likewise.
18841         * benchtests/bench-strspn-ifunc.c: Likewise.
18842         * benchtests/bench-strstr-ifunc.c: Likewise.
18843
18844 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18845
18846         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18847
18848 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18849
18850         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18851         * rt/aio.h: Likewise.
18852         * sysdeps/gnu/bits/utmp.h: Likewise.
18853         * sysdeps/gnu/bits/utmpx.h: Likewise.
18854         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18855         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18856         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18857         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18858         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18859         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18860         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18861         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18862         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18863         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18864         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18865         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18866         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18868         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18869         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18870         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18871         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18872         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18873         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18874         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18875         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18876         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18877         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18878         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18879         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18880         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18881         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18882         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18883         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18884         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18885         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18886         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18887         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18888         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18889         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18890         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18891         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18892         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18893         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18894         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18895         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18896
18897 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18898
18899         [BZ #16245]
18900         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18901         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18902
18903 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18904
18905         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18906         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18907         Likewise.
18908
18909 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18910
18911         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18912         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18913         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18914         (__fesetround): Remove define.
18915         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18916         rounding and exceptions handling.
18917         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18918         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18919         (__fe_nomask_env): Likewise.
18920         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18921         __fegetround instead of fegetround.
18922         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18923         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18924
18925 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18926
18927         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18928         it's there.
18929
18930         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18931
18932 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18933
18934         [BZ #11157]
18935         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18936         (encrypt_r): Likewise.
18937         * malloc/obstack.h (obstack_free): Likewise.
18938         * posix/unistd.h (encrypt): Likewise.
18939
18940 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18941
18942         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18943         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18944         DL_CALL_DT_FINI() that call the functions directly.
18945         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18946         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18947         * elf/dl-fini.c: Likewise.
18948
18949 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18950
18951         * malloc/hooks.c (memalign_check): Add alignment rounding.
18952         * malloc/malloc.c (_mid_memalign): New function.
18953         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18954         Implement by calling _mid_memalign.
18955         * manual/probes.texi (Memory Allocation Probes): Remove
18956         memory_valloc_retry and memory_pvalloc_retry.
18957
18958 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18959
18960         * locale/programs/locarchive.c (open_archive): Add const
18961         qualifier to ARCHIVEFNAME and copy default fname to
18962         DEFAULT_FNAME.
18963
18964         [BZ #15601]
18965         * libio/tst-widetext.input: Rename Oriya to Odia.
18966         * locale/iso-639.def: Likewise.
18967
18968         * manual/probes.texi (Mathematical Function Probes): Add
18969         documentation for sin, cos, asin and acos probes.
18970         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18971         (__sin32): Add slowasin probe.
18972         (__cos32): Add slowacos probe.
18973         (__mpsin): Add slowsin probe.
18974         (__mpcos): Add slowcos probe.
18975
18976 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18977
18978         [BZ #15483]
18979         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18980         thread-local __sim_exceptions_thread and global
18981         __sim_exceptions_global.
18982         (__sim_disabled_exceptions): Change to thread-local
18983         __sim_disabled_exceptions_thread and global
18984         __sim_disabled_exceptions_global.
18985         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18986         and global __sim_round_mode_global.
18987         (__simulate_exceptions): Use thread-local floating-point state and
18988         set global state from it as needed.
18989         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18990         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18991         __sim_round_mode_thread.
18992         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18993         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18994         and global __sim_exceptions_global.
18995         (__sim_disabled_exceptions): Change to thread-local
18996         __sim_disabled_exceptions_thread and global
18997         __sim_disabled_exceptions_global.
18998         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18999         and global __sim_round_mode_global.
19000         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19001         (SIM_SET_GLOBAL): Likewise.
19002         * sysdeps/powerpc/soft-fp/sfp-machine.h
19003         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19004         __sim_round_mode_thread.
19005         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19006         __sim_disabled_exceptions_thread.
19007         (__sim_exceptions): Change to __sim_exceptions_thread.
19008         (__sim_disabled_exceptions): Change to
19009         __sim_disabled_exceptions_thread.
19010         (__sim_round_mode): Change to __sim_round_mode_thread.
19011         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19012         thread-local floating-point state and set global state from it as
19013         needed.
19014         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19015         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19016         (__sim_disabled_exceptions): Remove extern declaration.
19017         (feenableexcept): Use thread-local floating-point state and set
19018         global state from it as needed.
19019         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19020         extern declaration.
19021         (__sim_disabled_exceptions): Likewise.
19022         (__sim_round_mode): Likewise.
19023         (__fegetenv): Use thread-local floating-point state.
19024         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19025         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19026         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19027         floating-point state and set global state from it as needed.
19028         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19029         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19030         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19031         Likewise.
19032         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19033         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19034         Likewise.
19035         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19036         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19037         Use __sim_round_mode_thread.
19038         * math/test-fenv-tls.c: New file.
19039         * math/Makefile (tests): Add test-fenv-tls.
19040         ($(objpfx)test-fenv-tls): Depend on
19041         $(common-objpfx)nptl/libpthread.so.
19042
19043 2013-11-19  Andreas Schwab  <schwab@suse.de>
19044
19045         * locale/programs/locale.c (show_info): Decode wordarray elements.
19046         * locale/categories.def (LC_MONETARY): Add element for
19047         _NL_MONETARY_CRNCYSTR.
19048         * locale/C-monetary.c (conversion_rate): New variable.
19049         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19050         element.
19051
19052 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19053
19054         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19055         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19056
19057 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19058
19059         * elf/Makefile (tst-auxv): New test.
19060         * elf/tst-auxv.c: New
19061         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19062
19063 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19064
19065         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19066         (hidden_proto): Caller changed.
19067         (hidden_tls_proto): New macro.
19068         (libc_hidden_tls_proto): Likewise.
19069         (rtld_hidden_tls_proto): Likewise.
19070         (libm_hidden_tls_proto): Likewise.
19071         (libresolv_hidden_tls_proto): Likewise.
19072         (librt_hidden_tls_proto): Likewise.
19073         (libdl_hidden_tls_proto): Likewise.
19074         (libnss_files_hidden_tls_proto): Likewise.
19075         (libnsl_hidden_tls_proto): Likewise.
19076         (libnss_nisplus_hidden_tls_proto): Likewise.
19077         (libutil_hidden_tls_proto): Likewise.
19078
19079 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19080
19081         [BZ #10253]
19082         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19083         (decompose_rpath): Defer expansion to fillin_rpath.
19084         (_dl_init_paths): Pass linkmap to fillin_rpath.
19085
19086 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19087
19088         * benchtests/Makefile: Add strsep.
19089         * benchtests/bench-strsep.c: New file: strsep benchtest.
19090         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19091
19092 2013-11-18  Andreas Schwab  <schwab@suse.de>
19093
19094         * locale/programs/locale.c (show_info) [case byte]: Check for
19095         '\377' instead of '\177'.
19096         * locale/C-monetary.c (not_available): Always use "\377".
19097         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19098         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19099         detect unavailable sign_posn locale elements.
19100         * locale/localeconv.c (__localeconv): For grouping and
19101         mon_grouping handle "\177" and "\377" like no grouping.
19102         (INT_ELEM): New macro.  Use it to set all numeric members.
19103         * locale/programs/ld-monetary.c (monetary_read)
19104         <tok_mon_grouping>: Normalize single -1 to the empty string.
19105         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19106         Likewise.
19107
19108 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19109
19110         [BZ #16055]
19111         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19112         when we match (nil).
19113         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19114
19115 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19116
19117         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19118         (NO_TEST_INLINE): Update value.
19119         (ERRNO_UNCHANGED): Likewise.
19120         (ERRNO_EDOM): Likewise.
19121         (ERRNO_ERANGE): Likewise.
19122         (IGNORE_RESULT): Likewise.
19123         (check_float_internal): Check signs of NaN results if
19124         TEST_NAN_SIGN used.
19125         (check_complex): Pass TEST_NAN_SIGN flag through to second
19126         check_float_internal call.
19127         (copysign_test_data): Add tests with quiet NaNs as second
19128         argument.  Use TEST_NAN_SIGN.
19129         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19130         TEST_NAN_SIGN.
19131         (signbit_test_data): Add tests of quiet NaN argument.
19132         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19133
19134         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19135         $ignore_result.
19136         (parse_args): Handle function results specified as IGNORE.
19137         * math/libm-test.inc (IGNORE_RESULT): New macro.
19138         (check_float_internal): Do not check numerical result if flag
19139         IGNORE_RESULT set.
19140         (check_complex): Pass through IGNORE_RESULT to second
19141         check_float_internal call.
19142         (check_int): Do not check numerical result if flag IGNORE_RESULT
19143         set.
19144         (check_long): Likewise.
19145         (check_bool): Likewise.
19146         (check_longlong): Likewise.
19147         (lrint_test_data): Add tests of infinite and NaN arguments.
19148         (lrint_tonearest_test_data): Likewise.
19149         (lrint_towardzero_test_data): Likewise.
19150         (lrint_downward_test_data): Likewise.
19151         (lrint_upward_test_data): Likewise.
19152         (llrint_test_data): Likewise.
19153         (llrint_tonearest_test_data): Likewise.
19154         (llrint_towardzero_test_data): Likewise.
19155         (llrint_downward_test_data): Likewise.
19156         (llrint_upward_test_data): Likewise.
19157         (lround_test_data): Likewise.
19158         (llround_test_data): Likewise.
19159
19160         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19161         (ERRNO_UNCHANGED): Update value.
19162         (ERRNO_EDOM): Likewise.
19163         (ERRNO_ERANGE): Likewise.
19164         (NO_TEST_INLINE_FLOAT): New macro.
19165         (NO_TEST_INLINE_DOUBLE): Likewise.
19166         (enable_test): New function.
19167         (RUN_TEST_f_f): Check enable_test before running test.
19168         (RUN_TEST_2_f): Likewise.
19169         (RUN_TEST_fff_f): Likewise.
19170         (RUN_TEST_c_f): Likewise.
19171         (RUN_TEST_f_f1): Likewise.
19172         (RUN_TEST_fF_f1): Likewise.
19173         (RUN_TEST_fI_f1): Likewise.
19174         (RUN_TEST_ffI_f1): Likewise.
19175         (RUN_TEST_c_c): Likewise.
19176         (RUN_TEST_cc_c): Likewise.
19177         (RUN_TEST_f_i): Likewise.
19178         (RUN_TEST_f_i_tg): Likewise.
19179         (RUN_TEST_ff_i_tg): Likewise.
19180         (RUN_TEST_f_b): Likewise.
19181         (RUN_TEST_f_b_tg): Likewise.
19182         (RUN_TEST_f_l): Likewise.
19183         (RUN_TEST_f_L): Likewise.
19184         (RUN_TEST_fFF_11): Likewise.
19185         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19186         conditionals.
19187         (cosh_test_data): Likewise.
19188         (exp_test_data): Likewise.
19189         (expm1_test_data): Likewise.
19190         (hypot_test_data): Likewise.
19191         (pow_test_data): Likewise.
19192         (sinh_test_data): Likewise.
19193         (tanh_test_data): Likewise.
19194         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19195         flags argument.
19196
19197         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19198         tests with quiet NaN input and output.
19199         (acosh_test_data): Likewise.
19200         (asin_test_data): Likewise.
19201         (asinh_test_data): Likewise.
19202         (atan_test_data): Likewise.
19203         (atanh_test_data): Likewise.
19204         (atan2_test_data): Likewise.
19205         (cbrt_test_data): Likewise.
19206         (cos_test_data): Likewise.
19207         (cosh_test_data): Likewise.
19208         (erf_test_data): Likewise.
19209         (erfc_test_data): Likewise.
19210         (exp_test_data): Likewise.
19211         (exp10_test_data): Likewise.
19212         (exp2_test_data): Likewise.
19213         (expm1_test_data): Likewise.
19214         (hypot_test_data): Likewise.
19215         (j0_test_data): Likewise.
19216         (j1_test_data): Likewise.
19217         (jn_test_data): Likewise.
19218         (lgamma_test_data): Likewise.
19219         (log_test_data): Likewise.
19220         (log10_test_data): Likewise.
19221         (log1p_test_data): Likewise.
19222         (log2_test_data): Likewise.
19223         (pow_test_data): Likewise.
19224         (scalb_test_data): Likewise.
19225         (sin_test_data): Likewise.
19226         (sincos_test_data): Likewise.
19227         (sinh_test_data): Likewise.
19228         (tan_test_data): Likewise.
19229         (tanh_test_data): Likewise.
19230         (tgamma_test_data): Likewise.
19231         (y0_test_data): Likewise.
19232         (y1_test_data): Likewise.
19233         (yn_test_data): Likewise.
19234
19235         [BZ #16167]
19236         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19237         argument being NaN and avoid computations with second argument in
19238         that case.
19239         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19240         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19241         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19242
19243 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19244
19245         * locale/iso-639.def: Add Chitwani Tharu (the).
19246
19247 2013-11-14  Andreas Schwab  <schwab@suse.de>
19248
19249         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19250         word instead of empty string.
19251
19252 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19253
19254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19255         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19257         (__fe_nomask_env): Likewise.
19258
19259 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19260
19261         * benchtests/bench-timing.h: Include time.h.
19262
19263 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19264
19265         [BZ #15997]
19266         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19267         to 3.4.0 for x32.
19268         * sysdeps/unix/sysv/linux/configure: Regenerated.
19269
19270 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19271
19272         [BZ #16151]
19273         * stdlib/strtod_l.c (round_and_return): Do not consider
19274         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19275         exponent one less than half the least subnormal exponent.
19276         * stdlib/test-strtod-round-data: Add more tests.
19277         * stdlib/tst-strtod-round.c (tests): Regenerated.
19278
19279 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19280
19281         [BZ #14143]
19282         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19283         (__fe_mask_env): Likewise.
19284         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19285         libm_hidden_proto and add function prototype.
19286         (__fe_mask_env): Add function prototype.
19287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19288         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19290         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19292         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19293
19294 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19295
19296         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19297         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19298
19299 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19300
19301         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19302         of htab_find_slot().
19303
19304 2013-11-11  David S. Miller  <davem@davemloft.net>
19305
19306         [BZ #16150]
19307         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19308         symbol in the non-vis3 case in static builds.
19309         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19310         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19311         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19312         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19313
19314 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19315
19316         [BZ #387]
19317         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19318         it is empty.
19319
19320 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19321
19322         * benchtests/Makefile: Add bench-strtod.
19323         * benchtests/bench-strtod.c: New file: strtod benchtest
19324
19325 2013-11-11  Andreas Schwab  <schwab@suse.de>
19326
19327         [BZ #16153]
19328         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19329         terminating NUL in key length.
19330
19331 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19332
19333         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19334         Add artificial ODP entry for vDSO symbol for PPC64.
19335         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19336         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19337
19338 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19339
19340         [BZ #15374]
19341         * nss/getent.c (services_keys): Recognize services starting with digit.
19342
19343 2013-11-06  David S. Miller  <davem@davemloft.net>
19344
19345         [BZ #15985]
19346         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19347         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19348
19349 2013-11-06  Will Newton  <will.newton@linaro.org>
19350
19351         * manual/memory.texi (Malloc Examples): Remove register
19352         keyword from examples.
19353
19354 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19355
19356         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19357
19358 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19359
19360         [BZ #6981]
19361         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19362         depending on [__GCC_IEC_559 > 0].
19363         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19364         depending on [__GCC_IEC_559_COMPLEX > 0].
19365
19366 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19367
19368         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19369         to iso-639.def.
19370
19371 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19372
19373         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19374
19375 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19376
19377         [BZ #16112]
19378         * malloc/malloc (malloc_info): Do not handle first bin as
19379         special case.
19380
19381 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19382
19383         * locale/iso-639.def: Add Central Nahuatl (nhn).
19384
19385 2013-11-01  Bruno Haible  <bruno@clisp.org>
19386
19387         [BZ #7003]
19388         * manual/math.texi (BSD Random): Specify range upper bound as
19389         in POSIX.
19390
19391 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19392
19393         * locale/iso-639.def: Add Meadow Mari (mhr).
19394
19395 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19396
19397         [BZ #14752], [BZ #15763]
19398         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19399         Validate name.
19400         * rt/tst_shm.c: Add test for escaping directory.
19401
19402 2013-10-31  Andreas Schwab  <schwab@suse.de>
19403
19404         [BZ #15917]
19405         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19406         followed by 'x' as part of digit sequence.
19407         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19408
19409 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19410
19411         [BZ #16037]
19412         * configure.ac: allow GNU Make 4.0 and greater.
19413         * configure: Regenerated.
19414
19415 2013-10-30  Will Newton  <will.newton@linaro.org>
19416
19417         [BZ #16038]
19418         * malloc/hooks.c (memalign_check): Limit alignment to the
19419         maximum representable power of two.
19420         * malloc/malloc.c (__libc_memalign): Likewise.
19421         * malloc/tst-memalign.c (do_test): Add test for very
19422         large alignment values.
19423         * malloc/tst-posix_memalign.c (do_test): Likewise.
19424
19425 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19426
19427         [BZ #11087]
19428         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19429         (munmap_chunk): Likewise.
19430         (mremap_chunk): Likewise.
19431
19432 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19433
19434         [BZ #15799]
19435         * stdlib/div.c (div): Remove obsolete code.
19436         * stdlib/ldiv.c (ldiv): Likewise.
19437         * stdlib/lldiv.c (lldiv): Likewise.
19438
19439 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19440
19441         [BZ #16071]
19442         * nss/nss_files/files-XXX.c (get_contents_ret): New
19443         enumerator.
19444         (get_contents): New function.
19445         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19446
19447 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19448
19449         * configure.in: Moved to ...
19450         * configure.ac: ... here. Change reference to configure.in
19451         to configure.ac.
19452         * sysdeps/arm/preconfigure.ac: ... here.
19453         configure.in to configure.ac.
19454         * sysdeps/gnu/configure.in: Moved to ...
19455         * sysdeps/gnu/configure.ac: ... here.
19456         * sysdeps/i386/configure.in: Moved to ...
19457         * sysdeps/i386/configure.ac: ... here.
19458         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19459         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19460         * sysdeps/mach/configure.in: Moved to ...
19461         * sysdeps/mach/configure.ac: ... here.
19462         * sysdeps/mach/hurd/configure.in: Moved to ...
19463         * sysdeps/mach/hurd/configure.ac: ... here.
19464         * sysdeps/powerpc/configure.in: Moved to ...
19465         * sysdeps/powerpc/configure.ac: ... here.
19466         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19467         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19468         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19469         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19470         * sysdeps/s390/s390-32/configure.in: Moved to ...
19471         * sysdeps/s390/s390-32/configure.ac: ... here.
19472         * sysdeps/s390/s390-64/configure.in: Moved to ...
19473         * sysdeps/s390/s390-64/configure.ac: ... here.
19474         * sysdeps/sh/configure.in: Moved to ...
19475         * sysdeps/sh/configure.ac: ... here.
19476         * sysdeps/sparc/configure.in: Moved to ...
19477         * sysdeps/sparc/configure.ac: ... here.
19478         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19479         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19480         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19481         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19482         * sysdeps/x86_64/configure.in: Moved to ...
19483         * sysdeps/x86_64/configure.ac: ... here.
19484         * sysdeps/x86_64/preconfigure.in: Moved to ...
19485         * sysdeps/x86_64/preconfigure.ac: ... here.
19486         * aclocal.m4: Change reference to configure.in to configure.ac.
19487         * config.h.in: Likewise.
19488         * manual/install.texi: Likewise.
19489         * manual/maint.texi: Likewise.
19490         * Makefile: Likewise.
19491         * malloc/Makefile: Likewise.
19492         * nscd/Makefile: Likewise.
19493         * Makeconfig: Change reference to configure.in and
19494         preconfigure.in to configure.ac and preconfigure.ac
19495         respectively.
19496         * INSTALL: Regenerated.
19497         * configure: Likewise.
19498         * sysdeps/gnu/configure: Likewise.
19499         * sysdeps/i386/configure: Likewise.
19500         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19501         * sysdeps/mach/configure: Likewise.
19502         * sysdeps/mach/hurd/configure: Likewise.
19503         * sysdeps/powerpc/configure: Likewise.
19504         * sysdeps/powerpc/powerpc32/configure: Likewise.
19505         * sysdeps/powerpc/powerpc64/configure: Likewise.
19506         * sysdeps/s390/s390-32/configure: Likewise.
19507         * sysdeps/s390/s390-64/configure: Likewise.
19508         * sysdeps/sh/configure: Likewise.
19509         * sysdeps/sparc/configure: Likewise.
19510         * sysdeps/unix/sysv/linux/configure: Likewise.
19511         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19512         * sysdeps/x86_64/configure: Likewise.
19513         * sysdeps/x86_64/preconfigure: Likewise.
19514
19515 2013-10-29  Andreas Schwab  <schwab@suse.de>
19516
19517         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19518
19519 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19520
19521         * benchtests/pow-inputs: Add new inputs.
19522
19523         * benchtests/exp-inputs: Add new inputs.
19524
19525         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19526         conditional check for return value.
19527         (__cos32): Likewise.
19528
19529 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19530
19531         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19532         to provide a boost for large inputs with word alignment.
19533         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19534         implementation based on optimized PPC64 strcpy.
19535         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19536         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19537         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19538         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19539
19540 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19541
19542         [BZ #2801]
19543         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19544
19545 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19546
19547         [BZ #14876]
19548         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19549         * time/tst-strptime.c (day_tests): Add testcase.
19550
19551 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19552
19553         [BZ #14029]
19554         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19555
19556 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19557
19558         [BZ #16074]
19559         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19560         MAP_FAILED on error.
19561
19562 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19563
19564         [BZ #16072]
19565         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19566         heap for large requests.
19567
19568 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19569
19570         [BZ #9954]
19571         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19572         result if the result has no associated interface.
19573         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19574         interface for all 127.X.Y.Z addresses.
19575
19576 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19577
19578         * locale/iso-639.def: Add Ligurian (lij)
19579
19580 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19581
19582         [BZ #15825]
19583         * sunrpc/rpc_main.c: Document rpcgen -5.
19584
19585 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19586
19587         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19588
19589 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19590
19591         [BZ #10278]
19592         * posix/glob.c: Match only directories when trailing slash is present.
19593         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19594         (main): Add testcase.
19595
19596 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19597
19598         [BZ #15670]
19599         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19600
19601 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19602
19603         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19604         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19605         AUTH_DES and cindex for FIPS 140-2.
19606         (DES Encryption): Add cindex FIPS 46-3.
19607
19608         * locale/locarchive.h (struct locarhandle): Add fname.
19609         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19610         if an optional argument was specified to --list-archive,
19611         otherwise NULL.
19612         * locale/programs/locarchive.c (show_archive_content): Take new
19613         argument fname and pass it via ah.fname to open_archive.
19614         * locale/programs/localedef.h: Update decl.
19615         (open_archive): If AH->fname is non-null, open that file
19616         rather than the default file name, and don't ignore ENOENT.
19617         (create_archive): Set AH.fname to NULL.
19618         (delete_locales_from_archive): Likewise.
19619         (add_locales_to_archive): Likewise.
19620         * locale/programs/locfile.c (write_all_categories): Likewise.
19621
19622 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19623             Aldy Hernandez  <aldyh@redhat.com>
19624
19625         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19626         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19627         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19628         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19629         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19630         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19631         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19632         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19633         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19634         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19635         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19636         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19637         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19638         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19639         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19640         Likewise.
19641         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19642         Likewise.
19643         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19644         Likewise.
19645         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19646         Likewise.
19647         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19648         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19649         Likewise.
19650         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19651         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19652         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19653         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19654         Likewise.
19655         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19656         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19657         * sysdeps/powerpc/preconfigure: Likewise.
19658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19659         Likewise.
19660         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19661         Replace contents of file by #include of <fenv_libc.h>.
19662         * sysdeps/powerpc/soft-fp/sfp-machine.h
19663         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19664         and <sys/prctl.h>.
19665         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19666         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19667         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19668         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19669         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19670         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19671         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19672         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19673         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19674         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19675         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19676         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19678         Allow copysignl PLT reference to be missing.
19679
19680 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19681             Joseph Myers  <joseph@codesourcery.com
19682
19683         [BZ #15948]
19684         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19685         single character.
19686         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19687
19688 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19689
19690         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19691         * elf/tst-tls1.c: Likewise.
19692         * elf/tst-tls10.h: Likewise.
19693         * elf/tst-tls14.c: Likewise.
19694         * elf/tst-tls2.c: Likewise.
19695         * elf/tst-tls3.c: Likewise.
19696         * elf/tst-tls4.c: Likewise.
19697         * elf/tst-tls5.c: Likewise.
19698         * elf/tst-tls6.c: Likewise.
19699         * elf/tst-tls7.c: Likewise.
19700         * elf/tst-tls8.c: Likewise.
19701         * elf/tst-tls9.c: Likewise.
19702         * elf/tst-tlsmod1.c: Likewise.
19703         * elf/tst-tlsmod13.c: Likewise.
19704         * elf/tst-tlsmod13a.c: Likewise.
19705         * elf/tst-tlsmod14a.c: Likewise.
19706         * elf/tst-tlsmod16a.c: Likewise.
19707         * elf/tst-tlsmod16b.c: Likewise.
19708         * elf/tst-tlsmod2.c: Likewise.
19709         * elf/tst-tlsmod3.c: Likewise.
19710         * elf/tst-tlsmod4.c: Likewise.
19711         * elf/tst-tlsmod5.c: Likewise.
19712         * elf/tst-tlsmod6.c: Likewise.
19713
19714 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19715
19716         [BZ #12486]
19717         * malloc/malloc.c: remove checks for statistics.
19718
19719 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19720
19721         [BZ #15277]
19722         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19723         * inet/tst-network.c: Add testcase.
19724
19725 2013-10-17  Andreas Schwab  <schwab@suse.de>
19726
19727         [BZ #15218]
19728         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19729         to determine canonical name.
19730
19731 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19732
19733         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19734         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19735         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19736         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19737         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19738         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19739         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19740         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19741         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19742         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19743         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19744         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19745         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19746         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19747         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19748         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19749         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19750         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19751         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19752         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19753         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19754         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19755         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19756         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19757         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19758         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19759         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19760         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19761         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19762         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19763         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19764         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19765         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19766         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19767         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19768         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19769         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19770         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19771         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19772         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19773         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19774         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19775         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19776         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19777         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19778         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19779         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19780         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19781         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19782         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19783         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19784         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19785         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19786         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19787         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19788         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19789         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19790         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19791
19792 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19793
19794         [BZ #16041]
19795         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19796         make result into a quiet NaN.
19797
19798 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19799
19800         * soft-fp/adddf3.c: Fix horizontal whitespace.
19801         * soft-fp/addsf3.c: Likewise.
19802         * soft-fp/addtf3.c: Likewise.
19803         * soft-fp/divdf3.c: Likewise.
19804         * soft-fp/divsf3.c: Likewise.
19805         * soft-fp/divtf3.c: Likewise.
19806         * soft-fp/double.h: Likewise.
19807         * soft-fp/eqdf2.c: Likewise.
19808         * soft-fp/eqsf2.c: Likewise.
19809         * soft-fp/eqtf2.c: Likewise.
19810         * soft-fp/extenddftf2.c: Likewise.
19811         * soft-fp/extended.h: Likewise.
19812         * soft-fp/extendsfdf2.c: Likewise.
19813         * soft-fp/extendsftf2.c: Likewise.
19814         * soft-fp/extendxftf2.c: Likewise.
19815         * soft-fp/fixdfdi.c: Likewise.
19816         * soft-fp/fixdfsi.c: Likewise.
19817         * soft-fp/fixdfti.c: Likewise.
19818         * soft-fp/fixsfdi.c: Likewise.
19819         * soft-fp/fixsfsi.c: Likewise.
19820         * soft-fp/fixsfti.c: Likewise.
19821         * soft-fp/fixtfdi.c: Likewise.
19822         * soft-fp/fixtfsi.c: Likewise.
19823         * soft-fp/fixtfti.c: Likewise.
19824         * soft-fp/fixunsdfdi.c: Likewise.
19825         * soft-fp/fixunsdfsi.c: Likewise.
19826         * soft-fp/fixunsdfti.c: Likewise.
19827         * soft-fp/fixunssfdi.c: Likewise.
19828         * soft-fp/fixunssfsi.c: Likewise.
19829         * soft-fp/fixunssfti.c: Likewise.
19830         * soft-fp/fixunstfdi.c: Likewise.
19831         * soft-fp/fixunstfsi.c: Likewise.
19832         * soft-fp/fixunstfti.c: Likewise.
19833         * soft-fp/floatdidf.c: Likewise.
19834         * soft-fp/floatdisf.c: Likewise.
19835         * soft-fp/floatditf.c: Likewise.
19836         * soft-fp/floatsidf.c: Likewise.
19837         * soft-fp/floatsisf.c: Likewise.
19838         * soft-fp/floatsitf.c: Likewise.
19839         * soft-fp/floattidf.c: Likewise.
19840         * soft-fp/floattisf.c: Likewise.
19841         * soft-fp/floattitf.c: Likewise.
19842         * soft-fp/floatundidf.c: Likewise.
19843         * soft-fp/floatundisf.c: Likewise.
19844         * soft-fp/floatunditf.c: Likewise.
19845         * soft-fp/floatunsidf.c: Likewise.
19846         * soft-fp/floatunsisf.c: Likewise.
19847         * soft-fp/floatunsitf.c: Likewise.
19848         * soft-fp/floatuntidf.c: Likewise.
19849         * soft-fp/floatuntisf.c: Likewise.
19850         * soft-fp/floatuntitf.c: Likewise.
19851         * soft-fp/fmadf4.c: Likewise.
19852         * soft-fp/fmasf4.c: Likewise.
19853         * soft-fp/fmatf4.c: Likewise.
19854         * soft-fp/gedf2.c: Likewise.
19855         * soft-fp/gesf2.c: Likewise.
19856         * soft-fp/getf2.c: Likewise.
19857         * soft-fp/ledf2.c: Likewise.
19858         * soft-fp/lesf2.c: Likewise.
19859         * soft-fp/letf2.c: Likewise.
19860         * soft-fp/muldf3.c: Likewise.
19861         * soft-fp/mulsf3.c: Likewise.
19862         * soft-fp/multf3.c: Likewise.
19863         * soft-fp/negdf2.c: Likewise.
19864         * soft-fp/negsf2.c: Likewise.
19865         * soft-fp/negtf2.c: Likewise.
19866         * soft-fp/op-1.h: Likewise.
19867         * soft-fp/op-2.h: Likewise.
19868         * soft-fp/op-4.h: Likewise.
19869         * soft-fp/op-8.h: Likewise.
19870         * soft-fp/op-common.h: Likewise.
19871         * soft-fp/quad.h: Likewise.
19872         * soft-fp/single.h: Likewise.
19873         * soft-fp/soft-fp.h: Likewise.
19874         * soft-fp/sqrtdf2.c: Likewise.
19875         * soft-fp/sqrtsf2.c: Likewise.
19876         * soft-fp/sqrttf2.c: Likewise.
19877         * soft-fp/subdf3.c: Likewise.
19878         * soft-fp/subsf3.c: Likewise.
19879         * soft-fp/subtf3.c: Likewise.
19880         * soft-fp/truncdfsf2.c: Likewise.
19881         * soft-fp/trunctfdf2.c: Likewise.
19882         * soft-fp/trunctfsf2.c: Likewise.
19883         * soft-fp/trunctfxf2.c: Likewise.
19884         * soft-fp/unorddf2.c: Likewise.
19885         * soft-fp/unordsf2.c: Likewise.
19886         * soft-fp/unordtf2.c: Likewise.
19887
19888 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19889
19890         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19891         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19892
19893 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19894
19895         * elf/dl-libc.c: Clear initfini list after freeing.
19896
19897 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19898
19899         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19900         * soft-fp/addsf3.c: Likewise.
19901         * soft-fp/addtf3.c: Likewise.
19902         * soft-fp/divdf3.c: Likewise.
19903         * soft-fp/divsf3.c: Likewise.
19904         * soft-fp/divtf3.c: Likewise.
19905         * soft-fp/double.h: Likewise.
19906         * soft-fp/eqdf2.c: Likewise.
19907         * soft-fp/eqsf2.c: Likewise.
19908         * soft-fp/eqtf2.c: Likewise.
19909         * soft-fp/extenddftf2.c: Likewise.
19910         * soft-fp/extended.h: Likewise.
19911         * soft-fp/extendsfdf2.c: Likewise.
19912         * soft-fp/extendsftf2.c: Likewise.
19913         * soft-fp/extendxftf2.c: Likewise.
19914         * soft-fp/fixdfdi.c: Likewise.
19915         * soft-fp/fixdfsi.c: Likewise.
19916         * soft-fp/fixdfti.c: Likewise.
19917         * soft-fp/fixsfdi.c: Likewise.
19918         * soft-fp/fixsfsi.c: Likewise.
19919         * soft-fp/fixsfti.c: Likewise.
19920         * soft-fp/fixtfdi.c: Likewise.
19921         * soft-fp/fixtfsi.c: Likewise.
19922         * soft-fp/fixtfti.c: Likewise.
19923         * soft-fp/fixunsdfdi.c: Likewise.
19924         * soft-fp/fixunsdfsi.c: Likewise.
19925         * soft-fp/fixunsdfti.c: Likewise.
19926         * soft-fp/fixunssfdi.c: Likewise.
19927         * soft-fp/fixunssfsi.c: Likewise.
19928         * soft-fp/fixunssfti.c: Likewise.
19929         * soft-fp/fixunstfdi.c: Likewise.
19930         * soft-fp/fixunstfsi.c: Likewise.
19931         * soft-fp/fixunstfti.c: Likewise.
19932         * soft-fp/floatdidf.c: Likewise.
19933         * soft-fp/floatdisf.c: Likewise.
19934         * soft-fp/floatditf.c: Likewise.
19935         * soft-fp/floatsidf.c: Likewise.
19936         * soft-fp/floatsisf.c: Likewise.
19937         * soft-fp/floatsitf.c: Likewise.
19938         * soft-fp/floattidf.c: Likewise.
19939         * soft-fp/floattisf.c: Likewise.
19940         * soft-fp/floattitf.c: Likewise.
19941         * soft-fp/floatundidf.c: Likewise.
19942         * soft-fp/floatundisf.c: Likewise.
19943         * soft-fp/floatunsidf.c: Likewise.
19944         * soft-fp/floatunsisf.c: Likewise.
19945         * soft-fp/floatuntidf.c: Likewise.
19946         * soft-fp/floatuntisf.c: Likewise.
19947         * soft-fp/floatuntitf.c: Likewise.
19948         * soft-fp/fmadf4.c: Likewise.
19949         * soft-fp/fmasf4.c: Likewise.
19950         * soft-fp/fmatf4.c: Likewise.
19951         * soft-fp/gedf2.c: Likewise.
19952         * soft-fp/gesf2.c: Likewise.
19953         * soft-fp/getf2.c: Likewise.
19954         * soft-fp/ledf2.c: Likewise.
19955         * soft-fp/lesf2.c: Likewise.
19956         * soft-fp/letf2.c: Likewise.
19957         * soft-fp/muldf3.c: Likewise.
19958         * soft-fp/mulsf3.c: Likewise.
19959         * soft-fp/multf3.c: Likewise.
19960         * soft-fp/negdf2.c: Likewise.
19961         * soft-fp/negsf2.c: Likewise.
19962         * soft-fp/negtf2.c: Likewise.
19963         * soft-fp/op-1.h: Likewise.
19964         * soft-fp/op-2.h: Likewise.
19965         * soft-fp/op-4.h: Likewise.
19966         * soft-fp/op-8.h: Likewise.
19967         * soft-fp/op-common.h: Likewise.
19968         * soft-fp/quad.h: Likewise.
19969         * soft-fp/single.h: Likewise.
19970         * soft-fp/soft-fp.h: Likewise.
19971         * soft-fp/sqrtdf2.c: Likewise.
19972         * soft-fp/sqrtsf2.c: Likewise.
19973         * soft-fp/sqrttf2.c: Likewise.
19974         * soft-fp/subdf3.c: Likewise.
19975         * soft-fp/subsf3.c: Likewise.
19976         * soft-fp/subtf3.c: Likewise.
19977         * soft-fp/truncdfsf2.c: Likewise.
19978         * soft-fp/trunctfdf2.c: Likewise.
19979         * soft-fp/trunctfsf2.c: Likewise.
19980         * soft-fp/trunctfxf2.c: Likewise.
19981         * soft-fp/unorddf2.c: Likewise.
19982         * soft-fp/unordsf2.c: Likewise.
19983         * soft-fp/unordtf2.c: Likewise.
19984
19985 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19986
19987         [BZ #15672]
19988         * misc/error.c (error_tail): Fix possible buffer overflow.
19989
19990 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19991
19992         [BZ #13028]
19993         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19994         address.
19995
19996 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19997
19998         [BZ #832]
19999         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20000         testing pipefail option.
20001
20002 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20003
20004         * soft-fp/double.h: Indent preprocessor directives inside #if.
20005         * soft-fp/extended.h: Likewise.
20006         * soft-fp/op-2.h: Likewise.
20007         * soft-fp/op-4.h: Likewise.
20008         * soft-fp/op-common.h: Likewise.
20009         * soft-fp/quad.h: Likewise.
20010         * soft-fp/single.h: Likewise.
20011         * soft-fp/soft-fp.h: Likewise.
20012
20013 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20014
20015         * iconv/iconv_prog.c: Fix typos.
20016         * stdio-common/psiginfo-data.h: Likewise.
20017
20018 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20019
20020         [BZ #15764]
20021         * locale/setlocale.c: Fix typo.
20022
20023 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20024
20025         [BZ #16036]
20026         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20027         signaling NaN arguments.
20028         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20029         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20030
20031         [BZ #14910]
20032         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20033         unordered operands.
20034         * soft-fp/gesf2.c (__gesf2): Likewise.
20035         * soft-fp/getf2.c (__getf2): Likewise.
20036         * soft-fp/ledf2.c (__ledf2): Likewise.
20037         * soft-fp/lesf2.c (__lesf2): Likewise.
20038         * soft-fp/letf2.c (__letf2): Likewise.
20039
20040         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20041         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20042         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20043         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20044         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20045         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20046         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20047         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20048         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20049         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20050         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20051         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20052         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20053         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20054         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20055         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20056         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20057         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20058         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20059         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20060         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20061         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20062         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20063         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20064         * soft-fp/floattidf.c (__floattidf): Likewise.
20065         * soft-fp/floattisf.c (__floattisf): Likewise.
20066         * soft-fp/floattitf.c (__floattitf): Likewise.
20067         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20068         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20069         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20070         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20071         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20072         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20073         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20074         * soft-fp/gesf2.c (__gesf2): Likewise.
20075         * soft-fp/getf2.c (__getf2): Likewise.
20076         * soft-fp/ledf2.c (__ledf2): Likewise.
20077         * soft-fp/lesf2.c (__lesf2): Likewise.
20078         * soft-fp/letf2.c (__letf2): Likewise.
20079
20080         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20081         Undefine and redefine.
20082         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20083         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20084         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20085         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20086         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20087         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20088         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20089         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20090         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20091         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20092         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20093         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20094         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20095         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20096         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20097
20098         [BZ #16032]
20099         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20100         without decrementing exponent if mantissa >= that for the
20101         denominator, not >.
20102         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20103         denominator, not >.  Decrement exponent in < case instead of
20104         incrementing in >= case.
20105         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20106         without decrementing exponent if mantissa >= that for the
20107         denominator, not >.
20108
20109         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20110         computing saturated result for unsigned overflow.
20111
20112 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20113             Jeff Law  <law@redhat.com>
20114
20115         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20116         (atan2Mp): Add systemtap probe marker.
20117         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20118         (__ieee754_log): Add systemtap probe marker.
20119         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20120         (atanMp): Add systemtap probe marker.
20121         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20122         (tanMp): Add systemtap probe marker.
20123         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20124         (__slowexp): Add systemtap probe marker.
20125         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20126         (__slowpow): Add systemtap probe marker.
20127         * manual/probes.texi: Document probes.
20128
20129 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20130
20131         [BZ #15362]
20132         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20133         written.
20134         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20135         written.
20136         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20137         written to buffer but not flushed.
20138         * libio/iofwrite_u.c:  Likewise.
20139         * libio/iopadn.c:  Return bytes returned even if EOF was
20140         encountered.
20141         * libio/iowpadn.c:  Likewise.
20142         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20143         if _IO_padn does not write the whole buffer.
20144         [!COMPILE_WPRINTF] (PAD): Likewise.
20145
20146 2013-10-10  David S. Miller  <davem@davemloft.net>
20147
20148         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20149         directory block.
20150
20151 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20152
20153         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20154         instead of FSF address.
20155         * soft-fp/fixdfti.c: Likewise.
20156         * soft-fp/fixsfti.c: Likewise.
20157         * soft-fp/fixtfti.c: Likewise.
20158         * soft-fp/fixunsdfti.c: Likewise.
20159         * soft-fp/fixunssfti.c: Likewise.
20160         * soft-fp/fixunstfti.c: Likewise.
20161         * soft-fp/floattidf.c: Likewise.
20162         * soft-fp/floattisf.c: Likewise.
20163         * soft-fp/floattitf.c: Likewise.
20164         * soft-fp/floatuntidf.c: Likewise.
20165         * soft-fp/floatuntisf.c: Likewise.
20166         * soft-fp/floatuntitf.c: Likewise.
20167         * soft-fp/trunctfxf2.c: Likewise.
20168
20169         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20170         * soft-fp/fixdfti.c: Likewise.
20171         * soft-fp/fixsfti.c: Likewise.
20172         * soft-fp/fixtfti.c: Likewise.
20173         * soft-fp/fixunsdfti.c: Likewise.
20174         * soft-fp/fixunssfti.c: Likewise.
20175         * soft-fp/fixunstfti.c: Likewise.
20176         * soft-fp/floattidf.c: Likewise.
20177         * soft-fp/floattisf.c: Likewise.
20178         * soft-fp/floattitf.c: Likewise.
20179         * soft-fp/floatuntidf.c: Likewise.
20180         * soft-fp/floatuntisf.c: Likewise.
20181         * soft-fp/floatuntitf.c: Likewise.
20182         * soft-fp/trunctfxf2.c: Likewise.
20183
20184 2013-10-10  David S. Miller  <davem@davemloft.net>
20185
20186         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20187
20188 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20189
20190         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20191         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20192         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20193         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20194         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20195         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20196         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20197
20198         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20199         for NaNs before doing comparisons on argument.
20200         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20201         Likewise.
20202
20203 2013-10-10  Will Newton  <will.newton@linaro.org>
20204
20205         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20206         passed to _int_memalign does not overflow.
20207
20208 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20209
20210         * scripts/bench.pl: Add include-sources directive.
20211         * benchtests/README: Update documentation.
20212
20213 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20214
20215         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20216         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20217         instead of FP_INIT_ROUNDMODE.
20218         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20219         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20220
20221         [BZ #16034]
20222         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20223         copy class of input value.
20224         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20225         not handle exceptions.
20226         * soft-fp/negsf2.c (__negsf2): Likewise.
20227         * soft-fp/negtf2.c (__negtf2): Likewise.
20228         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20229
20230 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20231
20232         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20233         semicolon.  From Linux kernel.
20234
20235 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20236
20237         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20238
20239 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20240
20241         [BZ #156]
20242         * manual/socket.texi: Added statement about buffer
20243         for gethostbyname2_r.
20244
20245 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20246
20247         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20248         Use .p2align directive instead, throughout.
20249         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20250         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20251         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20252         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20253         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20254         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20255         * sysdeps/x86_64/strchr.S: Likewise.
20256         * sysdeps/x86_64/strrchr.S: Likewise.
20257
20258 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20259
20260         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20261
20262         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20263
20264         * sysdeps/generic/math_private.h (__mpsin1): Remove
20265         declaration.
20266         (__mpcos1): Likewise.
20267         (__mpsin): New argument __range_reduce.
20268         (__mpcos): Likewise.
20269         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20270         (slow): Use __mpsin and __mpcos.
20271         (slow1): Likewise.
20272         (slow2): Likewise.
20273         (sloww): Likewise.
20274         (sloww1): Likewise.
20275         (sloww2): Likewise.
20276         (bsloww): Likewise.
20277         (bsloww1): Likewise.
20278         (bsloww2): Likewise.
20279         (cslow2): Likewise.
20280         (csloww): Likewise.
20281         (csloww1): Likewise.
20282         (csloww2): Likewise.
20283         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20284         range_reduce.  Merge in __mpsin1.
20285         (__mpcos): Likewise.
20286         (__mpsin1): Remove.
20287         (__mpcos1): Likewise.
20288
20289 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20290
20291         * locale/loadlocale.c (_nl_intern_locale_data): Use
20292         LOCFILE_ALIGNED_P.
20293         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20294         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20295         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20296         obstack data is appropriately aligned.
20297         (obstack_int32_grow_fast): Likewise.
20298         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20299         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20300         (add_locale_uint32_array): Likewise.
20301
20302 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20303
20304         * benchtests/Makefile: Remove ARGLIST and RET variables.
20305         ($(objpfx)bench-%.c): Pass only function name to the script.
20306         * benchtests/README: Update documentation.
20307         * benchtests/acos-inputs: Add new directives.
20308         * benchtests/acosh-inputs: Likewise.
20309         * benchtests/asin-inputs: Likewise.
20310         * benchtests/asinh-inputs: Likewise.
20311         * benchtests/atan-inputs: Likewise.
20312         * benchtests/atanh-inputs: Likewise.
20313         * benchtests/cos-inputs: Likewise.
20314         * benchtests/cosh-inputs: Likewise.
20315         * benchtests/exp-inputs: Likewise.
20316         * benchtests/log-inputs: Likewise.
20317         * benchtests/pow-inputs: Likewise.
20318         * benchtests/rint-inputs: Likewise.
20319         * benchtests/sin-inputs: Likewise.
20320         * benchtests/sinh-inputs: Likewise.
20321         * benchtests/tan-inputs: Likewise.
20322         * benchtests/tanh-inputs: Likewise.
20323         * scripts/bench.pl: Add support for new directives.
20324
20325 2013-10-07  Alan Modra  <amodra@gmail.com>
20326
20327         * README: Fix careless merge.
20328
20329 2013-10-05  Alan Modra  <amodra@gmail.com>
20330
20331         * NEWS: Mention powerpc64le support and bugs fixed.
20332         * README: Both big-endian and little-endian powerpc64 supported.
20333
20334 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20335
20336         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20337         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20338         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20339         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20340
20341 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20342
20343         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20344         match prototype.
20345
20346 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20347
20348         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20349         Move -mhard-float appending from
20350         ports/sysdeps/powerpc/powerpc32/Makefile.
20351         [$(with-fp) = yes] (ASFLAGS): Likewise.
20352         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20353         * sysdeps/powerpc/nofpu: Move directory from
20354         ports/sysdeps/powerpc/nofpu.
20355         * sysdeps/powerpc/soft-fp: Move directory from
20356         ports/sysdeps/powerpc/soft-fp.
20357         * sysdeps/powerpc/powerpc32/405: Move directory from
20358         ports/sysdeps/powerpc/powerpc32/405.
20359         * sysdeps/powerpc/powerpc32/440: Move directory from
20360         ports/sysdeps/powerpc/powerpc32/440.
20361         * sysdeps/powerpc/powerpc32/464: Move directory from
20362         ports/sysdeps/powerpc/powerpc32/464.
20363         * sysdeps/powerpc/powerpc32/476: Move directory from
20364         ports/sysdeps/powerpc/powerpc32/476.
20365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20366         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20368         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20370         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20372         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20374         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20375         * README: Update for powerpc-*-linux-gnu software floating point
20376         support in libc.
20377
20378         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20379         case to powerpc/powerpc32*.
20380         * sysdeps/unix/sysv/linux/configure: Regenerated.
20381
20382         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20383         (_FPU_MASK_OM): Define as 0x04.
20384         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20385         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20386         0x00c10080.
20387         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20388         0x0000003c.
20389         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20390
20391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20392         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20393         getcontext_e500.
20394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20395         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20396         setcontext_e500.
20397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20398         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20399         and setcontext_e500.
20400
20401 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20402
20403         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20404
20405 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20406
20407         * manual/threads.texi (Default Thread Attributes): Fix typo.
20408
20409 2013-10-04  Will Newton  <will.newton@linaro.org>
20410
20411         * malloc/Makefile: Add tst-memalign.
20412         * malloc/tst-memalign.c: New file.
20413
20414         * malloc/tst-posix_memalign.c: Add comments.
20415         (do_test): Add comments and call free on all potentially
20416         allocated pointers. Add space after cast.
20417
20418         * malloc/tst-pvalloc.c: Add comments.
20419         (do_test): Add comments and call free on all potentially
20420         allocated pointers. Remove duplicate check for NULL pointer.
20421         Add space after cast.
20422
20423         * malloc/tst-valloc.c: Add comments.
20424         (do_test): Add comments and call free on all potentially
20425         allocated pointers. Remove duplicate check for NULL pointer.
20426         Add space after cast.
20427
20428 2013-10-04  Alan Modra  <amodra@gmail.com>
20429
20430         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20431         Use stdint types in rather than __attribute__((mode())).
20432         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20433
20434 2013-10-04  Alan Modra  <amodra@gmail.com>
20435
20436         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20437         Correct handling of unaligned relocs for little-endian.
20438         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20439
20440 2013-10-04  Alan Modra  <amodra@gmail.com>
20441
20442         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20443         * configure: Regenerate.
20444         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20445         * shlib-versions: Likewise.
20446
20447 2013-10-04  Alan Modra  <amodra@gmail.com>
20448
20449         * string/tester.c (test_memrchr): Increment reported test cycle.
20450
20451 2013-10-04  Alan Modra  <amodra@gmail.com>
20452
20453         * string/test-memcpy.c (do_one_test): When reporting errors, print
20454         string address and don't overrun end of string.
20455
20456 2013-10-04  Alan Modra  <amodra@gmail.com>
20457
20458         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20459         insrdi.  Make better use of reg selection to speed exit slightly.
20460         Schedule entry path a little better.  Remove useless "are we done"
20461         checks on entry to main loop.  Handle wrapping around zero address.
20462         Correct main loop count.  Handle single left-over word from main
20463         loop inline rather than by using loop_small.  Remove extra word
20464         case in loop_small caused by wrong loop count.  Add little-endian
20465         support.
20466         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20467         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20468         cache hint.
20469         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20470         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20471         support.  Avoid rlwimi.
20472         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20473
20474 2013-10-04  Alan Modra  <amodra@gmail.com>
20475
20476         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20477         insrdi.  Formatting.
20478         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20479         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20480         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20481         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20482         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20483         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20484
20485 2013-10-04  Alan Modra  <amodra@gmail.com>
20486
20487         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20488         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20489         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20490         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20491         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20492         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20493         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20494         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20495         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20496         use of regs.  Use power7 mtocrf.  Tidy function tails.
20497
20498 2013-10-04  Alan Modra  <amodra@gmail.com>
20499
20500         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20501         Formatting.  Consistently use rXXX register defines or rN defines.
20502         Use early exit labels that avoid restoring unused non-volatile regs.
20503         Make cr field use more consistent with rWORDn compares.  Rename
20504         regs used as shift registers for unaligned loop, using rN defines
20505         for short lifetime/multiple use regs.
20506         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20507         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20508         addi 1,1,64 to pop stack frame.  Simplify return value code.
20509         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20510
20511 2013-10-04  Alan Modra  <amodra@gmail.com>
20512
20513         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20514         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20515         rather than rlwimi.
20516         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20517         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20518         little-endian support.  Correct typos.
20519         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20520         rather than rlwimi.
20521         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20522         in loop and entry code to keep "and." results.
20523         (strchr): Add little-endian support.  Comment.  Move cntlzd
20524         earlier in tail.
20525         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20526
20527 2013-10-04  Alan Modra  <amodra@gmail.com>
20528
20529         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20530         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20531         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20532         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20533
20534 2013-10-04  Alan Modra  <amodra@gmail.com>
20535
20536         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20537         (rTMP): Define as r11.
20538         (strcmp): Add little-endian support.  Optimise tail.
20539         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20540         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20541         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20542         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20543         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20544         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20545         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20546
20547 2013-10-04  Alan Modra  <amodra@gmail.com>
20548
20549         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20550         little-endian support.  Remove unnecessary "are we done" tests.
20551         Handle "s" wrapping around zero and extremely large "size".
20552         Correct main loop count.  Handle single left-over word from main
20553         loop inline rather than by using small_loop.  Correct comments.
20554         Delete "zero" tail, use "end_max" instead.
20555         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20556
20557 2013-10-04  Alan Modra  <amodra@gmail.com>
20558
20559         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20560         support.  Don't branch over align.
20561         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20562         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20563         support.  Rearrange tmp reg use to suit.  Comment.
20564         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20565
20566 2013-10-04  Alan Modra  <amodra@gmail.com>
20567
20568         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20569
20570 2013-10-04  Alan Modra  <amodra@gmail.com>
20571
20572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20573         conditional form of branch and link when obtaining pc.
20574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20575
20576 2013-10-04  Alan Modra  <amodra@gmail.com>
20577
20578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20579         HIWORD/LOWORD.
20580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20582
20583 2013-10-04  Alan Modra  <amodra@gmail.com>
20584
20585         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20586         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20587         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20588         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20589         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20590         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20591         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20592         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20593         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20594         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20595
20596 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20597             Alistair Popple <alistair@ozlabs.au.ibm.com>
20598             Alan Modra <amodra@gmail.com>
20599
20600         [BZ #15723]
20601         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20602         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20603         _dl_hwcap access for little-endian.
20604         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20605         destroy vmx regs when saving unaligned.
20606         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20607         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20608         destroy vmx regs when saving unaligned.
20609
20610 2013-10-04  Alan Modra  <amodra@gmail.com>
20611
20612         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20613         Don't use a union to pack hi/low value.
20614
20615 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20616
20617         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20618         for little-endian.
20619         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20620         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20621         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20622         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20623         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20624
20625 2013-10-04  Alan Modra  <amodra@gmail.com>
20626
20627         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20628         constants to usual value for .cst8 section, and remove redundant
20629         high address load.
20630         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20631         constant for 0x1p52.  Load little-endian words of double from
20632         correct stack offsets.
20633
20634 2013-10-04  Alan Modra  <amodra@gmail.com>
20635
20636         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20637         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20638         words of double from correct stack offsets.
20639         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20640         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20641         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20642         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20643         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20644         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20645         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20646         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20647         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20648         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20649         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20650         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20651         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20652         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20653         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20654         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20655         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20656
20657 2013-10-04  Alan Modra  <amodra@gmail.com>
20658
20659         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20660         64-bit int/double union.
20661         (_FPU_SETCW): Likewise.
20662         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20663         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20664
20665 2013-10-04  Alan Modra  <amodra@gmail.com>
20666
20667         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20668         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20669
20670 2013-10-04  Alan Modra  <amodra@gmail.com>
20671
20672         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20673         use vector int constants.
20674         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20675
20676 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20677
20678         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20679         array with long long.
20680         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20681         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20682         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20683         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20684         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20685         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20686         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20687         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20688         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20689         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20690         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20691         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20692         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20693
20694 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20695
20696         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20697         (__signbit): Likewise.  Correct for little-endian.
20698         (__signbitl): Call __signbit.
20699         (lrint): Correct for little-endian.
20700         (lrintf): Call lrint.
20701
20702 2013-10-04  Alan Modra  <amodra@gmail.com>
20703
20704         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20705         union 32-bit int array member with 64-bit int array.
20706         (t515, tm256): Double rather than long double.
20707         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20708
20709 2013-10-04  Alan Modra  <amodra@gmail.com>
20710
20711         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20712         Delete.
20713         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20714         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20715         version of math_ldbl.h.
20716
20717 2013-10-04  Alan Modra  <amodra@gmail.com>
20718
20719         [BZ #15734], [BZ #15735]
20720         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20721         all uses of ieee875 long double macros and unions.  Simplify test
20722         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20723         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20724         normalize after ldbl_extract_mantissa, and don't add hidden bit
20725         already handled.  Don't treat low word of ieee854 mantissa like
20726         low word of IBM long double and mask off bit when testing for
20727         zero.
20728         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20729         all uses of ieee875 long double macros and unions.  Simplify tests
20730         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20731         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20732         two1022, instead use their values.  Recognise that tests for large
20733         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20734         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20735         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20736         test for 0.0L and nan.  Correct negation.
20737         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20738         ieee875 long double macros and unions.  Correct output for large
20739         magnitude x.  Correct absolute value calculation.
20740         (__erfcl): Likewise.
20741         * math/libm-test.inc: Add tests for errors discovered in IBM long
20742         double versions of fmodl, remainderl, erfl and erfcl.
20743
20744 2013-10-04  Alan Modra  <amodra@gmail.com>
20745
20746         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20747         all uses of ieee854 long double macros and unions.  Simplify tests
20748         for long doubles that are fully specified by the high double.
20749         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20750         Likewise.
20751         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20752         Remove dead code too.
20753         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20754         (__ieee754_ynl): Likewise.
20755         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20756         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20757         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20758         Remove dead code too.
20759         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20760         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20761         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20762         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20763         Simplify.
20764         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20765         Simplify.
20766         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20767         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20768         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20769         Comment on variable precision.
20770         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20771         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20772         Likewise.
20773         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20774         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20775         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20776         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20777         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20778
20779 2013-10-04  Alan Modra  <amodra@gmail.com>
20780
20781         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20782         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20783         all uses of ieee854 long double macros and unions.
20784         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20785         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20786         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20787         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20788         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20789         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20790         Likewise.
20791         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20792         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20793         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20794         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20795         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20796         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20797         Simplify sign and nan test too.
20798         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20799         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20800         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20801         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20802         Likewise.
20803         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20804         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20805         Likewise.
20806         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20807         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20808         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20809         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20810         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20811         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20812
20813 2013-10-04  Alan Modra  <amodra@gmail.com>
20814
20815         * stdio-common/printf_size.c (__printf_size): Don't use
20816         union ieee854_long_double in fpnum union.
20817         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20818         signbit macro to retrieve sign from long double.
20819         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20820         retrieve sign from long double.
20821         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20822         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20823         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20824         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20825         * math/test-misc.c (main): Don't use union ieee854_long_double.
20826
20827 2013-10-04  Alan Modra  <amodra@gmail.com>
20828
20829         [BZ #15680]
20830         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20831         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20832         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20833         calculation.  Remove unnecessary test for denormal exponent.
20834         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20835         Correct handling of denormals.  Avoid undefined shift behaviour.
20836         Correct normalisation of low mantissa when low double is denormal.
20837         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20838         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20839         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20840         Correct normalisation of low mantissa.  Test for overflow of high
20841         mantissa and normalise.
20842         (ldbl_nearbyint): Use more readable constant for two52.
20843         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20844         (__mpn_construct_long_double): Fix test for overflow of high
20845         mantissa and correct normalisation.  Avoid undefined shift.
20846
20847 2013-10-04  Alan Modra  <amodra@gmail.com>
20848
20849         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20850         (union ibm_extended_long_double): Define as an array of ieee754_double.
20851         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20852         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20853         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20854         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20855         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20856         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20857         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20858         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20859         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20860         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20861         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20862
20863 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20864
20865         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20866         page size instead of calling getpagesize.
20867
20868         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20869         (LOCFILE_ALIGN_MASK): Likewise.
20870         (LOCFILE_ALIGN_UP): Likewise.
20871         (LOCFILE_ALIGNED_P): Likewise.
20872         * locale/programs/ld-collate.c (collate_output): Use the new
20873         macros instead of __alignof__ (int32_t).
20874         * locale/weight.h (findidx): Likewise.
20875
20876 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20877
20878         [BZ #431]
20879         * manual/string.texi: Fix strncat and wcsncat.
20880
20881 2013-10-03  Brooks Moses  <bmoses@google.com>
20882
20883         [BZ #15915]
20884         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20885         * Makerules: ...here, and adjust associated comments.
20886
20887 2013-10-02  Will Newton  <will.newton@linaro.org>
20888
20889         * malloc/Makefile: Add tst-pvalloc.
20890         * malloc/tst-pvalloc.c: New file.
20891
20892 2013-10-02  Will Newton  <will.newton@linaro.org>
20893
20894         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20895         improve test coverage.
20896
20897 2013-10-02  Will Newton  <will.newton@linaro.org>
20898
20899         * malloc/Makefile: Add tst-posix_memalign.
20900         * malloc/tst-posix_memalign.c: New file.
20901
20902 2013-10-01  Eric Blake  <eblake@redhat.com>
20903
20904         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20905         Use __THROWNL rather than __THROW on static functions.
20906
20907 2013-09-30  Petr Machata  <pmachata@redhat.com>
20908
20909         * elf/elf.h (R_AARCH64_ABS16): New macro.
20910         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20911         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20912         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20913         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20914         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20915         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20916         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20917         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20918         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20919         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20920         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20921         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20922         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20923         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20924         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20925         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20926         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20927         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20928         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20929         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20930         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20931         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20932         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20933         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20934         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20935         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20936         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20937         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20938         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20939         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20940         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20941         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20942         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20943         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20944         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20945         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20946         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20947         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20948         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20949         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20950         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20951         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20952         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20953         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20954         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20955         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20956         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20957         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20958         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20959         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20960         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20961         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20962         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20963         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20964         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20965         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20966         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20967         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20968         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20969         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20970         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20971         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20972         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20973         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20974         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20975         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20976         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20977         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20978         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20979         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20980         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20981         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20982         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20983         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20984         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20985         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20986         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20987         (R_AARCH64_TLSDESC_LDR): Likewise.
20988         (R_AARCH64_TLSDESC_ADD): Likewise.
20989         (R_AARCH64_TLSDESC_CALL): Likewise.
20990
20991 2013-09-30  Andreas Schwab  <schwab@suse.de>
20992
20993         [BZ #15048]
20994         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20995         the nss database lookup.
20996         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20997         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20998
20999 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21000
21001         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21002
21003 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21004
21005         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21006         ${Bash-specific parameter/pattern/string} parameter expansion.
21007         * sysdeps/unix/make-syscalls.sh: Likewise.
21008
21009 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21010
21011         * sysdeps/sh/stackguard-macros.h: New file.
21012
21013 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21014
21015         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21016         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21017         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21018         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21019         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21020         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21021
21022 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21023
21024         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21025         Fix thread ID register.
21026
21027 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21028
21029         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21030         [POSIX || UNIX98]: Require rather than permitting all symbols from
21031         <time.h>.
21032         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21033         element of struct sched_param.
21034         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21035         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21036         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21037         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21038         constant.
21039
21040 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21041
21042         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21043         argument calculation.
21044
21045 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21046
21047         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21048         Expect macro.
21049         [POSIX] (pthread_attr_t): Do not require type.
21050         [POSIX] (pthread_cond_t): Likewise.
21051         [POSIX] (pthread_condattr_t): Likewise.
21052         [POSIX] (pthread_key_t): Likewise.
21053         [POSIX] (pthread_mutex_t): Likewise.
21054         [POSIX] (pthread_mutexattr_t): Likewise.
21055         [POSIX] (pthread_once_t): Likewise.
21056         [POSIX] (pthread_t): Likewise.
21057         [POSIX-based standards] (pthread_atfork): Expect function.
21058
21059 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21060             Richard Sandiford  <richard@codesourcery.com>
21061
21062         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21063         (swap_endianness_p): New extern variable.
21064         (set_big_endian): New inline function.
21065         (maybe_swap_uint32): Likewise.
21066         (maybe_swap_uint32_array): Likewise.
21067         (maybe_swap_uint32_obstack): Likewise.
21068         * locale/programs/locfile.c: Include <stdbool.h>.
21069         (swap_endianness_p): New variable.
21070         (add_locale_uint32): Call maybe_swap_uint32.
21071         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21072         (write_locale_data): Call maybe_swap_uint32_array.
21073         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21074         maybe_swap_uint32.
21075         (obstack_int32_grow_fast): Likewise.
21076         (output_weightwc): Call maybe_swap_uint32_obstack.
21077         (collate_output): Likewise.
21078         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21079         (OPT_LITTLE_ENDIAN): Likewise.
21080         (options): Add --little-endian and --big-endian options.
21081         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21082         * locale/programs/locarchive.c: Include "locfile.h".
21083         (GET): New macro.
21084         (SET): Likewise.
21085         (INC): Likewise.
21086         (create_archive): Use the new macros to access fields of
21087         structures directly mapped from or written to locale archives.
21088         (oldlocrecentcmp): Likewise.
21089         (enlarge_archive): Likewise.
21090         (insert_name): Likewise.
21091         (add_alias): Likewise.
21092         (add_locale): Likewise.
21093         (delete_locales_from_archive): Likewise.
21094         (show_archive_content): Likewise.
21095         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21096         locale data.
21097
21098 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21099
21100         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21101         http://www.gnu.org/doc/freemanuals.texi.
21102         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21103
21104 2013-09-24  Will Newton  <will.newton@linaro.org>
21105
21106         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21107         macro.
21108
21109 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21110
21111         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21112         unsigned char.
21113
21114 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21115
21116         * manual/threads.texi (POSIX Threads): Fix a typo.
21117
21118 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21119
21120         [BZ #14547]
21121         * string/tst-strcoll-overflow.c: New test case.
21122         * string/Makefile (xtests): Add tst-strcoll-overflow.
21123         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21124         cache if string sizes may cause integer overflow.
21125
21126         [BZ #14547]
21127         * string/strcoll_l.c (coll_seq): New members rule, idx,
21128         save_idx and back_us.
21129         (get_next_seq_nocache): New function.
21130         (do_compare_nocache): New function.
21131         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21132         when malloc fails.
21133
21134 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21135
21136         [BZ #15754]
21137         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21138         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21139         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21140
21141         [BZ #15754]
21142         * elf/Makefile (tests): Add tst-ptrguard1.
21143         (tests-static): Add tst-ptrguard1-static.
21144         (tst-ptrguard1-ARGS): Define.
21145         (tst-ptrguard1-static-ARGS): Define.
21146         * elf/tst-ptrguard1.c: New file.
21147         * elf/tst-ptrguard1-static.c: New file.
21148         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21149         * sysdeps/i386/stackguard-macros.h: Likewise.
21150         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21151         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21152         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21153         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21154         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21155         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21156
21157 2013-09-23  Hector Marco  <hecmargi@upv.es>
21158             Ismael Ripoll  <iripoll@disca.upv.es>
21159             Carlos O'Donell  <carlos@redhat.com>
21160
21161         [BZ #15754]
21162         * sysdeps/generic/stackguard-macros.h: Define
21163         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21164         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21165         Define __pointer_chk_guard_local.
21166         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21167         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21168
21169 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21170
21171         [BZ #15859]
21172         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21173
21174 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21175
21176         * include/string.h (__ffs): Declare as hidden.
21177         * string/ffs.c (__ffs): Define as hidden.
21178         * sysdeps/i386/ffs.c (__ffs): Likewise.
21179         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21180         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21181         * sysdeps/s390/ffs.c (__ffs): Likewise.
21182         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21183
21184 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21185
21186         * NEWS: Mention malloc probes.
21187
21188         * malloc/arena.c (new_heap): New memory_heap_new probe.
21189         (grow_heap): New memory_heap_more probe.
21190         (shrink_heap): New memory_heap_less probe.
21191         (heap_trim): New memory_heap_free probe.
21192         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21193         (systrim): New memory_sbrk_less probe.
21194         * manual/probes.texi: Document them.
21195
21196         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21197         * manual/probes.texi: Document it.
21198
21199         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21200         (__libc_realloc): Add memory_realloc_retry probe.
21201         (__libc_memalign): Add memory_memalign_retry probe.
21202         (__libc_valloc): Add memory_valloc_retry probe.
21203         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21204         (__libc_calloc): Add memory_calloc_retry probe.
21205         * manual/probes.texi: Document them.
21206
21207         * malloc/arena.c (get_free_list): Add probe
21208         memory_arena_reuse_free_list.
21209         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21210         and memory_arena_reuse.
21211         (arena_get2) [!PER_THREAD]: Likewise.
21212         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21213         memory_arena_reuse_realloc.
21214         * manual/probes.texi: Document them.
21215
21216         * malloc/malloc.c (__libc_free): Add
21217         memory_mallopt_free_dyn_thresholds probe.
21218         (__libc_mallopt): Add multiple memory_mallopt probes.
21219         * manual/probes.texi: Document them.
21220
21221         * malloc/malloc.c: Include stap-probe.h.
21222         (__libc_mallopt): Add memory_mallopt probe.
21223         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21224         * manual/probes.texi: New.
21225         * manual/Makefile (chapters): Add probes.
21226         * manual/threads.texi: Set next node.
21227
21228 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21229
21230         [BZ #15963, #13985]
21231         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21232         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21233         Add `Chinese' to `nan' entry name.
21234
21235 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21236
21237         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21238         (POLYNOMIAL): Likewise.
21239         (TAYLOR_SINCOS): Likewise.
21240         (TAYLOR_SLOW): Likewise.
21241         (__sin): Use TAYLOR_SINCOS.
21242         (__cos): Likewise.
21243         (slow): Use TAYLOR_SLOW.
21244         (sloww): Likewise.
21245         (bsloww): Likewise.
21246         (csloww): Likewise.
21247
21248 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21249
21250         * stdlib/strtod_l.c: Fix buffer overrun.
21251
21252 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21253
21254         * benchtests/Makefile (bench): Add sincos.
21255         * benchtests/bench-sincos.c: New file.
21256
21257         * math/libm-test.inc (cos_test_data): New test inputs.
21258         (sin_test_data): Likewise.
21259
21260         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21261         macro.
21262         (__sin): Use it.
21263         (__cos): Likewise.
21264         (slow1): Likewise.
21265         (slow2): Likewise.
21266         (sloww1): Likewise.
21267         (sloww2): Likewise.
21268         (bsloww1): Likewise.
21269         (bsloww2): Likewise.
21270         (cslow2): Likewise.
21271         (csloww1): Likewise.
21272         (csloww2): Likewise.
21273
21274         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21275         function.
21276         (__sin): Use it.
21277         (__cos): Likewise.
21278
21279         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21280         gotos.
21281         (__cos): Likewise.
21282
21283 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21284
21285         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21286         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21287         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21288         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21289         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21290         * elf/cache.c (print_entry): Handle the new cache flags.
21291
21292 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21293             Aldy Hernandez  <aldyh@redhat.com>
21294
21295         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21296         Change condition to [_SOFT_FLOAT].
21297         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21299         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21300         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21302         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21303         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21304         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21305         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21306         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21308         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21309         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21310         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21311         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21312         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21313         declaration.
21314
21315 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21316
21317         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21318         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21319         (__longjmp): Use LOAD_GP to load saved GPRs.
21320         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21321         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21322         (__sigsetjmp): Use SAVE_GP to save GPRs.
21323
21324         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21325         Do not append -msoft-float.
21326         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21327
21328 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21329
21330         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21331
21332 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21333
21334         [BZ #15966]
21335         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21336         (_FPU_GETCW): Use initial "__" on variable and field names but not
21337         on macro parameter name.
21338         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21339         parentheses around reference to macro parameter.
21340
21341 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21342
21343         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21344         prototype.
21345         (ctype_startup): Use uint32_t in cast and sizeof for
21346         ctype->charnames.
21347
21348 2013-09-11  Jia Liu  <proljc@gmail.com>
21349
21350         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21351         __daddr_t_defined.
21352         [__FreeBSD__]: Likewise.
21353
21354 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21355
21356         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21357         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21358         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21359         (strchr): Remove __strchr_sse42 ifunc selection.
21360         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21361         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21362
21363 2013-09-11  Will Newton  <will.newton@linaro.org>
21364
21365         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21366         parameter to RES. Remove hardcoded 1000 value.
21367         * benchtests/bench-skeleton.c (main): Pass RES parameter
21368         to TIMING_INIT and multiply result by 1000.
21369
21370 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21371
21372         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21373
21374 2013-09-11  Andreas Schwab  <schwab@suse.de>
21375
21376         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21377         if not defined.
21378         (O_TMPFILE) [__USE_GNU]: Define.
21379         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21380         Define.
21381
21382 2013-09-11  Will Newton  <will.newton@linaro.org>
21383
21384         [BZ #15857]
21385         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21386         does not overflow.
21387
21388 2013-09-11  Will Newton  <will.newton@linaro.org>
21389
21390         [BZ #15856]
21391         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21392         does not overflow.
21393
21394 2013-09-11  Will Newton  <will.newton@linaro.org>
21395
21396         [BZ #15855]
21397         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21398         does not overflow.
21399
21400 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21401
21402         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21403         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21404         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21405         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21406         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21407
21408 2013-09-10  Allan McRae  <allan@archlinux.org>
21409
21410         [BZ #15748]
21411         * manual/arith.texi (Parsing of Floats): Clarify
21412         cross-reference.
21413
21414         [BZ #15849]
21415         * manual/install.texi (Running make install): Mention
21416         --enable-pt-chown.
21417         * INSTALL: Regenerated.
21418
21419 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21420
21421         * csu/init-first.c (_init): Remove the !SHARED condition around
21422         FPU control word initialization.
21423         * elf/dl-support.c (_dl_fpu_control): New variable.
21424         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21425         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21426         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21427         * math/test-fpucw-static.c: New file.
21428         * math/test-fpucw-ieee.c: New file.
21429         * math/test-fpucw-ieee-static.c: New file.
21430         * math/Makefile (tests): Add `test-fpucw-ieee' and
21431         `$(tests-static)'.
21432         (tests-static): New variable.
21433         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21434         dependency to...
21435         [($(build-shared),yes)]
21436         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21437         ... this.
21438         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21439         New dependency.
21440
21441 2013-09-09  Allan McRae  <allan@archlinux.org>
21442
21443         [BZ #15939]
21444         * manual/string.texi (Collation Functions): Fix typo in
21445         strcoll example.
21446         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21447
21448         [BZ #15893]
21449         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21450
21451         [BZ #15892]
21452         * libio/memstream.c (open_memstream): Fix memory leak.
21453         * libio/wmemstream.c (open_wmemstream): Likewise.
21454
21455         [BZ #15895]
21456         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21457
21458 2013-09-09  Will Newton  <will.newton@linaro.org>
21459
21460         * malloc/Makefile: Add tst-realloc to tests.
21461         * malloc/tst-realloc.c: New file.
21462
21463 2013-09-09  Allan McRae  <allan@archlinux.org>
21464
21465         [BZ #15844]
21466         * COPYING: Update from GNU website to fix FSF address.
21467         * COPYING.LIB: Likewise.
21468
21469 2013-09-06  David S. Miller  <davem@davemloft.net>
21470
21471         * po/zh_TW.po: Update Chinese (traditional) translation from
21472         translation project.
21473
21474 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21475             Joseph Myers  <joseph@codesourcery.com>
21476
21477         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21478         "localeinfo.h".
21479         (obstack_chunk_alloc): New macro.
21480         (obstack_chunk_free): Likewise.
21481         (record_offset): New function.
21482         (init_locale_data): Likewise.
21483         (align_locale_data): Likewise.
21484         (add_locale_empty): Likewise.
21485         (add_locale_raw_data): Likewise.
21486         (add_locale_raw_obstack): Likewise.
21487         (add_locale_string): Likewise.
21488         (add_locale_wstring): Likewise.
21489         (add_locale_uint32): Likewise.
21490         (add_locale_uint32_array): Likewise.
21491         (add_locale_char): Likewise.
21492         (start_locale_structure): Likewise.
21493         (end_locale_structure): Likewise.
21494         (start_locale_prelude): Likewise.
21495         (end_locale_prelude): Likewise.
21496         (write_locale_data): Take locale_file structure rather than an
21497         iovec.
21498         * locale/programs/locfile.h: Include "obstack.h".
21499         (struct locale_file): Change to store locale file contents instead
21500         of header.
21501         (init_locale_data): New prototype.
21502         (align_locale_data): Likewise.
21503         (add_locale_empty): Likewise.
21504         (add_locale_raw_data): Likewise.
21505         (add_locale_raw_obstack): Likewise.
21506         (add_locale_string): Likewise.
21507         (add_locale_wstring): Likewise.
21508         (add_locale_uint32): Likewise.
21509         (add_locale_uint32_array): Likewise.
21510         (add_locale_char): Likewise.
21511         (start_locale_structure): Likewise.
21512         (end_locale_structure): Likewise.
21513         (start_locale_prelude): Likewise.
21514         (end_locale_prelude): Likewise.
21515         (write_locale_data): Update prototype.
21516         * locale/programs/3level.h (struct TABLE): Remove result field.
21517         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21518         Use new locale_file interface.
21519         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21520         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21521         * locale/programs/ld-address.c (address_output): Use new
21522         locale_file interface.
21523         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21524         NO_ADD_LOCALE.
21525         (collate_finish): Don't call collseq_table_finalize.
21526         (collate_output): Use new locale_file interface.
21527         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21528         in file.
21529         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21530         (TABLE): Move defines earlier in file.
21531         (ELEMENT): Likewise.
21532         (DEFAULT): Likewise.
21533         (wctrans_table_add): Move macro and inline function earlier in
21534         file.
21535         (struct wctype_table): Move type earlier in file.
21536         (add_locale_wctype_table): New static prototype.
21537         (struct locale_ctype_t): Use logical types instead of struct iovec
21538         pointers for members.
21539         (ctype_output): Use new locale_file interface.
21540         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21541         new locale_file interface.
21542         (allocate_arrays): Update for use of new locale_file interface.
21543         * locale/programs/ld-identification.c (identification_output): Use
21544         new locale_file interface.
21545         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21546         * locale/programs/ld-messages.c (messages_output): Likewise.
21547         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21548         * locale/programs/ld-name.c (name_output): Likewise.
21549         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21550         * locale/programs/ld-paper.c (paper_output): Likewise.
21551         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21552         * locale/programs/ld-time.c (time_output): Likewise.
21553
21554 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21555
21556         * benchtests/Makefile: Add memrchr benchmark.
21557         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21558         benchmark as memrchr.
21559         * benchtests/bench-memrchr-ifunc.c: New file.
21560         * benchtests/bench-memrchr.c: New file.
21561
21562 2013-09-06   Will Newton  <will.newton@linaro.org>
21563
21564         * benchtests/Makefile (string-bench): Add memcpy.
21565
21566 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21567             Cong Wang  <amwang@redhat.com>
21568
21569         [BZ #15850]
21570         * sysdeps/unix/sysv/linux/bits/in.h
21571         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21572         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21573         before __USE_KERNEL_IPV6_DEFS uses.
21574         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21575         IPPROTO_BEETPH.
21576         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21577         sockaddr_in6, or ipv6_mreq.
21578
21579 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21580
21581         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21582         memory access for final bytes in some large inputs.
21583         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21584
21585 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21586
21587         * string/test-memrchr.c: New file.
21588         * string/test-memrchr-ifunc.c: New file.
21589         * string/Makefile: Add new memrchr testcase.
21590
21591 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21592
21593         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21594         fanotify_init returns EPERM.
21595
21596 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21597
21598         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21599         errors.
21600         (top level): Treat second token from macro or constant entries for
21601         allowed headers as allowed.
21602         * include/complex.h: Condition internal declarations on
21603         [!_ISOMAC].
21604         * include/fenv.h: Condition include of <stdbool.h> and internal
21605         declarations on [!_ISOMAC].
21606
21607 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21608
21609         [BZ #15923]
21610         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21611
21612 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21613
21614         * configure.in (--enable-versioning): Remove configure option.
21615         (libc_cv_asm_symver_directive): Remove configure test.
21616         (libc_cv_ld_version_script_option): Likewise.
21617         (VERSIONING): Remove variable and AC_SUBST.
21618         (DO_VERSIONING): Remove AC_DEFINE.
21619         * configure: Regenerated.
21620         * config.h.in (DO_VERSIONING): Remove macro.
21621         * Makerules [$(versioning) = yes]: Change conditionals to
21622         [$(build-shared) = yes].
21623         * config.make.in (versioning): Remove variable.
21624         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21625         [$(build-shared) = yes].
21626         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21627         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21628         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21629         [$(build-shared) = yes].
21630         * extra-lib.mk [$(versioning) = yes]: Likewise.
21631         * hurd/Makefile [$(versioning) = yes]: Likewise.
21632         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21633         [SHARED].
21634         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21635         [SHARED].
21636         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21637         [SHARED && !NO_HIDDEN].
21638         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21639         [SHARED].
21640         [SHARED && DO_VERSIONING]: Likewise..
21641         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21642         [$(build-shared) = yes].
21643         * manual/install.texi (--disable-versioning): Remove
21644         documentation.
21645         * INSTALL: Regenerated.
21646         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21647         to [SHARED].
21648         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21649         [$(build-shared) = yes].
21650         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21651         * sysdeps/i386/i686/multiarch/strstr-c.c
21652         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21653         [SHARED && !NO_HIDDEN].
21654         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21655         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21656         * sysdeps/powerpc/powerpc32/dl-machine.c
21657         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21658         * sysdeps/powerpc/powerpc32/sysdep.h
21659         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21660         to [SHARED && PIC && !NO_HIDDEN].
21661         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21662         conditional to [SHARED].
21663
21664 2013-09-04   Will Newton  <will.newton@linaro.org>
21665
21666         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21667         * benchtests/bench-string.h: Include bench-timing.h instead
21668         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21669         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21670         call to HP_TIMING_DIFF_INIT.
21671         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21672         instead of hp-timing.h macros.
21673         * benchtests/bench-memchr.c: Likewise.
21674         * benchtests/bench-memcmp.c: Likewise.
21675         * benchtests/bench-memcpy.c: Likewise.
21676         * benchtests/bench-memmem.c: Likewise.
21677         * benchtests/bench-memmove.c: Likewise.
21678         * benchtests/bench-memset.c: Likewise.
21679         * benchtests/bench-rawmemchr.c: Likewise.
21680         * benchtests/bench-strcasecmp.c: Likewise.
21681         * benchtests/bench-strcasestr.c: Likewise.
21682         * benchtests/bench-strcat.c: Likewise.
21683         * benchtests/bench-strchr.c: Likewise.
21684         * benchtests/bench-strcmp.c: Likewise.
21685         * benchtests/bench-strcpy.c: Likewise.
21686         * benchtests/bench-strcpy_chk.c: Likewise.
21687         * benchtests/bench-strlen.c: Likewise.
21688         * benchtests/bench-strncasecmp.c: Likewise.
21689         * benchtests/bench-strncat.c: Likewise.
21690         * benchtests/bench-strncmp.c: Likewise.
21691         * benchtests/bench-strncpy.c: Likewise.
21692         * benchtests/bench-strnlen.c: Likewise.
21693         * benchtests/bench-strpbrk.c: Likewise.
21694         * benchtests/bench-strrchr.c: Likewise.
21695         * benchtests/bench-strspn.c: Likewise.
21696         * benchtests/bench-strstr.c: Likewise.
21697
21698 2013-09-04  Will Newton  <will.newton@linaro.org>
21699
21700         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21701
21702 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21703
21704         [BZ #15427]
21705         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21706         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21707         * math/libm-test.inc (lgamma_test_data): Add more tests.
21708         * sysdeps/i386/fpu/libm-test-ulps: Update.
21709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21710
21711 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21712
21713         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21714         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21715         Add ifunc.
21716         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21717         Add strcmp-sse2-unaligned
21718         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21719
21720 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21721
21722         * Versions.def (libc): Add GLIBC_2.19.
21723
21724 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21725
21726         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21727         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21728
21729 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21730
21731         [BZ #14155]
21732         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21733         intermediate calculations in recurrence.
21734         (__ieee754_ynf): Likewise.
21735         * math/libm-test.inc (jn_test_data): Do not allow spurious
21736         underflow exception.  Add more tests.
21737         (yn_test_data): Add more tests.
21738         * sysdeps/i386/fpu/libm-test-ulps: Update.
21739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21740
21741 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21742
21743         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21744
21745 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21746
21747         * csu/init-first.c: Fix then/than typos.
21748         * locale/programs/ld-collate.c: Likewise.
21749         * locale/programs/linereader.h: Likewise.
21750         * manual/charset.texi: Likewise.
21751         * manual/filesys.texi: Likewise.
21752         * manual/stdio.texi: Likewise.
21753         * manual/string.texi: Likewise.
21754         * stdlib/fmtmsg.c: Likewise.
21755         * sysdeps/i386/stpncpy.S: Likewise.
21756         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21757         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21758         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21759         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21760
21761 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21762
21763         * elf/dl-open.c: Fix typos.
21764         * iconvdata/gbbig5.c: Likewise.
21765         * iconvdata/iso-2022-jp.c: Likewise.
21766         * iconv/gconv_int.h: Likewise.
21767         * iconv/loop.c: Likewise.
21768         * nis/rpcsvc/nis.h: Likewise.
21769         * resolv/ns_name.c: Likewise.
21770         * stdio-common/vfscanf.c: Likewise.
21771         * streams/stropts.h: Likewise.
21772         * sunrpc/rpc_thread.c: Likewise.
21773         * sysdeps/i386/strpbrk.S: Likewise.
21774         * sysdeps/ieee754/k_standard.c: Likewise.
21775         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21776         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21777         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21778         * sysdeps/mach/hurd/profil.c: Likewise.
21779         * sysdeps/s390/dl-procinfo.h: Likewise.
21780         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21781         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21782         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21783         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21784         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21785
21786 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21787
21788         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21789         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21790
21791 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21792
21793         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21794         aix specific files.
21795         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21796         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21797         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21798         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21799         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21800         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21801         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21802         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21803
21804 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21805             Roland McGrath  <roland@hack.frob.com>
21806
21807         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21808         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21809
21810 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21811
21812         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21813         __executable_start symbol instead of _start.
21814
21815 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21816
21817         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21818         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21819         Move macros to...
21820         * sysdeps/gnu/ldsodefs.h: ... this new file.
21821
21822         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21823         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21824         instead of ELFOSABI_LINUX.
21825
21826         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21827         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21828         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21829         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21830         Likewise.
21831         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21832         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21833         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21834         Likewise.
21835         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21836         (ibm_extended_long_double): Add ieee_nan member.
21837         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21838         (do_test): New function.
21839
21840         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21841         TEST_TRUNC.
21842         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21843         functions, renamed from truncdfsf_test, trunctfsf_test,
21844         trunctfdf_test.
21845         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21846         functions.
21847         (do_test): Run all these.
21848
21849 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21850
21851         * argp/argp-help.c: Fix typos.
21852         * argp/argp-parse.c: Likewise.
21853         * debug/backtracesyms.c: Likewise.
21854         * elf/elf.h: Likewise.
21855         * malloc/malloc.c: Likewise.
21856         * nis/nis_print.c: Likewise.
21857         * resolv/res_comp.c: Likewise.
21858         * stdlib/stdlib.h: Likewise.
21859         * sunrpc/clnt_tcp.c: Likewise.
21860         * sunrpc/clnt_udp.c: Likewise.
21861         * sunrpc/clnt_unix.c: Likewise.
21862         * sysdeps/unix/bsd/ptsname.c: Likewise.
21863         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21864         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21866         Likewise.
21867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21868         Likewise.
21869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21870         Likewise.
21871         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21872
21873 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21874
21875         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21876         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21877
21878 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21879
21880         [BZ #15897]
21881         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21882         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21883         ($(objpfx)bug-dl-leaf): New rule.
21884         ($(objpfx)bug-dl-leaf.so): Likewise.
21885         ($(objpfx)bug-dl-leaf.out): Likewise.
21886         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21887         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21888         * dlfcn/bug-dl-leaf.c: New test.
21889         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21890         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21891         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21892         (dlclose): Likewise.
21893         (dlmopen): Likewise.
21894
21895 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21896
21897         * include/netdb.h [!_ISOMAC]:
21898         Don't include <tls.h>.
21899         (h_errno, __libc_h_errno): Move declaration and macros out of
21900         [_LIBC_REENTRANT].
21901
21902         * include/resolv.h [_RESOLV_H_]:
21903         Don't include <tls.h>.
21904         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21905         * resolv/res_libc.c: Don't include <tls.h>.
21906         (_res): Use __attribute__ ((nocommon)) in place of
21907         __attribute__ ((section (".bss"))).
21908
21909         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21910         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21911
21912         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21913
21914         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21915         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21916
21917         * resolv/res_mkquery.c: Include <sys/time.h>.
21918
21919         * inet/ifreq.c: Moved to ...
21920         * sysdeps/unix/ifreq.c: ... here.
21921         * inet/ifreq.c: New file, true stub version.
21922
21923         * socket/sa_len.c: New file.
21924         * socket/Makefile (aux): Add it.
21925         * sysdeps/unix/sysv/linux/Makefile
21926         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21927         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21928         and #include <socket/sa_len.c>.
21929         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21930         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21931
21932         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21933         * bits/socket.h: ... here.
21934
21935         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21936         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21937         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21938
21939 2013-08-27  Andreas Schwab  <schwab@suse.de>
21940
21941         [BZ #15736]
21942         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21943         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21944         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21945         * string/test-strcasecmp.c (test_main): Run tests in several
21946         locales.
21947         * string/test-strncasecmp.c (test_main): Likewise.
21948
21949         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21950         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21951         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21952         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21953         (__strncasecmp_ssse3) [PIC]: Likewise.
21954
21955 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21956
21957         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21958
21959         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21960         instead of explicitly declaring xdecrypt.
21961         * nis/nss_nis/nis-publickey.c: Likewise.
21962
21963 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21964
21965         [BZ #15890]
21966         * nscd/aicache.c: Include res_hconf.h.
21967         (addhstaiX): Initialize res_hconf.
21968
21969 2013-08-26  Andreas Schwab  <schwab@suse.de>
21970
21971         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21972         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21973
21974 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21975
21976         * nscd/aicache.c (addhstaiX): Fix indentation.
21977
21978 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21979
21980         * configure.ac: Quote $build_pt_chown test.
21981         * configure: Regenerated.
21982
21983 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21984
21985         [BZ #15532]
21986         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21987         * math/s_cexpf.c (__cexpf): Likewise.
21988         * math/s_cexpl.c (__cexpl): Likewise.
21989         * math/libm-test.inc (cexp_test_data): Correct expected return
21990         value for NaN + i0.  Add another test.
21991
21992 2013-08-22  David S. Miller  <davem@davemloft.net>
21993
21994         * po/ca.po: Update Catalan translation from translation project.
21995         * po/uk.po: Add Ukrainian translations from translation project.
21996
21997 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21998
21999         [BZ #15797]
22000         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22001         is infinite, not alongside NaN test.
22002         * math/s_fdimf.c (__fdimf): Likewise.
22003         * math/s_fdiml.c (__fdiml): Likewise.
22004         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22005         errno is unchanged.
22006
22007 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22008
22009         * argp/argp-help.c: Fix typos.
22010         * crypt/speeds.c: Likewise.
22011         * csu/check_fds.c: Likewise.
22012         * elf/dl-load.c: Likewise.
22013         * elf/dl-open.c: Likewise.
22014         * elf/reldep3.c: Likewise.
22015         * elf/reldep.c: Likewise.
22016         * elf/sprof.c: Likewise.
22017         * iconv/iconv_charmap.c: Likewise.
22018         * iconv/skeleton.c: Likewise.
22019         * iconv/strtab.c: Likewise.
22020         * io/lockf64.c: Likewise.
22021         * libio/libioP.h: Likewise.
22022         * resolv/gai_notify.c: Likewise.
22023         * resolv/ns_name.c: Likewise.
22024         * resolv/ns_samedomain.c: Likewise.
22025         * resolv/res_send.c: Likewise.
22026         * stdlib/random.c: Likewise.
22027         * sunrpc/rpc/xdr.h: Likewise.
22028         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22029         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22030         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22031         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22032         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22033         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22034         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22035         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22036         * sysdeps/mach/hurd/check_fds.c: Likewise.
22037         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22038         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22039         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22040         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22041         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22042         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22043         * sysdeps/pthread/aio_notify.c: Likewise.
22044         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22045         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22046         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22047         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22048         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22049
22050 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22051
22052         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22053         version if bit_Slow_SSE4_2 is set.
22054         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22055         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22056
22057 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22058
22059         [BZ #15867]
22060         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22061         trampoline stack frame information.
22062         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22063         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22064         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22065         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22066         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22067         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22068         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22069         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22070         sa_flags value.
22071         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22072         interrupting a syscall and set with option SA_SIGINFO.
22073
22074 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22075
22076         [BZ #15531]
22077         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22078         argument is infinite.
22079         * math/s_cprojf.c (__cprojf): Likewise.
22080         * math/s_cprojl.c (__cprojl): Likewise.
22081         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22082         * math/libm-test.inc (cproj_test_data): Add more tests.
22083
22084         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22085
22086         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22087         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22088         size.  Use __ffs to determine corresponding shift.
22089
22090 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22091             Roland McGrath  <roland@hack.frob.com>
22092
22093         * Makefile (INSTALL): Remove trailing blank lines from output of
22094         makeinfo.
22095
22096 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22097
22098         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22099         Align 32 bit compat elf_greg to 8 bytes.
22100
22101 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22102
22103         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22104
22105 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22106
22107         * string/strcoll_l.c (coll_seq): New structure.
22108         (get_next_seq_cached): New function.
22109         (get_next_seq): New function.
22110         (do_compare): New function.
22111         (STRCOLL): Use GNU style definition.  Simplify implementation
22112         by using get_next_seq, get_next_seq_cached and do_compare.
22113
22114 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22115
22116         [BZ #14699]
22117         CVE-2013-4237
22118         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22119         member.
22120         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22121         member.
22122         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22123         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22124         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22125         conditional.
22126         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22127         GETDENTS_64BIT_ALIGNED.
22128         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22129         * manual/filesys.texi (Reading/Closing Directory): Document
22130         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22131         strongly.
22132         * manual/conf.texi (Limits for Files): Add portability note to
22133         NAME_MAX, PATH_MAX.
22134         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22135
22136 2013-08-13  Andreas Schwab  <schwab@suse.de>
22137
22138         [BZ #15749]
22139         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22140         of fabs.
22141         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22142         LDBL_MAX_EXP >= 16384]: Add tests for it.
22143
22144 2013-08-12  David S. Miller  <davem@davemloft.net>
22145
22146         * version.h (RELEASE): Set to "development".
22147         (VERSION): Set to "2.18.90".
22148         * NEWS: Add 2.19 section.
22149
22150 2013-08-03  David S. Miller  <davem@davemloft.net>
22151
22152         * po/ko.po: Update Korean translation from translation project.
22153
22154 2013-08-01  David S. Miller  <davem@davemloft.net>
22155
22156         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22157         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22158         Bilka.
22159
22160 2013-07-30  David S. Miller  <davem@davemloft.net>
22161
22162         * po/fr.po: Update French translation from translation project.
22163
22164 2013-07-28  David S. Miller  <davem@davemloft.net>
22165
22166         * po/cs.po: Update Czech translation from translation project.
22167
22168         * po/sv.po: Update Swedish translation from translation project.
22169
22170 2013-07-27  David S. Miller  <davem@davemloft.net>
22171
22172         * po/eo.po: Update Esperanto translation from translation project.
22173
22174         * po/vi.po: Update Vietnamese translation from translation project.
22175
22176         * po/de.po: Update German translation from translation project.
22177
22178 2013-07-26  David S. Miller  <davem@davemloft.net>
22179
22180         * po/bg.po: Update Bulgarian translation from translation project.
22181
22182         * po/nl.po: Update Dutch translation from translation project.
22183         * po/pl.po: Update Polish translation from translation project.
22184         * po/ru.po: Update Russian translation from translation project.
22185
22186 2013-07-24  David S. Miller  <davem@davemloft.net>
22187
22188         * po/libc.pot: Update.
22189
22190 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22191
22192         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22193         variable page size.
22194         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22195         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22196         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22197
22198 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22199
22200         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22201
22202 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22203             Andreas Schwab  <schwab@suse.de>
22204             Roland McGrath  <roland@hack.frob.com>
22205             Joseph Myers  <joseph@codesourcery.com>
22206             Carlos O'Donell  <carlos@redhat.com>
22207
22208         [BZ #15755]
22209         * config.h.in: Define HAVE_PT_CHOWN.
22210         * config.make.in (build-pt-chown): New variable.
22211         * configure.in (--enable-pt_chown): New configure option.
22212         * configure: Regenerate.
22213         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22214         build-pt-chown is enabled.
22215         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22216         pt_chown to fix pty ownership.
22217         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22218         CLOSE_ALL_FDS.
22219         * manual/install.texi (Configuring and compiling): Mention
22220         --enable-pt_chown. Add @findex for grantpt.
22221         * INSTALL: Regenerate.
22222
22223 2013-07-20  David S. Miller  <davem@davemloft.net>
22224
22225         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22226         difference between 32-bit and 64-bit.
22227
22228 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22229
22230         [BZ #15711]
22231         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22232         Avoid system header dependency with -ffreestanding.
22233         ($(objpfx)bits/syscall%d): Likewise.
22234
22235 2013-07-13  David S. Miller  <davem@davemloft.net>
22236
22237         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22238         underflows from atanl/atan2l due to bug 15319.
22239         (casinh_test_data): Likewise.
22240
22241 2013-07-07  David S. Miller  <davem@davemloft.net>
22242
22243         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22244
22245 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22246
22247         * sysdeps/i386/fpu/libm-test-ulps: Update.
22248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22249
22250 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22251
22252         * configure.in (--enable-lock-elision): Fix message text.
22253         * INSTALL: Regenerate.
22254         * configure: Regenerate.
22255
22256 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22257
22258         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22259
22260 2013-07-03  Andreas Jaeger  <aj@suse.de>
22261
22262         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22263         define.
22264         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22265         (ptrace_peeksiginfo_args): Add.
22266         (__ptrace_peeksiginfo_flags): Add.
22267         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22268         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22269         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22270
22271 2013-07-03  Allan McRae  <allan@archlinux.org>
22272
22273         * sysdeps/i386/fpu/libm-test-ulps: Update.
22274
22275 2013-07-02  David S. Miller  <davem@davemloft.net>
22276
22277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22278
22279 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22280
22281         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22282
22283 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22284
22285         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22287
22288 2013-07-02  Andi Kleen <ak@linux.intel.com>
22289
22290         * config.h.in (ENABLE_LOCK_ELISION): Add.
22291         * configure.in (--enable-lock-elision): Add option.
22292         * manual/install.texi: Document --enable lock elision.
22293         * configure: Regenerate
22294         * INSTALL: Regenerate.
22295
22296 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22297
22298         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22299         SSE4.2 strcasecmp for libc.a.
22300         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22301
22302 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22303
22304         [BZ #13304]
22305         * soft-fp/op-common.h (_FP_FMA): New macro.
22306         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22307         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22308         (_FP_MUL_MEAT_1_imm): ... here.
22309         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22310         (_FP_MUL_MEAT_1_wide): ... here.
22311         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22312         (_FP_MUL_MEAT_1_hard): ... here.
22313         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22314         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22315         (_FP_MUL_MEAT_2_wide): ... here.
22316         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22317         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22318         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22319         (_FP_MUL_MEAT_2_gmp): ... here.
22320         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22321         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22322         (_FP_MUL_MEAT_4_wide): ... here.
22323         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22324         (_FP_MUL_MEAT_4_gmp): ... here.
22325         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22326         (_FP_WFRACBITS_DW_S): Likewise.
22327         (_FP_WFRACXBITS_DW_S): Likewise.
22328         (_FP_HIGHBIT_DW_S): Likewise.
22329         (FP_FMA_S): Likewise.
22330         (_FP_FRAC_HIGH_DW_S): Likewise.
22331         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22332         (_FP_WFRACBITS_DW_D): Likewise.
22333         (_FP_WFRACXBITS_DW_D): Likewise.
22334         (_FP_HIGHBIT_DW_D): Likewise.
22335         (FP_FMA_D): Likewise.
22336         (_FP_FRAC_HIGH_DW_D): Likewise.
22337         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22338         (_FP_WFRACBITS_DW_E): Likewise.
22339         (_FP_WFRACXBITS_DW_E): Likewise.
22340         (_FP_HIGHBIT_DW_E): Likewise.
22341         (FP_FMA_E): Likewise.
22342         (_FP_FRAC_HIGH_DW_E): Likewise.
22343         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22344         (_FP_WFRACBITS_DW_Q): Likewise.
22345         (_FP_WFRACXBITS_DW_Q): Likewise.
22346         (_FP_HIGHBIT_DW_Q): Likewise.
22347         (FP_FMA_Q): Likewise.
22348         (_FP_FRAC_HIGH_DW_Q): Likewise.
22349         * soft-fp/fmasf4.c: New file.
22350         * soft-fp/fmadf4.c: Likewise.
22351         * soft-fp/fmatf4.c: Likewise.
22352
22353 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22354
22355         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22356         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22357         Silvermont.
22358         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22359         macro.
22360         (index_Slow_SSE4_2): Likewise.
22361         (index_Prefer_PMINUB_for_stringop): Likewise.
22362         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22363         bit_Slow_SSE4_2 is set.
22364         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22365         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22366
22367 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22368
22369         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22370         rtld_global._dl_hwcap2.
22371         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22372         POWER8.
22373         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22374         POWER8 feature descriptions defined in _dl_hwcap2.
22375         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22376         string handling for POWER8 feature bits.
22377         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22378         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22379         _dl_powerpc_cap_flags.
22380         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22381         * sysdeps/powerpc/rtld-global-offsets.sym
22382         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22383         _dl_hwcap2 in the rtld_global_ro structure.
22384
22385 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22386
22387         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22388         hardware capabilities in support of AT_HWCAP2.
22389         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22390         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22391         GLRO(dl_hwcap2).
22392         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22393         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22394         explicitly the unknown a_type display mechanism is used.
22395         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22396         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22397         struct member.
22398         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22399         to macro prototype for AT_HWCAP2 support.
22400         * sysdeps/i386/dl-procinfo.h: Likewise.
22401         * sysdeps/s390/dl-procinfo.h: Likewise.
22402         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22403         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22404         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22405         return -1 for unknown a_type display fallback.
22406         * sysdeps/sparc/dl-procinfo.h: Likewise.
22407         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22408         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22409
22410 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22411
22412         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22413         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22414
22415 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22416
22417         [BZ #12492]
22418         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22419         mprotect making __stack_prot writable.
22420
22421 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22422             Joseph Myers  <joseph@codesourcery.com>
22423
22424         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22425         as being properly aligned.
22426
22427 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22428
22429         * dlfcn/modstatic5.c: New file.
22430         * dlfcn/tststatic5.c: New file.
22431         * dlfcn/Makefile (tests): Add tststatic5.
22432         (tests-static): Likewise.
22433         (modules-names): Add modstatic5.
22434         (tststatic5-ENV): New variable.
22435         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22436
22437         [BZ #15022]
22438         * elf/dl-support.c (_dl_main_map): New variable.
22439         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22440         (_dl_nns, _dl_load_adds): Set to 1.
22441         (_dl_initial_searchlist): Refer to _dl_main_map.
22442         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22443         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22444         call to _dl_get_origin.
22445         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22446         around call_map.
22447         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22448         * dlfcn/modstatic3.c: New file.
22449         * dlfcn/tststatic3.c: New file.
22450         * dlfcn/tststatic4.c: New file.
22451         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22452         (tests-static): Likewise.
22453         (modules-names): Add modstatic3.
22454         (tststatic3-ENV, tststatic4-ENV): New variables.
22455         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22456         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22457
22458 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22459
22460         * configure.in (CC): Require GCC version 4.4 or later.
22461         * configure: Regenerated.
22462         * manual/install.texi (Tools for Compilation): Update GCC version
22463         requirement.
22464         * INSTALL: Regenerated.
22465
22466 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22467
22468         [BZ #15674]
22469         * string/test-memcmp.c (check2): New.
22470         (main): Call check2.
22471
22472         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22473
22474 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22475
22476         [BZ #15022]
22477         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22478         over to...
22479         (dl_open_worker) [!SHARED]: ... here.
22480
22481 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22482
22483         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22484
22485 2013-06-25  Richard Henderson  <rth@redhat.com>
22486
22487         * locale/programs/locarchive.c: Include <libc-internal.h>
22488
22489 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22490
22491         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22492         trailing whitespace removed.
22493
22494 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22495
22496         [BZ #10283]
22497         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22498         * locale/programs/locarchive.c: Include libc-mmap.h.
22499         (prepare_address_space): Take two new outputs (the mmap base and len).
22500         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22501         values.
22502         (create_archive): Declare new mmap base and len values for
22503         prepare_address_space, and store the result in ah.
22504         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22505         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22506         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22507         Declare new mmap base and len values for
22508         prepare_address_space, and store the result in new_ah.
22509         (open_archive): Declare new mmap base and len values for
22510         prepare_address_space, and store the result in ah.
22511         (close_archive): If ah->mmap_base is not NULL, use that and
22512         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22513         * sysdeps/generic/libc-mmap.h: New file.
22514
22515 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22516
22517         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22518         (ALIGN_UP): Likewise.
22519         (PTR_ALIGN_DOWN): Likewise.
22520         (PTR_ALIGN_UP): Likewise.
22521
22522 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22523
22524         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22525         entry mapped to PPC_PLATFORM_POWER8.
22526         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22527         POWER8.
22528         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22529         (_dl_string_platform): Add case for exporting platform position for
22530         POWER8.
22531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22532         search path to sysdeps/powerpc/powerpc32/power8 directory.
22533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22534         search path to sysdeps/powerpc/powerpc64/power8 directory.
22535         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22536         power7 directories.
22537         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22538         power7 directories.
22539
22540 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22541
22542         * INSTALL: Regenerate.
22543
22544         * nscd/connections.c (nscd_init): Fix comment.
22545
22546 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22547
22548         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22549
22550         [BZ #15667]
22551         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22552         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22553
22554 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22555
22556         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22557         DL_DST_REQ_STATIC.
22558         (DL_DST_REQ_STATIC): Remove macro.
22559
22560 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22561
22562         [BZ #7006]
22563         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22564         with a shift of 0 bits.
22565
22566 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22567
22568         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22569         $(tststatic-ENV).
22570
22571 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22572
22573         [BZ #15655]
22574         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22575
22576 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22577
22578         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22579         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22580         accepts -fno-tree-loop-distribute-patterns.
22581         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22582         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22583         recursive call.
22584         * string/memset.c (memset): Likewise.
22585         * string/test-memmove.c (simple_memmove): Disable loop transformation
22586         to library calls.
22587         * string/test-memset.c (simple_memset): Likewise.
22588         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22589         * benchtests/bench-memset.c (simple_memset): Likewise.
22590         * configure: Regenerated.
22591
22592 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22593
22594         * math/test-misc.c (main): Ignore fesetround failure when failures
22595         of subsequent rounding tests would be ignored.
22596
22597         [BZ #15654]
22598         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22599         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22600         * math/fegetenv.c (__fegetenv): Return 0.
22601         * math/fegetexcept.c (fegetexcept): Return 0.
22602         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22603         FE_TONEAREST.
22604         * math/feholdexcpt.c (feholdexcept): Return 0.
22605         * math/fesetenv.c (__fesetenv): Return 0.
22606         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22607         argument FE_TONEAREST.
22608         * math/feupdateenv.c (__feupdateenv): Return 0.
22609         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22610
22611 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22612
22613         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22614         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22615         ($(objpfx)rtld-%.os rules): Use them.
22616
22617 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22618
22619         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22620         fields.
22621
22622 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22623
22624         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22625         length of target pattern, then descending length of dependency pattern.
22626         * configure.in (AWK): Require gawk 3.1.2 or newer.
22627         * manual/install.texi (Tools for Compilation): Say that we do.
22628         * configure: Regenerated.
22629
22630         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22631         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22632         * scripts/sysd-rules.awk: ... this new script.
22633         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22634         than a glob-style pattern.
22635
22636 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22637
22638         * math/test-misc.c (main): Do not treat incorrectly rounded
22639         conversions as failure unless ROUNDING_TESTS passes.
22640
22641 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22642
22643         [BZ #15631]
22644         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22645         restore exception state around main square root computation, then
22646         check for inexactness explicitly.
22647
22648         * math/libm-test.inc (fma_test_data): Add another test.
22649
22650 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22651
22652         * manual/threads.texi (Non-POSIX Extensions): New document
22653         node.  Document pthread_getattr_default_np and
22654         pthread_setattr_default_np.
22655
22656         * Versions.def (libpthread): Add GLIBC_2.18.
22657         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22659         Likewise.
22660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22661         Likewise.
22662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22663         Likewise.
22664         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22665         Likewise.
22666         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22667         Likewise.
22668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22669         Likewise.
22670         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22671         Likewise.
22672         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22673         Likewise.
22674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22675         Likewise.
22676
22677 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22678
22679         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22680         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22681
22682 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22683             H.J. Lu  <hjl.tools@gmail.com>
22684
22685         [BZ #15627]
22686         * sysdeps/x86_64/rtld-memset.c: Remove file.
22687         * sysdeps/x86_64/rtld-memset.S: New file.
22688
22689 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22690
22691         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22692         (test_in_one_mode): Take arguments for whether the rounding mode
22693         is supported for each floating-point type.
22694         (do_test): Pass new arguments to test_in_one_mode using
22695         ROUNDING_TESTS.
22696
22697 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22698
22699         * posix/tst-waitid.c (do_test): Distinguish different instances of
22700         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22701         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22702         before entering the kernel for waitpid.
22703
22704 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22705
22706         * NEWS: Fix note on clock function precision.  Text by Roland
22707         McGrath.
22708
22709 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22710
22711         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22712         it into place only when and if the sanity check passes.
22713
22714 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22715
22716         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22717         output for whether conversion result is exact.  Take argument
22718         indicating whether type is IBM long double.
22719         (round_for_all): Change need_exact field to ibm_ld.
22720         * stdlib/tst-strtod-round.c (struct exactness): New type.
22721         (struct test): Change bool ld_ok field to struct exactness exact.
22722         (TEST): Update all definitions for change to field.
22723         (tests): Regenerate array contents.
22724         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22725         field value.  Check for IBM long double here.
22726         (do_test): Update calls to test_in_one_mode.
22727
22728 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22729
22730         [BZ #12515]
22731         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22732         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22733
22734 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22735
22736         [BZ #15605]
22737         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22738         generated by the compiler on loop optimizations.
22739         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22740         general definitions.
22741
22742 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22743
22744         * math/bug-nextafter.c: Include <math-tests.h>.
22745         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22746         the relevant type.
22747         * math/bug-nexttoward.c: Include <math-tests.h>.
22748         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22749         the relevant type.
22750         * math/test-misc.c: Include <math-tests.h>.
22751         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22752         the relevant type.
22753
22754 2013-06-12  Andreas Jaeger  <aj@suse.de>
22755
22756         * po/ia.po: Update Interlingua translation from translation
22757         project.
22758
22759 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22760
22761         * include/fenv.h: Include stdbool.h.
22762         (struct rm_ctx): New structure.
22763         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22764         Define macro.
22765         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22766         (SET_RESTORE_ROUNDF): Likewise.
22767         (SET_RESTORE_ROUNDL): Likewise.
22768         (SET_RESTORE_ROUND_NOEX): Likewise.
22769         (SET_RESTORE_ROUND_NOEXF): Likewise.
22770         (SET_RESTORE_ROUND_NOEXL): Likewise.
22771         (SET_RESTORE_ROUND_53BIT): Likewise.
22772         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22773         (libc_feresetround_noexf_ctx): Likewise.
22774         (libc_feresetround_noexl_ctx): Likewise.
22775         (libc_feholdsetround_53bit_ctx): Likewise.
22776         (libc_feresetround_53bit_ctx): Likewise.
22777         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22778         (libc_feholdexcept_setround_sse_ctx): New function.
22779         (libc_fesetenv_sse_ctx): Likewise.
22780         (libc_feupdateenv_sse_ctx): Likewise.
22781         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22782         (libc_feholdexcept_setround_387_ctx): Likewise.
22783         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22784         (libc_feholdsetround_387_prec_ctx): Likewise.
22785         (libc_feholdsetround_387_ctx): Likewise.
22786         (libc_feholdsetround_387_53bit_ctx): Likewise.
22787         (libc_feholdsetround_sse_ctx): Likewise.
22788         (libc_feresetround_sse_ctx): Likewise.
22789         (libc_feresetround_387_ctx): Likewise.
22790         (libc_feupdateenv_387_ctx): Likewise.
22791         (libc_feholdexcept_setroundf_ctx): Define macro.
22792         (libc_fesetenvf_ctx): Likewise.
22793         (libc_feupdateenvf_ctx): Likewise.
22794         (libc_feholdsetroundf_ctx): Likewise.
22795         (libc_feresetroundf_ctx): Likewise.
22796         (libc_feholdexcept_setround_ctx): Likewise.
22797         (libc_fesetenv_ctx): Likewise.
22798         (libc_feupdateenv_ctx): Likewise.
22799         (libc_feholdsetround_ctx): Likewise.
22800         (libc_feresetround_ctx): Likewise.
22801         (libc_feholdexcept_setroundl_ctx): Likewise.
22802         (libc_feupdateenvl_ctx): Likewise.
22803         (libc_feholdsetroundl_ctx): Likewise.
22804         (libc_feresetroundl_ctx): Likewise.
22805         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22806         (libc_feresetround_53bit_ctx): Likewise.
22807
22808 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22809
22810         * locale/iso-639.def: Convert to UTF-8.
22811
22812 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22813
22814         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22815         (EXCEPTION_TESTS_double): Likewise.
22816         (EXCEPTION_TESTS_long_double): Likewise.
22817         (EXCEPTION_TESTS): Likewise.
22818         * math/libm-test.inc (test_exceptions): Only test exceptions if
22819         EXCEPTION_TESTS (FLOAT).
22820
22821 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22822
22823         * benchtests/Makefile (string-bench): Add strcpy_chk and
22824         stpcpy_chk.
22825         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22826         * benchtests/bench-stpcpy_chk.c: New file.
22827         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22828         * benchtests/bench-strcpy_chk.c: New file.
22829         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22830         code.
22831         (do_test): Likewise.
22832
22833 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22834
22835         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22836         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22837         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22838         with tabs where appropriate.
22839         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22840         dl-procinfo.h.
22841         [PPC_PLATFORM_PPC440]: Likewise.
22842         [PPC_PLATFORM_PPC464]: Likewise.
22843         [PPC_PLATFORM_PPC476]: Likewise.
22844         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22845         ppc464, and ppc476 platform strings merging from ports/
22846         dl-procinfo.h.
22847
22848 2013-06-11  Andreas Schwab  <schwab@suse.de>
22849
22850         [BZ #14991]
22851         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22852         (from_ucs4_idx): Regenerate.
22853         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22854         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22855         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22856         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22857         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22858         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22859         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22860         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22861         from FROM_LOOP and TO_LOOP specific macros.
22862         (BODY): Handle combining characters.
22863         * iconvdata/BIG5HKSCS.irreversible: Update.
22864         * iconvdata/BIG5HKSCS.precomposed: New file.
22865         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22866         characters.
22867         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22868
22869 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22870
22871         * include/sys/time.h: Fix indentation and add copyright header.
22872
22873         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22874         (do_test): Likewise.
22875         * string/test-memchr.c (do_one_test): Likewise.
22876         (do_test): Likewise.
22877         * string/test-memcmp.c (do_one_test): Likewise.
22878         (do_test): Likewise.
22879         * string/test-memcpy.c (do_one_test): Likewise.
22880         (do_test): Likewise.
22881         * string/test-memmem.c (do_one_test): Likewise.
22882         (do_test): Likewise.
22883         (do_random_tests): Likewise.
22884         * string/test-memmove.c (do_one_test): Likewise.
22885         (do_test): Likewise.
22886         * string/test-memset.c (do_one_test): Likewise.
22887         (do_test): Likewise.
22888         * string/test-rawmemchr.c (do_one_test): Likewise.
22889         (do_test): Likewise.
22890         * string/test-strcasecmp.c (do_one_test): Likewise.
22891         (do_test): Likewise.
22892         * string/test-strcasestr.c (do_one_test): Likewise.
22893         (do_test): Likewise.
22894         * string/test-strcat.c (do_one_test): Likewise.
22895         (do_test): Likewise.
22896         * string/test-strchr.c (do_one_test): Likewise.
22897         (do_test): Likewise.
22898         * string/test-strcmp.c (do_one_test): Likewise.
22899         (do_test): Likewise.
22900         * string/test-strcpy.c (do_one_test): Likewise.
22901         (do_test): Likewise.
22902         * string/test-string.h: Likewise.
22903         (test_init): Likewise.
22904         * string/test-strlen.c (do_one_test): Likewise.
22905         (do_test): Likewise.
22906         * string/test-strncasecmp.c (do_one_test): Likewise.
22907         (do_test): Likewise.
22908         * string/test-strncat.c (do_one_test): Likewise.
22909         (do_test): Likewise.
22910         * string/test-strncmp.c (do_one_test): Likewise.
22911         (do_test_limit): Likewise.
22912         (do_test): Likewise.
22913         * string/test-strncpy.c (do_one_test): Likewise.
22914         (do_test): Likewise.
22915         * string/test-strnlen.c (do_one_test): Likewise.
22916         (do_test): Likewise.
22917         * string/test-strpbrk.c (do_one_test): Likewise.
22918         (do_test): Likewise.
22919         * string/test-strrchr.c (do_one_test): Likewise.
22920         (do_test): Likewise.
22921         * string/test-strspn.c (do_one_test): Likewise.
22922         (do_test): Likewise.
22923         * string/test-strstr.c (do_one_test): Likewise.
22924         (do_test): Likewise.
22925
22926         * benchtests/Makefile (string-bench): Add string benchmarks.
22927         * benchtests/bench-bcopy-ifunc.c: New file.
22928         * benchtests/bench-bcopy.c: New file.
22929         * benchtests/bench-bzero-ifunc.c: New file.
22930         * benchtests/bench-bzero.c: New file.
22931         * benchtests/bench-memccpy-ifunc.c: New file.
22932         * benchtests/bench-memccpy.c: New file.
22933         * benchtests/bench-memchr-ifunc.c: New file.
22934         * benchtests/bench-memchr.c: New file.
22935         * benchtests/bench-memcmp-ifunc.c: New file.
22936         * benchtests/bench-memcmp.c: New file.
22937         * benchtests/bench-memmem-ifunc.c: New file.
22938         * benchtests/bench-memmem.c: New file.
22939         * benchtests/bench-memmove-ifunc.c: New file.
22940         * benchtests/bench-memmove.c: New file.
22941         * benchtests/bench-mempcpy-ifunc.c: New file.
22942         * benchtests/bench-mempcpy.c: New file.
22943         * benchtests/bench-memset-ifunc.c: New file.
22944         * benchtests/bench-memset.c: New file.
22945         * benchtests/bench-rawmemchr-ifunc.c: New file.
22946         * benchtests/bench-rawmemchr.c: New file.
22947         * benchtests/bench-stpcpy-ifunc.c: New file.
22948         * benchtests/bench-stpcpy.c: New file.
22949         * benchtests/bench-stpncpy-ifunc.c: New file.
22950         * benchtests/bench-stpncpy.c: New file.
22951         * benchtests/bench-strcasecmp-ifunc.c: New file.
22952         * benchtests/bench-strcasecmp.c: New file.
22953         * benchtests/bench-strcasestr-ifunc.c: New file.
22954         * benchtests/bench-strcasestr.c: New file.
22955         * benchtests/bench-strcat-ifunc.c: New file.
22956         * benchtests/bench-strcat.c: New file.
22957         * benchtests/bench-strchr-ifunc.c: New file.
22958         * benchtests/bench-strchr.c: New file.
22959         * benchtests/bench-strchrnul-ifunc.c: New file.
22960         * benchtests/bench-strchrnul.c: New file.
22961         * benchtests/bench-strcmp-ifunc.c: New file.
22962         * benchtests/bench-strcmp.c: New file.
22963         * benchtests/bench-strcpy-ifunc.c: New file.
22964         * benchtests/bench-strcpy.c: New file.
22965         * benchtests/bench-strcspn-ifunc.c: New file.
22966         * benchtests/bench-strcspn.c: New file.
22967         * benchtests/bench-strlen-ifunc.c: New file.
22968         * benchtests/bench-strlen.c: New file.
22969         * benchtests/bench-strncasecmp-ifunc.c: New file.
22970         * benchtests/bench-strncasecmp.c: New file.
22971         * benchtests/bench-strncat-ifunc.c: New file.
22972         * benchtests/bench-strncat.c: New file.
22973         * benchtests/bench-strncmp-ifunc.c: New file.
22974         * benchtests/bench-strncmp.c: New file.
22975         * benchtests/bench-strncpy-ifunc.c: New file.
22976         * benchtests/bench-strncpy.c: New file.
22977         * benchtests/bench-strnlen-ifunc.c: New file.
22978         * benchtests/bench-strnlen.c: New file.
22979         * benchtests/bench-strpbrk-ifunc.c: New file.
22980         * benchtests/bench-strpbrk.c: New file.
22981         * benchtests/bench-strrchr-ifunc.c: New file.
22982         * benchtests/bench-strrchr.c: New file.
22983         * benchtests/bench-strspn-ifunc.c: New file.
22984         * benchtests/bench-strspn.c: New file.
22985         * benchtests/bench-strstr-ifunc.c: New file.
22986         * benchtests/bench-strstr.c: New file.
22987
22988         * benchtests/Makefile: Disable parallel execution of targets.
22989         (string-bench): Add memcpy.
22990         (benchset): New variable to store a list of benchmark sets.
22991         (bench-func): Renamed from bench.
22992         (bench-set): New target.
22993         (bench): Depend on bench-func and bench-set.
22994         * benchtests/README: Add section on benchmark sets.
22995         * benchtests/bench-memcpy-ifunc.c: New file.
22996         * benchtests/bench-memcpy.c: New file.
22997         * benchtests/bench-string.h: New file.
22998
22999 2013-06-11  Andreas Schwab  <schwab@suse.de>
23000
23001         [BZ #15577]
23002         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23003         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23004         values in the triple.
23005         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23006         terminator in the group key.
23007
23008 2013-06-11  Andreas Jaeger  <aj@suse.de>
23009
23010         * po/zh_TW.po: Update Chinese (traditional) translation from
23011         translation project.
23012
23013 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23014
23015         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23016         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23017         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23018         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23019         (clock_getcpuclockid): Likewise.
23020         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23021         Add weak_alias and libc_hidden_def.
23022         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23023         * rt/clock_gettime.c (clock_gettime): Rename to
23024         __clock_gettime.  Add weak_alias and libc_hidden_def.
23025         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23026         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23027         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23028         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23029         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23030         Likewise.
23031         * rt/clock_settime.c (clock_settime): Rename to
23032         __clock_settime.  Add weak_alias and libc_hidden_def.
23033         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23034
23035 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23036
23037         * mach/err_boot.sub: Remove trailing whitespace.
23038         * mach/err_ipc.sub: Likewise.
23039         * mach/err_mach.sub: Likewise.
23040
23041         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23042         (ROUNDING_TESTS_double): Likewise.
23043         (ROUNDING_TESTS_long_double): Likewise.
23044         (ROUNDING_TESTS): Likewise.
23045         * math/libm-test.inc: Include <math-tests.h>.
23046         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23047         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23048         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23049         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23050
23051 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23052
23053         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23054         of assigning.
23055
23056 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23057
23058         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23059         otherwise empty TRANS lines.
23060         * sysdeps/gnu/errlist.c: Regenerated.
23061
23062         * catgets/gencat.c (error_print): Use (void) in function
23063         definition.
23064         * crypt/crypt_util.c (__init_des): Likewise.
23065         * crypt/speeds.c (Stop): Likewise.
23066         (main): Likewise.
23067         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23068         * inet/ruserpass.c (token): Likewise.
23069         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23070         * intl/localealias.c (extend_alias_table): Likewise.
23071         * intl/plural-exp.c (init_germanic_plural): Likewise.
23072         * libio/fcloseall.c (__fcloseall): Likewise.
23073         * libio/genops.c (_IO_flush_all): Likewise.
23074         (_IO_flush_all_linebuffered): Likewise.
23075         (_IO_cleanup): Likewise.
23076         (_IO_iter_begin): Likewise.
23077         (_IO_iter_end): Likewise.
23078         (_IO_list_lock): Likewise.
23079         (_IO_list_unlock): Likewise.
23080         (_IO_list_resetlock): Likewise.
23081         * libio/getchar.c (getchar): Likewise.
23082         * libio/getchar_u.c (getchar_unlocked): Likewise.
23083         * libio/getwchar.c (getwchar): Likewise.
23084         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23085         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23086         * login/getpt.c (__getpt): Likewise.
23087         * login/tst-utmp.c (main): Likewise.
23088         * malloc/hooks.c (__malloc_check_init): Likewise.
23089         * malloc/malloc.c (__malloc_stats): Likewise.
23090         * malloc/mtrace.c (tr_break): Likewise.
23091         (mtrace): Likewise.
23092         (muntrace): Likewise.
23093         * misc/fstab.c (endfsent): Likewise.
23094         * misc/getclktck.c (__getclktck): Likewise.
23095         * misc/getdtsz.c (__getdtablesize): Likewise.
23096         * misc/gethostid.c (gethostid): Likewise.
23097         * misc/getpagesize.c (__getpagesize): Likewise.
23098         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23099         (__get_nprocs): Likewise.
23100         (__get_phys_pages): Likewise.
23101         (__get_avphys_pages): Likewise.
23102         * misc/getttyent.c (getttyent): Likewise.
23103         (setttyent): Likewise.
23104         (endttyent): Likewise.
23105         * misc/getusershell.c (getusershell): Likewise.
23106         (endusershell): Likewise.
23107         (setusershell): Likewise.
23108         (initshells): Likewise.
23109         * misc/hsearch.c (__hdestroy): Likewise.
23110         * misc/sync.c (sync): Likewise.
23111         * misc/syslog.c (closelog_internal): Likewise.
23112         (closelog): Likewise.
23113         * misc/ttyslot.c (ttyslot): Likewise.
23114         * misc/vhangup.c (vhangup): Likewise.
23115         * posix/fork.c (__fork): Likewise.
23116         * posix/getegid.c (__getegid): Likewise.
23117         * posix/geteuid.c (__geteuid): Likewise.
23118         * posix/getgid.c (__getgid): Likewise.
23119         * posix/getpid.c (__getpid): Likewise.
23120         * posix/getppid.c (__getppid): Likewise.
23121         * posix/getuid.c (__getuid): Likewise.
23122         * posix/pause.c (pause): Likewise.
23123         * posix/setpgrp.c (setpgrp): Likewise.
23124         * posix/setsid.c (__setsid): Likewise.
23125         * posix/test-vfork.c (noop): Likewise.
23126         * resolv/gethnamaddr.c (_endhtent): Likewise.
23127         (_gethtent): Likewise.
23128         (ht_endhostent): Likewise.
23129         (gethostent): Likewise.
23130         (dns_service): Likewise.
23131         * stdlib/drand48.c (drand48): Likewise.
23132         * stdlib/lrand48.c (lrand48): Likewise.
23133         * stdlib/mrand48.c (mrand48): Likewise.
23134         * stdlib/rand.c (rand): Likewise.
23135         * stdlib/random.c (__random): Likewise.
23136         * stdlib/setenv.c (clearenv): Likewise.
23137         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23138         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23139         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23140         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23141         (__get_nprocs): Likewise.
23142         (__get_phys_pages): Likewise.
23143         (__get_avphys_pages): Likewise.
23144         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23145         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23146         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23147         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23148         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23149         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23150         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23151         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23152         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23153         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23154         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23155         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23156         * sysdeps/posix/clock.c (clock): Likewise.
23157         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23158         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23159         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23160         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23161         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23162         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23163         (__get_nprocs_conf): Likewise.
23164         (__get_phys_pages): Likewise.
23165         (__get_avphys_pages): Likewise.
23166         * time/clock.c (clock): Likewise.
23167         * time/tzset.c (__tzname_max): Likewise.
23168
23169 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23170
23171         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23172         (__bswap_32): Do not use "register".
23173         * crypt/crypt.c (_ufc_doit_r): Likewise.
23174         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23175         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23176         * gmon/gmon.c (__monstartup): Likewise.
23177         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23178         * hurd/hurdmalloc.c (more_memory): Likewise.
23179         (malloc): Likewise.
23180         (free): Likewise.
23181         (realloc): Likewise.
23182         (malloc_fork_prepare): Likewise.
23183         (malloc_fork_parent): Likewise.
23184         (malloc_fork_child): Likewise.
23185         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23186         (_svcauth_des): Likewise.
23187         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23188         * inet/inet_net.c (inet_network): Likewise.
23189         * inet/inet_netof.c (inet_netof): Likewise.
23190         * inet/rcmd.c (__validuser2_sa): Likewise.
23191         * io/fts.c (fts_open): Likewise.
23192         (fts_load): Likewise.
23193         (fts_close): Likewise.
23194         (fts_read): Likewise.
23195         (fts_children): Likewise.
23196         (fts_build): Likewise.
23197         (fts_stat): Likewise.
23198         (fts_sort): Likewise.
23199         (fts_alloc): Likewise.
23200         (fts_lfree): Likewise.
23201         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23202         (_IO_file_xsgetn): Likewise.
23203         (_IO_file_xsgetn_mmap): Likewise.
23204         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23205         (_IO_cookie_write): Likewise.
23206         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23207         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23208         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23209         * malloc/obstack.c (_obstack_begin): Likewise.
23210         (_obstack_begin_1): Likewise.
23211         (_obstack_newchunk): Likewise.
23212         (_obstack_allocated_p): Likewise.
23213         (obstack_free): Likewise.
23214         (_obstack_memory_used): Likewise.
23215         * misc/getttyent.c (getttynam): Likewise.
23216         (getttyent): Likewise.
23217         (skip): Likewise.
23218         (value): Likewise.
23219         * misc/getusershell.c (initshells): Likewise.
23220         * misc/syslog.c (__vsyslog_chk): Likewise.
23221         * misc/ttyslot.c (ttyslot): Likewise.
23222         * nis/nis_hash.c (__nis_hash): Likewise.
23223         * posix/fnmatch_loop.c (FCT): Likewise.
23224         * posix/getconf.c (print_all): Likewise.
23225         (main): Likewise.
23226         * posix/getopt.c (exchange): Likewise.
23227         * posix/glob.c (globfree): Likewise.
23228         (prefix_array): Likewise.
23229         (__glob_pattern_type): Likewise.
23230         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23231         (NS_GET32): Likewise.
23232         (NS_PUT16): Likewise.
23233         (NS_PUT32): Likewise.
23234         * resolv/gethnamaddr.c (getanswer): Likewise.
23235         (gethostbyname2): Likewise.
23236         (gethostbyaddr): Likewise.
23237         (_gethtent): Likewise.
23238         (_gethtbyname2): Likewise.
23239         (_gethtbyaddr): Likewise.
23240         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23241         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23242         * resolv/res_init.c (__res_vinit): Likewise.
23243         (net_mask): Likewise.
23244         * resolv/res_mkquery.c (outchar): Likewise.
23245         (PRINT): Likewise.
23246         * stdio-common/printf_fp.c (outchar): Likewise.
23247         (PRINT): Likewise.
23248         * stdio-common/printf_fphex.c (outchar): Likewise.
23249         (PRINT): Likewise.
23250         * stdio-common/printf_size.c (outchar): Likewise.
23251         (PRINT): Likewise.
23252         * stdio-common/test_rdwr.c (main): Likewise.
23253         * stdio-common/tfformat.c (matches): Likewise.
23254         * stdio-common/vfprintf.c (outchar): Likewise.
23255         (printf_unknown): Likewise.
23256         (buffered_vfprintf): Likewise.
23257         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23258         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23259         (ReadFile): Likewise.
23260         * stdlib/qsort.c (SWAP): Likewise.
23261         (_quicksort): Likewise.
23262         * stdlib/setenv.c (__add_to_environ): Likewise.
23263         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23264         * stdlib/strtol_l.c (__strtol_l): Likewise.
23265         * stdlib/tst-strtod.c (main): Likewise.
23266         * stdlib/tst-strtol.c (main): Likewise.
23267         * stdlib/tst-strtoll.c (main): Likewise.
23268         * string/bits/string2.h (__strcmp_cc): Likewise.
23269         (__strcmp_cg): Likewise.
23270         (__strcspn_c1): Likewise.
23271         (__strcspn_c2): Likewise.
23272         (__strcspn_c3): Likewise.
23273         (__strspn_c1): Likewise.
23274         (__strspn_c2): Likewise.
23275         (__strspn_c3): Likewise.
23276         (__strsep_1c): Likewise.
23277         (__strsep_2c): Likewise.
23278         (__strsep_3c): Likewise.
23279         * string/memccpy.c (__memccpy): Likewise.
23280         * string/stpcpy.c (__stpcpy): Likewise.
23281         * string/strcmp.c (strcmp): Likewise.
23282         * string/strrchr.c (strrchr): Likewise.
23283         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23284         Likewise.
23285         * sysdeps/mach/hurd/getcwd.c
23286         (_hurd_canonicalize_directory_name_internal): Likewise.
23287         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23288         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23289         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23290         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23291         Likewise, in both definitions.
23292         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23293         definitions.
23294         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23295         64] (__bswap_64): Likewise.
23296         * time/test_time.c (main): Likewise.
23297         * time/tzfile.c (__tzfile_read): Likewise.
23298         (__tzfile_compute): Likewise.
23299         * time/tzset.c (__tzset_parse_tz): Likewise.
23300         (tzset_internal): Likewise.
23301         (compute_change): Likewise.
23302         * wcsmbs/wcscat.c (__wcscat): Likewise.
23303         * wcsmbs/wcschr.c (wcschr): Likewise.
23304         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23305         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23306         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23307         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23308         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23309         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23310         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23311         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23312         * wcsmbs/wmemset.c (wmemset): Likewise.
23313
23314 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23315
23316         * scripts/config.guess: Update to version 2013-05-16.
23317         * scripts/config.sub: Update to version 2013-04-24.
23318         * scripts/install-sh: Update to version 2011-11-20.07.
23319         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23320         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23321
23322 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23323
23324         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23325         * elf/sln.c: Likewise.
23326         * hurd/hurd/ioctl.h: Likewise.
23327         * hurd/hurdmalloc.c: Likewise.
23328         * hurd/xattr.c: Likewise.
23329         * include/shlib-compat.h: Likewise.
23330         * inet/ruserpass.c: Likewise.
23331         * libio/iofgets_u.c: Likewise.
23332         * libio/iofgetws_u.c: Likewise.
23333         * locale/programs/ld-identification.c: Likewise.
23334         * locale/programs/ld-time.c: Likewise.
23335         * mach/msg-destroy.c: Likewise.
23336         * nss/nss_files/files-netgrp.c: Likewise.
23337         * resolv/res_data.c: Likewise.
23338         * soft-fp/op-1.h: Likewise.
23339         * soft-fp/op-2.h: Likewise.
23340         * soft-fp/op-4.h: Likewise.
23341         * soft-fp/op-common.h: Likewise.
23342         * stdio-common/printf_fphex.c: Likewise.
23343         * stdlib/strtod_l.c: Likewise.
23344         * sunrpc/rpc/clnt.h: Likewise.
23345         * sysdeps/generic/framestate.c: Likewise.
23346         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23347         * sysdeps/i386/bsd-setjmp.S: Likewise.
23348         * sysdeps/i386/__longjmp.S: Likewise.
23349         * sysdeps/i386/setjmp.S: Likewise.
23350         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23351         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23352         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23353         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23354         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23355         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23356         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23357         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23358         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23359         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23360         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23361         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23362         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23363         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23364         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23365         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23366         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23367         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23368         * sysdeps/ieee754/support.c: Likewise.
23369         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23370         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23371         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23372         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23373         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23374         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23375         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23376         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23377         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23378         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23379         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23380         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23381         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23382         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23383         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23384         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23385         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23387
23388 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23389
23390         * posix/transbug.c: Remove executable mode.
23391
23392 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23393
23394         * crypt/speeds.c: Remove trailing whitespace.
23395         * dlfcn/default.c: Likewise.
23396         * elf/ifuncdep2.c: Likewise.
23397         * elf/ifuncmain1.c: Likewise.
23398         * elf/ifuncmain1vis.c: Likewise.
23399         * elf/testobj.h: Likewise.
23400         * elf/tst-stackguard1.c: Likewise.
23401         * gmon/sys/gmon.h: Likewise.
23402         * hurd/hurdmsg.c: Likewise.
23403         * hurd/new-fd.c: Likewise.
23404         * hurd/ports-get.c: Likewise.
23405         * iconvdata/ibm1008_420.c: Likewise.
23406         * inet/tst-getni1.c: Likewise.
23407         * inet/tst-getni2.c: Likewise.
23408         * libio/ioungetc.c: Likewise.
23409         * libio/wfiledoalloc.c: Likewise.
23410         * manual/libm-err-tab.pl: Likewise.
23411         * math/w_dremf.c: Likewise.
23412         * misc/ftruncate.c: Likewise.
23413         * posix/bug-glob2.c: Likewise.
23414         * posix/tst-pcre.c: Likewise.
23415         * posix/wait4.c: Likewise.
23416         * resolv/README: Likewise.
23417         * resolv/res_debug.h: Likewise.
23418         * resolv/tst-inet_ntop.c: Likewise.
23419         * setjmp/bug269-setjmp.c: Likewise.
23420         * soft-fp/extended.h: Likewise.
23421         * soft-fp/op-1.h: Likewise.
23422         * soft-fp/op-2.h: Likewise.
23423         * soft-fp/op-4.h: Likewise.
23424         * soft-fp/op-8.h: Likewise.
23425         * soft-fp/testit.c: Likewise.
23426         * stdio-common/bug16.c: Likewise.
23427         * stdlib/random.c: Likewise.
23428         * sunrpc/rpcsvc/rquota.x: Likewise.
23429         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23430         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23431         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23432         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23433         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23434         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23435         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23436         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23437         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23438         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23439         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23440         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23441         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23442         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23443         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23444         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23445         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23446         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23447         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23448         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23449         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23450         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23451         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23452         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23453         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23454         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23455         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23456         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23457         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23458         * sysdeps/ieee754/s_lib_version.c: Likewise.
23459         * sysdeps/mach/hurd/check_fds.c: Likewise.
23460         * sysdeps/mach/hurd/getsockname.c: Likewise.
23461         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23462         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23463         * sysdeps/powerpc/bits/link.h: Likewise.
23464         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23465         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23466         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23467         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23468         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23469         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23470         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23471         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23472         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23473         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23474         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23475         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23476         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23477         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23478         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23479         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23480         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23481         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23482         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23483         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23484         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23485         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23486         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23487         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23488         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23489         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23490         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23491         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23492         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23493         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23494         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23495         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23496         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23497         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23498         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23499         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23500         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23501         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23502         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23503         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23504         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23505         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23506         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23507         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23508         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23509         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23510         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23511         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23512         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23513         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23514         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23515         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23516         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23517         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23518         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23519         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23520         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23521         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23522         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23523         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23524         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23525         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23526         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23527         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23528         * sysdeps/powerpc/sysdep.h: Likewise.
23529         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23530         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23531         * sysdeps/sh/dl-trampoline.S: Likewise.
23532         * sysdeps/sh/memset.S: Likewise.
23533         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23534         * sysdeps/sh/strlen.S: Likewise.
23535         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23536         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23537         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23538         * sysdeps/sparc/sparc32/rem.S: Likewise.
23539         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23540         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23541         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23542         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23543         * sysdeps/sparc/sparc32/urem.S: Likewise.
23544         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23545         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23546         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23547         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23548         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23549         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23550         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23551         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23552         * sysdeps/unix/bsd/times.c: Likewise.
23553         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23554         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23558         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23559         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23560         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23561         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23562         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23563         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23564         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23565         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23566         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23567         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23568         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23569         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23570         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23571         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23572         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23573         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23574         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23575         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23576         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23577         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23578         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23579         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23580         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23581         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23582         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23583         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23584         * sysdeps/x86_64/strcspn.S: Likewise.
23585
23586 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23587
23588         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23589         generated file.  Regenerate properly from gen-translit.pl.
23590         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23591         locale/C-translit.h.
23592
23593 2013-06-05  Andreas Schwab  <schwab@suse.de>
23594
23595         [BZ #15100]
23596         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23597         week as 6 instead of -1.
23598         * time/tst-strptime.c (day_tests): Add test case.
23599
23600 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23601
23602         * sysdeps/generic/math_private.h
23603         (libc_feholdexcept_setround_53bit): Replace with
23604         libc_feholdsetround_53bit.
23605         (libc_feupdateenv_53bit): Replace with
23606         libc_feresetround_53bit.
23607         (SET_RESTORE_ROUND_53BIT): Adjust.
23608
23609 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23610
23611         * string/test-strchrnul.c: Add copyright header.
23612
23613         * posix/tst-getaddrinfo4.c: Increase test timeout.
23614
23615 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23616
23617         [BZ #15536]
23618         * math/libm-test.inc (MAX_EXP): Remove
23619         (MIN_EXP): Define.
23620         (ulp): Use MIN_EXP - MANT_DIG.
23621         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23622
23623 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23624
23625         * po/be.po: Revert last change.
23626         * po/zh_CN.po: Likewise.
23627         * po/header.pot: Likewise.
23628
23629 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23630
23631         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23632         link-libc-deps to empty as target-specific variable.
23633         * Makerules (link-libc-args): New variable.
23634         (libc-for-link): Likewise.
23635         (link-libc-deps): Likewise.
23636         (lib%.so): Depend on $(link-libc-deps).  Link with
23637         $(link-libc-args).
23638         (build-module): Link with $(link-libc-args).
23639         (build-module-asneeded): Likewise.
23640         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23641         list of objects.
23642         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23643         target-specific variable.
23644         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23645         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23646         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23647         libc.
23648         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23649         libc and ld.so.
23650         ($(objpfx)libpcprofile.so): Likewise.
23651         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23652         libc_nonshared.a.
23653         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23654         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23655         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23656         $(link-libc-deps).
23657         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23658         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23659         * login/Makefile ($(objpfx)libutil.so): Likewise.
23660         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23661         * math/Makefile ($(objpfx)libm.so): Likewise.
23662         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23663         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23664         variable instead of depending directly on libc.
23665         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23666         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23667         $(link-libc-deps).
23668         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23669         libc.
23670         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23671         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23672         ($(objpfx)libanl.so): Likewise.
23673         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23674         ld.so.
23675         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23676         $(link-libc-deps).
23677         * sysdeps/i386/fpu/Makefile: Remove file.
23678         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23679         ($(objpfx)libm.so): Remove dependency on ld.so.
23680
23681 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23682
23683         [BZ # 15553]
23684         * nis/yp_xdr.c (XDRMAXNAME): Define.
23685         (XDRMAXRECORD): Define.
23686         (xdr_domainname): Use XDRMAXNAME.
23687         (xdr_mapname): Likewise.
23688         (xdr_peername): Likewise.
23689         (xdr_keydat): Use XDRMAXRECORD.
23690         (xdr_valdat): Likewise.
23691
23692 2013-05-30  Jeff Law  <law@redhat.com>
23693
23694         [BZ #14256]
23695         * manual/errno.texi (ESTALE): Update to account for more than
23696         just NFS file systems.
23697         * sysdeps/gnu/errlist.c: Regenerated.
23698
23699 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23700
23701         [BZ #15465]
23702         * elf/Makefile (tests): Add tst-null-argv.
23703         (modules-names):  Add tst-null-argv-lib.
23704         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23705         (tst-null-argv-ENV): Set environment for tst-null-argv.
23706         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23707         (RTLD_PROGNAME): New macro.
23708         * elf/tst-null-argv.c: New test case.
23709         * elf/tst-null-argv-lib.c: Library for test case.
23710         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23711         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23712         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23713         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23714         * elf/dl-init.c (call_init): Likewise.
23715         (_dl_init): Likewise.
23716         * elf/dl-load.c (print_search_path): Likewise.
23717         (_dl_map_object): Likewise.
23718         * elf/dl-lookup.c (do_lookup_x): Likewise.
23719         (add_dependency): Likewise.
23720         (_dl_lookup_symbol_x): Likewise.
23721         (_dl_debug_bindings): Likewise.
23722         * elf/dl-open.c (_dl_show_scope): Likewise.
23723         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23724         * elf/dl-version.c (match_symbol): Likewise.
23725         (_dl_check_map_versions): Likewise.
23726         * elf/rtld.c (dl_main): Likewise.
23727         (print_unresolved): Use RTLD_PROGNAME.
23728         (print_missing_version): Likewise.
23729         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23730         (elf_machine_rela): Likewise.
23731         * sysdeps/powerpc/powerpc32/dl-machine.c
23732         (__process_machine_rela): Likewise.
23733         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23734         Likewise.
23735         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23736         Likewise.
23737         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23738         Likewise.
23739         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23740         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23741         Likewise.
23742         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23743         Likewise.
23744         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23745
23746 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23747
23748         * po/be.po: Add descriptive title.
23749         * po/zh_CN.po: Likewise.
23750         * po/header.pot: Likewise.
23751
23752 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23753
23754         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23755         error message.
23756         (enlarge_archive): Likewise.
23757
23758 2013-05-28  Ben North  <ben@redfrontdoor.org>
23759
23760         * manual/arith.texi (frexp): It is the magnitude of the return
23761         value which lies in [0.5, 1), not the return value itself.
23762
23763 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23764
23765         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23766
23767 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23768
23769         * stdio-common/bug26.c (main): Correct fscanf template.
23770
23771         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23772         declare _dl_skip_args.
23773
23774         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23775         Don't declare.
23776
23777         * manual/platform.texi: Add missing @end deftypefun.
23778
23779 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23780
23781         [BZ #15529]
23782         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23783         bit of mantissa of 2^16382.
23784         * math/libm-test.inc (hypot_test_data): Add more tests.
23785
23786         * math/libm-test.inc: Add drem and pow10 to list of tested
23787         functions.
23788         (pow10_test): New function.
23789         (drem_test): Likewise.
23790         (drem_test_tonearest): Likewise.
23791         (drem_test_towardzero): Likewise.
23792         (drem_test_downward): Likewise.
23793         (drem_test_upward): Likewise.
23794         (main): Call the new functions.
23795
23796         * math/libm-test.inc (finite_test_data): Remove.
23797         (finite_test): Run tests from isfinite_test_data.
23798         (gamma_test_data): Remove.
23799         (gamma_test): Run tests from lgamma_test_data.
23800         * sysdeps/i386/fpu/libm-test-ulps: Update.
23801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23802
23803 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23804
23805         * manual/platform.texi: Add PowerPC PPR function set documentation.
23806         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23807         implementation.
23808
23809 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23810
23811         * math/libm-test.inc (MAX_EXP): Define.
23812         (ULPDIFF): Define.
23813         (ulp): New function.
23814         (check_float_internal): Use ULPDIFF.
23815         (cpow_test): Disable failing test.
23816         (check_ulp): Test ulp() implemetnation.
23817         (main): Call check_ulp before starting tests.
23818
23819 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23820
23821         * math/gen-libm-test.pl (generate_testfile): Do not handle
23822         START_DATA and END_DATA.
23823         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23824         END_DATA.
23825         (acos_tonearest_test_data): Likewise.
23826         (acos_towardzero_test_data): Likewise.
23827         (acos_downward_test_data): Likewise.
23828         (acos_upward_test_data): Likewise.
23829         (acosh_test_data): Likewise.
23830         (asin_test_data): Likewise.
23831         (asin_tonearest_test_data): Likewise.
23832         (asin_towardzero_test_data): Likewise.
23833         (asin_downward_test_data): Likewise.
23834         (asin_upward_test_data): Likewise.
23835         (asinh_test_data): Likewise.
23836         (atan_test_data): Likewise.
23837         (atanh_test_data): Likewise.
23838         (atan2_test_data): Likewise.
23839         (cabs_test_data): Likewise.
23840         (cacos_test_data): Likewise.
23841         (cacosh_test_data): Likewise.
23842         (carg_test_data): Likewise.
23843         (casin_test_data): Likewise.
23844         (casinh_test_data): Likewise.
23845         (catan_test_data): Likewise.
23846         (catanh_test_data): Likewise.
23847         (cbrt_test_data): Likewise.
23848         (ccos_test_data): Likewise.
23849         (ccosh_test_data): Likewise.
23850         (ceil_test_data): Likewise.
23851         (cexp_test_data): Likewise.
23852         (cimag_test_data): Likewise.
23853         (clog_test_data): Likewise.
23854         (clog10_test_data): Likewise.
23855         (conj_test_data): Likewise.
23856         (copysign_test_data): Likewise.
23857         (cos_test_data): Likewise.
23858         (cos_tonearest_test_data): Likewise.
23859         (cos_towardzero_test_data): Likewise.
23860         (cos_downward_test_data): Likewise.
23861         (cos_upward_test_data): Likewise.
23862         (cosh_test_data): Likewise.
23863         (cosh_tonearest_test_data): Likewise.
23864         (cosh_towardzero_test_data): Likewise.
23865         (cosh_downward_test_data): Likewise.
23866         (cosh_upward_test_data): Likewise.
23867         (cpow_test_data): Likewise.
23868         (cproj_test_data): Likewise.
23869         (creal_test_data): Likewise.
23870         (csin_test_data): Likewise.
23871         (csinh_test_data): Likewise.
23872         (csqrt_test_data): Likewise.
23873         (ctan_test_data): Likewise.
23874         (ctan_tonearest_test_data): Likewise.
23875         (ctan_towardzero_test_data): Likewise.
23876         (ctan_downward_test_data): Likewise.
23877         (ctan_upward_test_data): Likewise.
23878         (ctanh_test_data): Likewise.
23879         (ctanh_tonearest_test_data): Likewise.
23880         (ctanh_towardzero_test_data): Likewise.
23881         (ctanh_downward_test_data): Likewise.
23882         (ctanh_upward_test_data): Likewise.
23883         (erf_test_data): Likewise.
23884         (erfc_test_data): Likewise.
23885         (exp_test_data): Likewise.
23886         (exp_tonearest_test_data): Likewise.
23887         (exp_towardzero_test_data): Likewise.
23888         (exp_downward_test_data): Likewise.
23889         (exp_upward_test_data): Likewise.
23890         (exp10_test_data): Likewise.
23891         (exp2_test_data): Likewise.
23892         (expm1_test_data): Likewise.
23893         (fabs_test_data): Likewise.
23894         (fdim_test_data): Likewise.
23895         (finite_test_data): Likewise.
23896         (floor_test_data): Likewise.
23897         (fma_test_data): Likewise.
23898         (fma_towardzero_test_data): Likewise.
23899         (fma_downward_test_data): Likewise.
23900         (fma_upward_test_data): Likewise.
23901         (fmax_test_data): Likewise.
23902         (fmin_test_data): Likewise.
23903         (fmod_test_data): Likewise.
23904         (fpclassify_test_data): Likewise.
23905         (frexp_test_data): Likewise.
23906         (gamma_test_data): Likewise.
23907         (hypot_test_data): Likewise.
23908         (ilogb_test_data): Likewise.
23909         (isfinite_test_data): Likewise.
23910         (isgreater_test_data): Likewise.
23911         (isgreaterequal_test_data): Likewise.
23912         (isinf_test_data): Likewise.
23913         (isless_test_data): Likewise.
23914         (islessequal_test_data): Likewise.
23915         (islessgreater_test_data): Likewise.
23916         (isnan_test_data): Likewise.
23917         (isnormal_test_data): Likewise.
23918         (issignaling_test_data): Likewise.
23919         (isunordered_test_data): Likewise.
23920         (j0_test_data): Likewise.
23921         (j1_test_data): Likewise.
23922         (jn_test_data): Likewise.
23923         (ldexp_test_data): Likewise.
23924         (lgamma_test_data): Likewise.
23925         (lrint_test_data): Likewise.
23926         (lrint_tonearest_test_data): Likewise.
23927         (lrint_towardzero_test_data): Likewise.
23928         (lrint_downward_test_data): Likewise.
23929         (lrint_upward_test_data): Likewise.
23930         (llrint_test_data): Likewise.
23931         (llrint_tonearest_test_data): Likewise.
23932         (llrint_towardzero_test_data): Likewise.
23933         (llrint_downward_test_data): Likewise.
23934         (llrint_upward_test_data): Likewise.
23935         (log_test_data): Likewise.
23936         (log10_test_data): Likewise.
23937         (log1p_test_data): Likewise.
23938         (log2_test_data): Likewise.
23939         (logb_test_data): Likewise.
23940         (logb_downward_test_data): Likewise.
23941         (lround_test_data): Likewise.
23942         (llround_test_data): Likewise.
23943         (modf_test_data): Likewise.
23944         (nearbyint_test_data): Likewise.
23945         (nextafter_test_data): Likewise.
23946         (nexttoward_test_data): Likewise.
23947         (pow_test_data): Likewise.
23948         (pow_tonearest_test_data): Likewise.
23949         (pow_towardzero_test_data): Likewise.
23950         (pow_downward_test_data): Likewise.
23951         (pow_upward_test_data): Likewise.
23952         (remainder_test_data): Likewise.
23953         (remainder_tonearest_test_data): Likewise.
23954         (remainder_towardzero_test_data): Likewise.
23955         (remainder_downward_test_data): Likewise.
23956         (remainder_upward_test_data): Likewise.
23957         (remquo_test_data): Likewise.
23958         (rint_test_data): Likewise.
23959         (rint_tonearest_test_data): Likewise.
23960         (rint_towardzero_test_data): Likewise.
23961         (rint_downward_test_data): Likewise.
23962         (rint_upward_test_data): Likewise.
23963         (round_test_data): Likewise.
23964         (scalb_test_data): Likewise.
23965         (scalbn_test_data): Likewise.
23966         (scalbln_test_data): Likewise.
23967         (signbit_test_data): Likewise.
23968         (sin_test_data): Likewise.
23969         (sin_tonearest_test_data): Likewise.
23970         (sin_towardzero_test_data): Likewise.
23971         (sin_downward_test_data): Likewise.
23972         (sin_upward_test_data): Likewise.
23973         (sincos_test_data): Likewise.
23974         (sinh_test_data): Likewise.
23975         (sinh_tonearest_test_data): Likewise.
23976         (sinh_towardzero_test_data): Likewise.
23977         (sinh_downward_test_data): Likewise.
23978         (sinh_upward_test_data): Likewise.
23979         (sqrt_test_data): Likewise.
23980         (tan_test_data): Likewise.
23981         (tan_tonearest_test_data): Likewise.
23982         (tan_towardzero_test_data): Likewise.
23983         (tan_downward_test_data): Likewise.
23984         (tan_upward_test_data): Likewise.
23985         (tanh_test_data): Likewise.
23986         (tgamma_test_data): Likewise.
23987         (trunc_test_data): Likewise.
23988         (y0_test_data): Likewise.
23989         (y1_test_data): Likewise.
23990         (yn_test_data): Likewise.
23991         (significand_test_data): Likewise.
23992
23993         * math/gen-libm-test.pl (@functions): Remove variable.
23994         (generate_testfile): Don't handle START and END lines.
23995         * math/libm-test.inc (START): New macro.
23996         (END): Likewise.
23997         (END_COMPLEX): Likewise.
23998         (acos_test): Use END macro without arguments.
23999         (acos_test_tonearest): Likewise.
24000         (acos_test_towardzero): Likewise.
24001         (acos_test_downward): Likewise.
24002         (acos_test_upward): Likewise.
24003         (acosh_test): Likewise.
24004         (asin_test): Likewise.
24005         (asin_test_tonearest): Likewise.
24006         (asin_test_towardzero): Likewise.
24007         (asin_test_downward): Likewise.
24008         (asin_test_upward): Likewise.
24009         (asinh_test): Likewise.
24010         (atan_test): Likewise.
24011         (atanh_test): Likewise.
24012         (atan2_test): Likewise.
24013         (cabs_test): Likewise.
24014         (cacos_test): Use END_COMPLEX macro without arguments.
24015         (cacosh_test): Likewise.
24016         (carg_test): Use END macro without arguments.
24017         (casin_test): Use END_COMPLEX macro without arguments.
24018         (casinh_test): Likewise.
24019         (catan_test): Likewise.
24020         (catanh_test): Likewise.
24021         (cbrt_test): Use END macro without arguments.
24022         (ccos_test): Use END_COMPLEX macro without arguments.
24023         (ccosh_test): Likewise.
24024         (ceil_test): Use END macro without arguments.
24025         (cexp_test): Use END_COMPLEX macro without arguments.
24026         (cimag_test): Use END macro without arguments.
24027         (clog_test): Use END_COMPLEX macro without arguments.
24028         (clog10_test): Likewise.
24029         (conj_test): Likewise.
24030         (copysign_test): Use END macro without arguments.
24031         (cos_test): Likewise.
24032         (cos_test_tonearest): Likewise.
24033         (cos_test_towardzero): Likewise.
24034         (cos_test_downward): Likewise.
24035         (cos_test_upward): Likewise.
24036         (cosh_test): Likewise.
24037         (cosh_test_tonearest): Likewise.
24038         (cosh_test_towardzero): Likewise.
24039         (cosh_test_downward): Likewise.
24040         (cosh_test_upward): Likewise.
24041         (cpow_test): Use END_COMPLEX macro without arguments.
24042         (cproj_test): Likewise.
24043         (creal_test): Use END macro without arguments.
24044         (csin_test): Use END_COMPLEX macro without arguments.
24045         (csinh_test): Likewise.
24046         (csqrt_test): Likewise.
24047         (ctan_test): Likewise.
24048         (ctan_test_tonearest): Likewise.
24049         (ctan_test_towardzero): Likewise.
24050         (ctan_test_downward): Likewise.
24051         (ctan_test_upward): Likewise.
24052         (ctanh_test): Likewise.
24053         (ctanh_test_tonearest): Likewise.
24054         (ctanh_test_towardzero): Likewise.
24055         (ctanh_test_downward): Likewise.
24056         (ctanh_test_upward): Likewise.
24057         (erf_test): Use END macro without arguments.
24058         (erfc_test): Likewise.
24059         (exp_test): Likewise.
24060         (exp_test_tonearest): Likewise.
24061         (exp_test_towardzero): Likewise.
24062         (exp_test_downward): Likewise.
24063         (exp_test_upward): Likewise.
24064         (exp10_test): Likewise.
24065         (exp2_test): Likewise.
24066         (expm1_test): Likewise.
24067         (fabs_test): Likewise.
24068         (fdim_test): Likewise.
24069         (finite_test): Likewise.
24070         (floor_test): Likewise.
24071         (fma_test): Likewise.
24072         (fma_test_towardzero): Likewise.
24073         (fma_test_downward): Likewise.
24074         (fma_test_upward): Likewise.
24075         (fmax_test): Likewise.
24076         (fmin_test): Likewise.
24077         (fmod_test): Likewise.
24078         (fpclassify_test): Likewise.
24079         (frexp_test): Likewise.
24080         (gamma_test): Likewise.
24081         (hypot_test): Likewise.
24082         (ilogb_test): Likewise.
24083         (isfinite_test): Likewise.
24084         (isgreater_test): Likewise.
24085         (isgreaterequal_test): Likewise.
24086         (isinf_test): Likewise.
24087         (isless_test): Likewise.
24088         (islessequal_test): Likewise.
24089         (islessgreater_test): Likewise.
24090         (isnan_test): Likewise.
24091         (isnormal_test): Likewise.
24092         (issignaling_test): Likewise.
24093         (isunordered_test): Likewise.
24094         (j0_test): Likewise.
24095         (j1_test): Likewise.
24096         (jn_test): Likewise.
24097         (ldexp_test): Likewise.
24098         (lgamma_test): Likewise.
24099         (lrint_test): Likewise.
24100         (lrint_test_tonearest): Likewise.
24101         (lrint_test_towardzero): Likewise.
24102         (lrint_test_downward): Likewise.
24103         (lrint_test_upward): Likewise.
24104         (llrint_test): Likewise.
24105         (llrint_test_tonearest): Likewise.
24106         (llrint_test_towardzero): Likewise.
24107         (llrint_test_downward): Likewise.
24108         (llrint_test_upward): Likewise.
24109         (log_test): Likewise.
24110         (log10_test): Likewise.
24111         (log1p_test): Likewise.
24112         (log2_test): Likewise.
24113         (logb_test): Likewise.
24114         (logb_test_downward): Likewise.
24115         (lround_test): Likewise.
24116         (llround_test): Likewise.
24117         (modf_test): Likewise.
24118         (nearbyint_test): Likewise.
24119         (nextafter_test): Likewise.
24120         (nexttoward_test): Likewise.
24121         (pow_test): Likewise.
24122         (pow_test_tonearest): Likewise.
24123         (pow_test_towardzero): Likewise.
24124         (pow_test_downward): Likewise.
24125         (pow_test_upward): Likewise.
24126         (remainder_test): Likewise.
24127         (remainder_test_tonearest): Likewise.
24128         (remainder_test_towardzero): Likewise.
24129         (remainder_test_downward): Likewise.
24130         (remainder_test_upward): Likewise.
24131         (remquo_test): Likewise.
24132         (rint_test): Likewise.
24133         (rint_test_tonearest): Likewise.
24134         (rint_test_towardzero): Likewise.
24135         (rint_test_downward): Likewise.
24136         (rint_test_upward): Likewise.
24137         (round_test): Likewise.
24138         (scalb_test): Likewise.
24139         (scalbn_test): Likewise.
24140         (scalbln_test): Likewise.
24141         (signbit_test): Likewise.
24142         (sin_test): Likewise.
24143         (sin_test_tonearest): Likewise.
24144         (sin_test_towardzero): Likewise.
24145         (sin_test_downward): Likewise.
24146         (sin_test_upward): Likewise.
24147         (sincos_test): Likewise.
24148         (sinh_test): Likewise.
24149         (sinh_test_tonearest): Likewise.
24150         (sinh_test_towardzero): Likewise.
24151         (sinh_test_downward): Likewise.
24152         (sinh_test_upward): Likewise.
24153         (sqrt_test): Likewise.
24154         (tan_test): Likewise.
24155         (tan_test_tonearest): Likewise.
24156         (tan_test_towardzero): Likewise.
24157         (tan_test_downward): Likewise.
24158         (tan_test_upward): Likewise.
24159         (tanh_test): Likewise.
24160         (tgamma_test): Likewise.
24161         (trunc_test): Likewise.
24162         (y0_test): Likewise.
24163         (y1_test): Likewise.
24164         (yn_test): Likewise.
24165         (significand_test): Likewise.
24166
24167 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24168
24169         [BZ #15381]
24170         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24171
24172 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24173
24174         [BZ #14894]
24175         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24176         __ppc_mdoio and __ppc_mdoom.
24177         * manual/platform.texi: Document new functions __ppc_yield,
24178         __ppc_mdoio and __ppc_mdoom.
24179
24180 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24181
24182         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24183         (main): Mention "tls" pseudo-hwcap is legacy.
24184         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24185
24186 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24187
24188         * math/gen-libm-test.pl (parse_args): Output only string of
24189         arguments as text for test name, not full call or descriptions of
24190         tests for extra outputs.
24191         (generate_testfile): Do not pass function name to parse_args.
24192         Generate this_func variable from START.
24193         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24194         field to arg_str.
24195         (struct test_ff_f_data): Likewise.
24196         (test_ff_f_data_nexttoward): Likewise.
24197         (struct test_fi_f_data): Likewise.
24198         (struct test_fl_f_data): Likewise.
24199         (struct test_if_f_data): Likewise.
24200         (struct test_fff_f_data): Likewise.
24201         (struct test_c_f_data): Likewise.
24202         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24203         (struct test_fF_f1_data): Likewise.
24204         (struct test_ffI_f1_data): Likewise.
24205         (struct test_c_c_data): Rename test_name field to arg_str.
24206         (struct test_cc_c_data): Likewise.
24207         (struct test_f_i_data): Likewise.
24208         (struct test_ff_i_data): Likewise.
24209         (struct test_f_l_data): Likewise.
24210         (struct test_f_L_data): Likewise.
24211         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24212         and extra2_name.
24213         (COMMON_TEST_SETUP): New macro.
24214         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24215         (COMMON_TEST_CLEANUP): Likewise.
24216         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24217         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24218         macros.
24219         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24220         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24221         macros.
24222         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24223         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24224         cleanup macros.
24225         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24226         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24227         macros.
24228         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24229         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24230         macros.
24231         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24232         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24233         cleanup macros.
24234         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24235         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24236         cleanup macros.
24237         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24238         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24239         cleanup macros.
24240         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24241         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24242         macros.
24243         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24244         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24245         macros.
24246         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24247         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24248         macros.
24249         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24250         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24251         cleanup macros.
24252         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24253         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24254         cleanup macros.
24255         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24256         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24257         macros.
24258         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24259         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24260         cleanup macros.
24261         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24262         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24263         macros.
24264         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24265         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24266         macros.
24267         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24268         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24269         cleanup macros.
24270         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24271
24272 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24273
24274         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24275         to _sifields.sigfault.
24276         (si_addr_lsb): Define new macro.
24277         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24278         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24279         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24280
24281 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24282
24283         [BZ #15441]
24284         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24285         returns -1.
24286         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24287         null return -1.
24288         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24289         loading the domain.
24290
24291 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24292
24293         * math/gen-libm-test.pl (parse_args): Do not include expected
24294         result in test name.
24295         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24296         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24297         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24298         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24299         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24301
24302 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24303
24304         * benchtests/Makefile: Sort function entries.
24305
24306         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24307         tanh, asinh, acosh, atanh.
24308         * benchtests/acos-inputs: New file.
24309         * benchtests/acosh-inputs: New file.
24310         * benchtests/asin-inputs: New file.
24311         * benchtests/asinh-inputs: New file.
24312         * benchtests/atanh-inputs: New file.
24313         * benchtests/cosh-inputs: New file.
24314         * benchtests/log-inputs: New file.
24315         * benchtests/sinh-inputs: New file.
24316         * benchtests/tanh-inputs: New file.
24317
24318 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24319
24320         [BZ #15339]
24321         * posix/tst-getaddrinfo4.c: New test.
24322         * posix/Makefile (tests): Add it.
24323
24324 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24325
24326         [BZ #15339]
24327         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24328         when no services were used.
24329         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24330         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24331
24332 2013-05-21  Andreas Schwab  <schwab@suse.de>
24333
24334         [BZ #15014]
24335         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24336         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24337         successful.
24338         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24339         redundant variable declarations and reallocation of buffer when
24340         parsing as IPv6 address.  Always set NSS status when called from
24341         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24342         buffer too small.  Correct computation of needed size.
24343         * nss/Makefile (tests): Add test-digits-dots.
24344         * nss/test-digits-dots.c: New test.
24345
24346 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24347
24348         * benchtests/Makefile: Remove instructions for adding
24349         benchmark tests.
24350         * benchtests/README: New file to explain how to execute and
24351         enhance the benchmark tests.
24352
24353 2013-05-21  Andreas Schwab  <schwab@suse.de>
24354
24355         [BZ #15493]
24356         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24357         * setjmp/tst-sigsetjmp.c: New test.
24358
24359 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24360
24361         * sysdeps/x86_64/memset.S (memset): New implementation.
24362         (__bzero): Likewise.
24363         (__memset_tail): New function.
24364
24365 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24366
24367         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24368         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24369         __memcpy_sse2_unaligned ifunc selection.
24370         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24371         Add memcpy-sse2-unaligned.S.
24372         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24373         Add: __memcpy_sse2_unaligned.
24374
24375 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24376
24377         [BZ #15490]
24378         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24379         math_force_eval before restoring floating-point envrionment.
24380         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24381         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24382         Likewise.
24383         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24384         <math_private.h>.
24385         (__nearbyintl): Use math_force_eval before restoring
24386         floating-point environment.
24387         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24388
24389         * math/gen-libm-test.pl (special_functions): Remove.
24390         (parse_args): Don't handle TEST_extra.  Handle functions with no
24391         return value.
24392         * math/libm-test.inc (struct test_sincos_data): Replace with
24393         struct test_fFF_11_data.
24394         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24395         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24396         (sincos_test_data): Change element type to struct
24397         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24398         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24399         RUN_TEST_LOOP_sincos.
24400         * math/README.libm-test: Don't mention special handling of
24401         individual functions.
24402         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24403         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24404         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24405         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24406         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24408
24409         * math/gen-libm-test.pl (get_variable): Remove function.
24410         (parse_args): Don't show pointer parameters to call in test
24411         names.  Use "extra output N" in test names for extra outputs
24412         rather than naming variables.
24413
24414 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24415
24416         [BZ #15488]
24417         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24418         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24419         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24420         double tests.
24421         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24422         disable.
24423         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24424         check_long_double.
24425
24426         * math/gen-libm-test.pl (@tests): Remove variable.
24427         ($count): Likewise.
24428         (new_test): Remove function.
24429         (show_exceptions): New function.
24430         (special_functions): Use show_exceptions instead of new_test.
24431         (parse_args): Likewise.
24432         (generate_testfile): Pass only function name in generated call to
24433         print_max_error or print_complex_max_error.
24434         (get_ulps): Do not handle complex tests specially.
24435         (output_test): Rename to ...
24436         (get_all_ulps_for_test): ... this.  Return a string rather than
24437         printing to a file.  Require ulps to be present.
24438         (output_ulps): Generate arrays rather than #defines.
24439         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24440         (struct ulp_data): New type.
24441         (BUILD_COMPLEX_ULP): Remove macro.
24442         (compare_ulp_data): New function.
24443         (find_ulps): Likewise.
24444         (find_test_ulps): Likewise.
24445         (find_function_ulps): Likewise.
24446         (find_complex_function_ulps): Likewise.
24447         (print_max_error): Determine allowed ulps using
24448         find_function_ulps.
24449         (print_complex_max_error): Determine allowed ulps using
24450         find_complex_function_ulps.
24451         (check_float_internal): Determine max ulps using find_test_ulps.
24452         (check_float): Do not take max_ulp parameter.  Update call to
24453         check_float_internal.
24454         (check_complex): Likewise.
24455         (check_int): Do not take max_ulp parameter.
24456         (check_long): Likewise.
24457         (check_bool): Likewise.
24458         (check_longlong): Likewise.
24459         (struct test_f_f_data): Remove max_ulp field.
24460         (struct test_ff_f_data): Likewise.
24461         (struct test_ff_f_data_nexttoward): Likewise.
24462         (struct test_fi_f_data): Likewise.
24463         (struct test_fl_f_data): Likewise.
24464         (struct test_if_f_data): Likewise.
24465         (struct test_fff_f_data): Likewise.
24466         (struct test_c_f_data): Likewise.
24467         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24468         (struct test_fF_f1_data): Likewise.
24469         (struct test_ffI_f1_data): Likewise.
24470         (struct test_c_c_data): Remove max_ulp field.
24471         (struct test_cc_c_data): Likewise.
24472         (struct test_f_i_data): Likewise.
24473         (struct test_ff_i_data): Likewise.
24474         (struct test_f_l_data): Likewise.
24475         (struct test_f_L_data): Likewise.
24476         (struct test_sincos_data): Likewise.
24477         (RUN_TEST_f_f): Do not handle ulps.
24478         (RUN_TEST_LOOP_f_f): Likewise.
24479         (RUN_TEST_2_f): Likewise.
24480         (RUN_TEST_LOOP_2_f): Likewise.
24481         (RUN_TEST_fff_f): Likewise.
24482         (RUN_TEST_LOOP_fff_f): Likewise.
24483         (RUN_TEST_c_f): Likewise.
24484         (RUN_TEST_LOOP_c_f): Likewise.
24485         (RUN_TEST_f_f1): Likewise.
24486         (RUN_TEST_LOOP_f_f1): Likewise.
24487         (RUN_TEST_fF_f1): Likewise.
24488         (RUN_TEST_LOOP_fF_f1): Likewise.
24489         (RUN_TEST_fI_f1): Likewise.
24490         (RUN_TEST_LOOP_fI_f1): Likewise.
24491         (RUN_TEST_ffI_f1): Likewise.
24492         (RUN_TEST_LOOP_ffI_f1): Likewise.
24493         (RUN_TEST_c_c): Likewise.
24494         (RUN_TEST_LOOP_c_c): Likewise.
24495         (RUN_TEST_cc_c): Likewise.
24496         (RUN_TEST_LOOP_cc_c): Likewise.
24497         (RUN_TEST_f_i): Likewise.
24498         (RUN_TEST_LOOP_f_i): Likewise.
24499         (RUN_TEST_f_i_tg): Likewise.
24500         (RUN_TEST_LOOP_f_i_tg): Likewise.
24501         (RUN_TEST_ff_i_tg): Likewise.
24502         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24503         (RUN_TEST_f_b): Likewise.
24504         (RUN_TEST_LOOP_f_b): Likewise.
24505         (RUN_TEST_f_b_tg): Likewise.
24506         (RUN_TEST_LOOP_f_b_tg): Likewise.
24507         (RUN_TEST_f_l): Likewise.
24508         (RUN_TEST_LOOP_f_l): Likewise.
24509         (RUN_TEST_f_L): Likewise.
24510         (RUN_TEST_LOOP_f_L): Likewise.
24511         (RUN_TEST_sincos): Likewise.
24512         (RUN_TEST_LOOP_sincos): Likewise.
24513
24514 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24515
24516         [BZ #15480]
24517         [BZ #15485]
24518         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24519         main case of finite arguments, set rounding mode to FE_TONEAREST
24520         and discard exceptions.
24521         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24522         exceptions.
24523         (remainder_tonearest_test_data): New variable.
24524         (remainder_test_tonearest): New function.
24525         (remainder_towardzero_test_data): New variable.
24526         (remainder_test_towardzero): New function.
24527         (remainder_downward_test_data): New variable.
24528         (remainder_test_downward): New function.
24529         (remainder_upward_test_data): New variable.
24530         (remainder_test_upward): New function.
24531         (main): Call the new test functions.
24532
24533         * math/libm-test.inc (struct test_f_f1_data): Remove field
24534         extra_init.
24535         (struct test_fF_f1_data): Likewise.
24536         (struct test_ffI_f1_data): Likewise.
24537         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24538         based on value of EXTRA_EXPECTED.
24539         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24540         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24541         EXTRA_VAR based on value of EXTRA_EXPECTED.
24542         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24543         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24544         EXTRA_VAR based on value of EXTRA_EXPECTED.
24545         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24546         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24547         EXTRA_VAR based on value of EXTRA_EXPECTED.
24548         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24549         * math/gen-libm-test.pl (parse_args): Don't output initializers
24550         for extra output values.
24551
24552         * math/libm-test.inc (check_int): Expect result to be exactly
24553         equal to expected value and do not handle ulps.
24554         (check_long): Likewise.
24555         (check_longlong): Likewise.
24556
24557         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24558         exceptions.
24559         (cimag_test_data): Likewise.
24560         (conj_test_data): Likewise.
24561         (copysign_test_data): Likewise.
24562         (cproj_test_data): Likewise.
24563         (creal_test_data): Likewise.
24564         (fabs_test_data): Likewise.
24565         (fdim_test_data): Likewise.
24566         (finite_test_data): Likewise.
24567         (floor_test_data): Likewise.
24568         (fmax_test_data): Likewise.
24569         (fmin_test_data): Likewise.
24570         (fmod_test_data): Likewise.
24571         (fpclassify_test_data): Likewise.
24572         (frexp_test_data): Likewise.
24573         (ilogb_test_data): Likewise.
24574         (isfinite_test_data): Likewise.
24575         (isgreater_test_data): Likewise.
24576         (isgreaterequal_test_data): Likewise.
24577         (isinf_test_data): Likewise.
24578         (isless_test_data): Likewise.
24579         (islessequal_test_data): Likewise.
24580         (islessgreater_test_data): Likewise.
24581         (isnan_test_data): Likewise.
24582         (isnormal_test_data): Likewise.
24583         (issignaling_test_data): Likewise.
24584         (isunordered_test_data): Likewise.
24585         (ldexp_test_data): Likewise.
24586         (lrint_test_data): Likewise.
24587         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24588         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24589         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24590         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24591         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24592         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24593         test input.
24594         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24595         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24596         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24597         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24598         that test input.
24599         (lrint_downward_test_data): Test for "inexact" exceptions.
24600         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24601         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24602         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24603         test input.
24604         (lrint_upward_test_data): Test for "inexact" exceptions.
24605         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24606         test input.
24607         (llrint_test_data): Test for "inexact" exceptions.
24608         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24609         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24610         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24611         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24612         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24613         (llrint_downward_test_data): Test for "inexact" exceptions.
24614         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24615         (llrint_upward_test_data): Test for "inexact" exceptions.
24616         (logb_test_data): Likewise.
24617         (logb_downward_test_data): Likewise.
24618         (nextafter_test_data): Likewise.
24619         (nexttoward_test_data): Likewise.
24620         (remainder_test_data): Likewise.
24621         (remquo_test_data): Likewise.
24622         (scalbn_test_data): Likewise.
24623         (scalbln_test_data): Likewise.
24624         (signbit_test_data): Likewise.
24625         (sqrt_test_data): Likewise.
24626         (significand_test_data): Likewise.
24627
24628 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24629
24630         [BZ #15424]
24631         * benchtests/bench-modf.c (struct args): Mark arg0 as
24632         volatile.
24633         * scripts/bench.pl: Mark members of struct args as volatile.
24634
24635 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24636
24637         [BZ # 15497]
24638         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24639         negative infinity on POWER6 or lower.
24640         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24641
24642 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24643
24644         [BZ #15442]
24645         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24646         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24647         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24648         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24649         (_FP_SETQNAN): New macro.
24650         (_FP_SETQNAN_SEMIRAW): Likewise.
24651         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24652         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24653         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24654         (FP_EXTEND): Use _FP_FRAC_SNANP.
24655         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24656         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24657         into account.
24658         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24659         New macro.
24660         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24661         Likewise.
24662
24663 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24664
24665         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24666         with DIVIDE_BY_ZERO_EXCEPTION.
24667         (gamma_test_data): Likewise.
24668         (lgamma_test_data): Likewise.
24669         (log_test_data): Likewise.
24670         (log10_test_data): Likewise.
24671         (log2_test_data): Likewise.
24672         (tgamma_test_data): Likewise.
24673
24674         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24675         (acos_test_tonearest): Likewise.
24676         (acos_test_towardzero): Likewise.
24677         (acos_test_downward): Likewise.
24678         (acos_test_upward): Likewise.
24679         (acosh_test): Likewise.
24680         (asin_test): Likewise.
24681         (asin_test_tonearest): Likewise.
24682         (asin_test_towardzero): Likewise.
24683         (asin_test_downward): Likewise.
24684         (asin_test_upward): Likewise.
24685         (asinh_test): Likewise.
24686         (atan_test): Likewise.
24687         (atanh_test): Likewise.
24688         (atan2_test): Likewise.
24689         (cabs_test): Likewise.
24690         (cacos_test): Likewise.
24691         (cacosh_test): Likewise.
24692         (casin_test): Likewise.
24693         (casinh_test): Likewise.
24694         (catan_test): Likewise.
24695         (catanh_test): Likewise.
24696         (cbrt_test): Likewise.
24697         (ccos_test): Likewise.
24698         (ccosh_test): Likewise.
24699         (cexp_test): Likewise.
24700         (clog_test): Likewise.
24701         (clog10_test): Likewise.
24702         (cos_test): Likewise.
24703         (cos_test_tonearest): Likewise.
24704         (cos_test_towardzero): Likewise.
24705         (cos_test_downward): Likewise.
24706         (cos_test_upward): Likewise.
24707         (cosh_test): Likewise.
24708         (cosh_test_tonearest): Likewise.
24709         (cosh_test_towardzero): Likewise.
24710         (cosh_test_downward): Likewise.
24711         (cosh_test_upward): Likewise.
24712         (cpow_test): Likewise.
24713         (csin_test): Likewise.
24714         (csinh_test): Likewise.
24715         (csqrt_test): Likewise.
24716         (ctan_test): Likewise.
24717         (ctan_test_tonearest): Likewise.
24718         (ctan_test_towardzero): Likewise.
24719         (ctan_test_downward): Likewise.
24720         (ctan_test_upward): Likewise.
24721         (ctanh_test): Likewise.
24722         (ctanh_test_tonearest): Likewise.
24723         (ctanh_test_towardzero): Likewise.
24724         (ctanh_test_downward): Likewise.
24725         (ctanh_test_upward): Likewise.
24726         (erf_test): Likewise.
24727         (erfc_test): Likewise.
24728         (exp_test): Likewise.
24729         (exp_test_tonearest): Likewise.
24730         (exp_test_towardzero): Likewise.
24731         (exp_test_downward): Likewise.
24732         (exp_test_upward): Likewise.
24733         (exp10_test): Likewise.
24734         (exp2_test): Likewise.
24735         (expm1_test): Likewise.
24736         (fmod_test): Likewise.
24737         (gamma_test): Likewise.
24738         (hypot_test): Likewise.
24739         (j0_test): Likewise.
24740         (j1_test): Likewise.
24741         (jn_test): Likewise.
24742         (lgamma_test): Likewise.
24743         (log_test): Likewise.
24744         (log10_test): Likewise.
24745         (log1p_test): Likewise.
24746         (log2_test): Likewise.
24747         (logb_test_downward): Likewise.
24748         (pow_test): Likewise.
24749         (pow_test_tonearest): Likewise.
24750         (pow_test_towardzero): Likewise.
24751         (pow_test_downward): Likewise.
24752         (pow_test_upward): Likewise.
24753         (remainder_test): Likewise.
24754         (remquo_test): Likewise.
24755         (sin_test): Likewise.
24756         (sin_test_tonearest): Likewise.
24757         (sin_test_towardzero): Likewise.
24758         (sin_test_downward): Likewise.
24759         (sin_test_upward): Likewise.
24760         (sincos_test): Likewise.
24761         (sinh_test): Likewise.
24762         (sinh_test_tonearest): Likewise.
24763         (sinh_test_towardzero): Likewise.
24764         (sinh_test_downward): Likewise.
24765         (sinh_test_upward): Likewise.
24766         (sqrt_test): Likewise.
24767         (tan_test): Likewise.
24768         (tan_test_tonearest): Likewise.
24769         (tan_test_towardzero): Likewise.
24770         (tan_test_downward): Likewise.
24771         (tan_test_upward): Likewise.
24772         (tanh_test): Likewise.
24773         (tgamma_test): Likewise.
24774         (y0_test): Likewise.
24775         (y1_test): Likewise.
24776         (yn_test): Likewise.
24777
24778         * math/gen-libm-test.pl (adjust_arg): Remove function.
24779         (special_function): Remove argument $in_func.  Only handle
24780         generating output for tables of tests, not inside functions.
24781         (parse_args): Likewise.
24782         (generate_testfile): Remove variable $in_func.  Update call to
24783         parse_args.
24784         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24785         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24786         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24787         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24788         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24789         (MAX_VALUE_INIT): Rename macro to max_value.
24790         (MIN_VALUE_INIT): Rename macro to min_value.
24791         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24792         (plus_zero): Remove variable.
24793         (minus_zero): Likewise.
24794         (plus_infty): Likewise.
24795         (minus_infty): Likewise.
24796         (qnan_value): Likewise.
24797         (max_value): Likewise.
24798         (min_value): Likewise.
24799         (min_subnorm_value): Likewise.
24800
24801 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24802
24803         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24804         uint64_t or uint32_t usage.
24805         * crypt/sha256-block.c: Likewise.
24806         * crypt/sha256-crypt.c: Likewise.
24807         * crypt/sha256.c: Likewise.
24808         * crypt/sha512-block.c: Likewise.
24809         * crypt/sha512-crypt.c: Likewise.
24810         * crypt/sha512.c: Likewise.
24811         * debug/backtrace-tst.c: Likewise.
24812         * debug/pcprofiledump.c: Likewise.
24813         * elf/cache.c: Likewise.
24814         * elf/dl-cache.c: Likewise.
24815         * elf/dl-misc.c: Likewise.
24816         * elf/dl-profile.c: Likewise.
24817         * elf/dl-support.c: Likewise.
24818         * elf/ldconfig.c: Likewise.
24819         * elf/sprof.c: Likewise.
24820         * iconv/dummy-repertoire.c: Likewise.
24821         * iconv/iconv_charmap.c: Likewise.
24822         * iconv/skeleton.c: Likewise.
24823         * iconvdata/8bit-generic.c: Likewise.
24824         * iconvdata/cp737.h: Likewise.
24825         * iconvdata/cp775.h: Likewise.
24826         * iconvdata/ibm1008.h: Likewise.
24827         * iconvdata/ibm1025.h: Likewise.
24828         * iconvdata/ibm1046.h: Likewise.
24829         * iconvdata/ibm1097.h: Likewise.
24830         * iconvdata/ibm1112.h: Likewise.
24831         * iconvdata/ibm1122.h: Likewise.
24832         * iconvdata/ibm1123.h: Likewise.
24833         * iconvdata/ibm1124.h: Likewise.
24834         * iconvdata/ibm1129.h: Likewise.
24835         * iconvdata/ibm1130.h: Likewise.
24836         * iconvdata/ibm1132.h: Likewise.
24837         * iconvdata/ibm1133.h: Likewise.
24838         * iconvdata/ibm1137.h: Likewise.
24839         * iconvdata/ibm1140.h: Likewise.
24840         * iconvdata/ibm1141.h: Likewise.
24841         * iconvdata/ibm1142.h: Likewise.
24842         * iconvdata/ibm1143.h: Likewise.
24843         * iconvdata/ibm1144.h: Likewise.
24844         * iconvdata/ibm1145.h: Likewise.
24845         * iconvdata/ibm1146.h: Likewise.
24846         * iconvdata/ibm1147.h: Likewise.
24847         * iconvdata/ibm1148.h: Likewise.
24848         * iconvdata/ibm1149.h: Likewise.
24849         * iconvdata/ibm1153.h: Likewise.
24850         * iconvdata/ibm1154.h: Likewise.
24851         * iconvdata/ibm1155.h: Likewise.
24852         * iconvdata/ibm1156.h: Likewise.
24853         * iconvdata/ibm1157.h: Likewise.
24854         * iconvdata/ibm1158.h: Likewise.
24855         * iconvdata/ibm1160.h: Likewise.
24856         * iconvdata/ibm1161.h: Likewise.
24857         * iconvdata/ibm1162.h: Likewise.
24858         * iconvdata/ibm1163.h: Likewise.
24859         * iconvdata/ibm1164.h: Likewise.
24860         * iconvdata/ibm1166.h: Likewise.
24861         * iconvdata/ibm1167.h: Likewise.
24862         * iconvdata/ibm12712.h: Likewise.
24863         * iconvdata/ibm1390.h: Likewise.
24864         * iconvdata/ibm1399.h: Likewise.
24865         * iconvdata/ibm16804.h: Likewise.
24866         * iconvdata/ibm4517.h: Likewise.
24867         * iconvdata/ibm4899.h: Likewise.
24868         * iconvdata/ibm4909.h: Likewise.
24869         * iconvdata/ibm4971.h: Likewise.
24870         * iconvdata/ibm5347.h: Likewise.
24871         * iconvdata/ibm803.h: Likewise.
24872         * iconvdata/ibm856.h: Likewise.
24873         * iconvdata/ibm901.h: Likewise.
24874         * iconvdata/ibm902.h: Likewise.
24875         * iconvdata/ibm9030.h: Likewise.
24876         * iconvdata/ibm9066.h: Likewise.
24877         * iconvdata/ibm921.h: Likewise.
24878         * iconvdata/ibm922.h: Likewise.
24879         * iconvdata/ibm9448.h: Likewise.
24880         * iconvdata/isiri-3342.h: Likewise.
24881         * iconvdata/jis0201.h: Likewise.
24882         * include/link.h: Likewise.
24883         * include/netdb.h: Likewise.
24884         * inet/check_native.c: Likewise.
24885         * inet/check_pf.c: Likewise.
24886         * inet/getipv4sourcefilter.c: Likewise.
24887         * inet/getnameinfo.c: Likewise.
24888         * inet/getsourcefilter.c: Likewise.
24889         * inet/htonl.c: Likewise.
24890         * inet/setipv4sourcefilter.c: Likewise.
24891         * inet/setsourcefilter.c: Likewise.
24892         * inet/test-inet6_opt.c: Likewise.
24893         * inet/tst-network.c: Likewise.
24894         * locale/C-collate.c: Likewise.
24895         * locale/C-ctype.c: Likewise.
24896         * locale/C-time.c: Likewise.
24897         * locale/C-translit.h: Likewise.
24898         * locale/loadarchive.c: Likewise.
24899         * locale/programs/3level.h: Likewise.
24900         * locale/programs/charmap.c: Likewise.
24901         * locale/programs/charmap.h: Likewise.
24902         * locale/programs/ld-address.c: Likewise.
24903         * locale/programs/ld-collate.c: Likewise.
24904         * locale/programs/ld-ctype.c: Likewise.
24905         * locale/programs/ld-identification.c: Likewise.
24906         * locale/programs/ld-measurement.c: Likewise.
24907         * locale/programs/ld-messages.c: Likewise.
24908         * locale/programs/ld-monetary.c: Likewise.
24909         * locale/programs/ld-name.c: Likewise.
24910         * locale/programs/ld-numeric.c: Likewise.
24911         * locale/programs/ld-paper.c: Likewise.
24912         * locale/programs/ld-telephone.c: Likewise.
24913         * locale/programs/ld-time.c: Likewise.
24914         * locale/programs/linereader.c: Likewise.
24915         * locale/programs/locale.c: Likewise.
24916         * locale/programs/locarchive.c: Likewise.
24917         * locale/programs/locfile.h: Likewise.
24918         * locale/programs/repertoire.c: Likewise.
24919         * locale/programs/simple-hash.c: Likewise.
24920         * locale/programs/simple-hash.h: Likewise.
24921         * malloc/memusage.c: Likewise.
24922         * malloc/memusagestat.c: Likewise.
24923         * nis/nis_defaults.c: Likewise.
24924         * nis/nis_hash.c: Likewise.
24925         * nis/nis_print.c: Likewise.
24926         * nis/nis_xdr.c: Likewise.
24927         * nscd/connections.c: Likewise.
24928         * nscd/hstcache.c: Likewise.
24929         * nscd/nscd_gethst_r.c: Likewise.
24930         * nscd/nscd_getserv_r.c: Likewise.
24931         * nscd/nscd_helper.c: Likewise.
24932         * nscd/servicescache.c: Likewise.
24933         * nss/makedb.c: Likewise.
24934         * nss/nss_db/db-XXX.c: Likewise.
24935         * nss/nss_db/db-initgroups.c: Likewise.
24936         * nss/nss_db/db-netgrp.c: Likewise.
24937         * nss/nss_files/files-network.c: Likewise.
24938         * nss/nss_files/files-parse.c: Likewise.
24939         * posix/bug-regex5.c: Likewise.
24940         * posix/fnmatch_loop.c: Likewise.
24941         * posix/regcomp.c: Likewise.
24942         * posix/regexec.c: Likewise.
24943         * posix/tst-rfc3484-2.c: Likewise.
24944         * posix/tst-rfc3484-3.c: Likewise.
24945         * posix/tst-rfc3484.c: Likewise.
24946         * resolv/nss_dns/dns-canon.c: Likewise.
24947         * resolv/nss_dns/dns-network.c: Likewise.
24948         * resolv/res_init.c: Likewise.
24949         * resolv/res_mkquery.c: Likewise.
24950         * resolv/tst-aton.c: Likewise.
24951         * stdlib/cxa_atexit.c: Likewise.
24952         * stdlib/cxa_finalize.c: Likewise.
24953         * stdlib/gen-fpioconst.c: Likewise.
24954         * stdlib/strtol_l.c: Likewise.
24955         * string/tst-endian.c: Likewise.
24956         * sunrpc/auth_des.c: Likewise.
24957         * sunrpc/clnt_udp.c: Likewise.
24958         * sunrpc/rtime.c: Likewise.
24959         * sunrpc/svcauth_des.c: Likewise.
24960         * sunrpc/xdr.c: Likewise.
24961         * sunrpc/xdr_intXX_t.c: Likewise.
24962         * sunrpc/xdr_rec.c: Likewise.
24963         * sysdeps/generic/ldconfig.h: Likewise.
24964         * sysdeps/generic/ldsodefs.h: Likewise.
24965         * sysdeps/generic/memusage.h: Likewise.
24966         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24967         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24968         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24969         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24970         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24971         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24972         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24973         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24974         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24975         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24976         * sysdeps/posix/getaddrinfo.c: Likewise.
24977         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24978         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24979         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24980         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24981         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24982         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24983         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24984         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24985         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24986         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24987         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24988         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24989         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24990         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24991         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24992         * sysdeps/x86_64/dl-tls.h: Likewise.
24993         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24994         * time/alt_digit.c: Likewise.
24995         * time/era.c: Likewise.
24996         * wcsmbs/tst-c16c32-1.c: Likewise.
24997
24998 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24999
25000         * math/libm-test.inc (struct test_sincos_data): New type.
25001         (RUN_TEST_LOOP_sincos): New macro.
25002         (sincos_test_data): New variable.
25003         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25004
25005 2013-05-16  Richard Henderson  <rth@redhat.com>
25006
25007         * math/atest-exp2.c (LIMB64): New macro.
25008         (CONSTSZ): New macro.
25009         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25010         (hexdig): Move ...
25011         (print_mpn_fp): ... to function scope.
25012         (read_mpn_hex): Remove.
25013         (get_log2): Remove.
25014         (exp2_mpn): Use mp_log2.
25015         (main): Use mp_exp1.
25016
25017 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25018
25019         * math/libm-test.inc: Remove comment about not testing "inexact"
25020         exceptions.
25021         (INEXACT_EXCEPTION): New macro.
25022         (NO_INEXACT_EXCEPTION): Likewise.
25023         (INVALID_EXCEPTION_OK): Update value.
25024         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25025         (OVERFLOW_EXCEPTION_OK): Likewise.
25026         (UNDERFLOW_EXCEPTION_OK): Likewise.
25027         (IGNORE_ZERO_INF_SIGN): Likewise.
25028         (ERRNO_UNCHANGED): Likewise.
25029         (ERRNO_EDOM): Likewise.
25030         (ERRNO_ERANGE): Likewise.
25031         (test_exceptions): Handle testing "inexact" exceptions.
25032         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25033         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25034         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25035         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25036         INEXACT_EXCEPTION.
25037         (rint_towardzero_test_data): Likewise.
25038         (rint_downward_test_data): Likewise.
25039         (rint_upward_test_data): Likewise.
25040
25041         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25042         with OVERFLOW_EXCEPTION.
25043         (exp10_test_data): Likewise.
25044         (exp2_test_data): Likewise.
25045         (expm1_test_data): Likewise.
25046         (lgamma_test_data): Likewise.
25047         (pow_test_data): Likewise.
25048         (tgamma_test_data): Likewise.
25049         (yn_test_data): Remove duplicate test of overflow.
25050
25051         * math/libm-test.inc (struct test_cc_c_data): New type.
25052         (RUN_TEST_LOOP_cc_c): New macro.
25053         (cpow_test_data): New variable.
25054         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25055
25056         * math/libm-test.inc (struct test_f_L_data): New type.
25057         (RUN_TEST_LOOP_f_L): New macro.
25058         (llrint_test_data): New variable.
25059         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25060         (llrint_tonearest_test_data): New variable.
25061         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25062         (llrint_towardzero_test_data): New variable.
25063         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25064         (llrint_downward_test_data): New variable.
25065         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25066         (llrint_upward_test_data): New variable.
25067         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25068         (llround_test_data): New variable.
25069         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25070
25071 2013-05-13  Peter Collingbourne  <pcc@google.com>
25072
25073         * math/atest-exp2.c (get_log2): Remove const attribute.
25074
25075 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25076
25077         * math/libm-test.inc (struct test_f_l_data): New type.
25078         (RUN_TEST_LOOP_f_l): New macro.
25079         (lrint_test_data): New variable.
25080         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25081         (lrint_tonearest_test_data): New variable.
25082         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25083         (lrint_towardzero_test_data): New variable.
25084         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25085         (lrint_downward_test_data): New variable.
25086         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25087         (lrint_upward_test_data): New variable.
25088         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25089         (lround_test_data): New variable.
25090         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25091
25092 2013-05-15  Peter Collingbourne  <pcc@google.com>
25093
25094         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25095         (EXTRACT_WORDS64) Use where appropriate.
25096         (INSERT_WORDS64) Likewise.
25097
25098         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25099         constraints with x constraints.
25100         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25101
25102         * malloc/obstack.c (_obstack_compat): Add initializer.
25103
25104 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25105
25106         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25107         si_trapno and add si_addr_lsb to _sifields.sigfault.
25108         (si_trapno): Remove macro.
25109         (si_addr_lsb): Define new macro.
25110         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25111
25112 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25113
25114         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25115         instead of TEST_f_l.
25116         (llrint_test_tonearest): Likewise.
25117         (llrint_test_towardzero): Likewise.
25118         (llrint_test_downward): Likewise.
25119         (llrint_test_upward): Likewise.
25120         (llround_test): Likewise.
25121
25122         * math/libm-test.inc (struct test_f_i_data): Add comment.
25123         (RUN_TEST_LOOP_f_b): New macro.
25124         (RUN_TEST_LOOP_f_b_tg): Likewise.
25125         (finite_test_data): New variable.
25126         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25127         (isfinite_test_data): New variable.
25128         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25129         (isinf_test_data): New variable.
25130         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25131         (isnan_test_data): New variable.
25132         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25133         (isnormal_test_data): New variable.
25134         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25135         (issignaling_test_data): New variable.
25136         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25137         (signbit_test_data): New variable.
25138         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25139
25140         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25141         with INVALID_EXCEPTION.
25142         (acosh_test_data): Likewise.
25143         (asin_test_data): Likewise.
25144         (atanh_test_data): Likewise.
25145         (fmod_test_data): Likewise.
25146         (log_test_data): Likewise.
25147         (log10_test_data): Likewise.
25148         (log2_test_data): Likewise.
25149         (pow_test_data): Likewise.
25150         (sqrt_test_data): Likewise.
25151         (y0_test_data): Likewise.
25152         (y1_test_data): Likewise.
25153         (yn_test_data): Likewise.
25154
25155         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25156         function contents.
25157
25158         * math/libm-test.inc (struct test_ff_i_data): New type.
25159         (RUN_TEST_LOOP_ff_i_tg): New macro.
25160         (isgreater_test_data): New variable.
25161         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25162         (isgreaterequal_test_data): New variable.
25163         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25164         (isless_test_data): New variable.
25165         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25166         (islessequal_test_data): New variable.
25167         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25168         (islessgreater_test_data): New variable.
25169         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25170         (isunordered_test_data): New variable.
25171         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25172
25173 2013-05-14  David S. Miller  <davem@davemloft.net>
25174
25175         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25176
25177 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25178
25179         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25180
25181         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25182         extra_test to int.
25183         (struct test_f_i_data): Change type of max_ulp to int.
25184
25185         * math/libm-test.inc (test_ffI_f1_data): New type.
25186         (RUN_TEST_LOOP_ffI_f1): New macro.
25187         (remquo_test_data): New variable.
25188         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25189
25190         * setjmp/tst-setjmp-fp.c: New file.
25191         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25192         (link-libm): New variable.
25193         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25194
25195         * math/libm-test.inc (struct test_f_i_data): New type.
25196         (RUN_TEST_LOOP_f_i): New macro.
25197         (RUN_TEST_LOOP_f_i_tg): Likewise.
25198         (fpclassify_test_data): New variable.
25199         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25200         (ilogb_test_data): New variable.
25201         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25202
25203         * math/libm-test.inc (scalbln_test): Correct function name in END
25204         call.
25205
25206         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25207         (RUN_TEST_LOOP_fI_f1): New macro.
25208         (frexp_test_data): New variable.
25209         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25210
25211         * math/libm-test.inc (struct test_fF_f1_data): New type.
25212         (RUN_TEST_LOOP_fF_f1): New macro.
25213         (modf_test_data): New variable.
25214         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25215
25216         * math/libm-test.inc (struct test_f_f1_data): New type.
25217         (RUN_TEST_LOOP_f_f1): New macro.
25218         (gamma_test_data): New variable.
25219         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25220         (lgamma_test_data): New variable.
25221         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25222
25223 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25224
25225         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25226         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25227         (main): Comment "tls" pseudo-hwcap.
25228
25229 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25230
25231         * math/libm-test.inc (struct test_fl_f_data): New type.
25232         (RUN_TEST_LOOP_fl_f): New variable.
25233         (scalbln_test_data): New variable.
25234         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25235
25236         * math/libm-test.inc (struct test_fi_f_data): New type.
25237         (RUN_TEST_LOOP_fi_f): New macro.
25238         (ldexp_test_data): New variable.
25239         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25240         (scalbn_test_data): New variable.
25241         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25242
25243         * math/libm-test.inc (struct test_c_f_data): New type.
25244         (RUN_TEST_LOOP_c_f): New macro.
25245         (cabs_test_data): New variable.
25246         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25247         (carg_test_data): New variable.
25248         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25249         (cimag_test_data): New variable.
25250         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25251         (creal_test_data): New variable.
25252         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25253
25254         * math/libm-test.inc (struct test_if_f_data): New type.
25255         (RUN_TEST_LOOP_if_f): New macro.
25256         (jn_test_data): New variable.
25257         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25258         (yn_test_data): New variable.
25259         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25260
25261         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25262
25263 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25264
25265         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25266         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25267
25268 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25269
25270         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25271         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25272         (bench-deps): Add bench-timing.h.
25273         * benchtests-bench-skeleton.c: Include bench-timing.h.
25274         (main): Use TIMING_* macros instead of clock_gettime.
25275         * benchtests/bench-timing.h: New file.
25276
25277         [BZ #14582]
25278         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25279         Renamed from _LIB_VERSION.
25280         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25281
25282 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25283
25284         * math/libm-test.inc (struct test_fff_f_data): New type.
25285         (RUN_TEST_LOOP_fff_f): New macro.
25286         (fma_test_data): New variable.
25287         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25288         (fma_towardzero_test_data): New variable.
25289         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25290         (fma_downward_test_data): New variable.
25291         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25292         (fma_upward_test_data): New variable.
25293         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25294
25295         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25296         (struct test_c_c_data): New type.
25297         (RUN_TEST_LOOP_c_c): New macro.
25298         (cacos_test_data): New variable.
25299         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25300         (cacosh_test_data): New variable.
25301         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25302         (casin_test_data): New variable.
25303         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25304         (casinh_test_data): New variable.
25305         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25306         (catan_test_data): New variable.
25307         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25308         (catanh_test_data): New variable.
25309         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25310         (ccos_test_data): New variable.
25311         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25312         (ccosh_test_data): New variable.
25313         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25314         (cexp_test_data): New variable.
25315         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25316         (clog_test_data): New variable.
25317         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25318         (clog10_test_data): New variable.
25319         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25320         (conj_test_data): New variable.
25321         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25322         (cproj_test_data): New variable.
25323         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25324         (csin_test_data): New variable.
25325         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25326         (csinh_test_data): New variable.
25327         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25328         (csqrt_test_data): New variable.
25329         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25330         (ctan_test_data): New variable.
25331         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25332         (ctan_tonearest_test_data): New variable.
25333         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25334         (ctan_towardzero_test_data): New variable.
25335         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25336         (ctan_downward_test_data): New variable.
25337         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25338         (ctan_upward_test_data): New variable.
25339         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25340         (ctanh_test_data): New variable.
25341         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25342         (ctanh_tonearest_test_data): New variable.
25343         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25344         (ctanh_towardzero_test_data): New variable.
25345         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25346         (ctanh_downward_test_data): New variable.
25347         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25348         (ctanh_upward_test_data): New variable.
25349         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25350         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25351         of BUILD_COMPLEX.
25352
25353         * math/libm-test.inc (struct test_ff_f_data): New type.
25354         (struct test_ff_f_data_nexttoward): Likewise.
25355         (RUN_TEST_LOOP_2_f): New macro.
25356         (RUN_TEST_LOOP_ff_f): Likewise.
25357         (atan2_test_data): New variable.
25358         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25359         (copysign_test_data): New variable.
25360         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25361         (fdim_test_data): New variable.
25362         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25363         (fmax_test_data): New variable.
25364         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25365         (fmin_test_data): New variable.
25366         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25367         (fmod_test_data): New variable.
25368         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25369         (hypot_test_data): New variable.
25370         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25371         (nextafter_test_data): New variable.
25372         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25373         (nexttoward_test_data): New variable.
25374         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25375         (pow_test_data): New variable.
25376         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25377         (pow_tonearest_test_data): New variable.
25378         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25379         (pow_towardzero_test_data): New variable.
25380         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25381         (pow_downward_test_data): New variable.
25382         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25383         (pow_upward_test_data): New variable.
25384         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25385         (remainder_test_data): New variable.
25386         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25387         (scalb_test_data): New variable.
25388         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25389         * sysdeps/i386/fpu/libm-test-ulps: Update.
25390
25391 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25392
25393         * math/libm-test.inc (fma_test): Use max_value instead of local
25394         variable fltmax.
25395         (nextafter_test): Likewise.
25396
25397         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25398         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25399         (acos_downward_test_data): New variable.
25400         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25401         (acos_upward_test_data): New variable.
25402         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25403         (acosh_test_data): New variable.
25404         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25405         (asin_test_data): New variable.
25406         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25407         (asin_tonearest_test_data): New variable.
25408         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25409         (asin_towardzero_test_data): New variable.
25410         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25411         (asin_downward_test_data): New variable.
25412         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25413         (asin_upward_test_data): New variable.
25414         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25415         (asinh_test_data): New variable.
25416         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25417         (atan_test_data): New variable.
25418         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25419         (atanh_test_data): New variable.
25420         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25421         (cbrt_test_data): New variable.
25422         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25423         (ceil_test_data): New variable.
25424         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25425         (cos_test_data): New variable.
25426         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25427         (cos_tonearest_test_data): New variable.
25428         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25429         (cos_towardzero_test_data): New variable.
25430         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25431         (cos_downward_test_data): New variable.
25432         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25433         (cos_upward_test_data): New variable.
25434         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25435         (cosh_test_data): New variable.
25436         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25437         (cosh_tonearest_test_data): New variable.
25438         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25439         (cosh_towardzero_test_data): New variable.
25440         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25441         (cosh_downward_test_data): New variable.
25442         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25443         (cosh_upward_test_data): New variable.
25444         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25445         (erf_test_data): New variable.
25446         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25447         (erfc_test_data): New variable.
25448         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25449         (exp_test_data): New variable.
25450         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25451         (exp_tonearest_test_data): New variable.
25452         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25453         (exp_towardzero_test_data): New variable.
25454         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25455         (exp_downward_test_data): New variable.
25456         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25457         (exp_upward_test_data): New variable.
25458         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25459         (exp10_test_data): New variable.
25460         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25461         (exp2_test_data): New variable.
25462         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25463         (expm1_test_data): New variable.
25464         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25465         (fabs_test_data): New variable.
25466         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25467         (floor_test_data): New variable.
25468         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25469         (j0_test_data): New variable.
25470         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25471         (j1_test_data): New variable.
25472         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25473         (log_test_data): New variable.
25474         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25475         (log10_test_data): New variable.
25476         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25477         (log1p_test_data): New variable.
25478         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25479         (log2_test_data): New variable.
25480         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25481         (logb_test_data): New variable.
25482         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25483         (logb_downward_test_data): New variable.
25484         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25485         (nearbyint_test_data): New variable.
25486         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25487         (rint_test_data): New variable.
25488         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25489         (rint_tonearest_test_data): New variable.
25490         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25491         (rint_towardzero_test_data): New variable.
25492         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25493         (rint_downward_test_data): New variable.
25494         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25495         (rint_upward_test_data): New variable.
25496         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25497         (round_test_data): New variable.
25498         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25499         (sin_test_data): New variable.
25500         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25501         (sin_tonearest_test_data): New variable.
25502         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25503         (sin_towardzero_test_data): New variable.
25504         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25505         (sin_downward_test_data): New variable.
25506         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25507         (sin_upward_test_data): New variable.
25508         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25509         (sinh_test_data): New variable.
25510         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25511         (sinh_tonearest_test_data): New variable.
25512         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25513         (sinh_towardzero_test_data): New variable.
25514         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25515         (sinh_downward_test_data): New variable.
25516         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25517         (sinh_upward_test_data): New variable.
25518         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25519         (sqrt_test_data): New variable.
25520         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25521         (tan_test_data): New variable.
25522         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25523         (tan_tonearest_test_data): New variable.
25524         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25525         (tan_towardzero_test_data): New variable.
25526         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25527         (tan_downward_test_data): New variable.
25528         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25529         (tan_upward_test_data): New variable.
25530         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25531         (tanh_test_data): New variable.
25532         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25533         (tgamma_test_data): New variable.
25534         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25535         (trunc_test_data): New variable.
25536         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25537         (y0_test_data): New variable.
25538         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25539         (y1_test_data): New variable.
25540         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25541         (significand_test_data): New variable.
25542         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25543
25544 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25545
25546         [BZ #12387]
25547         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25548
25549 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25550
25551         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25552
25553 2013-05-10  Andreas Jaeger  <aj@suse.de>
25554
25555         [BZ #15448]
25556         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25557         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25558
25559 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25560
25561         * math/gen-libm-test.pl (adjust_arg): New function.
25562         (special_functions): Handle generating output in both functions
25563         and arrays.
25564         (parse_args): Likewise.
25565         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25566         $in_func argument to parse_args.
25567         * math/libm-test.inc (struct test_f_f_data): New type.
25568         (IF_ROUND_INIT_): New macro.
25569         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25570         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25571         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25572         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25573         (ROUND_RESTORE_): Likewise.
25574         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25575         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25576         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25577         (ROUND_RESTORE_FE_UPWARD): Likewise.
25578         (RUN_TEST_LOOP_f_f): New macro.
25579         (acos_test_data): New variable.
25580         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25581         (acos_tonearest_test_data): New variable.
25582         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25583
25584 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25585
25586         * benchtests/bench-skeleton.c (startup): Fix coding style.
25587
25588 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25589
25590         [BZ #6809]
25591         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25592         negative infinity argument.
25593         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25594         negative infinity argument.
25595         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25596         negative infinity argument.
25597         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25598         domain errors.
25599
25600 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25601
25602         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25603         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25604         * iconv/iconv_prog.c (main): Likewise.
25605         * locale/programs/charmap-dir.c (charmap_readdir)
25606         (fopen_uncompressed): Likewise.
25607         * locale/programs/locfile.c (siblings_uncached)
25608         (write_locale_data): Use lstat64 instead of lstat.
25609         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25610         stat.
25611
25612 2013-05-10  Andreas Jaeger  <aj@suse.de>
25613
25614         [BZ #15395]
25615         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25616         localization.
25617         Include <locale.h>.
25618
25619 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25620
25621         * elf/dl-close.c (_dl_close_worker): Add comments.
25622
25623 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25624
25625         [BZ #15359]
25626         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25627         high part of pi/2.
25628         (__ieee754_rem_pio2l): Update comments.
25629
25630         [BZ #15429]
25631         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25632         high part of pi/2.
25633         (__ieee754_rem_pio2l): Update comments.
25634
25635         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25636         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25637
25638         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25639         M_PI_4l.
25640
25641         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25642         (M_PI_34_LOG10El): Likewise.
25643         (M_PI2_LOG10El): Likewise.
25644         (M_PI4_LOG10El): Likewise.
25645         (M_PI_LOG10El): Likewise.
25646
25647 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25648
25649         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25650
25651 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25652
25653         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25654         (MINUS_ZERO_INIT): Likewise.
25655         (PLUS_INFTY_INIT): Likewise.
25656         (MINUS_INFTY_INIT): Likewise.
25657         (QNAN_VALUE_INIT): Likewise.
25658         (MAX_VALUE_INIT): Likewise.
25659         (MIN_VALUE_INIT): Likewise.
25660         (MIN_SUBNORM_VALUE_INIT): Likewise.
25661         (plus_zero): Initialize with PLUS_ZERO_INIT.
25662         (minus_zero): Initialize with MINUS_ZERO_INIT.
25663         (plus_infty): Initialize with PLUS_INFTY_INIT.
25664         (minus_infty): Initialize with MINUS_INFTY_INIT.
25665         (qnan_value): Initialize with QNAN_VALUE_INIT.
25666         (max_value): Initialize with MAX_VALUE_INIT.
25667         (min_value): Initialize with MIN_VALUE_INIT.
25668         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25669
25670         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25671         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25672         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25673         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25674
25675         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25676         (RUN_TEST_2_f): Likewise.
25677         (RUN_TEST_ff_f): Likewise.
25678         (RUN_TEST_fi_f): Likewise.
25679         (RUN_TEST_fl_f): Likewise.
25680         (RUN_TEST_fff_f): Likewise.
25681         (RUN_TEST_c_f): Likewise.
25682         (RUN_TEST_f_f1): Likewise.
25683         (RUN_TEST_fF_f1): Likewise.
25684         (RUN_TEST_fI_f1): Likewise.
25685         (RUN_TEST_ffI_f1): Likewise.
25686         (RUN_TEST_c_c): Likewise.
25687         (RUN_TEST_cc_c): Likewise.
25688         (RUN_TEST_f_i): Likewise.
25689         (RUN_TEST_f_i_tg): Likewise.
25690         (RUN_TEST_ff_i_tg): Likewise.
25691         (RUN_TEST_f_b): Likewise.
25692         (RUN_TEST_f_b_tg): Likewise.
25693         (RUN_TEST_f_l): Likewise.
25694         (RUN_TEST_f_L): Likewise.
25695         (RUN_TEST_sincos): Likewise.
25696         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25697         whether to show exceptions.  Do not include ");\n" in return
25698         value.
25699         (special_functions): Output call to RUN_TEST_sincos instead of
25700         check_float calls.  Update calls to new_test.
25701         (parse_args): Output call to single RUN_TEST_* macro instead of
25702         check_* calls and other assignments.  Update calls to new_test.
25703
25704         [BZ #2546]
25705         [BZ #2560]
25706         [BZ #5159]
25707         [BZ #15426]
25708         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25709         input to result for tgamma overflow.
25710         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25711         (gamma_coeff): New variable.
25712         (NCOEFF): New macro.
25713         (gamma_positive): New function.
25714         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25715         underflow here.  Use gamma_positive instead of exp (lgamma) for
25716         other arguments.
25717         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25718         (gamma_coeff): New variable.
25719         (NCOEFF): New macro.
25720         (gammaf_positive): New function.
25721         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25722         underflow here.  Use gamma_positive instead of exp (lgamma) for
25723         other arguments.
25724         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25725         (gamma_coeff): New variable.
25726         (NCOEFF): New macro.
25727         (gammal_positive): New function.
25728         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25729         underflow here.  Use gamma_positive instead of exp (lgamma) for
25730         other arguments.
25731         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25732         (gamma_coeff): New variable.
25733         (NCOEFF): New macro.
25734         (gammal_positive): New function.
25735         (__ieee754_gammal_r): Handle positive infinity, overflow and
25736         underflow here.  Handle NaN the same as positive infinity.  Remove
25737         check x < 0xffffffff for negative integers.  Use gamma_positive
25738         instead of exp (lgamma) for other arguments.
25739         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25740         (gamma_coeff): New variable.
25741         (NCOEFF): New macro.
25742         (gammal_positive): New function.
25743         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25744         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25745         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25746         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25747         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25748         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25749         * sysdeps/generic/math_private.h (__gamma_productf): New
25750         prototype.
25751         (__gamma_product): Likewise.
25752         (__gamma_productl): Likewise.
25753         * math/Makefile (libm-calls): Add gamma_product.
25754         * math/libm-test.inc (tgamma_test): Add more tests.
25755         * sysdeps/i386/fpu/libm-test-ulps: Update.
25756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25757
25758 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25759
25760         * benchtests/bench-skeleton.c (main): Preheat CPU.
25761
25762 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25763
25764         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25765
25766 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25767
25768         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25769         and _dl_skip_args_internal.
25770
25771 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25772
25773         * manual/message.texi (Message Translation): Talk about users.
25774         Message to key mapping impacts design.
25775
25776 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25777
25778         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25779
25780         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25781
25782         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25783         * sysdeps/wordsize-64/glob64.c: ... here.
25784
25785         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25786         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25787         New macros.
25788
25789         * debug/getlogin_r_chk.c: Moved to ...
25790         * login/getlogin_r_chk.c: ... here.
25791         * debug/Makefile (routines): Move getlogin_r_chk to ...
25792         * login/Makefile (routines): ... here.
25793         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25794         * login/Versions (libc: GLIBC_2.4): ... here.
25795
25796         * io/poll.c (__poll): Renamed from poll.
25797         Add libc_hidden_def.
25798         (poll): Define as weak alias.
25799
25800         * debug/ptsname_r_chk.c: Moved to ...
25801         * login/ptsname_r_chk.c: ... here.
25802         * debug/Makefile (routines): Move ptsname_r_chk to ...
25803         * login/Makefile (routines): ... here.
25804         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25805         * login/Versions (libc: GLIBC_2.4): ... here.
25806
25807         * posix/getlogin.c: Moved to ...
25808         * login/getlogin.c: ... here.
25809         * posix/getlogin_r.c: Moved to ...
25810         * login/getlogin_r.c: ... here.
25811         * posix/getlogin_r.c: Moved to ...
25812         * login/getlogin_r.c: ... here.
25813         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25814         * login/Makefile (routines): ... here.
25815         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25816         * login/Versions (libc: GLIBC_2.0): ... here.
25817
25818         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25819         (setrlimit): Define as weak alias.
25820
25821         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25822         Call __ names for open, ftruncate, and close.
25823         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25824         (truncate): Define as weak alias.
25825
25826 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25827
25828         * math/gen-libm-test.pl (parse_args): Initialize x before each
25829         test of frexp, modf and remquo.
25830
25831         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25832         test signgam value.
25833
25834 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25835
25836         [BZ #15418]
25837         [BZ #15419]
25838         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25839         internal tests.
25840         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25841
25842 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25843
25844         * elf/dl-writev.h: New file.
25845         * elf/dl-misc.c: Include it.
25846         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25847         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25848
25849 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25850
25851         * math/libm-test.inc (noXFails): Remove variable.
25852         (noXPasses): Likewise.
25853         (BUILD_COMPLEX_INT): Remove macro.
25854         (print_screen): Remove xfail argument.
25855         (print_screen_max_error): Likewise.
25856         (update_stats): Likewise.
25857         (print_max_error): Likewise.  Update calls to other affected
25858         functions.
25859         (print_complex_max_error): Likewise.
25860         (test_single_exception): Update calls to print_screen.
25861         (test_single_errno): Likewise.
25862         (check_float_internal): Remove xfail argument.  Update calls to
25863         other affected functions.
25864         (check_float): Likewise.
25865         (check_complex): Likewise.
25866         (check_int): Likewise.
25867         (check_long): Likewise.
25868         (check_bool): Likewise.
25869         (check_longlong): Likewise.
25870         (main): Don't print noXFails and noXPasses.
25871         * math/gen-libm-test.pl (top level): Don't mention expected
25872         failure handling in comment.
25873         (new_test): Don't handle expected failures.
25874         (parse_args): Don't mention expected failure handling in comment.
25875         (generate_testfile): Don't handle expected failures.
25876         (parse_ulps): Likewise.
25877         (print_ulps_file): Likewise.
25878         (get_failure): Remove function.
25879         (output_test): Don't handle expected failures.
25880         * make/README.libm-test: Don't mention expected failure handling.
25881
25882         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25883         (minus_zero): Likewise.
25884         (plus_infty): Likewise.
25885         (minus_infty): Likewise.
25886         (qnan_value): Likewise.
25887         (max_value): Likewise.
25888         (min_value): Likewise.
25889         (min_subnorm_value): Likewise.
25890         (initialize): Do not initialize those variables dynamically.
25891
25892 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25893
25894         * io/open.c (__open_2): Moved to ...
25895         * io/open_2.c: ... this new file.
25896         * io/open64.c (__open64_2): Moved to ...
25897         * io/open64_2.c: ... this new file.
25898         * io/openat.c (__openat_2): Moved to ...
25899         * io/openat_2.c: ... this new file.
25900         * io/openat64.c (__openat64_2): Moved to ...
25901         * io/openat64_2.c: ... this new file.
25902         * io/Makefile (routines): Add them.
25903         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25904         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25905         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25906         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25907         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25908         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25909         (__openat64): Add hidden_ver.
25910         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25911         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25912
25913         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25914         Separately conditionalize setting of GLRO(dl_sysinfo) so
25915         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25916         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25917
25918 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25919
25920         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25921         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25922         definition.
25923         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25924         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25925         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25926         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25927         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25928
25929 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25930
25931         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25932         test signgam value.
25933
25934         * math/libm-test.inc (hypot_test): Do not use
25935         IGNORE_ZERO_INF_SIGN.
25936
25937 2013-05-03  Andreas Jaeger  <aj@suse.de>
25938
25939         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25940         Linux 3.9.
25941         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25942         (PF_MAX): Adjust for VSOCK change.
25943
25944 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25945
25946         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25947
25948 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25949
25950         [BZ #15264]
25951         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25952         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25953         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25954
25955 2013-05-02  David S. Miller  <davem@davemloft.net>
25956
25957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25958
25959 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25960
25961         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25962
25963 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25964
25965         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25966
25967 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25968
25969         [BZ #14952]
25970         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25971         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25972         Use __attribute__ ((__gnu_inline__)).
25973         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25974         Don't use __attribute__ ((__gnu_inline__)).
25975
25976 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25977
25978         [BZ #15423]
25979         * math/s_catan.c (__catan): Handle small real or imaginary part of
25980         input specially to avoid spurious underflow.
25981         * math/s_catanf.c (__catanf): Likewise.
25982         * math/s_catanh.c (__catanh): Likewise.
25983         * math/s_catanhf.c (__catanhf): Likewise.
25984         * math/s_catanhl.c (__catanhl): Likewise.
25985         * math/s_catanl.c (__catanl): Likewise.
25986         * math/libm-test.inc (catan_test): Add more tests.
25987         (catanh_test): Likewise.
25988         * sysdeps/i386/fpu/libm-test-ulps: Update.
25989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25990
25991 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25992
25993         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25994
25995 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25996
25997         [BZ #15416]
25998         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25999         accurately for denominator in atan2.
26000         * math/s_catanf.c (__catanf): Likewise.
26001         * math/s_catanh.c (__catanh): Likewise.
26002         * math/s_catanhf.c (__catanhf): Likewise.
26003         * math/s_catanhl.c (__catanhl): Likewise.
26004         * math/s_catanl.c (__catanl): Likewise.
26005         * math/libm-test.inc (catan_test): Add more tests.
26006         (catanh_test): Likewise.
26007         * sysdeps/i386/fpu/libm-test-ulps: Update.
26008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26009
26010 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26011
26012         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26013
26014         * benchtests/Makefile (bench): Remove slow benchmarks.
26015         * benchtests/atan-inputs: Add slow benchmark inputs.
26016         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26017         (BENCH_FUNC): Accept variant offset.
26018         (VARIANT): Define.
26019         * benchtests/bench-skeleton.c (main): Run benchmark for each
26020         variant.
26021         * benchtests/cos-inputs: Add slow benchmark inputs.
26022         * benchtests/exp-inputs: Likewise.
26023         * benchtests/pow-inputs: Likewise.
26024         * benchtests/sin-inputs: Likewise.
26025         * benchtests/slowatan-inputs: Remove.
26026         * benchtests/slowatan.c: Remove.
26027         * benchtests/slowcos-inputs: Remove.
26028         * benchtests/slowcos.c: Remove.
26029         * benchtests/slowexp-inputs: Remove.
26030         * benchtests/slowexp.c: Remove.
26031         * benchtests/slowpow-inputs: Remove.
26032         * benchtests/slowpow.c: Remove.
26033         * benchtests/slowsin-inputs: Remove.
26034         * benchtests/slowsin.c: Remove.
26035         * benchtests/slowtan-inputs: Remove.
26036         * benchtests/slowtan.c: Remove.
26037         * benchtests/tan-inputs: Add slow benchmark inputs.
26038         * scripts/bench.pl: Parse comments and directives.
26039
26040         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26041         in CPPFLAGS.
26042         ($(objpfx)bench-%.c): Remove *-ITER.
26043         * benchtests/bench-modf.c: Remove definition of ITER.
26044         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26045         (main): Loop for DURATION seconds instead of fixed number of
26046         iterations.
26047         * scripts/bench.pl: Don't expect iterations in parameters.
26048
26049 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26050
26051         * io/fchdir.c (__fchdir): Renamed from fchdir.
26052         (fchdir): Define as weak alias.
26053
26054 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26055
26056         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26057         (ERRNO_EDOM): Likewise.
26058         (ERRNO_ERANGE): Likewise.
26059         (noErrnoTests): New variable.
26060         (init_max_error): Set errno to 0.
26061         (test_single_errno): New function.
26062         (test_errno): Likewise.
26063         (check_float_internal): Call test_errno.  Set errno to 0.
26064         (check_complex): Refer to errno tests in comment.
26065         (check_int): Call test_errno.  Set errno to 0.
26066         (check_long): Likewise.
26067         (check_bool): Likewise.
26068         (check_longlong): Likewise.
26069         (cos_test): Use ERRNO_* flags for errno tests instead of
26070         check_int.
26071         (expm1_test): Likewise.
26072         (fmod_test): Likewise.
26073         (ilogb_test): Likewise.
26074         (lgamma_test): Likewise.
26075         (pow_test): Likewise.
26076         (remainder_test): Likewise.
26077         (sin_test): Likewise.
26078         (tan_test): Likewise.
26079         (yn_test): Likewise.
26080         (initialize): Set errno to 0.
26081         (main): Print number of errno tests.
26082         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26083
26084 2013-04-29  Andreas Jaeger  <aj@suse.de>
26085
26086         [BZ #15084]
26087         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26088         and RES_USEVC.
26089
26090         [BZ #15085]
26091         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26092         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26093         unimplemented.
26094
26095         [BZ #15380]
26096         * stdlib/random.c (__initstate): Return NULL if
26097         __initstate fails.
26098
26099         [BZ #15086]
26100         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26101         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26102         RES_SNGLKUPREOP.
26103
26104 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26105
26106         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26107
26108 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26109
26110         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26111         of individual tests.
26112         (casin_test): Likewise.
26113         (casinh_test): Likewise.
26114
26115 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26116
26117         [BZ #15409]
26118         * math/s_catan.c (__catan): Handle arguments with large real or
26119         imaginary part separately without squaring.
26120         * math/s_catanf.c (__catanf): Likewise.
26121         * math/s_catanh.c (__catanh): Likewise.
26122         * math/s_catanhf.c (__catanhf): Likewise.
26123         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26124         and redefine.
26125         (__catanhl): Handle arguments with large real or imaginary part
26126         separately without squaring.
26127         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26128         and redefine.
26129         (__catanl): Handle arguments with large real or imaginary part
26130         separately without squaring.
26131         * math/libm-test.inc (catan_test): Add more tests.
26132         (catanh_test): Likewise.
26133         * sysdeps/i386/fpu/libm-test-ulps: Update.
26134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26135
26136 2013-04-27  Andreas Jaeger  <aj@suse.de>
26137
26138         [BZ #15007]
26139         * stdlib/stdlib.h: Update guards for qecvt.
26140         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26141         <stdlib.h>.
26142
26143 2013-04-27  Allan McRae  <allan@archlinux.org>
26144
26145         * sysdeps/i386/fpu/libm-test-ulps: Update.
26146
26147 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26148
26149         [BZ #15406]
26150         * math/s_catan.c: Include <float.h>.
26151         (__catan): Ensure underflow exception occurs for underflowed
26152         result.
26153         * math/s_catanf.c: Include <float.h>.
26154         (__catanf): Ensure underflow exception occurs for underflowed
26155         result.
26156         * math/s_catanh.c: Include <float.h>.
26157         (__catanh): Ensure underflow exception occurs for underflowed
26158         result.
26159         * math/s_catanhf.c: Include <float.h>.
26160         (__catanhf): Ensure underflow exception occurs for underflowed
26161         result.
26162         * math/s_catanhl.c: Include <float.h>.
26163         (__catanhl): Ensure underflow exception occurs for underflowed
26164         result.
26165         * math/s_catanl.c: Include <float.h>.
26166         (__catanl): Ensure underflow exception occurs for underflowed
26167         result.
26168         * math/libm-test.inc (catan_test): Add more tests.
26169         (catanh_test): Likewise.
26170
26171         [BZ #15405]
26172         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26173         underflowed result.
26174         * math/s_ccoshf.c (__ccoshf): Likewise.
26175         * math/s_ccoshl.c (__ccoshl): Likewise.
26176         * math/s_csin.c (__csin): Likewise.
26177         * math/s_csinf.c (__csinf): Likewise.
26178         * math/s_csinh.c (__csinh): Likewise.
26179         * math/s_csinhf.c (__csinhf): Likewise.
26180         * math/s_csinhl.c (__csinhl): Likewise.
26181         * math/s_csinl.c (__csinl): Likewise.
26182         * math/libm-test.inc (ccos_test): Add more tests.
26183         (ccosh_test): Likewise.
26184         (csin_test): Likewise.
26185         (csinh_test): Likewise.
26186
26187 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26188
26189         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26190         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26191         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26192         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26193         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26194         powerpc/power5+/fpu folders.
26195         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26196
26197
26198 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26199
26200         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26201
26202 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26203
26204         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26205         additions to variable.
26206         [$(config-machine) = x86_64] (modules-names): Likewise.
26207         ($(objpfx)tst-audit3): Remove dependency.
26208         ($(objpfx)tst-audit3.out): Likewise.
26209         ($(objpfx)tst-audit4): Likewise.
26210         ($(objpfx)tst-audit4.out): Likewise.
26211         ($(objpfx)tst-audit5): Likewise.
26212         ($(objpfx)tst-audit5.out): Likewise.
26213         ($(objpfx)tst-audit6): Likewise.
26214         ($(objpfx)tst-audit6.out): Likewise.
26215         ($(objpfx)tst-audit7): Likewise.
26216         ($(objpfx)tst-audit7.out): Likewise.
26217         (tst-audit3-ENV): Remove variable.
26218         (tst-audit4-ENV): Likewise.
26219         (tst-audit5-ENV): Likewise.
26220         (tst-audit6-ENV): Likewise.
26221         (tst-audit7-ENV): Likewise.
26222         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26223         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26224         addition to variable.
26225         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26226         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26227         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26228         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26229         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26230         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26231         tst-audit3, tst-audit4 and tst-audit5.
26232         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26233         tst-audit6 and tst-audit7.
26234         [$(subdir) = elf] (modules-names): Add audit modules for those
26235         tests.
26236         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26237         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26238         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26239         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26240         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26241         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26242         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26243         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26244         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26245         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26246         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26247         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26248         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26249         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26250         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26251         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26252         Likewise.
26253         [$(subdir) = elf && $(config-cflags-avx) = yes]
26254         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26255         [$(subdir) = elf && $(config-cflags-avx) = yes]
26256         (CFLAGS-tst-auditmod4a.c): Likewise.
26257         [$(subdir) = elf && $(config-cflags-avx) = yes]
26258         (CFLAGS-tst-auditmod4b.c): Likewise.
26259         [$(subdir) = elf && $(config-cflags-avx) = yes]
26260         (CFLAGS-tst-auditmod6b.c): Likewise.
26261         [$(subdir) = elf && $(config-cflags-avx) = yes]
26262         (CFLAGS-tst-auditmod6c.c): Likewise.
26263         [$(subdir) = elf && $(config-cflags-avx) = yes]
26264         (CFLAGS-tst-auditmod7b.c): Likewise.
26265         * elf/tst-audit3.c: Move to ...
26266         * sysdeps/x86_64/tst-audit3.c: ... here.
26267         * elf/tst-audit4.c: Move to ...
26268         * sysdeps/x86_64/tst-audit4.c: ... here.
26269         * elf/tst-audit5.c: Move to ...
26270         * sysdeps/x86_64/tst-audit5.c: ... here.
26271         * elf/tst-audit6.c: Move to ...
26272         * sysdeps/x86_64/tst-audit6.c: ... here.
26273         * elf/tst-audit7.c: Move to ...
26274         * sysdeps/x86_64/tst-audit7.c: ... here.
26275         * elf/tst-auditmod3a.c: Move to ...
26276         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26277         * elf/tst-auditmod3b.c: Move to ...
26278         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26279         * elf/tst-auditmod4a.c: Move to ...
26280         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26281         * elf/tst-auditmod4b.c: Move to ...
26282         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26283         * elf/tst-auditmod5a.c: Move to ...
26284         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26285         * elf/tst-auditmod5b.c: Move to ...
26286         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26287         * elf/tst-auditmod6a.c: Move to ...
26288         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26289         * elf/tst-auditmod6b.c: Move to ...
26290         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26291         * elf/tst-auditmod6c.c: Move to ...
26292         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26293         * elf/tst-auditmod7a.c: Move to ...
26294         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26295         * elf/tst-auditmod7b.c: Move to ...
26296         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26297
26298 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26299
26300         [BZ #15366]
26301         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26302         define unconditionally.
26303         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26304         define unconditionally.
26305         (INT8_C, INT16_C, etc.): Likewise.
26306
26307 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26308
26309         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26310         __ehdr_start with hidden visibility.
26311
26312         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26313
26314 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26315
26316         * math/libm-test.inc (cos_test): Use accurate hex constants.
26317         (sincost_test): Likewise.
26318
26319 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26320
26321         * math/libm-test.inc (catan_test): Add more tests.
26322         (catanh_test): Likewise.
26323
26324         * math/s_catanf.c (__catanf): Use suffixed floating-point
26325         constants.
26326         * math/s_catanhf.c (__catanhf): Likewise.
26327         * math/s_catanhl.c (__catanhl): Likewise.
26328         * math/s_catanl.c (__catanl): Likewise.
26329
26330         [BZ #15394]
26331         * math/s_catan.c (__catan): Calculate imaginary part of result
26332         with log1p not log unless computing log of number close to 0.
26333         * math/s_catanf.c (__catanf): Likewise.
26334         * math/s_catanl.c (__catanl): Likewise.
26335         * math/s_catanh.c (__catanh): Calculate real part of result with
26336         log1p not log unless computing log of number close to 0.
26337         * math/s_catanhf.c (__catanhf): Likewise.
26338         * math/s_catanhl.c (__catanhl): Likewise.
26339         * math/libm-test.inc (catan_test): Add more tests.
26340         (catanh_test): Likewise.
26341         * sysdeps/i386/fpu/libm-test-ulps: Update.
26342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26343
26344 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26345
26346         * benchtests/Makefile: Mention files in which fast and slow
26347         paths of math functions are implemented.
26348
26349 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26350
26351         * sysdeps/posix/timespec_get.c: New file.
26352
26353 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26354
26355         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26356         POWER.
26357         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26358         for POWER.
26359         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26360         powerpc/power5/fpu folders.
26361         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26362         * benchtests/Makefile: Add modf testcase.
26363         * benchtests/bench-modf.c: New file: Benchmark test for mo
26364
26365 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26366
26367         [BZ #14888]
26368         * time/Makefile (tests): Add tst-strptime-whitespace.
26369         * time/strptime_l.c (get_number): Use ISSPACE.
26370         (__strptime_internal): Likewise.
26371         * time/tst-strptime-whitespace.c: New test case.
26372
26373 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26374
26375         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26376         member.
26377         (_nss_files_init): Set it here.
26378
26379 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26380
26381         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26382         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26383         unsigned.
26384
26385 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26386
26387         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26388
26389 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26390
26391         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26392         size just once.
26393
26394 2013-04-21  David S. Miller  <davem@davemloft.net>
26395
26396         * po/ru.po: Update Russion translation from translation project.
26397
26398 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26399
26400         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26401         and setfsgid.
26402
26403 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26404
26405         * configure.in: Remove i386 configure warning. Remove i386 case.
26406         * configure: Regenerate.
26407         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26408         Add example to error message.
26409         * sysdeps/i386/configure: Regenerate.
26410
26411 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26412
26413         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26414         slowtan.
26415         * benchtests/cos-inputs: New file.
26416         * benchtests/slowcos-inputs: New file.
26417         * benchtests/slowcos.c: New file.
26418         * benchtests/slowtan-inputs: New file.
26419         * benchtests/slowtan.c: New file.
26420         * benchtests/tan-inputs: New file.
26421
26422 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26423
26424         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26425         considered kosher.
26426
26427 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26428
26429         * benchtests/Makefile: Include cppflags-iterator.mk to add
26430         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26431
26432         * Makefile.in (bench-clean): New target.
26433         * benchtests/Makefile (bench-clean): Likewise.
26434
26435 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26436
26437         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26438
26439 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26440
26441         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26442
26443 2013-04-15  Andreas Schwab  <schwab@suse.de>
26444
26445         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26446         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26447         * nscd/pwdcache.c (cache_addpw): Likewise.
26448         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26449         more than recsize.
26450
26451 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26452
26453         * benchtests/Makefile (bench): Write all output to
26454         bench-out.tmp together.
26455
26456 2013-04-15  Andreas Schwab  <schwab@suse.de>
26457
26458         * nscd/nscd.c (main): Don't fork again after closing files.
26459
26460 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26461
26462         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26463
26464         * benchtests/Rules (bench-deps): Collect dependencies into a
26465         single variable.  Add Makefile to dependencies.
26466         ($(objpfx)bench-%.c): Depend on bench-deps.
26467
26468 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26469             Xavier Roche  <roche+kml2@exalead.com>
26470
26471         [BZ #15361]
26472         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26473         just that it's a file descriptor.
26474         * manual/llio.texi (Synchronizing AIO Operations): Update description
26475         for EBADF error from aio_fsync.
26476
26477 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26478
26479         * Rules (bench): Move target definition...
26480         * benchtests/Makefile: ... here.
26481
26482 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26483
26484         * math/libm-test.inc (cos_test): Fix PI/2 test.
26485         (sincos_test): Likewise.
26486         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26487         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26488
26489 2013-04-11  Andreas Schwab  <schwab@suse.de>
26490
26491         [BZ #13988]
26492         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26493         accept exponent character only when digits were seen.
26494         * stdio-common/Makefile (tests): Add bug26.
26495         * stdio-common/bug26.c: New file.
26496
26497         [BZ #14293]
26498         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26499         non-freeable.
26500
26501 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26502
26503         * Makeconfig (rtld-prefix): Define built linker prefix.
26504         * Rules (run-bench): Use it.
26505         * math/Makefile (run-regen-ulps): Likewise.
26506
26507         * Rules (bench): Remove eval.
26508
26509 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26510             Roland McGrath  <roland@hack.frob.com>
26511             Ondrej Bilka  <neleai@seznam.cz>
26512
26513         [BZ #15346]
26514         * time/getdate.c: Include ctype.h and alloca.h.
26515         (__getdate_r): Trim leading and trailing spaces of input.
26516         * time/tst-getdate.c (tests): Add tests with leading and
26517         trailing spaces.
26518
26519 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26520
26521         [BZ #14280]
26522         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26523         when computing value.
26524
26525 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26526
26527         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26528         Use testrun.sh to run libm tests.
26529
26530         [BZ #15309]
26531         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26532
26533 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26534
26535         [BZ #15264]
26536         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26537
26538 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26539
26540         * Makefile.in (regen-ulps): New target.
26541         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26542         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26543         [ifneq (no,$(PERL)] (regen-ulps): New target.
26544         [ifeq (no,$(PERL)] (regen-ulps): New target.
26545         * math/libm-test.inc (ulps_file_name): Define.
26546         (output_dir): New variable.
26547         (options): Add "output-dir" option.
26548         (parse_opt): Handle 'o' case.
26549         (main): If output_dir is non-NULL use it as a prefix
26550         otherwise use "".
26551         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26552
26553 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26554
26555         [BZ #10060, #10062]
26556         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26557         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26558         fail configure if __sync_val_compare_and_swap is not inlined.
26559         * sysdeps/i386/configure: Regenerate.
26560         * configure.in: Build for i686 when configured for i386.
26561         * configure: Regenerate.
26562         * README: Remove i386 reference.
26563
26564 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26565
26566         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26567         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26568
26569 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26570
26571         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26572         (lmsnanval): New variables.
26573         (F): Add conversion tests.
26574         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26575         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26576
26577         * stdio-common/tstdiomisc.c (F): Properly collect individual
26578         tests' results.
26579
26580         [BZ #14686, #15336]
26581         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26582         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26583         Instead, use input NaN values or generate a qNaN by arithmetic
26584         operation.  Also fix bugs to comply with the standard.
26585         * math/libm-test.inc (remainder_test): Add more tests.
26586
26587         [BZ #15335, #15342]
26588         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26589         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26590         input NaN values or generate a qNaN by arithmetic operation.
26591
26592         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26593         unreachable code.
26594
26595         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26596         definitions.
26597
26598 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26599
26600         [BZ #14478]
26601         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26602         underflowed result.
26603         * math/s_cexpf.c (__cexpf): Likewise.
26604         * math/s_cexpl.c (__cexpl): Likewise.
26605         * math/libm-test.inc (cexp_test): Add more tests.
26606
26607 2013-04-03  Andreas Schwab  <schwab@suse.de>
26608
26609         [BZ #15330]
26610         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26611         order arrays from heap if bigger than alloca cutoff.
26612
26613 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26614
26615         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26616         (SNAN_TESTS_double): Refer to GCC PR56831.
26617         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26618         GCC PR56828.
26619
26620 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26621
26622         * Rules (bench): Move bench.out after the run is complete.
26623
26624         * Rules (bench): Echo currently running benchmark.
26625
26626         * benchtests/Makefile (bench): Add atan and slowatan.
26627         * benchtests/atan-inputs: New file.
26628         * benchtests/slowatan-inputs: New file.
26629         * benchtests/slowatan.c: New file.
26630
26631         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26632         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26633         its value.
26634
26635         [BZ #15305]
26636         * sysdeps/unix/sysv/linux/kernel-features.h
26637         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26638         __ASSUME_XFS_RESTRICTED_CHOWN.
26639         * sysdeps/unix/sysv/linux/pathconf.c
26640         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26641         Save and restore errno.
26642
26643 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26644
26645         [BZ #15327]
26646         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26647         arguments using __kernel_casinh.
26648         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26649         arguments using __kernel_casinhf.
26650         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26651         arguments using __kernel_casinhl.
26652         * math/libm-test.inc (cacosh_test): Add more tests.
26653         * sysdeps/i386/fpu/libm-test-ulps: Update.
26654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26655
26656 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26657
26658         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26659         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26660
26661         * bench/Makefile (bench): Add sin and slowsin.
26662         * benchtests/sin-inputs: New file.
26663         * benchtests/slowsin-inputs: New file.
26664         * benchtests/slowsin.c: New file.
26665
26666         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26667         (bench): Add slowexp and slowpow.
26668         (exp-ITER): Increase iterations.
26669         (pow-ITER): Likewise.
26670         * benchtests/exp-inputs: Change input.
26671         * benchtests/pow-inputs: Likewise.
26672         * benchtests/slowexp-inputs: New file.
26673         * benchtests/slowexp.c: New file.
26674         * benchtests/slowpow-inputs: New file.
26675         * benchtests/slowpow.c: New file.
26676
26677 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26678
26679         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26680         instructions.
26681         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26682         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26683         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26684         * benchtests/Makefile: Add rint benchtest.
26685         * benchtests/rint-inputs: Input for rint benchtest.
26686
26687 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26688
26689         * Versions.def (libm): Add GLIBC_2.18.
26690         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26691         hidden libm prototypes.
26692         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26693         * math/Makefile (libm-calls): Add s_issignaling.
26694         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26695         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26696         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26697         declaration.
26698         * math/math.h [__USE_GNU] (issignaling): New macro.
26699         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26700         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26701         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26702         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26703         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26704         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26705         * manual/arith.texi (issignaling): New section.
26706         * manual/libm-err-tab.pl (@all_functions): Update comment.
26707         * math/gen-libm-test.pl (parse_args): Apply special handling for
26708         issignaling.
26709         * math/libm-test.inc (print_float, issignaling_test): New
26710         functions.
26711         (check_float_internal): Add issignaling checks.
26712         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26713         default definition.
26714         * sysdeps/powerpc/math-tests.h: New file.
26715         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26716         tests.
26717         * math/test-snan.c (TEST_FUNC): Likewise.
26718
26719 2013-03-30  David S. Miller  <davem@davemloft.net>
26720
26721         * po/de.po: Update from translation team.
26722
26723 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26724
26725         [BZ #10357]
26726         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26727         imaginary part less than 1.0 and real part less than 0.5
26728         specially.
26729         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26730         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26731         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26732         (cacos_test): Add more tests.
26733         (casin_test): Likewise.
26734         (casinh_test): Likewise.
26735         * sysdeps/i386/fpu/libm-test-ulps: Update.
26736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26737
26738 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26739
26740         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26741         ONE with its value.
26742
26743         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26744         (__pow_mp): Replace ONE and MONE with their values.
26745         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26746         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26747         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26748         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26749         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26750         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26751
26752         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26753
26754         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26755         (__pow_mp): Replace ZERO and MZERO with their values.
26756         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26757         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26758         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26759         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26760         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26761         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26762         (__sqr): Likewise.
26763
26764         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26765
26766         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26767
26768 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26769
26770         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26771         Declare with __attribute__ ((weak)).
26772         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26773         Call __call_tls_dtors only if it's not NULL.
26774
26775 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26776
26777         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26778         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26779         magic __ehdr_start linker symbol if it's defined.
26780         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26781         them up here if it was already done.
26782
26783         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26784         (_dl_aux_init): Use const in cast when setting it.
26785         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26786         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26787         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26788
26789         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26790         Declare them here.
26791         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26792         * csu/libc-tls.c: Nor here.
26793         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26794
26795         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26796         (__libc_message): Never call vsyslog.
26797
26798 2013-03-28  Alan Modra  <amodra@gmail.com>
26799
26800         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26801         Define as empty.
26802         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26803         Likewise.
26804
26805 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26806
26807         [BZ #15214]
26808         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26809         underflow.
26810         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26811
26812 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26813
26814         [BZ #15304]
26815         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26816         Don't add gid passed as argument.
26817
26818         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26819
26820 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26821
26822         [BZ #15307]
26823         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26824         imaginary part between 1.0 and 1.5 and real part less than 0.5
26825         specially.
26826         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26827         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26828         * math/libm-test.inc (cacos_test): Add more tests.
26829         (casin_test): Likewise.
26830         (casinh_test): Likewise.
26831         * sysdeps/i386/fpu/libm-test-ulps: Update.
26832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26833
26834 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26835
26836         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26837         constants.
26838         (norm): Likewise.
26839         (denorm): Likewise.
26840         (__dbl_mp): Likewise.
26841         (add_magnitudes): Likewise.
26842         (sub_magnitudes): Likewise.
26843         (__add): Likewise.
26844         (__sub): Likewise.
26845         (__mul): Likewise.
26846         (__sqr): Likewise.
26847         (__inv): Likewise.
26848         (__dvd): Likewise.
26849
26850         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26851         commented code.
26852         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26853         (__dubcos): Likewise.
26854         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26855         (__ieee754_acos): Likewise.
26856         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26857         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26858         (__exp1): Likewise.
26859         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26860         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26861         (log1): Likewise.
26862         (my_log2): Likewise.
26863         (checkint): Likewise.
26864         * sysdeps/ieee754/dbl-64/e_remainder.c
26865         (__ieee754_remainder): Likewise.
26866         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26867         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26868         (bsloww): Likewise.
26869         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26870
26871         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26872         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26873         MANTISSA_STORE_T to store computations on mantissa.  Use
26874         macros for rounding and division.
26875         (denorm): Likewise.
26876         (__dbl_mp): Likewise.
26877         (add_magnitudes): Likewise.
26878         (sub_magnitudes): Likewise.
26879         (__mul): Likewise.
26880         (__sqr): Likewise.
26881         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26882         powers of two in terms of TWOPOW macro.
26883         (mp_no): Make type of mantissa as MANTISSA_T.
26884         [!RADIXI]: Define RADIXI.
26885         [!TWO52]: Define TWO52.
26886         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26887
26888 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26889
26890         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26891         llroundl symbol when building for PPC32.
26892
26893 2013-03-24  Mark H Weaver  <mhw@netris.org>
26894
26895         * manual/arith.texi (Normalization Functions): Fix prototypes for
26896         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26897
26898 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26899
26900         [BZ #13889]
26901         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26902         high value to check if expl overflow.
26903         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26904         to check for underflow and overflow.
26905         * math/libm-test.inc: Add exp test.
26906
26907 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26908
26909         [BZ #11120]
26910         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26911         with NOT_IN_libc.
26912
26913 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26914
26915         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26916         symbol.
26917
26918 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26919
26920         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26921         wrap blocks consisting of several statements.
26922
26923         * sysdeps/generic/math-tests.h: New file.
26924         * sysdeps/i386/fpu/math-tests.h: Likewise.
26925         * math/test-snan.c: Include it.
26926         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26927
26928 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26929
26930         [BZ #15285]
26931         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26932         (__ieee754_j0l): Do not improve calculations using cos of twice
26933         input for inputs above LDBL_MAX / 2.0L.
26934         (__ieee754_y0l): Likewise.
26935         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26936         (__ieee754_j1l): Do not improve calculations using cos of twice
26937         input for inputs above LDBL_MAX / 2.0L.
26938         (__ieee754_y1l): Likewise.
26939         * math/libm-test.inc (j0_test): Add another test.
26940         (j1_test): Likewise.
26941         (y0_test): Likewise.
26942         (y1_test): Likewise.
26943         * sysdeps/i386/fpu/libm-test-ulps: Update.
26944
26945 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26946
26947         * Rules ($(objpfx)bench-%.c): Include code from a C source
26948         file.
26949
26950 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26951
26952         [BZ #15287]
26953         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26954         imaginary part 1.0 and real part less than 0.5 specially.
26955         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26956         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26957         * math/libm-test.inc (cacos_test): Add more tests.
26958         (casin_test): Likewise.
26959         (casinh_test): Likewise.
26960         * sysdeps/i386/fpu/libm-test-ulps: Update.
26961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26962
26963 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26964
26965         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26966         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26967
26968 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26969
26970         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26971         * config.make.in (config-cflags-sse4): Remove variable.
26972         (config-cflags-avx): Likewise.
26973         (config-cflags-sse2avx): Likewise.
26974         (config-cflags-novzeroupper): Likewise.
26975         (config-asflags-i686): Likewise.
26976         (have-mfma4): Likewise.
26977         (have-as-vis3): Likewise.
26978         (MIG): Likewise.
26979         * configure.in (MIG): Do not AC_SUBST.
26980         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26981         (libc_cv_cc_sse4): Do not AC_SUBST.
26982         (libc_cv_cc_avx): Likewise.
26983         (libc_cv_cc_sse2avx): Likewise.
26984         (libc_cv_cc_novzeroupper): Likewise.
26985         (libc_cv_cc_fma4): Likewise.
26986         (libc_cv_as_i686): Likewise.
26987         (libc_cv_sparc_as_vis3): Likewise.
26988         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26989         LIBC_CONFIG_VAR.
26990         (config-asflags-i686): Likewise.
26991         (config-cflags-avx): Likewise.
26992         (config-cflags-sse2avx): Likewise.
26993         (have-mfma4): Likewise.
26994         (config-cflags-novzeroupper): Likewise.
26995         * sysdeps/mach/configure.in (MIG): Likewise.
26996         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26997         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26998         LIBC_CONFIG_VAR.
26999         (config-cflags-avx): Likewise.
27000         (config-cflags-sse2avx): Likewise.
27001         (have-mfma4): Likewise.
27002         (config-cflags-novzeroupper): Likewise.
27003         * configure: Regenerated.
27004         * sysdeps/i386/configure: Likewise.
27005         * sysdeps/mach/configure: Likewise.
27006         * sysdeps/sparc/configure: Likewise.
27007         * sysdeps/x86_64/configure: Likewise.
27008
27009 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27010
27011         [BZ #14812]
27012         * locale/programs/localedef.c (options): Put N_ translation marker
27013         on argument names, not just descriptions.
27014
27015 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27016
27017         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27018
27019 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27020
27021         [BZ #14176]
27022         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27023
27024 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27025
27026         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27027         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27028         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27029         [!BEFORE_ABORT] (before_abort): New function.
27030         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27031         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27032         (writev_for_fatal): New function.
27033         (WRITEV_FOR_FATAL): New macro; call that.
27034         (backtrace_and_maps): New function.
27035         (BEFORE_ABORT): New macro; call that.
27036         (struct str_list): Type removed.
27037         (__libc_message, __libc_fatal): Functions removed.
27038         Include <sysdeps/posix/libc_fatal.c> instead.
27039
27040 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27041
27042         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27043         constants.
27044         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27045         double constants.
27046
27047 2013-03-19  Andreas Schwab  <schwab@suse.de>
27048
27049         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27050         * sysdeps/gnu/configure: Regenerate.
27051
27052         * configure.in: Substitute libc_cv_rtlddir.
27053         * configure: Regenerate.
27054         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27055         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27056         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27057         * elf/Makefile (install-others, CFLAGS-interp.c)
27058         (ldso_install, common-ldd-rewrite): Likewise.
27059         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27060         $(inst_slibdir)/$(rtld-installed-name).
27061         * scripts/rellns-sh: Add -p option.
27062         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27063         for source.
27064
27065 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27066
27067         * manual/nptl.texi: Renamed to ...
27068         * manual/threads.texi: ... this.
27069         * manual/Makefile (chapters): Update.
27070
27071 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27072
27073         [BZ #14812]
27074         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27075         on argument names, not just descriptions.
27076         * malloc/memusagestat.c (options): Likewise.
27077         * nss/getent.c (options): Likewise.
27078
27079 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27080
27081         [BZ #14812]
27082         * iconv/iconv_prog.c (options): Put N_ translation marker
27083         on argument names, not just descriptions.
27084         * iconv/iconvconfig.c (options): Likewise.
27085
27086 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27087
27088         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27089         implementation which is faster on all x86_64 architectures.
27090         Tested on AMD, Intel Nehalem, SNB, IVB.
27091         * sysdeps/x86_64/strnlen.S: Likewise.
27092
27093         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27094         Remove all multiarch strlen and strnlen versions.
27095         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27096         Remove strlen and strnlen related parts.
27097
27098         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27099         Inline strlen part.
27100         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27101
27102         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27103         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27104         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27105         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27106         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27107         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27108
27109 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27110
27111         * manual/memory.texi (Malloc Tunable Parameters):
27112         Sort parameters alphabetically. Add comments for missing entries.
27113
27114 2013-03-17  David S. Miller  <davem@davemloft.net>
27115
27116         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27117
27118 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27119
27120         [BZ #15283]
27121         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27122         for arguments at most half maximum finite value.
27123         * math/libm-test.inc (j0_test): Add more tests.
27124         (j1_test): Likewise.
27125         (y0_test): Likewise.
27126         (y1_test): Likewise.
27127         * sysdeps/i386/fpu/libm-test-ulps: Update.
27128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27129
27130         [BZ #14155]
27131         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27132         1 / x and functions P and Q for arguments above 0x1p256L.
27133         (__ieee754_y0l): Likewise.
27134         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27135         (__ieee754_y1l): Likewise.
27136         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27137         (j1_test): Likewise.
27138         (y0_test): Likewise.
27139         (y1_test): Likewise.
27140
27141 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27142
27143         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27144         variable.
27145
27146 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27147
27148         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27149         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27150         zero since it's initialized to EXEC_PAGESIZE.
27151
27152         * sysdeps/unix/sysv/linux/ldsodefs.h
27153         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27154         * sysdeps/generic/ldsodefs.h: ... here.
27155
27156 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27157
27158         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27159
27160         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27161         math/test-snan.c.
27162         * math/test-snan.c: Renamed from
27163         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27164         * math/Makefile (tests): Add test-snan.
27165         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27166         test-powerpc-snan.
27167
27168         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27169         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27170         functions.
27171         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27172         __builtin_nan family of functions.
27173         * math/libm-test.inc (initialize): Initialize qnan_value with
27174         __builtin_nan family of functions.
27175         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27176         Remove variables.
27177         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27178         Remove functions.
27179         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27180         storage class.  Initialize qNaN_var and sNaN_var with
27181         __builtin_nan and __builtin_nans families of functions,
27182         respectively.
27183
27184         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27185         (sqrt_test): Remove duplicate test with qNaN input.
27186         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27187         (round_test, signbit_test, significand_test): Note missing +/-Inf
27188         as well as qNaN tests.
27189
27190         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27191         qNaN_var.  Fix a few strings, too.
27192         * math/libm-test.inc (nan_value): Rename to qnan_value.
27193         * math/gen-libm-test.pl (%beautify): Adjust to that.
27194         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27195         * math/test-misc.c (main): Likewise.
27196         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27197         to __qnan_bytes, and __qnan_union, respectively.
27198         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27199         Likewise.
27200         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27201         and lqnanval, respectively.
27202         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27203         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27204         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27205         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27206
27207         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27208         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27209         doubles.
27210
27211         * math/test-misc.c (main): Fix copy'n'pastos.
27212         * misc/tst-efgcvt.c (special): Likewise.
27213
27214         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27215         Remove declarations.
27216
27217 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27218
27219         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27220         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27221         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27222         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27223
27224 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27225
27226         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27227         macro to return vdso values correctly in IFUNC implementations.
27228         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27229         Optimization by using IFUNC.
27230
27231 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27232             Richard Henderson  <rth@redhat.com>
27233             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27234
27235         * Makefile.in (bench): New target.
27236         * NEWS: Mention the benchmark framework.
27237         * Rules (bench): Likewise.
27238         (binaries-bench): Generate binaries for functions to
27239         benchmark.
27240         * benchtests/Makefile: New makefile for benchmark tests.
27241         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27242         programs.
27243         * benchtests/exp-inputs: New input file for EXP function.
27244         * benchtests/pow-inputs: New input file for POW function.
27245         * scripts/bench.pl: New script to generate source files for
27246         benchmark programs.
27247
27248 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27249
27250         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27251         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27252         computations on mantissa.  Use macros for rounding and
27253         division.
27254         (denorm): Likewise.
27255         (__dbl_mp): Likewise.
27256         (add_magnitudes): Likewise.
27257         (sub_magnitudes): Likewise.
27258         (__mul): Likewise.
27259         (__sqr): Likewise.
27260         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27261         powers of two in terms of TWOPOW macro.
27262         (mp_no): Make type of mantissa as MANTISSA_T.
27263         [!RADIXI]: Define RADIXI.
27264         [!TWO52]: Define TWO52.
27265         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27266
27267         * manual/nptl.texi (cindex): Modify threads to pthreads.
27268
27269 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27270
27271         * sysdeps/x86_64/preconfigure: Regenerated.
27272
27273 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27274
27275         [BZ #14155]
27276         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27277         0x1p28 and above.
27278         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27279         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27280         0x1p28 and above.
27281         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27282         * math/libm-test.inc (j0_test): Do not allow one spurious
27283         underflow exception.
27284         (y1_test): Likewise.
27285
27286 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27287
27288         * manual/Makefile (chapters): Add nptl.
27289         * manual/debug.texi (Debugging Support): Add link to Threads
27290         chapter.
27291         * manual/nptl.texi: New file.
27292
27293         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27294
27295 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27296
27297         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27298         for non-NULL pointer before the memory validity test. Pointed
27299         out by Holger Brunck <holger.brunck@keymile.com>.
27300
27301 2013-03-13  Andreas Schwab  <schwab@suse.de>
27302
27303         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27304         instead of .os.
27305
27306 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27307
27308         * timezone/zic.c: Update from tzcode 2013b.
27309
27310 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27311
27312         * manual/install.texi (Configuring and compiling):
27313         Mention i686 and i586.
27314         * INSTALL: Regenerate.
27315
27316 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27317
27318         * sysdeps/init_array/elf-init.c: New file.
27319         * csu/elf-init.c
27320         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27321         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27322
27323         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27324         __gmon_start__ as global, but as static with a .preinit_array pointer.
27325         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27326         * sysdeps/init_array/crti.S: New file, empty except for comments.
27327         * sysdeps/init_array/crtn.S: Likewise.
27328
27329 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27330
27331         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27332         definining bcopy.
27333         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27334         Remove Prefer_SSE_for_memop.
27335         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27336         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27337         HAS_PREFER_SSE_FOR_MEMOP.
27338         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27339         memset-x86-64.
27340         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27341         Remove bzero, memset ifunc support.
27342         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27343         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27344         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27345         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27346
27347 2013-03-11  Andreas Schwab  <schwab@suse.de>
27348
27349         [BZ #15234]
27350         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27351         by SHLIB_COMPAT.
27352         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27353         (GLIBC_2.16): Remove pthread_atfork.
27354
27355 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27356
27357         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27358         (ptestcases.h): Likewise.
27359
27360 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27361
27362         * Makeconfig ($(common-objpfx)config.status): Depend on
27363         sysdeps/*/preconfigure{,.in} too.
27364
27365 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27366
27367         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27368         (__free_hook): Use void * instead of __malloc_ptr_t.
27369         (__malloc_hook): Likewise.
27370         (__realloc_hook): Likewise.
27371         (__memalign_hook): Likewise.
27372         (__after_morecore_hook): Likewise.
27373         * malloc/arena.c (save_malloc_hook): Likewise.
27374         (save_free_hook): Likewise.
27375         * malloc/hooks.c (malloc_hook_ini): Likewise.
27376         (realloc_hook_ini): Likewise.
27377         (memalign_hook_ini): Likewise.
27378         * malloc/malloc.c (malloc_hook_ini): Likewise.
27379         (realloc_hook_ini): Likewise.
27380         (memalign_hook_ini): Likewise.
27381         (__free_hook): Likewise.
27382         (__malloc_hook): Likewise.
27383         (__realloc_hook): Likewise.
27384         (__memalign_hook): Likewise.
27385         (__libc_malloc): Likewise.
27386         (__libc_free): Likewise.
27387         (__libc_realloc): Likewise.
27388         (__libc_memalign): Likewise.
27389         (__libc_valloc): Likewise.
27390         (__libc_pvalloc): Likewise.
27391         (__libc_calloc): Likewise.
27392         (__posix_memalign): Likewise.
27393         * malloc/morecore.c (__sbrk): Likewise.
27394         (__default_morecore): Likewise.
27395
27396         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27397
27398         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27399         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27400         __malloc_ptrdiff_t.
27401
27402         * malloc/malloc.h (__malloc_size_t): Remove macro.
27403         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27404         __malloc_size_t.
27405         (old_memalign_hook): Likewise.
27406         (old_realloc_hook): Likewise.
27407         (struct hdr): Likewise.
27408         (flood): Likewise.
27409         (mallochook): Likewise.
27410         (memalignhook): Likewise.
27411         (reallochook): Likewise.
27412         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27413         (tr_old_realloc_hook): Likewise.
27414         (tr_old_memalign_hook): Likewise.
27415         (tr_mallochook): Likewise.
27416         (tr_reallochook): Likewise.
27417         (tr_memalignhook): Likewise.
27418
27419 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27420
27421         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27422         default_ldbl_pack and using as default implementation.
27423         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27424         implementation.
27425         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27426         redundant definition.
27427         (ldbl_insert_mantissa): Likewise.
27428         (ldbl_canonicalize): Likewise.
27429         (ldbl_nearbyint): Likewise.
27430         (ldbl_pack): Rename to ldbl_pack_ppc.
27431         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27432         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27433         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27434
27435 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27436
27437         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27438         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27439         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27440         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27441         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27442         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27443         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27444         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27445
27446 2013-03-07  Andreas Jaeger  <aj@suse.de>
27447
27448         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27449         bits/mman-linux.h.
27450
27451 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27452
27453         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27454         Include mpa.h and declare __MPEXP.
27455         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27456         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27457         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27458         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27459         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27460         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27461         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27462
27463         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27464         (__slowpow): Use long double EXPL and LOGL functions to
27465         compute POW.
27466         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27467         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27468         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27469         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27470         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27471         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27472
27473         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27474         intermediate variable to calculate exponent.
27475         (__sqr): Likewise.
27476         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27477         Likewise.
27478         (__sqr): Likewise.
27479
27480         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27481         [!NO__SQR]: Define __sqr.
27482         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27483         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27484         sysdeps/ieee754/dbl-64/mpa.c.
27485         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27486
27487         [BZ #12723]
27488         * posix/Makefile (tests): Add tst-pathconf.
27489         * posix/tst-pathconf.c: New test case.
27490         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27491         _PC_PIPE_BUF.
27492         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27493
27494 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27495
27496         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27497
27498 2013-03-06  Andreas Jaeger  <aj@suse.de>
27499
27500         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27501         definition via __MAP_ANONYMOUS.
27502
27503         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27504         it's not part of Linux headers.
27505
27506         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27507         (MAP_HUGE_MASK): Define.
27508
27509         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27510         Define.
27511         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27512         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27513         Define.
27514         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27515         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27516         Define.
27517         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27518         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27519         Define.
27520         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27521
27522         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27523         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27524         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27525         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27526         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27527         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27528
27529         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27530         Handle f2fs.
27531
27532         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27533         Handle f2fs and efivarfs.
27534
27535         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27536         f2fs.
27537
27538         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27539         (EFIVARFS_MAGIC): Add.
27540         (F2FS_LINK_MAX): Add.
27541
27542 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27543
27544         * stdio-common/vfprintf.c: Replace __builtin_expect with
27545         __glibc_unlikely.
27546
27547 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27548
27549         [BZ #13550]
27550         * sysdeps/generic/bp-sym.h: Remove file.
27551         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27552         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27553         <bp-sym.h> and <bp-asm.h>.
27554         (__longjmp): Don't use BP_SYM.
27555         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27556         and <bp-asm.h>.
27557         (memcpy): Don't use BP_SYM.
27558         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27559         <bp-sym.h> and <bp-asm.h>.
27560         (memcpy): Don't use BP_SYM.
27561         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27562         <bp-asm.h>.
27563         (memcpy): Don't use BP_SYM.
27564         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27565         <bp-asm.h>.
27566         (memset): Don't use BP_SYM.
27567         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27568         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27569         (__bzero): Don't use BP_SYM.
27570         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27571         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27572         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27573         <bp-sym.h> and <bp-asm.h>.
27574         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27575         pointers.
27576         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27577         <bp-sym.h> and <bp-asm.h>.
27578         (memcpy): Don't use BP_SYM.
27579         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27580         <bp-sym.h> and <bp-asm.h>.
27581         (memset): Don't use BP_SYM.
27582         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27583         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27584         (__bzero): Don't use BP_SYM.
27585         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27586         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27587         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27588         <bp-sym.h> and <bp-asm.h>.
27589         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27590         pointers.
27591         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27592         <bp-sym.h> and <bp-asm.h>.
27593         (memcpy): Don't use BP_SYM.
27594         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27595         <bp-sym.h> and <bp-asm.h>.
27596         (memset): Don't use BP_SYM.
27597         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27598         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27599         (__bzero): Don't use BP_SYM.
27600         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27601         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27602         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27603         <bp-sym.h> and <bp-asm.h>.
27604         (__memchr): Don't use BP_SYM.
27605         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27606         <bp-sym.h> and <bp-asm.h>.
27607         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27608         pointers.
27609         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27610         <bp-sym.h> and <bp-asm.h>.
27611         (memcpy): Don't use BP_SYM.
27612         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27613         <bp-sym.h> and <bp-asm.h>.
27614         (__mempcpy): Don't use BP_SYM.
27615         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27616         <bp-sym.h> and <bp-asm.h>.
27617         (__memrchr): Don't use BP_SYM.
27618         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27619         <bp-sym.h> and <bp-asm.h>.
27620         (memset): Don't use BP_SYM.
27621         (__bzero): Likewise.
27622         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27623         <bp-sym.h> and <bp-asm.h>.
27624         (__rawmemchr): Don't use BP_SYM.
27625         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27626         <bp-sym.h> and <bp-asm.h>.
27627         (__STRCMP): Don't use BP_SYM.
27628         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27629         <bp-sym.h> and <bp-asm.h>.
27630         (strchr): Don't use BP_SYM.
27631         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27632         <bp-sym.h> and <bp-asm.h>.
27633         (__strchrnul): Don't use BP_SYM.
27634         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27635         <bp-sym.h> and <bp-asm.h>.
27636         (strlen): Don't use BP_SYM.
27637         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27638         <bp-sym.h> and <bp-asm.h>.
27639         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27640         pointers.
27641         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27642         <bp-sym.h> and <bp-asm.h>.
27643         (__strnlen): Don't use BP_SYM.
27644         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27645         <bp-sym.h> and <bp-asm.h>.
27646         (__GI__setjmp): Don't use BP_SYM.
27647         (_setjmp): Likewise.
27648         (__sigsetjmp): Likewise.
27649         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27650         (L(start_addresses)): Don't use BP_SYM.
27651         (_start): Likewise.
27652         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27653         <bp-asm.h>.
27654         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27655         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27656         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27657         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27658         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27659         <bp-asm.h>.
27660         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27661         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27662         about bounded pointers.
27663         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27664         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27665         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27666         <bp-asm.h>.
27667         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27668         about bounded pointers.  Remove GKM FIXME comments.
27669         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27670         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27671         <bp-asm.h>.
27672         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27673         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27674         Remove GKM FIXME comments.
27675         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27676         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27677         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27678         <bp-asm.h>.
27679         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27680         about bounded pointers.  Remove GKM FIXME comment.
27681         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27682         and <bp-asm.h>.
27683         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27684         pointers.
27685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27686         <bp-sym.h> and <bp-asm.h>.
27687         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27689         <bp-sym.h> and <bp-asm.h>.
27690         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27691         comment.
27692
27693 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27694
27695         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27696         call free(NULL).
27697
27698 2013-03-05  David S. Miller  <davem@davemloft.net>
27699
27700         * po/es.po: Update from translation team.
27701
27702 2013-03-05  Andreas Jaeger  <aj@suse.de>
27703
27704         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27705         <bits/mman-linux.h>.
27706         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27707         is fine.
27708         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27709         <bits/mman-linux.h> to end of file.
27710         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27711         is fine.
27712         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27713         <bits/mman-linux.h> to end of file.
27714         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27715         is fine.
27716         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27717         <bits/mman-linux.h> to end of file.
27718
27719         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27720         (MCL_CURRENT, MCL_FUTURE): Define here.
27721
27722 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27723
27724         [BZ #15232]
27725         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27726         attribute_hidden.
27727         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27728
27729 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27730
27731         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27732         fourth parameter needed for rt_sigprocmask syscall.
27733         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27734         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27735         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27736         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27737         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27738         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27739
27740 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27741
27742         [BZ #13550]
27743         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27744         comment about bounded pointers.
27745         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27746         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27747
27748 2013-03-04  Andreas Jaeger  <aj@suse.de>
27749
27750         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27751         common definitions.
27752
27753         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27754         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27755         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27756         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27757         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27758         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27759
27760 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27761
27762         [BZ #15055]
27763         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27764         __ieee754_sqrl instead of __sqrl.
27765
27766 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27767
27768         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27769         * sysdeps/powerpc/fpu_control.h: ... here.
27770         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27771         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27772         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27773         * sysdeps/powerpc/bits/mathinline.h: ... here.
27774
27775 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27776
27777         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27778         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27779         to just [NEED_DL_SYSINFO_DSO].
27780         * elf/dl-support.c: Likewise.
27781         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27782         * elf/rtld.c (dl_main): Likewise.
27783         * elf/setup-vdso.h (setup_vdso): Likewise.
27784         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27785         * sysdeps/unix/sysv/linux/dl-sysdep.c
27786         (_dl_discover_osversion): Likewise.
27787
27788 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27789
27790         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27791         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27792
27793 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27794
27795         * NEWS: Mention libm performance improvements and non-x86 PI
27796         futex support.
27797
27798         * csu/libc-start.c (__pthread_initialize_minimal): Change
27799         function arguments.
27800         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27801
27802 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27803
27804         [BZ #13550]
27805         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27806         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27807         <bp-sym.h> and <bp-asm.h>.
27808         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27809         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27810         and <bp-asm.h>.
27811         (memcpy): Don't use BP_SYM.
27812         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27813         <bp-asm.h>.
27814         (__mpn_add_n): Don't use BP_SYM.
27815         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27816         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27817         and <bp-asm.h>.
27818         (__mpn_addmul_1): Don't use BP_SYM.
27819         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27820         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27821         <bp-sym.h>.
27822         (_setjmp): Don't use BP_SYM.
27823         (__novmx_setjmp): Likewise.
27824         (__GI__setjmp): Likewise.
27825         (__vmx_setjmp): Likewise.
27826         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27827         <bp-sym.h>.
27828         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27829         (__bzero): Don't use BP_SYM.
27830         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27831         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27832         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27833         <bp-sym.h> and <bp-asm.h>.
27834         (memcpy): Don't use BP_SYM.
27835         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27836         <bp-sym.h> and <bp-asm.h>.
27837         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27838         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27839         <bp-sym.h> and <bp-asm.h>.
27840         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27841         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27842         <bp-asm.h>.
27843         (__mpn_lshift): Don't use BP_SYM.
27844         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27845         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27846         <bp-asm.h>.
27847         (memset): Don't use BP_SYM.
27848         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27849         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27850         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27851         <bp-asm.h>.
27852         (__mpn_mul_1): Don't use BP_SYM.
27853         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27854         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27855         <bp-sym.h> and <bp-asm.h>.
27856         (memcmp): Don't use BP_SYM.
27857         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27858         <bp-sym.h> and <bp-asm.h>.
27859         (memcpy): Don't use BP_SYM.
27860         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27861         <bp-sym.h> and <bp-asm.h>.
27862         (memset): Don't use BP_SYM.
27863         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27864         <bp-sym.h> and <bp-asm.h>.
27865         (strncmp): Don't use BP_SYM.
27866         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27867         <bp-sym.h> and <bp-asm.h>.
27868         (memcpy): Don't use BP_SYM.
27869         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27870         <bp-sym.h> and <bp-asm.h>.
27871         (memset): Don't use BP_SYM.
27872         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27873         <bp-sym.h> and <bp-asm.h>.
27874         (__memchr): Don't use BP_SYM.
27875         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27876         <bp-sym.h> and <bp-asm.h>.
27877         (memcmp): Don't use BP_SYM.
27878         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27879         <bp-sym.h> and <bp-asm.h>.
27880         (memcpy): Don't use BP_SYM.
27881         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27882         <bp-sym.h> and <bp-asm.h>.
27883         (__mempcpy): Don't use BP_SYM.
27884         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27885         <bp-sym.h> and <bp-asm.h>.
27886         (__memrchr): Don't use BP_SYM.
27887         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27888         <bp-sym.h> and <bp-asm.h>.
27889         (memset): Don't use BP_SYM.
27890         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27891         <bp-sym.h> and <bp-asm.h>.
27892         (__rawmemchr): Don't use BP_SYM.
27893         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27894         <bp-sym.h> and <bp-asm.h>.
27895         (__STRCMP): Don't use BP_SYM.
27896         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27897         <bp-sym.h> and <bp-asm.h>.
27898         (strchr): Don't use BP_SYM.
27899         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27900         <bp-sym.h> and <bp-asm.h>.
27901         (__strchrnul): Don't use BP_SYM.
27902         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27903         <bp-sym.h> and <bp-asm.h>.
27904         (strlen): Don't use BP_SYM.
27905         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27906         <bp-sym.h> and <bp-asm.h>.
27907         (strncmp): Don't use BP_SYM.
27908         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27909         <bp-sym.h> and <bp-asm.h>.
27910         (__strnlen): Don't use BP_SYM.
27911         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27912         <bp-asm.h>.
27913         (__mpn_rshift): Don't use BP_SYM.
27914         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27915         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27916         <bp-sym.h> and <bp-asm.h>.
27917         (__sigsetjmp): Don't use BP_SYM.
27918         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27919         (L(start_addresses)): Don't use BP_SYM.
27920         (_start): Likewise.
27921         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27922         <bp-asm.h>.
27923         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27924         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27925         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27926         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27927         <bp-asm.h>.
27928         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27929         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27930         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27931         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27932         <bp-asm.h>.
27933         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27934         comments.
27935         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27936         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27937         <bp-asm.h>.
27938         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27939         FIXME comments.
27940         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27941         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27942         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27943         <bp-asm.h>.
27944         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27945         comment.
27946         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27947         and <bp-asm.h>.
27948         (strncmp): Don't use BP_SYM,
27949         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27950         <bp-asm.h>.
27951         (__mpn_sub_n): Don't use BP_SYM.
27952         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27953         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27954         and <bp-asm.h>.
27955         (__mpn_submul_1): Don't use BP_SYM.
27956         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27958         <bp-sym.h> and <bp-asm.h>.
27959         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27961         <bp-sym.h> and <bp-asm.h>.
27962         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27963         comment.
27964
27965 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27966
27967         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27968         Use ZK to minimize writes to Z.
27969         (sub_magnitudes): Simplify code a bit.
27970         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27971         Use ZK to minimize writes to Z.
27972         (sub_magnitudes): Simplify code a bit.
27973
27974 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27975
27976         * csu/gmon-start.c: Add special exception to license text.
27977
27978 2013-02-27  Richard Henderson  <rth@redhat.com>
27979
27980         * scripts/config.guess: Update from config.git.
27981         * scripts/config.sub: Likewise.
27982
27983 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27984
27985         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27986
27987         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27988
27989         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27990
27991         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27992
27993         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27994
27995 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27996
27997         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27998         [$(build-shared = yes].
27999
28000 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28001
28002         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28003         (__mul): Reduce iterations for calculating mantissa.
28004
28005         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28006         MPTWO.
28007         (__mpranred): Likewise.
28008
28009         [BZ #15160]
28010         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28011         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28012
28013 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28014
28015         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28016         Define __attribute__.
28017
28018 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28019
28020         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28021         unused.
28022         * posix/regex_internal.h (__attribute): Remove.
28023         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28024         (re_string_context_at): Likewise.
28025         (bitset_not): Use __attribute__ and mark function as possibly
28026         unused.
28027         (bitset_merge): Likewise.
28028         (bitset_mask): Likewise.
28029         (re_string_char_size_at): Likewise.
28030         (re_string_wchar_at): Likewise.
28031         (re_string_elem_size_at): Likewise.
28032
28033 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28034
28035         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28036         code.
28037         (cc32): Likewise.
28038
28039         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28040         (__acr): Likewise.
28041         (__cpy): Likewise.
28042         (norm): Likewise.
28043         (denorm): Likewise.
28044         (__dbl_mp): Likewise.
28045         (add_magnitudes): Likewise.
28046         (sub_magnitudes): Likewise.
28047         (__mul): Likewise.
28048         (__inv): Likewise.
28049
28050         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28051         style.
28052
28053         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28054         style.
28055
28056         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28057         code.
28058
28059         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28060         up changes with default code.
28061         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28062         Likewise.
28063
28064 2013-02-24  Allan McRae  <allan@archlinux.org>
28065
28066         * manual/socket.texi (The Internet Namespace): Order menu items
28067         to match that in the file.
28068
28069         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28070         node listing of the info page menu.
28071
28072 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28073
28074         [BZ #13550]
28075         * sysdeps/i386/bp-asm.h: Remove file.
28076         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28077         (PARMS): Do not use macros from bp-asm.h.
28078         (S1): Likewise.
28079         (S2): Likewise.
28080         (SIZE): Likewise.
28081         (__mpn_add_n): Do not use BP_SYM
28082         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28083         "bp-asm.h".
28084         (PARMS): Do not use macros from bp-asm.h.
28085         (S1): Likewise.
28086         (SIZE): Likewise.
28087         (__mpn_addmul_1): Do not use BP_SYM
28088         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28089         "bp-asm.h".
28090         (PARMS): Do not use macros from bp-asm.h.
28091         (SIGMSK): Likewise.
28092         (_setjmp): Likewise.  Do not use BP_SYM.
28093         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28094         "bp-asm.h".
28095         (PARMS): Do not use macros from bp-asm.h.
28096         (SIGMSK): Likewise.
28097         (setjmp): Likewise.  Do not use BP_SYM.
28098         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28099         "bp-asm.h".
28100         (PARMS): Do not use macros from bp-asm.h.
28101         (__frexp): Do not use BP_SYM.
28102         (frexp): Likewise.
28103         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28104         "bp-asm.h".
28105         (PARMS): Do not use macros from bp-asm.h.
28106         (__frexpf): Do not use BP_SYM.
28107         (frexpf): Likewise.
28108         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28109         "bp-asm.h".
28110         (PARMS): Do not use macros from bp-asm.h.
28111         (__frexpl): Do not use BP_SYM.
28112         (frexpl): Likewise.
28113         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28114         "bp-asm.h".
28115         (PARMS): Do not use macros from bp-asm.h.
28116         (__remquo): Do not use BP_SYM.
28117         (remquo): Likewise.
28118         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28119         "bp-asm.h".
28120         (PARMS): Do not use macros from bp-asm.h.
28121         (__remquof): Do not use BP_SYM.
28122         (remquof): Likewise.
28123         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28124         "bp-asm.h".
28125         (PARMS): Do not use macros from bp-asm.h.
28126         (__remquol): Do not use BP_SYM.
28127         (remquol): Likewise.
28128         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28129         "bp-asm.h".
28130         (PARMS): Do not use macros from bp-asm.h.
28131         (DEST): Likewise.
28132         (SRC): Likewise.
28133         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28134         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28135         "bp-asm.h".
28136         (PARMS): Do not use macros from bp-asm.h.
28137         (strlen): Do not use BP_SYM.
28138         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28139         "bp-asm.h".
28140         (PARMS): Do not use macros from bp-asm.h.
28141         (S1): Likewise.
28142         (S2): Likewise.
28143         (SIZE): Likewise.
28144         (__mpn_add_n): Do not use BP_SYM.
28145         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28146         "bp-asm.h".
28147         (PARMS): Do not use macros from bp-asm.h.
28148         (S1): Likewise.
28149         (SIZE): Likewise.
28150         (__mpn_addmul_1): Do not use BP_SYM.
28151         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28152         weak_alias.
28153         (bzero): Likewise.
28154         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28155         "bp-asm.h".
28156         (PARMS): Do not use macros from bp-asm.h.
28157         (S): Likewise.
28158         (SIZE): Likewise.
28159         (__mpn_lshift): Do not use BP_SYM.
28160         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28161         "bp-asm.h".
28162         (PARMS): Do not use macros from bp-asm.h.
28163         (DEST): Likewise.
28164         (SRC): Likewise.
28165         (LEN): Likewise.
28166         (memcpy): Likewise.  Do not use BP_SYM.
28167         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28168         libc_hidden_def and weak_alias.
28169         (mempcpy): Do not use BP_SYM in weak_alias.
28170         * sysdeps/i386/i586/memset.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         (LEN): Likewise.
28175         [!BZERO_P] (CHR): Likewise.
28176         (memset): Likewise.  Do not use BP_SYM.
28177         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28178         "bp-asm.h".
28179         (PARMS): Do not use macros from bp-asm.h.
28180         (S1): Likewise.
28181         (SIZE): Likewise.
28182         (__mpn_mul_1): Do not use BP_SYM.
28183         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28184         "bp-asm.h".
28185         (PARMS): Do not use macros from bp-asm.h.
28186         (S): Likewise.
28187         (SIZE): Likewise.
28188         (__mpn_rshift): Do not use BP_SYM.
28189         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28190         "bp-asm.h".
28191         (PARMS): Do not use macros from bp-asm.h.
28192         (STR): Likewise.
28193         (CHR): Likewise.
28194         (strchr): Likewise.  Do not use BP_SYM.
28195         (index): Do not use BP_SYM in weak_alias.
28196         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28197         "bp-asm.h".
28198         (PARMS): Do not use macros from bp-asm.h.
28199         (DEST): Likewise.
28200         (SRC): Likewise.
28201         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28202         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28203         "bp-asm.h".
28204         (PARMS): Do not use macros from bp-asm.h.
28205         (strlen): Do not use BP_SYM.
28206         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28207         "bp-asm.h".
28208         (PARMS): Do not use macros from bp-asm.h.
28209         (S1): Likewise.
28210         (S2): Likewise.
28211         (SIZE): Likewise.
28212         (__mpn_sub_n): Do not use BP_SYM.
28213         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28214         "bp-asm.h".
28215         (PARMS): Do not use macros from bp-asm.h.
28216         (S1): Likewise.
28217         (SIZE): Likewise.
28218         (__mpn_submul_1): Do not use BP_SYM.
28219         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28220         "bp-asm.h".
28221         (PARMS): Do not use macros from bp-asm.h.
28222         (S1): Likewise.
28223         (S2): Likewise.
28224         (SIZE): Likewise.
28225         (__mpn_add_n): Do not use BP_SYM.
28226         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28227         weak_alias.
28228         (bzero): Likewise.
28229         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28230         "bp-asm.h".
28231         (PARMS): Do not use macros from bp-asm.h.
28232         (BLK2): Likewise.
28233         (LEN): Likewise.
28234         (memcmp): Do not use BP_SYM.
28235         (bcmp): Do not use BP_SYM in weak_alias.
28236         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28237         "bp-asm.h".
28238         (PARMS): Do not use macros from bp-asm.h.
28239         (DEST): Likewise.
28240         (SRC): Likewise.
28241         (LEN): Likewise.
28242         (memcpy): Likewise.  Do not use BP_SYM.
28243         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28244         "bp-asm.h".
28245         (PARMS): Do not use macros from bp-asm.h.
28246         (DEST): Likewise.
28247         (SRC): Likewise.
28248         (LEN): Likewise.
28249         (memmove): Likewise.  Do not use BP_SYM.
28250         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28251         "bp-asm.h".
28252         (PARMS): Do not use macros from bp-asm.h.
28253         (DEST): Likewise.
28254         (SRC): Likewise.
28255         (LEN): Likewise.
28256         (__mempcpy): Likewise.  Do not use BP_SYM.
28257         (mempcpy): Do not use BP_SYM in weak_alias.
28258         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28259         "bp-asm.h".
28260         (PARMS): Do not use macros from bp-asm.h.
28261         (DEST): Likewise.
28262         (LEN): Likewise.
28263         [!BZERO_P] (CHR): Likewise.
28264         (memset): Likewise.  Do not use BP_SYM.
28265         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28266         "bp-asm.h".
28267         (PARMS): Do not use macros from bp-asm.h.
28268         (STR2): Likewise.
28269         (strcmp): Do not use BP_SYM.
28270         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28271         "bp-asm.h".
28272         (PARMS): Do not use macros from bp-asm.h.
28273         (STR): Likewise.
28274         (DELIM): Likewise.
28275         [USE_AS_STRTOK_R] (SAVE): Likewise.
28276         (FUNCTION): Likewise.  Do not use BP_SYM.
28277         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28278         aliases.
28279         (strtok_r): Likewise.
28280         (__GI___strtok_r): Likewise.
28281         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28282         (PARMS): Do not use macros from bp-asm.h.
28283         (S): Likewise.
28284         (SIZE): Likewise.
28285         (__mpn_lshift): Do not use BP_SYM.
28286         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28287         (PARMS): Do not use macros from bp-asm.h.
28288         (STR): Likewise.
28289         (CHR): Likewise.
28290         (__memchr): Do not use BP_SYM.
28291         (memchr): Do not use BP_SYM in weak_alias.
28292         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28293         (PARMS): Do not use macros from bp-asm.h.
28294         (BLK2): Likewise.
28295         (LEN): Likewise.
28296         (memcmp): Do not use BP_SYM.
28297         (bcmp): Do not use BP_SYM in weak_alias.
28298         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28299         (PARMS): Do not use macros from bp-asm.h.
28300         (S1): Likewise.
28301         (SIZE): Likewise.
28302         (__mpn_mul_1): Do not use BP_SYM.
28303         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28304         "bp-asm.h".
28305         (PARMS): Do not use macros from bp-asm.h.
28306         (STR): Likewise.
28307         (CHR): Likewise.
28308         (__rawmemchr): Do not use BP_SYM.
28309         (rawmemchr): Do not use BP_SYM in weak_alias.
28310         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28311         (PARMS): Do not use macros from bp-asm.h.
28312         (S): Likewise.
28313         (SIZE): Likewise.
28314         (__mpn_rshift): Do not use BP_SYM.
28315         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28316         (PARMS): Do not use macros from bp-asm.h.
28317         (SIGMSK): Likewise.
28318         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28319         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28320         (_start): Do not use BP_SYM.
28321         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28322         (PARMS): Do not use macros from bp-asm.h.
28323         (DEST): Likewise.
28324         (SRC): Likewise.
28325         (__stpcpy): Likewise.  Do not use BP_SYM.
28326         (stpcpy): Do not use BP_SYM in weak_alias.
28327         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28328         "bp-asm.h".
28329         (PARMS): Do not use macros from bp-asm.h.
28330         (DEST): Likewise.
28331         (SRC): Likewise.
28332         (LEN): Likewise.
28333         (__stpncpy): Likewise.  Do not use BP_SYM.
28334         (stpncpy): Do not use BP_SYM in weak_alias.
28335         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28336         (PARMS): Do not use macros from bp-asm.h.
28337         (STR): Likewise.
28338         (CHR): Likewise.
28339         (strchr): Likewise.  Do not use BP_SYM.
28340         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28341         "bp-asm.h".
28342         (PARMS): Do not use macros from bp-asm.h.
28343         (STR): Likewise.
28344         (CHR): Likewise.
28345         (__strchrnul): Likewise.  Do not use BP_SYM.
28346         (strchrnul): Do not use BP_SYM in weak_alias.
28347         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28348         "bp-asm.h".
28349         (PARMS): Do not use macros from bp-asm.h.
28350         (STOP): Likewise.
28351         (strcspn): Do not use BP_SYM.
28352         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28353         "bp-asm.h".
28354         (PARMS): Do not use macros from bp-asm.h.
28355         (STR): Likewise.
28356         (STOP): Likewise.
28357         (strpbrk): Likewise.  Do not use BP_SYM.
28358         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28359         "bp-asm.h".
28360         (PARMS): Do not use macros from bp-asm.h.
28361         (STR): Likewise.
28362         (CHR): Likewise.
28363         (strrchr): Likewise.  Do not use BP_SYM.
28364         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28365         (PARMS): Do not use macros from bp-asm.h.
28366         (SKIP): Likewise.
28367         (strspn): Do not use BP_SYM.
28368         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28369         (PARMS): Do not use macros from bp-asm.h.
28370         (STR): Likewise.
28371         (DELIM): Likewise.
28372         (SAVE): Likewise.
28373         (FUNCTION): Likewise.  Do not use BP_SYM.
28374         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28375         aliases.
28376         (strtok_r): Likewise.
28377         (__GI___strtok_r): Likewise.
28378         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28379         (PARMS): Do not use macros from bp-asm.h.
28380         (S1): Likewise.
28381         (S2): Likewise.
28382         (SIZE): Likewise.
28383         (__mpn_sub_n): Do not use BP_SYM.
28384         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28385         "bp-asm.h".
28386         (PARMS): Do not use macros from bp-asm.h.
28387         (S1): Likewise.
28388         (SIZE): Likewise.
28389         (__mpn_submul_1): Do not use BP_SYM.
28390         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28391         <bp-sym.h>.
28392         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28393         and <bp-asm.h>.
28394         (PARMS): Do not use macros from bp-asm.h.
28395         (FLAGS): Likewise.
28396         (PTID): Likewise.
28397         (TLS): Likewise.
28398         (CTID): Likewise.
28399         (__clone): Do not use BP_SYM.
28400         (clone): Do not use BP_SYM in weak_alias.
28401         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28402         and <bp-asm.h>.
28403         (PARMS): Do not use macros from bp-asm.h.
28404         (LEN): Likewise.
28405         (__mmap64): Do not use BP_SYM.
28406         (mmap64): Do not use BP_SYM in weak_alias.
28407         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28408         <bp-sym.h> and <bp-asm.h>.
28409         (PARMS): Do not use macros from bp-asm.h.
28410         (__posix_fadvise64_l64): Do not use BP_SYM.
28411         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28412         (PARMS): Do not use macros from bp-asm.h.
28413         (NSOPS): Likewise.
28414         (semtimedop): Do not use BP_SYM.
28415         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28416         and <bp-asm.h>.
28417
28418 2013-02-21  Allan McRae  <allan@archlinux.org>
28419
28420         * manual/message.texi (Charset conversion in gettext):
28421         Move @end statement to beginning of line.
28422
28423 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28424
28425         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28426         static.
28427         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28428         Likewise.
28429
28430         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28431         (denorm): Likewise.
28432         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28433         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28434
28435 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28436
28437         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28438         tail-call to the resolved function if pltexit isn't needed.
28439
28440 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28441
28442         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28443         or Y being zero as being unlikely.
28444         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28445         Likewise.
28446
28447 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28448
28449         * manual/nss.texi (System Databases and Name Service Switch):
28450         Remove frobnicate @pxref.
28451
28452 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28453
28454         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28455         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28456
28457 2013-02-20  Petr Machata  <pmachata@redhat.com>
28458
28459         * elf/elf.h (R_ARM_TARGET1): New macro.
28460         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28461         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28462         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28463         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28464         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28465         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28466         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28467         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28468         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28469         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28470         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28471         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28472         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28473         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28474         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28475         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28476         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28477         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28478         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28479         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28480         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28481         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28482         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28483         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28484         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28485         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28486         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28487         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28488         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28489         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28490         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28491         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28492         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28493         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28494         (R_ARM_THM_GOT_BREL12): Likewise.
28495         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28496         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28497         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28498         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28499         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28500         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28501         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28502         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28503         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28504
28505 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28506
28507         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28508         __attribute_used__ to __attribute__ ((unused)).
28509
28510 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28511
28512         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28513         powerpc mpa.c.
28514         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28515         comment formatting.
28516         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28517
28518 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28519
28520         [BZ #13550]
28521         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28522         Remove macro.
28523         (ENTER): Remove both macro definitions.
28524         (LEAVE): Likewise.
28525         (CHECK_BOUNDS_LOW): Likewise.
28526         (CHECK_BOUNDS_HIGH): Likewise.
28527         (CHECK_BOUNDS_BOTH): Likewise.
28528         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28529         (RETURN_BOUNDED_POINTER): Likewise.
28530         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28531         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28532         (POP_ERRNO_LOCATION_RETURN): Likewise.
28533         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28534         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28535         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28536         macros.
28537         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28538         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28539         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28540         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28541         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28542         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28543         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28544         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28545         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28546         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28547         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28548         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28549         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28550         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28551         removed macros.
28552         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28553         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28554         macros.
28555         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28556         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28557         * sysdeps/i386/i586/memset.S (memset): Likewise.
28558         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28559         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28560         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28561         macros.
28562         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28563         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28564         Change uses of L(2) to L(out).
28565         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28566         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28567         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28568         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28569         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28570         removed macros.
28571         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28572         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28573         macros.
28574         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28575         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28576         (RETURN): Do not use macro LEAVE.
28577         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28578         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28579         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28580         * sysdeps/i386/i686/memset.S (memset): Likewise.
28581         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28582         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28583         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28584         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28585         Likewise.
28586         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28587         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28588         L(1_2) and L(1_3) into L(1).
28589         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28590         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28591         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28592         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28593         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28594         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28595         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28596         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28597         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28598         macros.
28599         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28600         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28601         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28602         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28603         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28604         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28605         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28606         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28607         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28608         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28609         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28610         * sysdeps/i386/strspn.S (strspn): Likewise.
28611         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28612         conditional code.
28613         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28614         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28615         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28616         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28617         L(1_3) into L(1_1).
28618         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28619         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28620         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28621         macros.
28622         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28623
28624 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28625
28626         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28627         macro.
28628
28629 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28630
28631         * math/atest-exp.c (exp_mpn): Remove ROUND.
28632         * math/atest-exp2.c (exp_mpn): Likewise.
28633         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28634
28635         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28636         * stdlib/tst-tls-atexit-lib.c: Likewise.
28637         * stdlib/tst-tls-atexit.c: Likewise.
28638
28639 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28640
28641         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28642         and __attribute_alloc_size__.
28643
28644 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28645
28646         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28647         __attribute_alloc_size__.
28648         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28649         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28650
28651 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28652
28653         * include/programs/xmalloc.h: New file.
28654         * catgets/gencat.c: Include it.
28655         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28656         * elf/pldd.c: Likewise.
28657         * iconv/iconv_charmap.c: Likewise.
28658         * iconv/iconvconfig.c: Likewise.
28659         * iconv/strtab.c: Likewise.
28660         * locale/programs/locale.c: Likewise.
28661         * locale/programs/localedef.h: Likewise.
28662         * locale/programs/simple-hash.c: Likewise.
28663         * nscd/nscd.h: Likewise.
28664         * nss/makedb.c: Likewise.
28665         * sysdeps/generic/ldconfig.h: Likewise.
28666
28667 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28668
28669         * Versions.def: Add GLIBC_2.18.
28670         * include/link.h (struct link_map): New member l_tls_dtor_count.
28671         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28672         (__call_tls_dtors): Likewise.
28673         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28674         __cxa_thread_atexit_impl.
28675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28676         Likewise.
28677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28678         Likewise.
28679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28680         Likewise.
28681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28682         Likewise.
28683         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28684         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28685         Likewise.
28686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28687         Likewise.
28688         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28689         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28690         Likewise.
28691         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28692         (tests): Add test case tst-tls-atexit.
28693         (modules-names): Add shared library for tst-tls-atexit.
28694         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28695         (GLIBC_PRIVATE): Add __call_tls_dtors.
28696         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28697         for libstdc++.
28698         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28699         * stdlib/tst-tls-atexit.c: New test case.
28700         * stdlib/tst-tls-atexit-lib.c: New test case.
28701
28702         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28703
28704         * elf/Versions (ld): Add _dl_find_dso_for_object.
28705         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28706         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28707         (dl_open_worker): Use _dl_find_dso_for_object.
28708         * elf/dl-sym.c (do_sym): Likewise.
28709         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28710
28711 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28712
28713         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28714         Syntactic changes only.
28715         (_dl_runtime_profile): Do a tail-call to the resolved function.
28716
28717 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28718
28719         [BZ #13550]
28720         * sysdeps/x86_64/bp-asm.h: Remove file.
28721         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28722         <bp-sym.h> and <bp-asm.h>.
28723         (__clone): Do not use BP_SYM.
28724         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28725         <bp-sym.h> and <bp-asm.h>.
28726         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28727         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28728         "bp-asm.h".
28729         (_setjmp): Do not use BP_SYM.
28730         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28731         "bp-asm.h".
28732         (setjmp): Do not use BP_SYM.
28733         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28734         libc_hidden_def.
28735         (mempcpy): Do not use BP_SYM in weak_alias.
28736         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28737         "bp-asm.h".
28738         (strchr): Do not use BP_SYM.
28739         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28740         "bp-asm.h".
28741         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28742         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28743         (_start): Do not use BP_SYM.
28744         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28745         "bp-asm.h".
28746         (strcat): Do not use BP_SYM.
28747         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28748         "bp-asm.h".
28749         (STRCMP): Do not use BP_SYM.
28750         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28751         "bp-asm.h".
28752         (STRCPY): Do not use BP_SYM.
28753         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28754         "bp-asm.h".
28755         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28756         "bp-asm.h".
28757         (FUNCTION): Do not use BP_SYM.
28758         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28759         weak_alias.
28760         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28761
28762 2013-02-17  Andreas Jaeger  <aj@suse.de>
28763
28764         * time/Versions: Sort entries.
28765         * string/Versions: Likewise.
28766         * resolv/Versions: Likewise.
28767         * posix/Versions: Likewise.
28768         * iconv/Versions: Likewise.
28769         * elf/Versions: Likewise.
28770         * wcsmbs/Versions: Likewise.
28771
28772 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28773
28774         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28775         loop termination condition.
28776
28777         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28778         variable to calculate EZ.
28779         (__sqr): Likewise.
28780
28781         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28782         the lower precision input.
28783
28784 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28785
28786         [BZ #13550]
28787         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28788         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28789         (run-via-rtld-prefix): Do not handle %-bp tests.
28790         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28791         (all-object-suffixes): Remove .ob.
28792         (bppfx): Remove variable.
28793         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28794         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28795         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28796         [$(build-bounded) = yes] (libtype.ob): Likewise.
28797         * Makerules (elide-routines.ob): Remove variable.
28798         (do-tests-clean): Do not handle *-bp.out.
28799         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28800         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28801         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28802         (tests): Do not include $(tests-bp.out).
28803         (xtests): Do not include $(xtests-bp.out).
28804         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28805         [$(build-bounded) = yes] ($(addprefix
28806         $(objpfx),$(binaries-bounded))): Remove rule.
28807         ($(objpfx)%-bp.out): Remove rule.
28808         * config.make.in (build-bounded): Remove variable.
28809         * crypt/Makefile [$(build-bounded) = yes]
28810         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28811         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28812         append to variable.
28813         [$(build-bounded) = yes] (install-lib): Likewise.
28814         [$(build-bounded) = yes] (generated): Likewise.
28815         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28816         Remove rule.
28817         * intl/Makefile [$(build-bounded) = yes]
28818         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28819         * math/Makefile [$(build-bounded) = yes]
28820         ($(tests:%=$(objpfx)%-bp): Likewise.
28821         * misc/Makefile [$(build-bounded) = yes]
28822         ($(objpfx)tst-tsearch-bp): Likewise.
28823         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28824         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28825         Remove dependency.
28826         * string/Makefile (o-objects.ob): Remove variable.
28827         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28828         (CFLAGS-.ob): Remove variable.
28829         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28830         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28831         both definitions of variable.
28832         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28833         (ASFLAGS-.ob): Remove variable.
28834
28835 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28836
28837         [BZ #13550]
28838         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28839         Remove __BOUNDED_POINTERS__ from condition.
28840         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28841         * string/bits/string2.h [!__NO_STRING_INLINES &&
28842         !__BOUNDED_POINTERS__]: Likewise.
28843         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28844         Likewise.
28845         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28846         Remove conditional code.
28847         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28848         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28849         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28850         condition.
28851
28852         [BZ #13550]
28853         * csu/libc-start.c: Do not include <bp-sym.h>.
28854         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28855         * elf/dl-open.c: Do not include <bp-sym.h>.
28856         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28857         * math/fegetenv.c: Do not include <bp-sym.h>.
28858         (fegetenv): Do not use BP_SYM in versioned symbols.
28859         * nptl/sysdeps/pthread/bits/libc-lockP.h
28860         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28861         <bp-sym.h>.
28862         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28863         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28864         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28865         (__pthread_mutex_destroy): Likewise.
28866         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28867         (__pthread_mutex_lock): Likewise.
28868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28869         (__pthread_mutex_trylock): Likewise.
28870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28871         (__pthread_mutex_unlock): Likewise.
28872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28873         (__pthread_mutexattr_init): Likewise.
28874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28875         (__pthread_mutexattr_destroy): Likewise.
28876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28877         (__pthread_mutexattr_settype): Likewise.
28878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28879         (__pthread_rwlock_init): Likewise.
28880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28881         (__pthread_rwlock_destroy): Likewise.
28882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28883         (__pthread_rwlock_rdlock): Likewise.
28884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28885         (__pthread_rwlock_tryrdlock): Likewise.
28886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28887         (__pthread_rwlock_wrlock): Likewise.
28888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28889         (__pthread_rwlock_trywrlock): Likewise.
28890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28891         (__pthread_rwlock_unlock): Likewise.
28892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28893         (__pthread_key_create): Likewise.
28894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28895         (__pthread_setspecific): Likewise.
28896         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28897         (__pthread_getspecific): Likewise.
28898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28899         Likewise.
28900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28901         (_pthread_cleanup_push_defer): Likewise.
28902         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28903         (_pthread_cleanup_pop_restore): Likewise.
28904         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28905         (pthread_setcancelstate): Likewise.
28906         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28907         <bp-sym.h>.
28908         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28909         (memchr): Do not use BP_SYM in weak_alias.
28910         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28911         (fegetenv): Do not use BP_SYM in versioned symbols.
28912         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28913         (fesetenv): Do not use BP_SYM in versioned symbols.
28914         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28915         (feupdateenv): Do not use BP_SYM in versioned symbols.
28916         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28917         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28918         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28919         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28920         (open64): Do not use BP_SYM in weak_alias.
28921         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28922         (fegetenv): Do not use BP_SYM in versioned symbols.
28923         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28924         (fesetenv): Do not use BP_SYM in versioned symbols.
28925         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28926         (feupdateenv): Do not use BP_SYM in versioned symbols.
28927         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28928         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28929         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28930         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28931         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28932         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28933         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28934         <bp-sym.h>.
28935         (__libc_start_main): Do not use BP_SYM.
28936
28937 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28938
28939         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28940         redundant return line.
28941         (norm): Likewise.
28942         (denorm): Likewise.
28943         (dbl_mp): Likewise.
28944         (sub_magnitudes): Likewise.
28945         (__add): Likewise.
28946         (__sub): Likewise.
28947         (__mul): Likewise.
28948         (__inv): Likewise.
28949         (__dvd): Likewise.
28950         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
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
28961         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28962         instead of __mul.
28963         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28964         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28965         (cc32): Likewise.
28966
28967         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28968         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28969         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28970         of __mul for squares.
28971         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28972         function
28973         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28974         Likewise.
28975         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28976         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28977
28978 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28979
28980         [BZ #13550]
28981         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28982         code.
28983         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28984         prototype or function definition.  Rename ubp_* variables and
28985         parameters.  Remove argv definitions conditional on
28986         [__BOUNDED_POINTERS__].
28987         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28988         * elf/dl-runtime.c (_dl_fixup): Likewise.
28989         * include/set-hooks.h (RUN_HOOK): Likewise.
28990         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28991         definition.
28992         * string/strcpy.c (strcpy): Do not use __unbounded.
28993         * sysdeps/generic/frame.h (struct layout): Likewise.
28994         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28995         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28996         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28997         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28998         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28999         (__backtrace): Likewise.
29000         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29001         use __ptrvalue.
29002         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29003         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29004         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29005         Likewise.
29006         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29007         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29008         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29009         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29010         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29011         Do not use __unbounded.
29012         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29013         Rename __unboundedrlimits parameter to rlimits in prototype.
29014         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29015         Do not use __unbounded.
29016         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29017         not use __ptrvalue.
29018         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29019         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29020         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29021         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29022         __ptrvalue or __unbounded.
29023         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29024         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29025         use __unbounded.
29026         (__new_msgctl): Do not use __ptrvalue.
29027         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29028         __unbounded.
29029         (__libc_msgrcv): Do not use __ptrvalue.
29030         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29031         startup_info): Do not use __unbounded.
29032         (__libc_start_main): Likewise.  Rename ubp_* variables and
29033         parameters.  Remove argv definitions conditional on
29034         [__BOUNDED_POINTERS__].
29035         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29036         __ptrvalue.
29037         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29038         use __unbounded.
29039         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29040         or __ptrvalue.
29041         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29042         use __unbounded.
29043         (__new_shmctl): Do not use __ptrvalue.
29044         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29045         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29046         Likewise.
29047         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29048         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29049         (__libc_sigaction): Likewise.
29050         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29051         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29052         Likewise.
29053         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29054
29055 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29056
29057         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29058
29059         * string/mempcpy.c: Implement by calling memcpy.
29060
29061 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29062
29063         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29064
29065         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29066         evaluation.
29067
29068         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29069         values in the mantissa.
29070
29071         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29072         minimize writes to Z.
29073         (sub_magnitudes): Simplify code a bit.
29074
29075 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29076
29077         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29078         from the message.  The linker prefixes all warnings with that already.
29079
29080 2013-02-12  Andreas Schwab  <schwab@suse.de>
29081
29082         [BZ #15078]
29083         * posix/regexec.c (extend_buffers): Add parameter min_len.
29084         (check_matching): Pass minimum needed length.
29085         (clean_state_log_if_needed): Likewise.
29086         (get_subexp): Likewise.
29087         * posix/Makefile (tests): Add bug-regex34.
29088         (bug-regex34-ENV): Define.
29089         * posix/bug-regex34.c: New file.
29090
29091         [BZ #11561]
29092         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29093         elements compare against the byte sequence of it, not its name.
29094         * posix/Makefile (tests): Add bug-regex35.
29095         (bug-regex35-ENV): Define.
29096         * posix/bug-regex35.c: New file.
29097
29098 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29099
29100         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29101         comment.
29102         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29103         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29104         (CHECK_EOL): Add undef.
29105
29106 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29107
29108         * bits/stdlib-bsearch.h: New file.
29109         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29110         * stdlib/stdlib.h: Likewise.
29111
29112 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29113
29114         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29115         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29116         declaration.
29117         * manual/search.texi (Array Search Function): Add missing const in
29118         lfind prototype.
29119         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29120         declaration to use rlim_t.
29121         (Basic Scheduling Functions): Remove erroneous const from
29122         sched_getparam prototype.  Remove erroneous * from
29123         sched_get_priority_max and sched_get_priority_min prototypes.
29124         (Resource Usage): Fix summary @comment on vtimes to refer to
29125         sys/vtimes.h rather than vtimes.h.
29126         Add missing *s in vtimes prototype.
29127         (Limits on Resources): Fix ulimit prototype to return long int.
29128         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29129         prototypes to use long int rather than double.
29130         (BSD Random): Fix initstate and setstate to use char *, not void *.
29131         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29132         prototype to make second argument 'struct aiocb64 *const[]'.
29133         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29134         (Status of AIO Operations): Remove erroneous const in aio_return and
29135         aio_return64 prototypes.
29136         (Synchronizing I/O): Fix sync prototype to return void.
29137         * manual/startup.texi (Suboptions): Remove an erroneous const in
29138         getsubopt prototype.
29139         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29140         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29141         use size_t rather than int.
29142         (Scanning All Users): Likewise for getpwent_r.
29143         (Setting Groups): Add missing const to setgroups prototype.
29144         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29145         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29146         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29147         'const void *' rather than 'const char *'.
29148         (Host Address Functions): Likewise for inet_ntop.
29149         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29150         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29151         ssize_t for return value.
29152         (Sending Data): Likewise for send, sendto, sendmsg.
29153         (Socket Option Functions): Add a missing const in setsockopt prototype.
29154         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29155         use wchar_t for the argument.
29156         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29157         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29158         take no arguments.
29159         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29160         double/float/long double for second argument.
29161         Fix return types of significand, significandf, significandl.
29162         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29163         argument in fchmod prototype.
29164         (File Owner): Use uid_t and gid_t in fchown prototype.
29165         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29166         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29167         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29168         use 'const struct dirent **' as argument types to CMP function pointer
29169         argument.
29170         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29171         (File Times): Fix summary magic @comment for struct utimbuf and utime
29172         to refer to utime.h, not time.h.
29173         * manual/string.texi (Argz Functions): Add missing const in
29174         argz_extract and argz_next prototypes.
29175         (Finding Tokens in a String): Likewise for basename.
29176         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29177         (Copying and Concatenation): Fix typo in wmemmove prototype.
29178         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29179         (Signal Stack): Remove erroneous const in sigstack prototype.
29180         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29181         prototype.
29182         (Simple Calendar Time): Likewise for stime.
29183         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29184         prototype.
29185         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29186         say sys/sysctl.h instead.
29187         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29188         and vsyslog prototypes.
29189
29190 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29191
29192         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29193         Remove.
29194
29195 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29196
29197         * misc/sys/mman.h: Fix typo in mremap comment.
29198
29199 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29200
29201         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29202         the '\0' terminator.
29203
29204 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29205
29206         [BZ #13550]
29207         * debug/segfault.c: Don't include <bp-checks.h>.
29208         * sysdeps/generic/bp-checks.h: Remove file.
29209         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29210         (__GETDENTS): Don't use CHECK_N.
29211         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29212         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29213         (__getgroups): Don't use CHECK_N.
29214         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29215         (setgroups): Don't use CHECK_N.
29216         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29217         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29218         (__libc_msgrcv): Don't use CHECK_N.
29219         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29220         (__libc_msgsnd): Don't use CHECK_N.
29221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29222         <bp-checks.h>.
29223         (__libc_pread): Don't use CHECK_N.
29224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29225         include <bp-checks.h>.
29226         (__libc_pread64): Don't use CHECK_N.
29227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29228         include <bp-checks.h>.
29229         (__libc_pwrite): Don't use CHECK_N.
29230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29231         include <bp-checks.h>.
29232         (__libc_pwrite64): Don't use CHECK_N.
29233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29234         <bp-checks.h>.
29235         (__libc_pread): Don't use CHECK_N.
29236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29237         include <bp-checks.h>.
29238         (__libc_pread64): Don't use CHECK_N.
29239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29240         include <bp-checks.h>.
29241         (__libc_pwrite): Don't use CHECK_N.
29242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29243         include <bp-checks.h>.
29244         (__libc_pwrite64): Don't use CHECK_N.
29245         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29246         (do_pread): Don't use CHECK_N.
29247         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29248         (do_pread64): Don't use CHECK_N.
29249         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29250         (do_pwrite): Don't use CHECK_N.
29251         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29252         (do_pwrite64): Don't use CHECK_N.
29253         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29254         (__libc_readv): Don't use CHECK_N.
29255         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29256         (semop): Don't use CHECK_N.
29257         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29258         <bp-checks.h>.
29259         (semtimedop): Don't use CHECK_N.
29260         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29261         (__libc_pread): Don't use CHECK_N.
29262         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29263         <bp-checks.h>.
29264         (__libc_pread64): Don't use CHECK_N.
29265         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29266         <bp-checks.h>.
29267         (__libc_pwrite): Don't use CHECK_N.
29268         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29269         <bp-checks.h>.
29270         (__libc_pwrite64): Don't use CHECK_N.
29271         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29272         <bp-checks.h>.
29273         (__libc_msgrcv): Don't use CHECK_N.
29274         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29275         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29276         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29277         (__libc_writev): Don't use CHECK_N.
29278
29279 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29280
29281         * string/strcpy.c: Removed unused variable.
29282
29283         * Makeconfig (+sysdep-includes): Define with := rather than =.
29284         Use an existing include/ subdir of each sysdeps dir before it.
29285
29286 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29287
29288         * nscd/connection.c (register_traced_file): Comment function.
29289         [HAVE_INOTIFY] (union __inev): Define.
29290         [HAVE_INOTIFY] (inotify_check_files): New function.
29291         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29292         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29293         clear_db_cache.
29294         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29295
29296 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29297
29298         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29299         loaded if not already and that a failure is permanent.
29300
29301 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29302
29303         [BZ #15006]
29304         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29305         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29306
29307 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29308
29309         [BZ #13550]
29310         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29311         (CHECK_1_NULL_OK): Likewise.
29312         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29313         (__fxstat): Do not use CHECK_1.
29314         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29315         <bp-checks.h>.
29316         (___fxstat64): Do not use CHECK_1.
29317         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29318         <bp-checks.h>.
29319         (__fxstatat): Do not use CHECK_1.
29320         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29321         <bp-checks.h>.
29322         (__fxstatat64): Do not use CHECK_1.
29323         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29324         <bp-checks.h>.
29325         (__fxstat): Do not use CHECK_1.
29326         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29327         <bp-checks.h>.
29328         (__fxstatat): Do not use CHECK_1.
29329         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29330         <bp-checks.h>.
29331         (__getresgid): Do not use CHECK_1.
29332         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29333         <bp-checks.h>.
29334         (__getresuid): Do not use CHECK_1.
29335         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29336         <bp-checks.h>.
29337         (__lxstat): Do not use CHECK_1.
29338         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29339         <bp-checks.h>.
29340         (__old_msgctl): Do not use CHECK_1.
29341         (__new_msgctl): Likewise.
29342         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29343         <bp-checks.h>.
29344         (__new_setrlimit): Do not use CHECK_1.
29345         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29346         <bp-checks.h>.
29347         (__old_shmctl): Do not use CHECK_1.
29348         (__new_shmctl): Likewise.
29349         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29350         <bp-checks.h>.
29351         (__xstat): Do not use CHECK_1.
29352         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29353         (__lxstat): Do not use CHECK_1.
29354         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29355         <bp-checks.h>.
29356         (___lxstat64): Do not use CHECK_1.
29357         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29358         (__old_msgctl): Do not use CHECK_1.
29359         (__new_msgctl): Likewise.
29360         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29361         <bp-checks.h>.
29362         (__gettimeofday): Do not use CHECK_1.
29363         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29364         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29365         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29366         <bp-checks.h>.
29367         (__gettimeofday): Do not use CHECK_1.
29368         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29369         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29370         (__new_shmctl): Do not use CHECK_1.
29371         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29372         <bp-checks.h>.
29373         (do_sigtimedwait): Do not use CHECK_1.
29374         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29375         <bp-checks.h>.
29376         (do_sigwaitinfo): Do not use CHECK_1.
29377         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29378         <bp-checks.h>.
29379         (msgctl): Do not use CHECK_1.
29380         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29381         <bp-checks.h>.
29382         (shmctl): Do not use CHECK_1.
29383         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29384         (ustat): Do not use CHECK_1.
29385         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29386         <bp-checks.h>.
29387         (__fxstat): Do not use CHECK_1.
29388         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29389         <bp-checks.h>.
29390         (__fxstatat): Do not use CHECK_1.
29391         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29392         <bp-checks.h>.
29393         (__lxstat): Do not use CHECK_1.
29394         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29395         <bp-checks.h>.
29396         (__xstat): Do not use CHECK_1.
29397         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29398         (__xstat): Do not use CHECK_1.
29399         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29400         (___xstat64): Do not use CHECK_1.
29401
29402         [BZ #13550]
29403         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29404         definitions.
29405         (CHECK_BOUNDS_HIGH): Likewise.
29406         * string/strcpy.c: Do not include <bp-checks.h>.
29407         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29408
29409 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29410
29411         * nscd/nscd-client.h (__nscd_drop_map_ref):
29412         Add __attribute__ ((unused)).
29413         * nis/nss-nisplus.h (niserr2nss): Likewise.
29414
29415         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29416         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29417
29418         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29419         Remove inline keyword.
29420         * include/rounding-mode.h (round_away): Likewise.
29421         * libio/wfileops.c (adjust_wide_data): Likewise.
29422         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29423         (__m128i_strloadu_tolower): Likewise.
29424         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29425         (__m128i_strloadu_tolower): Likewise.
29426         * time/mktime.c (ydhms_diff): Likewise.
29427         * locale/elem-hash.h (elem_hash): Likewise.
29428         * locale/setlocale.c (setdata): Likewise.
29429         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29430         (re_string_wchar_at): Likewise.
29431         (bitset_not, bitset_merge, bitset_mask): Likewise.
29432         [!(__GNUC__ > 3)] (inline): Remove macro.
29433         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29434         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29435         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29436         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29437         * string/memcmp.c (memcmp_bytes): Likewise.
29438         * locale/programs/locarchive.c (compute_hashval): Likewise.
29439         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29440         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29441         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29442         * nss/getent.c (print_rpc, print_protocols): Likewise.
29443         (print_passwd, print_group, print_aliases): Likewise.
29444         * nis/nss-nisplus.h (niserr2nss): Likewise.
29445         * nscd/connections.c (restart_p): Likewise.
29446         Change return type to bool.
29447
29448 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29449
29450         * Makeconfig (all-Depend-files): Add existing
29451         $(sorted-subdirs:=/Depend) files.
29452         (all-subdirs): Remove nss.
29453         * sysdeps/unix/inet/Subdirs: Add it here instead.
29454         * hesiod/Depend: New file.
29455
29456         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29457         instead of calling alloca.
29458
29459         * io/lseek.c (__lseek): Rename to __libc_lseek.
29460         Define __lseek as an alias.
29461
29462         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29463
29464 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29465
29466         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29467         else clause and remove check for non-standard endianness.
29468
29469 2013-02-04  David S. Miller  <davem@davemloft.net>
29470
29471         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29472
29473 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29474
29475         [BZ #13550]
29476         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29477         (__ubp_memchr): Remove prototype.
29478         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29479         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29480         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29481         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29482         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29483         Remove alias.
29484         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29485         (__ubp_memchr): Likewise.
29486         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29487         (__ubp_memchr): Likewise.
29488         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29489         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29490         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29491         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29492         CHECK_STRING.
29493         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29494         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29495         (__getcwd): Do not use CHECK_STRING.
29496         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29497         <bp-checks.h>.
29498         (__real_chown): Do not use CHECK_STRING.
29499         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29500         <bp-checks.h>.
29501         (fchownat): Do not use CHECK_STRING.
29502         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29503         CHECK_STRING.
29504         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29505         <bp-checks.h>.
29506         (__lchown): Do not use CHECK_STRING.
29507         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29508         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29509         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29510         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29512         include <bp-checks.h>.
29513         (truncate64): Do not use CHECK_STRING.
29514         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29515         <bp-checks.h>.
29516         (__real_chown): Do not use CHECK_STRING.
29517         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29518         <bp-checks.h>.
29519         (__lchown): Do not use CHECK_STRING.
29520         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29521         <bp-checks.h>.
29522         (__chown): Do not use CHECK_STRING.
29523         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29524         <bp-checks.h>.
29525         (truncate64): Do not use CHECK_STRING.
29526         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29527         Likewise.
29528         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29529         (__xmknod): Do not use CHECK_STRING.
29530         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29531         <bp-checks.h>.
29532         (__xmknodat): Do not use CHECK_STRING.
29533         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29534         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29535
29536 2013-02-04  Andreas Schwab  <schwab@suse.de>
29537
29538         [BZ #14142]
29539         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29540         * include/netdb.h: Likewise for h_errno.
29541         * elf/tst-stackguard1.c: Include <tls.h>.
29542
29543 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29544
29545         * elf/link.h (struct link_map): Extend the l_addr comment.
29546         * include/link.h (struct link_map): Likewise.
29547
29548 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29549
29550         [BZ #13550]
29551         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29552         (BOUNDED_1): Remove macro.
29553         * debug/backtrace.c: Don't include <bp-checks.h>.
29554         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29555         (__backtrace): Likewise.
29556         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29557         <bp-checks.h>.
29558         (__backtrace): Don't use BOUNDED_1.
29559         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29560         <bp-checks.h>.
29561         (__backtrace): Don't use BOUNDED_1.
29562         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29563         (__backtrace): Don't use BOUNDED_1.
29564         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29565         (shmat): Don't use BOUNDED_N.
29566
29567 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29568
29569         [BZ #13550]
29570         * sysdeps/generic/bp-start.h: Remove file.
29571         * csu/libc-start.c: Don't include <bp-start.h>.
29572         (LIBC_START_MAIN): Set up __environ directly instead of using
29573         INIT_ARGV_and_ENVIRON.
29574         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29575         <bp-start.h>.
29576
29577         [BZ #13550]
29578         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29579         definitions.
29580         (CHECK_FCNTL): Likewise.
29581         (CHECK_N_PAGES): Likewise.
29582
29583         [BZ #13550]
29584         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29585         definitions.
29586         (CHECK_SIGSET_NULL_OK): Likewise.
29587         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29588         <bp-checks.h>.
29589         (sigpending): Don't use CHECK_SIGSET.
29590         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29591         <bp-checks.h>.
29592         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29593         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29594         <bp-checks.h>.
29595         (do_sigsuspend): Don't use CHECK_SIGSET.
29596         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29597         use CHECK_SIGSET.
29598         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29599         (do_sigwait): Don't use CHECK_SIGSET.
29600         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29601         use CHECK_SIGSET.
29602         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29603         include <bp-checks.h>.
29604         (sigpending): Don't use CHECK_SIGSET.
29605         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29606         include <bp-checks.h>.
29607         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29608         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29609         <bp-checks.h>.
29610         (sigpending): Don't use CHECK_SIGSET.
29611         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29612         <bp-checks.h>.
29613         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29614
29615         [BZ #13550]
29616         * sysdeps/generic/bp-semctl.h: Remove file.
29617         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29618         <bp-checks.h> and <bp-semctl.h>.
29619         (__old_semctl): Don't use CHECK_SEMCTL.
29620         (__new_semctl): Likewise.
29621         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29622         and <bp-semctl.h>.
29623         (__old_semctl): Don't use CHECK_SEMCTL.
29624         (__new_semctl): Likewise.
29625         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29626         <bp-checks.h> and <bp-semctl.h>.
29627         (__old_semctl): Don't use CHECK_SEMCTL.
29628         (__new_semctl): Likewise.
29629         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29630         <bp-checks.h> and <bp-semctl.h>.
29631         (semctl): Don't use CHECK_SEMCTL.
29632
29633         [BZ #13550]
29634         * Makerules (elide-bp-thunks): Remove variable.
29635         (elide-routines.oS): Don't use $(elide-bp-thunks).
29636         (elide-routines.os): Likewise.
29637         (elide-routines.o): Likewise.
29638         (elide-routines.op): Likewise.
29639         (elide-routines.og): Likewise.
29640         (objects): Don't use $(bp-thunks).
29641         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29642         include.
29643         (common-generated): Do not add s-proto-bp.d.
29644         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29645         (int): Likewise.
29646         (typ): Likewise.
29647         Do not generate makefile rules for bounded-pointer thunks.
29648         * sysdeps/generic/bp-thunks.h: Remove file.
29649         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29650         * sysdeps/unix/s-proto-bp.S: Likewise.
29651
29652         [BZ #15062]
29653         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29654         parts of result separately when argument is not close to line from
29655         -i to i and one part of argument is small.
29656         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29657         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29658         * math/libm-test.inc (cacos_test): Add more tests.
29659         (casin_test): Likewise.
29660         (casinh_test): Likewise.
29661         * sysdeps/i386/fpu/libm-test-ulps: Update.
29662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29663
29664 2013-01-31  David S. Miller  <davem@davemloft.net>
29665
29666         * po/de.po: Update from translation team.
29667
29668 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29669
29670         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29671
29672 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29673
29674         * configure.in (_AC_PROG_CC_C89): New definition.
29675         * configure: Regenerate.
29676
29677         * configure.in (AC_PROG_CPP): New definition.
29678         * configure: Regenerate.
29679
29680 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29681
29682         * debug/tst-backtrace.h: New file.
29683         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29684         (ret): Remove variable.
29685         (x): Likewise.
29686         (FAIL): Remove macro.
29687         (NO_INLINE): Likewise.
29688         (fn1): Use match function instead of strstr.
29689         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29690         (ret): Remove variable.
29691         (x): Likewise.
29692         (FAIL): Remove macro.
29693         (NO_INLINE): Likewise.
29694         (fn): Use match function instead of strstr.
29695         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29696         (ret): Remove variable.
29697         (x): Likewise.
29698         (FAIL): Remove macro.
29699         (NO_INLINE): Likewise.
29700         (handle_signal): Use match function instead of strstr.
29701         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29702         (ret): Remove variable.
29703         (x): Likewise.
29704         (FAIL): Remove macro.
29705         (NO_INLINE): Likewise.
29706         (handle_signal): Use match function instead of strstr.
29707
29708 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29709
29710         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29711
29712 2013-01-23  David S. Miller  <davem@davemloft.net>
29713
29714         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29715         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29716         argument of CAS if possible.
29717         * sysdeps/sparc/sparc64/bits/atomic.h
29718         (__arch_compare_and_exchange_val_32_acq): Likewise.
29719         (__arch_compare_and_exchange_val_64_acq): Likewise.
29720
29721 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29722
29723         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29724         * sysdeps/posix/ulimit.c: ... this.
29725         Include <limits.h>.
29726         * sysdeps/unix/bsd/ulimit.c: Remove file.
29727
29728 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29729
29730         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29731         (LDFLAGS-tst-array5): Likewise.
29732
29733 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29734
29735         [BZ #15036]
29736         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29737         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29738         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29739         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29740
29741 2013-01-21  David S. Miller  <davem@davemloft.net>
29742
29743         * sysdeps/sparc/backtrace.c: New file.
29744         * sysdeps/sparc/sparc32/backtrace.h: New file.
29745         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29746         * sysdeps/sparc/sparc64/backtrace.h: New file.
29747         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29748         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29749         -funwind-tables.
29750
29751 2013-01-21  Andreas Schwab  <schwab@suse.de>
29752
29753         [BZ #15020]
29754         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29755         closed its stdout.
29756
29757 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29758
29759         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29760         "mpa2.h".
29761         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29762
29763 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29764             Mark Mitchell  <mark@codesourcery.com>
29765             Tom de Vries  <tom@codesourcery.com>
29766             Paul Pluzhnikov  <ppluzhnikov@google.com>
29767
29768         * debug/tst-backtrace2.c: New file.
29769         * debug/tst-backtrace3.c: Likewise.
29770         * debug/tst-backtrace4.c: Likewise.
29771         * debug/tst-backtrace5.c: Likewise.
29772         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29773         (CFLAGS-tst-backtrace3.c): Likewise.
29774         (CFLAGS-tst-backtrace4.c): Likewise.
29775         (CFLAGS-tst-backtrace5.c): Likewise.
29776         (LDFLAGS-tst-backtrace2): Likewise.
29777         (LDFLAGS-tst-backtrace3): Likewise.
29778         (LDFLAGS-tst-backtrace4): Likewise.
29779         (LDFLAGS-tst-backtrace5): Likewise.
29780         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29781         tst-backtrace4 and tst-backtrace5.
29782
29783 2013-01-18  Anton Blanchard  <anton@samba.org>
29784             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29785
29786         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29787         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29788         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29789         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29791         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29792         "+r" and remove output regs list as redundant.  Add explicit inline
29793         asm to specify register of return val to work around compiler codegen
29794         bug.  Remove (int) cast on return value.  Add return type parameter to
29795         use in macro so that this macro does not truncate return value for
29796         64-bit values.
29797         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29798         pass to INTERNAL_VSYSCALL_NCS.
29799         (INLINE_VSYSCALL): Add 'long int' as return type to
29800         INTERNAL_VSYSCALL_NCS macro invocation.
29801         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29802         INTERNAL_VSYSCALL_NCS macro invocation.
29803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29804
29805 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29806
29807         [BZ #14496]
29808         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29809         Fix application of SIMD FP exception mask.
29810
29811         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29812         mp_no from a power of two.
29813         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29814         __mpexp_twomm1.  Use __pow_mp.
29815
29816         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29817         multiplication.
29818
29819 2013-01-17  David S. Miller  <davem@davemloft.net>
29820
29821         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29822
29823 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29824
29825         [BZ #15023]
29826         * include/complex.h: Condition contents on [!_COMPLEX_H].
29827         (__kernel_casinhf): New prototype.
29828         (__kernel_casinh): Likewise.
29829         (__kernel_casinhl): Likewise.
29830         * math/Makefile (libm_calls): Add k_casinh.
29831         * math/k_casinh.c: New file.
29832         * math/k_casinhf.c: Likewise.
29833         * math/k_casinhl.c: Likewise.
29834         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29835         finite nonzero arguments.
29836         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29837         finite nonzero arguments.
29838         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29839         finite nonzero arguments.
29840         * math/s_casinh.c: Do not include <float.h>.
29841         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29842         * math/s_casinhf.c: Do not include <float.h>.
29843         (__casinhf): Move code for finite nonzero arguments to
29844         k_casinhf.c.
29845         * math/s_casinhl.c: Do not include <float.h>.
29846         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29847         redefine.
29848         (__casinhl): Move code for finite nonzero arguments to
29849         k_casinhl.c.
29850         * math/libm-test.inc (cacos_test): Add more tests.
29851         * sysdeps/i386/fpu/libm-test-ulps: Update.
29852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29853
29854 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29855
29856         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29857         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29858         [!HAVE_MREMAP]: Remove [defined linux] case.
29859         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29860
29861 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29862
29863         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29864
29865 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29866
29867         * elf/elf.h (R_386_SIZE32): New relocation.
29868         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29869         R_386_SIZE32.
29870         (elf_machine_rela): Likewise.
29871         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29872         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29873
29874 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29875
29876         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29877         (FP_FAST_FMA): Do not define.
29878         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29879         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29880         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29881         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29882         !_SOFT_FLOAT]: Likewise.
29883         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29884         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29885         value.
29886         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29887         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29888         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29889         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29890         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29891         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29892         file.
29893
29894 2013-01-16  Andreas Schwab  <schwab@suse.de>
29895
29896         [BZ #14327]
29897         * include/stdlib.h (__mktemp): Add declaration.
29898         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29899         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29900
29901 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29902
29903         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29904         definitions.
29905         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29906         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29907         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29908         definitions here.
29909         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29910         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29911         definitions.
29912         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29913         and ONE.
29914         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29915         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29916         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29917         definitions.
29918         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29919         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29920         definitions.
29921         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29922
29923         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29924
29925 2013-01-15  David S. Miller  <davem@davemloft.net>
29926
29927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29928         trunc{,f} to libm-sysdep_routes.
29929         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29931         file.
29932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29934         file.
29935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29936         file.
29937         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29938         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29939         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29940         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29941         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29942         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29943         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29944         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29945
29946         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29947         nearbyint{,f} to libm-sysdep_routes.
29948         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29950         New file.
29951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29952         file.
29953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29954         New file.
29955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29956         file.
29957         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29958         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29959         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29960         file.
29961         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29962         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29963         file.
29964         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29965         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29966         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29967
29968         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29969         libc_feholdexcept and libc_fesetenv.
29970
29971 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29972
29973         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29974
29975 2013-01-14  David S. Miller  <davem@davemloft.net>
29976
29977         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29978         (SPARC_ASM_VIS2_IFUNC): Likewise.
29979         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29981         use of 'siam' instruction.
29982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29983         Likewise.
29984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29985         Likewise.
29986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29987         Likewise.
29988         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29989         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29990         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29991         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29993         file.
29994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29995         file.
29996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29997         file.
29998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29999         file.
30000         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30001         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30002         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30003         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30005         new VIS2 routines.
30006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30009         Likewise.
30010         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30011         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30012         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30013         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30015         routines to libm-sysdep_routines.
30016         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30017
30018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30019         fdim/fdimf to libm-sysdep_routines.
30020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30021         file.
30022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30024         file.
30025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30026         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30027         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30028         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30029         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30030         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30031         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30032
30033 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30034
30035         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30036         to optimize copies.
30037
30038         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30039         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30040         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30041
30042         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30043         local variable MPTWO.
30044         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30045         Likewise.
30046
30047 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30048
30049         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30050         GLOB_NOESCAPE.
30051
30052 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30053
30054         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30055
30056 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30057
30058         * manual/pattern.texi (glob_t): Document gl_flags.
30059         (glob64_t): Likewise.
30060
30061 2013-01-11  David S. Miller  <davem@davemloft.net>
30062
30063         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30064         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30065         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30066         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30067         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30068         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30069         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30070         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30071         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30072         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30073         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30074         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30075         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30076
30077         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30078         sparc V9 rather than using V8 code.
30079         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30080         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30081
30082         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30083         Move to...
30084         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30085         Here.
30086
30087 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30088
30089         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30090         not in the main loop.
30091         * configure: Regenerated.
30092
30093 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30094
30095         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30096         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30097         to just #else.
30098         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30099         [!__GLIBC_HAVE_LONG_LONG] case.
30100         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30101         condition to just #else.
30102         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30103         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30104         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30105         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30106         unconditional.
30107         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30108         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30109         #elif condition to just #else.
30110         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30111         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30112         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30113         #elif condition to just #else.
30114
30115 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30116
30117         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30118         (EF_MIPS_ARCH_64): Fix value.
30119         (EF_MIPS_ARCH_32R2): New.
30120         (EF_MIPS_ARCH_64R2): New.
30121
30122 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30123
30124         * Makeconfig (+link-pie-before-libc): New.
30125         (+link-pie-after-libc): Likewise.
30126         (+link-pie-tests): Likewise.
30127         (+link-pie): Rewritten.
30128         (link-before-libc): Remove $(config-LDFLAGS).
30129         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30130         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30131         (config-LDFLAGS): Renamed to ...
30132         (rtld-LDFLAGS): This.
30133         (rtld-tests-LDFLAGS): New macro.
30134         (link-libc-rpath-link): Likewise.
30135         (link-libc-tests-rpath-link): Likewise.
30136         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30137         (link-libc): Prepand $(link-libc-rpath-link).
30138         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30139         (test-program-prefix): New macro.
30140         (test-via-rtld-prefix): Likewise.
30141         (test-program-cmd): Likewise.
30142         (host-test-program-cmd): Likewise.
30143         * Makefile ($(common-objpfx)testrun.sh): Replace
30144         $(run-program-prefix) with $(test-program-prefix).
30145         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30146         $(rtld-LDFLAGS).
30147         ($(common-objpfx)shlib.lds): Likewise.
30148         (build-module-helper): Likewise.
30149         ($(common-objpfx)format.lds): Likewise.
30150         * Rules (binaries-pie-tests): New.
30151         (binaries-pie-notests): Likewise.
30152         (binaries-pie): Rewritten.
30153         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30154         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30155         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30156         (make-test-out): Replace $(host-built-program-cmd) with
30157         $(host-test-program-cmd).
30158         * config.make.in (build-hardcoded-path-in-tests): New variable.
30159         * configure.in (--enable-hardcoded-path-in-tests): New configure
30160         option.
30161         (hardcoded_path_in_tests): New AC_SUBST.
30162         * configure: Regenerated.
30163         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30164         $(built-program-cmd) with $(test-program-cmd).
30165         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30166         (test_program_cmd): This.
30167         * elf/Makefile ($(objpfx)order.out): Run test with
30168         $(test-program-prefix).
30169         ($(objpfx)order2.out): Likewise.
30170         ($(objpfx)tst-initorder.out): Likewise.
30171         ($(objpfx)tst-initorder2.out): Likewise.
30172         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30173         $(test-program-cmd).
30174         ($(objpfx)tst-array1-static.out): Likewise.
30175         ($(objpfx)tst-array2.out): Likewise.
30176         ($(objpfx)tst-array3.out): Likewise.
30177         ($(objpfx)tst-array4.out): Likewise.
30178         ($(objpfx)tst-array5.out): Likewise.
30179         ($(objpfx)tst-array5-static.out): Likewise.
30180         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30181         $(test-program-cmd).
30182         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30183         $(run-program-prefix) with $(test-program-prefix).
30184         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30185         (test_program_prefix): This.
30186         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30187         $(run-program-prefix) with $(test-program-prefix).
30188         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30189         (test_program_prefix): This.
30190         * iconvdata/tst-tables.sh: Likewise.
30191         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30192         $(run-program-prefix) with $(test-program-prefix).
30193         ($(objpfx)tst-translit.out): Likewise.
30194         ($(objpfx)tst-gettext2.out): Likewise.
30195         ($(objpfx)tst-gettext4.out): Likewise.
30196         ($(objpfx)tst-gettext6.out): Likewise.
30197         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30198         (test_program_prefix): This.
30199         * intl/tst-gettext2.sh: Likewise.
30200         * intl/tst-gettext4.sh  Likewise.
30201         * intl/tst-gettext6.sh: Likewise.
30202         * intl/tst-translit.sh: Likewise.
30203         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30204         with $(test-program-cmd).
30205         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30206         $(run-program-prefix) with $(test-program-prefix).
30207         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30208         (test_program_prefix): This.
30209         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30210         $(run-program-prefix) with $(test-program-prefix).
30211         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30212         (test_program_prefix): This.
30213         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30214         * posix/Makefile ($(objpfx)globtest.out): Replace
30215         $(run-via-rtld-prefix) and $(test-wrapper) with
30216         $(test-program-prefix) and $(test-via-rtld-prefix).
30217         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30218         $(test-program-prefix).
30219         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30220         $(host-test-program-cmd).
30221         (tst-spawn-ARGS): Likewise.
30222         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30223         $(test-program-prefix).
30224         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30225         (test_via_rtld_prefix): This.
30226         (test_wrapper): Renamed to ...
30227         (test_program_prefix): This.
30228         (run_program_prefix): Replaced by test_program_prefix.
30229         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30230         (test_program_prefix): This.
30231         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30232         with $(host-test-program-cmd).
30233         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30234         $(run-program-prefix) with $(test-program-prefix).
30235         ($(objpfx)tst-printf.out): Likewise.
30236         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30237         $(test-program-cmd).
30238         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30239         (test_program_prefix): This.
30240         * stdio-common/tst-unbputc.sh: Likewise.
30241         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30242         $(run-program-prefix) with $(test-program-prefix).
30243         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30244         (test_program_prefix): This.
30245         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30246         $(built-program-cmd) with $(test-program-cmd).
30247
30248 2013-01-11  Andreas Jaeger  <aj@suse.de>
30249
30250         [BZ #15003]
30251         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30252         value. Sync with Linux 3.7.
30253
30254 2013-01-10  David S. Miller  <davem@davemloft.net>
30255
30256         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30257         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30258         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30259
30260 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30261
30262         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30263         never set.
30264         * configure: Regenerated.
30265
30266 2013-01-10  David S. Miller  <davem@davemloft.net>
30267
30268         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30269         sparc V9 rather than using V8 code.
30270         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30271         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30272
30273 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30274
30275         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30276         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30277         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30278         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30279         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30280         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30281         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30282         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30283         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30284         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30285         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30286         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30287         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30288         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30289         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30290         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30291         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30292         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30293         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30294         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30295         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30296         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30297         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30298         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30299         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30300         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30301         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30302
30303 2013-01-10  David S. Miller  <davem@davemloft.net>
30304
30305         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30306
30307 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30308
30309         * posix/Makefile (tests-static): New variable.
30310         (tests): Add $(tests-static).
30311         (tst-exec-static-ARGS): New variable.
30312         (tst-spawn-static-ARGS): Likewise.
30313         * posix/tst-exec-static.c: New file.
30314         * posix/tst-spawn-static.c: Likewise.
30315         * posix/tst-exec.c: Support run directly.
30316         * posix/tst-spawn.c: Likewise.
30317
30318 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30319
30320         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30321         long.
30322         * math/bits/mathcalls.h (llrint): Likewise.
30323         (llround): Likewise.
30324         * stdlib/stdlib.h (struct drand48_data): Likewise.
30325         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30326         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30327         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30328         Likewise.
30329         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30330         Likewise.
30331         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30332         (elf_greg_t): Likewise.
30333         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30334         (__jmp_buf): Likewise.
30335         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30336         definitions.
30337         (llrint): Likewise, for all definitions.
30338         (llrintl): Likewise.
30339
30340         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30341         Remove [__GNUC__] condition.
30342         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30343         condition to just [__USE_ISOC99].
30344         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30345
30346 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30347
30348         [BZ #14200]
30349         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30350         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30351         defined.
30352         (_POSIX_V6_ILP32_OFF32): Likewise.
30353         (_XBS5_ILP32_OFF32): Likewise.
30354         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30355         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30356
30357 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30358
30359         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30360
30361         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30362         doubles __mpexp_twomm1.  Adjust usage.
30363         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30364         Remove.
30365
30366 2013-01-10  Andreas Schwab  <schwab@suse.de>
30367
30368         [BZ #14964]
30369         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30370         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30371
30372 2013-01-09  David S. Miller  <davem@davemloft.net>
30373
30374         [BZ #15003]
30375         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30376         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30377         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30378         (TCP_FASTOPEN): Define.
30379         (tcp_repair_opt): New structure.
30380         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30381         enum values.
30382         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30383         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30384         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30385         (tcp_cookie_transactions): New structure.
30386
30387 2013-01-09  Anton Blanchard  <anton@samba.org>
30388
30389         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30390         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30391         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30392         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30393
30394 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30395
30396         * include/features.h (__USE_ANSI): Remove.
30397
30398 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30399
30400         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30401
30402         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30403
30404 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30405
30406         * sysdeps/s390/fpu/libm-test-ulps: Update.
30407
30408         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30409
30410         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30411         (__acr): Likewise.
30412         (__cpy): Likewise.
30413         (norm): Likewise.
30414         (denorm): Likewise.
30415         (__mp_dbl): Likewise.
30416         (__dbl_mp): Likewise.
30417         (add_magnitudes): Likewise.
30418         (sub_magnitudes): Likewise.
30419         (__add): Likewise.
30420         (__sub): Likewise.
30421         (__mul): Likewise.
30422         (__inv): Likewise.
30423         (__dvd): Likewise.
30424         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30425         (__acr): Likewise.
30426         (__cpy): Likewise.
30427         (norm): Likewise.
30428         (denorm): Likewise.
30429         (__mp_dbl): Likewise.
30430         (__dbl_mp): Likewise.
30431         (add_magnitudes): Likewise.
30432         (sub_magnitudes): Likewise.
30433         (__add): Likewise.
30434         (__sub): Likewise.
30435         (__mul): Likewise.
30436         (__inv): Likewise.
30437         (__dvd): Likewise.
30438         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30439         (__acr): Likewise.
30440         (__cpy): Likewise.
30441         (norm): Likewise.
30442         (denorm): Likewise.
30443         (__mp_dbl): Likewise.
30444         (__dbl_mp): Likewise.
30445         (add_magnitudes): Likewise.
30446         (sub_magnitudes): Likewise.
30447         (__add): Likewise.
30448         (__sub): Likewise.
30449         (__mul): Likewise.
30450         (__inv): Likewise.
30451         (__dvd): Likewise.
30452
30453 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30454
30455         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30456         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30457         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30458         2 && __USE_EXTERN_INLINES]: Likewise.
30459
30460 2013-01-08  Andreas Jaeger  <aj@suse.de>
30461
30462         [BZ# 14985]
30463         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30464         Remove.
30465         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30466         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30467
30468 2013-01-07  Anton Blanchard  <anton@samba.org>
30469
30470         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30471         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30472         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30473         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30474         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30475         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30476         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30477         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30478         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30479         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30480         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30481         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30482         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30483         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30484         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30485         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30486         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30487         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30488         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30489         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30490         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30491         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30492         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30493         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30494         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30495         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30496         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30497         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30498         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30499         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30500         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30501         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30502         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30503         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30504         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30505         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30506         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30507         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30508         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30509         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30510         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30511         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30512         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30513
30514 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30515
30516         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30517         (__MALLOC_PMT): Likewise.
30518         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30519         [__GNUC__], only on [_LIBC].
30520         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30521         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30522         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30523         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30524         forward declaration.
30525         (realloc_hook_ini): Likewise.
30526         (memalign_hook_ini): Likewise.
30527         (__libc_memalign): Do not use __MALLOC_PMT in variable
30528         declaration.
30529         (__libc_valloc): Likewise.
30530         (__libc_pvalloc): Likewise.
30531         (__libc_calloc): Likewise.
30532         (__posix_memalign): Likewise.
30533
30534         [BZ #14996]
30535         * math/s_casinh.c: Include <float.h>.
30536         (__casinh): Do not do computation with squaring and square root
30537         for large arguments.
30538         * math/s_casinhf.c: Include <float.h>.
30539         (__casinhf): Do not do computation with squaring and square root
30540         for large arguments.
30541         * math/s_casinhl.c: Include <float.h>.
30542         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30543         (__casinhl): Do not do computation with squaring and square root
30544         for large arguments.
30545         * math/libm-test.inc (casin_test): Add more tests.
30546         (casinh_test): Likewise.
30547         * sysdeps/i386/fpu/libm-test-ulps: Update.
30548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30549
30550 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30551
30552         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30553         (__x86_64_raw_data_cache_size): Likewise.
30554         (__x86_64_data_cache_size_half): Likewise.
30555         (__x86_64_raw_data_cache_size_half): Likewise.
30556         (__x86_64_shared_cache_size): Likewise.
30557         (__x86_64_raw_shared_cache_size): Likewise.
30558         (__x86_64_shared_cache_size_half): Likewise.
30559         (__x86_64_raw_shared_cache_size_half): Likewise.
30560         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30561         to ...
30562         (__x86_data_cache_size): This.
30563         (__x86_64_raw_data_cache_size): Renamed to ...
30564         (__x86_raw_data_cache_size): This.
30565         (__x86_64_data_cache_size_half): Renamed to ...
30566         (__x86_data_cache_size_half): This.
30567         (__x86_64_raw_data_cache_size_half): Renamed to ...
30568         (__x86_raw_data_cache_size_half): This.
30569         (__x86_64_shared_cache_size): Renamed to ...
30570         (__x86_shared_cache_size): This.
30571         (__x86_64_raw_shared_cache_size): Renamed to ...
30572         (__x86_raw_shared_cache_size): This.
30573         (__x86_64_shared_cache_size_half): Renamed to ...
30574         (__x86_shared_cache_size_half): This.
30575         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30576         (__x86_raw_shared_cache_size_half): This.
30577         * sysdeps/x86_64/memcpy.S: Updated.
30578         * sysdeps/x86_64/memset.S: Likewise.
30579         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30580         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30581         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30582
30583 2013-01-04  David S. Miller  <davem@davemloft.net>
30584
30585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30586
30587 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30588
30589         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30590         1 to avoid redefinition warning.
30591         (__USE_GNU): Don't define.
30592         (init_signaling_nan): Protoize.
30593
30594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30595
30596 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30597
30598         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30599         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30600         (__cpymn): Likewise.
30601         (norm): Remove commented code.
30602         (denorm): Likewise.
30603         (__mp_dbl): Likewise.
30604         (__inv): Likewise.
30605         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30606         (__cpymn): Likewise.
30607         (norm): Remove commented code.
30608         (denorm): Likewise.
30609         (__mp_dbl): Likewise.
30610         (__inv): Likewise.
30611
30612         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30613         mp_no value for 1.0 and 2.0.
30614         (norm): Use RADIXI instead of radixi.d.
30615         (denorm): Likewise.
30616         (__mul): Use 0.0 instead of zero.d.
30617         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30618         mp_no value for 1.0 and 2.0.
30619         (norm): Use RADIXI instead of radixi.d.
30620         (denorm): Likewise.
30621         (__mul): Use 0.0 instead of zero.d.
30622
30623 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30624
30625         [BZ #14994]
30626         * math/s_casinh.c (__casinh): Reduce finite argument to first
30627         quadrant then set signs of results at the end.
30628         * math/s_casinhf.c (__casinhf): Likewise.
30629         * math/s_casinhl.c (__casinhl): Likewise.
30630         * math/libm-test.inc (casin_test): Add more tests.
30631         (casinh_test): Likewise.
30632         * sysdeps/i386/fpu/libm-test-ulps: Update.
30633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30634
30635 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30636
30637         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30638
30639         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30640
30641         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30642         declarations.
30643         (denorm): Likewise.
30644         (__mp_dbl): Likewise.
30645         (__inv): Likewise.
30646
30647         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30648         and adjust the header comment.
30649
30650         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30651         variable name from declaration.
30652
30653 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30654
30655         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30656         Initialize COMMON_CPUID_INDEX_7 element.
30657         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30658         (CPUID_RTM): Likewise.
30659         (HAS_RTM): Likewise.
30660         (COMMON_CPUID_INDEX_7): New enum.
30661
30662 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30663
30664         [BZ #14981]
30665         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30666         size is zero, record memory as freed.
30667
30668 2013-01-03  Andreas Jaeger  <aj@suse.de>
30669
30670         * po/ia.po: Add new Interlingua translation.
30671
30672 2012-01-03  Allan McRae  <allan@archlinux.org>
30673
30674         * locale/programs/localedef.c: Fix description of '--posix' flag.
30675
30676 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30677
30678         * NEWS: Update dates in second copyright notice.
30679         * README: Update copyright dates in example.
30680         * manual/libc.texinfo: Update copyright dates.
30681         * scripts/test-installation.pl: Update copyright date in --version
30682         output.
30683
30684         * hurd/ctty-input.c: Fix copyright notice formatting.
30685         * hurd/ctty-output.c: Likewise.
30686         * hurd/dtable.c: Likewise.
30687         * hurd/hurd-raise.c: Likewise.
30688         * hurd/hurdprio.c: Likewise.
30689         * hurd/msgportdemux.c: Likewise.
30690         * misc/sys/file.h: Likewise.
30691         * misc/sys/ioctl.h: Likewise.
30692         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30693         * sysdeps/mach/hurd/chdir.c: Likewise.
30694         * sysdeps/mach/hurd/fchdir.c: Likewise.
30695         * sysdeps/mach/hurd/rename.c: Likewise.
30696         * sysdeps/mach/hurd/rmdir.c: Likewise.
30697         * sysdeps/mach/hurd/seekdir.c: Likewise.
30698         * sysdeps/mach/hurd/setsid.c: Likewise.
30699         * sysdeps/posix/wait3.c: Likewise.
30700
30701         * All files with FSF copyright notices: Update copyright dates
30702         using scripts/update-copyrights.
30703         * intl/plural.c: Regenerated.
30704         * locale/programs/charmap-kw.h: Likewise.
30705         * locale/programs/locfile-kw.h: Likewise.
30706
30707 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30708
30709         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30710         four values.
30711
30712         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30713         calculation loop and add branch prediction.
30714
30715         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30716         check access beyond bounds of m1np.
30717
30718         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30719         MPTWO.
30720         (__inv): Remove local variable MPTWO to use the global
30721         constant.
30722         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30723         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30724         variable MPTWO.
30725         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30726         MP3HALFS static const.
30727
30728 2013-01-01  David S. Miller  <davem@davemloft.net>
30729
30730         * po/ca.po: Update from translation team.
30731
30732 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30733
30734         * scripts/update-copyrights: New file.
30735         * Makeconfig: Reformat copyright notice.
30736         * ctype/ctype.h: Likewise.
30737         * debug/swprintf_chk.c: Likewise.
30738         * elf/dl-cache.c: Likewise.
30739         * elf/dl-debug.c: Likewise.
30740         * elf/dl-object.c: Likewise.
30741         * grp/initgroups.c: Likewise.
30742         * hurd/Makefile: Likewise.
30743         * hurd/hurd/signal.h: Likewise.
30744         * hurd/hurdfault.c: Likewise.
30745         * hurd/hurdioctl.c: Likewise.
30746         * hurd/hurdlookup.c: Likewise.
30747         * hurd/intr-msg.c: Likewise.
30748         * iconv/gconv_open.c: Likewise.
30749         * libio/swprintf.c: Likewise.
30750         * locale/lc-ctype.c: Likewise.
30751         * locale/nl_langinfo.c: Likewise.
30752         * mach/Machrules: Likewise.
30753         * mach/Makefile: Likewise.
30754         * malloc/obstack.h: Likewise.
30755         * manual/Makefile: Likewise.
30756         * manual/tsort.awk: Likewise.
30757         * misc/bits/stab.def: Likewise.
30758         * nis/nis_print_group_entry.c: Likewise.
30759         * nis/nis_table.c: Likewise.
30760         * nis/nss_compat/compat-pwd.c: Likewise.
30761         * nis/nss_compat/compat-spwd.c: Likewise.
30762         * po/Makefile: Likewise.
30763         * posix/fnmatch.c: Likewise.
30764         * posix/regex.h: Likewise.
30765         * resolv/Makefile: Likewise.
30766         * resolv/nss_dns/dns-network.c: Likewise.
30767         * resolv/res_hconf.c: Likewise.
30768         * scripts/gen-sorted.awk: Likewise.
30769         * soft-fp/soft-fp.h: Likewise.
30770         * stdio-common/printf.h: Likewise.
30771         * stdlib/monetary.h: Likewise.
30772         * stdlib/random.c: Likewise.
30773         * stdlib/random_r.c: Likewise.
30774         * sysdeps/generic/Makefile: Likewise.
30775         * sysdeps/gnu/Makefile: Likewise.
30776         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30777         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30778         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30779         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30780         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30781         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30782         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30783         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30784         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30785         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30786         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30787         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30788         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30789         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30790         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30791         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30792         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30793         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30794         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30795         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30796         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30797         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30798         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30799         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30800         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30801         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30802         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30803         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30804         * sysdeps/mach/hurd/errnos.awk: Likewise.
30805         * sysdeps/mach/hurd/fork.c: Likewise.
30806         * sysdeps/mach/hurd/getcwd.c: Likewise.
30807         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30808         * sysdeps/mach/hurd/mmap.c: Likewise.
30809         * sysdeps/mach/hurd/utimes.c: Likewise.
30810         * sysdeps/mach/hurd/xmknod.c: Likewise.
30811         * sysdeps/posix/profil.c: Likewise.
30812         * sysdeps/posix/readdir_r.c: Likewise.
30813         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30814         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30815         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30816         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30817         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30818         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30819         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30820         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30821         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30822         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30823         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30824         * sysdeps/pthread/lio_listio.c: Likewise.
30825         * sysdeps/sparc/dl-procinfo.h: Likewise.
30826         * sysdeps/unix/i386/sysdep.S: Likewise.
30827         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30828         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30829         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30830         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30832         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30833         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30834         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30835         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30836         * sysdeps/wordsize-32/divdi3.c: Likewise.
30837         * time/sys/time.h: Likewise.
30838         * wcsmbs/Makefile: Likewise.
30839
30840 2013-01-01  David S. Miller  <davem@davemloft.net>
30841
30842         * po/fr.po: Update from translation team.
30843
30844         * catgets/gencat.c: Update copyright year.
30845         * csu/version.c: Likewise.
30846         * debug/catchsegv.sh: Likewise.
30847         * debug/pcprofiledump.c: Likewise.
30848         * debug/xtrace.sh: Likewise.
30849         * elf/ldconfig.c: Likewise.
30850         * elf/ldd.bash.in: Likewise.
30851         * elf/pldd.c: Likewise.
30852         * elf/sotruss.ksh: Likewise.
30853         * elf/sprof.c: Likewise.
30854         * iconv/iconv_prog.c: Likewise.
30855         * iconv/iconvconfig.c: Likewise.
30856         * locale/programs/locale.c: Likewise.
30857         * locale/programs/localedef.c: Likewise.
30858         * login/programs/pt_chown.c: Likewise.
30859         * malloc/memusage.sh: Likewise.
30860         * malloc/memusagestat.c: Likewise.
30861         * malloc/mtrace.pl: Likewise.
30862         * nscd/nscd.c: Likewise.
30863         * nss/getent.c: Likewise.
30864         * nss/makedb.c: Likewise.
30865         * posix/getconf.c: Likewise.
30866
30867 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30868
30869         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30870         numbers.
30871
30872 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30873
30874         * math/bits/mathcalls.h (modf): Use __nonnull.
30875
30876 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30877
30878         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30879         (split): Use macro CN instead of the bare value.
30880         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30881         could be used.
30882         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30883         instead of the bare value.
30884         (power1): Likewise.
30885
30886 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30887
30888         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30889         __ATAN_TWOM.
30890         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30891
30892         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30893         their values.
30894         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30895         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30896         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30897         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30898
30899 2012-12-28  Andreas Jaeger  <aj@suse.de>
30900
30901         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30902         values are from Linux 3.7.
30903
30904         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30905         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30906
30907 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30908
30909         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30910         TRUE case.
30911
30912         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30913         (norm): Likewise.
30914         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30915         variables with preprocessor constants.
30916         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30917         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30918         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30919
30920 2012-12-27  Bruno Haible  <bruno@clisp.org>
30921
30922         [BZ #14317]
30923         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30924         only if needed.
30925
30926 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30927
30928         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30929         and use variable directly.
30930         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30931
30932         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30933         MPONE.
30934         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30935         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30936         variable MPONE.
30937         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30938         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30939         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30940         include directive.  Remove local variable MPONE.
30941         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30942         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30943         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30944
30945 2012-12-25  David S. Miller  <davem@davemloft.net>
30946
30947         * version.h (RELEASE): Set to "development".
30948         (VERSION): Set to "2.17.90".
30949         * NEWS: Add 2.18 section.
30950
30951 2012-12-21  David S. Miller  <davem@davemloft.net>
30952
30953         * po/hr.po: Update from translation team.
30954
30955 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30956
30957         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30958
30959 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30960
30961         * NEWS:  Mention new memcpy for MIPS.
30962
30963 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30964
30965         * manual/contrib.texi (Contributors): Spelling correction.
30966
30967 2012-12-15  David S. Miller  <davem@davemloft.net>
30968
30969         * po/ru.po: Update from translation team.
30970
30971 2012-12-13  David S. Miller  <davem@davemloft.net>
30972
30973         * NEWS: Mention IFUNC testsuite enhancements.
30974
30975         * po/pl.po: Update from translation team.
30976         * po/bg.po: Likewise.
30977
30978         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30979         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30980
30981 2012-12-11  David S. Miller  <davem@davemloft.net>
30982
30983         * po/sv.po: Update from translation team.
30984
30985         * po/vi.po: Update from translation team.
30986
30987         * po/cs.po: Update from translation team.
30988
30989         * po/de.po: Update from translation team.
30990         * po/eo.po: Likewise.
30991         * po/nl.po: Likewise.
30992
30993 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30994
30995         [BZ #14246]
30996         * manual/argp.texi (Argp Helper Functions): Move node to follow
30997         Argp Parsing State.
30998
30999         [BZ #14872]
31000         * manual/conf.texi (Limits on File System Capacity): Mention if
31001         terminating null is included in the max size.
31002
31003 2012-12-10  Andreas Jaeger  <aj@suse.de>
31004
31005         * po/cs.po: Update from translation team.
31006
31007 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31008
31009         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31010         void pointer and cast to uintptr_t.
31011         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31012         path.
31013         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31014         * sysdeps/s390/s390-64/memset.S: Likewise.
31015
31016 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31017
31018         [BZ #14833]
31019         * menual/message.texi (Message Translation): Fix typos.
31020         (Helper programs for gettext): Likewise.
31021
31022 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31023
31024         [BZ #14898]
31025         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31026         Change to -1.
31027
31028 2012-12-07  David S. Miller  <davem@davemloft.net>
31029
31030         * po/libc.pot: Update.
31031
31032 2012-12-07  Richard Henderson  <rth@redhat.com>
31033
31034         [BZ #10114]
31035         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31036         normal/normal case to before the switch.
31037         (_FP_DIV): Likewise.
31038
31039 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31040             Mike Frysinger  <vapier@gentoo.org>
31041
31042         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31043         check for __NR_fadvise64_64.
31044
31045 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31046
31047         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31048         0, not just to plain "0" as a statement.
31049         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31050         with cw.
31051
31052 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31053
31054         * NEWS: Use sourceware.org in Bugzilla URL.
31055
31056 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31057
31058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31059         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31060
31061         * stdio-common/tst-put-error.c (do_test): Add newline to the
31062         padded test to ensure flush.
31063
31064 2012-12-05  Jeff Law  <law@redhat.com>
31065
31066         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31067
31068 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31069
31070         * README: Don't refer to ports add-on as distributed separately.
31071         Mention AArch64 in list of systems supported in the ports add-on.
31072
31073         * LICENSES: Add more non-FSF copyright and license notices.
31074
31075         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31076         ((unused)).
31077
31078         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31079
31080         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31081         10000 as width of padded output.
31082
31083 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31084
31085         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31086
31087         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31088         variable LX with __attribute__ ((unused)).
31089         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31090         Likewise.
31091         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31092         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31093         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31094         with __attribute__ ((unused)).
31095
31096 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31097
31098         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31099
31100 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31101
31102         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31103         (CFLAGS-nldbl-acos.c): New variable.
31104         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31105         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31106         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31107         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31108         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31109         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31110         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31111         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31112         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31113         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31114         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31115         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31116         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31117         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31118         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31119         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31120         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31121         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31122         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31123         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31124         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31125         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31126         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31127         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31128         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31129         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31130         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31131         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31132         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31133         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31134         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31135         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31136         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31137         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31138         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31139         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31140         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31141         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31142         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31143         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31144         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31145         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31146         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31147         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31148         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31149         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31150         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31151         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31152         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31153         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31154         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31155         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31156         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31157         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31158         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31159         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31160         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31161         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31162         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31163         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31164         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31165         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31166         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31167         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31168         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31169         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31170         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31171         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31172         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31173         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31174         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31175         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31176         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31177         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31178         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31179         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31180         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31181         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31182         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31183         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31184         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31185         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31186         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31187         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31188         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31189         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31190         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31191         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31192         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31193         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31194         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31195         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31196         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31197         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31198         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31199         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31200         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31201
31202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31203         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31204
31205         [BZ #14914]
31206         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31207         whole low double instead of just low 47 bits when splitting values
31208         into two parts.
31209
31210 2012-12-03  Allan McRae  <allan@archlinux.org>
31211
31212         * manual/stdio.texi (Predefined Printf Handlers): Remove
31213         @hsep and @vsep usage.
31214
31215 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31216
31217         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31218         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31219
31220 2012-12-03  Jeff Law  <law@redhat.com>
31221
31222         * time/sys/time.h (settimeofday): Do not mark TV argument
31223         as __nonnull.
31224
31225 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31226
31227         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31228         when currently writing and seek to current position when not.
31229         * libio/Makefile (tests): Remove bug-fclose1.
31230         * libio/bug-fclose1.c: Delete.
31231
31232 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31233
31234         * manual/arith.texi (feenableexcept): Fix typo.
31235         (fedisableexcept): Likewise.
31236
31237 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31238
31239         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31240         second, differently-typed declaration, rather than a cast.
31241
31242 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31243
31244         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31245         * include/rpc/svc.h: ... here.
31246
31247 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31248
31249         [BZ #13013]
31250         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31251         depending n and resplen2 to catch cases where answer
31252         equals answerp2.
31253
31254 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31255
31256         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31257         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31258
31259 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31260
31261         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31262
31263 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31264
31265         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31266
31267 2012-11-28  Jeff Law  <law@redhat.com>
31268
31269         [BZ #13761]
31270         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31271         dataset_temporary.  Track alloca usage into alloca_used.
31272         If dataset is large allocate and release it via malloc/free.
31273
31274 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31275
31276         [BZ #14197]
31277         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31278
31279 2012-11-28  David S. Miller  <davem@davemloft.net>
31280
31281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31282
31283 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31284
31285         [BZ #14803]
31286         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31287         of pi/2 rounded to nearest to 64 bits.
31288         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31289         nearest to 64 bits.
31290         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31291         bits.
31292
31293 2012-11-28  Jeff Law <law@redhat.com>
31294             Martin Osvald <mosvald@redhat.com>
31295
31296         [BZ #14889]
31297         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31298         * sunrpc/svc.c: Include time.h.
31299         (__svc_accept_failed): New function.
31300         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31301         any reason other than EINTR, call __svc_accept_failed.
31302         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31303         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31304
31305 2012-11-28  Andreas Schwab  <schwab@suse.de>
31306
31307         * scripts/abilist.awk: Also handle indirect functions in .opd
31308         section.
31309
31310 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31311
31312         [BZ #13881]
31313         * sysdeps/x86/fpu/powl_helper.c: New file.
31314         * sysdeps/x86/fpu/Makefile: Likewise.
31315         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31316         (p3): New object.
31317         (__ieee754_powl): Use __powl_helper for finite arguments except
31318         integer exponents below 8.
31319         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31320         (p3): New object.
31321         (__ieee754_powl): Use __powl_helper for finite arguments except
31322         integer exponents below 8.
31323         * math/libm-test.inc (pow_test): Add more tests and enable some
31324         previously disabled tests.
31325         * sysdeps/i386/fpu/libm-test-ulps: Update.
31326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31327
31328 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31329             Carlos O'Donell  <carlos_odonell@mentor.com>
31330
31331         * nss/makedb.c (is_prime): Assert that input is odd and greater
31332         than 4.  Note that fact in a comment too.
31333         (next_prime): Add 4 to input.
31334
31335 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31336
31337         [BZ #11741]
31338         * libio/Makefile (tests): Add test case tst-fwrite-error.
31339         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31340         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31341         * libio/tst-fwrite-error.c: New test case.
31342
31343 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31344
31345         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31346         before casting to void *.
31347         * include/libc-internal.h (__pointer_type): New macro.
31348         (__integer_if_pointer_type_sub): Likewise.
31349         (__integer_if_pointer_type): Likewise.
31350         (cast_to_integer): Likewise.
31351         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31352         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31353         before casting to atomic64_t.
31354         (atomic_exchange_acq): Likewise.
31355         (__arch_exchange_and_add_body): Likewise.
31356         (__arch_add_body): Likewise.
31357         (atomic_add_negative): Likewise.
31358         (atomic_add_zero): Likewise.
31359
31360 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31361
31362         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31363         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31364         (add_fdes): Likewise.
31365         (linear_search_fdes): Likewise.
31366         (binary_search_unencoded_fdes): Likewise.
31367
31368 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31369
31370         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31371
31372 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31373
31374         * configure.in: Autodetect C++ header directories.
31375         * configure: Regenerated.
31376
31377 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31378
31379         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31380
31381 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31382
31383         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31384
31385 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31386
31387         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31388         LDBL_MANT_DIG == 106]: Disable some tests.
31389         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31390         Likewise.
31391         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31392         Likewise.
31393
31394         [BZ #14871]
31395         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31396         input for small inputs.  Return +/- pi/2 for large inputs.
31397         * math/libm-test.inc (atan_test): Add more tests.
31398
31399         * sysdeps/generic/unwind-dw2-fde-glibc.c
31400         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31401         __attribute__ ((unused)).
31402
31403         [BZ #14645]
31404         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31405         x * y if x and y are nonzero and z is zero.
31406
31407         [BZ #14811]
31408         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31409         nonzero exponents with absolute value below 0x1p-117 to +/-
31410         0x1p-117.
31411
31412         [BZ #14869]
31413         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31414         up arguments below 2**-450, not just those below 2**-500.
31415         * math/libm-test.inc (hypot_test): Add another test.
31416
31417         [BZ #14868]
31418         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31419         Return a+b for ratio over 2**120, not 2**60.
31420         * math/libm-test.inc (hypot_test): Add another test.
31421
31422         * math/libm-test.inc (clog_test): Use
31423         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31424         (clog10_test): Likewise.
31425
31426         [BZ #6778]
31427         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31428
31429 2012-11-22  Andreas Schwab  <schwab@suse.de>
31430
31431         * sysdeps/i386/fpu/libm-test-ulps: Update.
31432
31433 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31434
31435         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31436         printf output with newline.
31437
31438 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31439
31440         [BZ #14865]
31441         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31442         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31443         -z nodlopen, -z initfirst and -z execstack support.
31444         * configure: Regenerated.
31445
31446         * elf/elf.h (DF_1_NODIRECT): New macro.
31447         (DF_1_IGNMULDEF): Likewise.
31448         (DF_1_NOKSYMS): Likewise.
31449         (DF_1_NOHDR): Likewise.
31450         (DF_1_EDITED): Likewise.
31451         (DF_1_NORELOC): Likewise.
31452         (DF_1_SYMINTPOSE): Likewise.
31453         (DF_1_GLOBAUDIT): Likewise.
31454         (DF_1_SINGLETON): Likewise.
31455         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31456         DT_1_SUPPORTED_MASK bits.
31457         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31458
31459 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31460
31461         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31462
31463 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31464
31465         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31466         macro.
31467
31468         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31469         (sendmmsg): Move declarations...
31470         * socket/sys/socket.h: ... here.
31471         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31472         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31473         include it from...
31474         * socket/recvmmsg.c: ... this new file.
31475         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31476         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31477         definition of __sendmmsg hidden.
31478         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31479         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31480         Move ENOSYS stub into and include it from...
31481         * socket/sendmmsg.c: ... this new file.
31482         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31483         (sysdep_routines): Move recvmmsg and sendmmsg...
31484         * socket/Makefile (routines): ... here.
31485         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31486         (GLIBC_PRIVATE): Add __sendmmsg.
31487         * include/sys/socket.h (__sendmmsg): Add declarations.
31488         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31489         sendmmsg.
31490
31491 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31492
31493         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31494         variable I1 with __attribute__ ((unused)).
31495         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31496
31497 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31498
31499         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31500         DUMMY variables with __attribute__ ((unused)).
31501
31502         * bits/byteswap.h: Include <bits/types.h>.
31503         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31504
31505 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31506
31507         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31508         string_t.  Do not manually set errno.
31509         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31510         length with __strnlen.  Make sure to both set errno and return it on
31511         failure.
31512
31513 2012-11-19  David S. Miller  <davem@davemloft.net>
31514
31515         With help from Joseph Myers.
31516         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31517         very large arguments properly.
31518         * math/libm-test.inc (atan_test): New tests.
31519         (atan2_test): New tests.
31520         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31521         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31522
31523 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31524
31525         [BZ #14856]
31526         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31527         Define to 3.
31528
31529         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31530         [POSIX] (EADDRNOTAVAIL): Likewise.
31531         [POSIX] (EAFNOSUPPORT): Likewise.
31532         [POSIX] (EALREADY): Likewise.
31533         [POSIX] (ECONNABORTED): Likewise.
31534         [POSIX] (ECONNREFUSED): Likewise.
31535         [POSIX] (ECONNRESET): Likewise.
31536         [POSIX] (EDESTADDRREQ): Likewise.
31537         [POSIX] (EDQUOT): Likewise.
31538         [POSIX] (EHOSTUNREACH): Likewise.
31539         [POSIX] (EIDRM): Likewise.
31540         [POSIX] (EISCONN): Likewise.
31541         [POSIX] (ELOOP): Likewise.
31542         [POSIX] (EMULTIHOP): Likewise.
31543         [POSIX] (ENETDOWN): Likewise.
31544         [POSIX] (ENETUNREACH): Likewise.
31545         [POSIX] (ENOBUFS): Likewise.
31546         [POSIX] (ENODATA): Likewise.
31547         [POSIX] (ENOLINK): Likewise.
31548         [POSIX] (ENOMSG): Likewise.
31549         [POSIX] (ENOPROTOOPT): Likewise.
31550         [POSIX] (ENOSR): Likewise.
31551         [POSIX] (ENOSTR): Likewise.
31552         [POSIX] (ENOTCONN): Likewise.
31553         [POSIX] (ENOTSOCK): Likewise.
31554         [POSIX] (EOPNOTSUPP): Likewise.
31555         [POSIX] (EOVERFLOW): Likewise.
31556         [POSIX] (EPROTO): Likewise.
31557         [POSIX] (EPROTONOSUPPORT): Likewise.
31558         [POSIX] (EPROTOTYPE): Likewise.
31559         [POSIX] (ESTALE): Likewise.
31560         [POSIX] (ETIME): Likewise.
31561         [POSIX] (ETXTBSY): Likewise.
31562         [POSIX] (EWOULDBLOCK): Likewise.
31563         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31564         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31565         [POSIX] (SEEK_CUR): Likewise.
31566         [POSIX] (SEEK_END): Likewise.
31567         [POSIX || UNIX98] (mode_t): Do not require.
31568         [POSIX] (off_t): Likewise.
31569         [POSIX] (pid_t): Likewise.
31570         [POSIX] (sys/stat.h): Do not allow header.
31571         [POSIX] (unistd.h): Likewise.
31572         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31573         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31574         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31575         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31576         require.
31577         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31578         sigevent): Specify elements.
31579         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31580         entry.
31581         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31582         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31583
31584         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31585         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31586         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31587         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31588         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31589         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31590         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31591         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31592         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31593         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31594         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31595         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31596         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31597         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31598         Likewise.
31599         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31600         Likewise.
31601         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31602         Likewise.
31603         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31604         Likewise.
31605         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31606         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31607         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31608         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31609         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31610         Specify lower bound on value.
31611         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31612         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31613         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31614         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31615         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31616         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31617         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31618         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31619         value.
31620         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31621         as optional.
31622         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31623         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31624         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31625         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31626         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31627         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31628         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31629         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31630         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31631         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31632         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31633         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31634         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31635         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31636         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31637         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31638         entry.
31639         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31640         optional.
31641         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31642         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31643         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31644         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31645         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31646         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31647         Likewise.
31648         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31649         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31650         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31651         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31652         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31653         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31654         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31655         as optional.
31656         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31657         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31658         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31659         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31660         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31661         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31662         specify as optional.
31663         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31664         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31665         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31666         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31667         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31668         [XPG3] (NL_LANGMAX): Likewise.
31669         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31670         [POSIX || XPG3] (NL_NMAX): Likewise.
31671         [POSIX || XPG3] (NL_SETMAX): Likewise.
31672         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31673         [XPG3] (NZERO): Likewise.
31674         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31675         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31676         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31677         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31678         (REG_ERANGE): Expect.
31679         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31680         optional-constant.
31681         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31682         Use (void) in prototype.
31683         [POSIX] (*_t): Allow.
31684         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31685         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31686         (WRDE_BADVAL): Expect.
31687
31688         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31689         expect.
31690         [XPG3 || XPG4] (O_RSYNC): Likewise.
31691         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31692         Likewise.
31693         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31694         [XPG3 || XPG4] (sigqueue): Likewise.
31695         [XPG3 || XPG4] (sigtimedwait): Likewise.
31696         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31697         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31698         [XPG3 || XPG4] (vsnprintf): Likewise.
31699         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31700         Likewise.
31701         [XPG3 || XPG4] (blksize_t): Likewise.
31702         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31703         Likewise.
31704         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31705         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31706         [XPG3 || XPG4] (struct itimerspec): Likewise.
31707         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31708         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31709         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31710         [XPG3 || XPG4] (clockid_t): Likewise.
31711         [XPG3 || XPG4] (timer_t): Likewise.
31712         [XPG3 || XPG4] (clock_getres): Likewise.
31713         [XPG3 || XPG4] (clock_gettime): Likewise.
31714         [XPG3 || XPG4] (clock_settime): Likewise.
31715         [XPG3 || XPG4] (nanosleep): Likewise.
31716         [XPG3 || XPG4] (timer_create): Likewise.
31717         [XPG3 || XPG4] (timer_delete): Likewise.
31718         [XPG3 || XPG4] (timer_gettime): Likewise.
31719         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31720         [XPG3 || XPG4] (timer_settime): Likewise.
31721         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31722         [XPG3 || XPG4] (getlogin_r): Likewise.
31723         [XPG3 || XPG4] (pread): Likewise.
31724         [XPG3 || XPG4] (pthread_atfork): Likewise.
31725         [XPG3 || XPG4] (pwrite): Likewise.
31726
31727         [BZ #14835]
31728         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31729         <bits/siginfo.h>.
31730
31731 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31732
31733         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31734         finalizing MALLSTREAM.
31735
31736         * sysdeps/mach/hurd/syncfs.c: New file.
31737
31738 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31739
31740         [BZ #14719]
31741         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31742         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31743         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31744         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31745         (_nss_dns_gethostbyname4_r): Likewise.
31746         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31747         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31748
31749 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31750
31751         [BZ #13763]
31752         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31753
31754 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31755
31756         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31757         * elf/cache.c (print_entry): Print ",AArch64" for
31758         FLAG_AARCH64_LIB64
31759
31760         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31761         * elf/cache.c (print_entry): Print ",hard-float" for
31762         FLAG_ARM_LIBHF.
31763
31764 2012-11-18  David S. Miller  <davem@davemloft.net>
31765
31766         With help from Joseph Myers.
31767         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31768         cutoff to 2**-13.
31769         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31770         cutoff to 2**-25.
31771         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31772         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31773         small.
31774         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31775         * math/libm-test.inc (y0_test): New tests.
31776         (y1_test): New tests.
31777         * sysdeps/i386/fpu/libm-test-ulps: Update.
31778         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31780
31781 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31782
31783         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31784         64-bit targets.
31785         * configure: Regenerated.
31786
31787 2012-11-17  David S. Miller  <davem@davemloft.net>
31788
31789         [BZ #14811]
31790         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31791         nonzero exponents with absolute value below 0x1p-128 to +/-
31792         0x1p-128.
31793
31794 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31795
31796         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31797
31798         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31799
31800         * posix/getconf-speclist.c: New file.
31801         * posix/posix-envs.def: Likewise.
31802         * posix/confstr.c (START_ENV_GROUP): New macro.
31803         (END_ENV_GROUP): Likewise.
31804         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31805         (KNOWN_PRESENT_ENV_STRING): Likewise.
31806         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31807         (UNKNOWN_ENVIRONMENT): Likewise.
31808         (confstr): Include posix-envs.def instead of handling
31809         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31810         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31811         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31812         (END_ENV_GROUP): Likewise.
31813         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31814         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31815         (UNKNOWN_ENVIRONMENT): Likewise.
31816         (__sysconf): Include posix-envs.def instead of handling associated
31817         cases directly here.
31818         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31819         preprocessing getconf-speclist.c rather than running getconf or
31820         generating empty file.
31821
31822 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31823
31824         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31825
31826 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31827
31828         [BZ #14672]
31829         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31830
31831 2012-11-16  David S. Miller  <davem@davemloft.net>
31832
31833         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31834         smaller than LDBL_EPSILON/2.0L, just return xm1.
31835
31836 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31837
31838         * elf/tst-array1.c (init): Set constructor priority to 1000.
31839         (fini): Set destructor priority to 1000.
31840         * elf/tst-array2dep.c: Likewise.
31841
31842 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31843
31844         [BZ #11741]
31845         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31846         (_IO_new_file_xsputn): Also return EOF if none of the input
31847         data was written when overflow failed.
31848         * libio/iopadn.c (_IO_padn): Likewise.
31849         * libio/iowpadn.c (_IO_wpadn): Likewise.
31850         * stdio-common/tst-put-error.c: Add copyright notice.
31851         (do_test): Add case for printing padded string.
31852         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31853         _IO_padn returned error.
31854         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31855         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31856         return EOF.
31857
31858 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31859
31860         * libio/libioP.h: Add comment note that the references to C++
31861         bits are now obsolete.
31862
31863 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31864
31865         * math/libm-test.inc (check_complex): Use asprintf.
31866
31867 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31868
31869         * debug/pcprofiledump.c (print_version): Update copyright year.
31870         * malloc/memusagestat.c (print_version): Likewise.
31871
31872 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31873
31874         [BZ #14831]
31875         * elf/Makefile (tests): Add tst-audit8.
31876         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31877         ($(objpfx)tst-audit8.out): New target.
31878         (tst-audit8-ENV): New variable.
31879         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31880         audit if l_reloc_result is NULL.
31881         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31882         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31883         * elf/tst-audit8.c: New file.
31884
31885 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31886
31887         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31888         * misc/Makefile (CFLAGS-select.c): Define.
31889         * posix/Makefile (CFLAGS-pause.c): Define.
31890
31891 2012-11-13  David S. Miller  <davem@davemloft.net>
31892
31893         * crypt/Makefile: Move test targets after toplevel Rules
31894         inclusion.  Grab any necessary sysdep routines when linking.
31895         * crypt/md5.c (md5_process_block): Remove define, we will always
31896         name it __md5_process_block.
31897         (md5_finish_ctx): Update md5_process_block call.
31898         (md5_stream): Likewise.
31899         (md5_process_bytes): Likewise.
31900         (md5_process_block): Rename to __md5_process_block and move to ...
31901         * crypt/md5-block.c: ... here.
31902         * crypt/sha256.c (sha256_process_block): Move to ...
31903         * crypt/sha256-block.c: ... here.
31904         * crypt/sha512.c (sha512_process_block): Move to ...
31905         * crypt/sha512-block.c: ... here.
31906         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31907         path.
31908         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31909         * sysdeps/sparc/sparc64/multiarch/Makefile
31910         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31911         crypt subdir.
31912         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31913         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31914         multiarch changes.
31915         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31916         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31917         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31918         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31919         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31920         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31921         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31922         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31923         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31924         file.
31925         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31926         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31927         file.
31928         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31929
31930 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31931
31932         * timezone/tzselect.ksh: Update from tzcode git revision
31933         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31934         * timezone/zdump.c: Likewise.
31935         * timezone/zic.c: Likewise.
31936         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31937         in TZVERSION setting, not $(PKGVERSION).
31938         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31939         REPORT_BUGS_TO settings.
31940
31941         [BZ #14838]
31942         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31943         macro.
31944
31945 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31946
31947         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31948         detection to immediately after _FP_ROUND().
31949         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31950         bits are 0.
31951
31952 2012-11-11  David S. Miller  <davem@davemloft.net>
31953
31954         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31955         inttypes.h
31956         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31957         __close rather than their public counterparts.
31958
31959 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31960
31961         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31962         file.
31963         [UNIX98] (sem_timedwait): Do not expect.
31964         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31965         [XPG4 || UNIX98] (sockatmark): Do not expect.
31966         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31967         (clock_getcpuclockid): Do not expect.
31968         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31969         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31970         Do not expect.
31971         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31972         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31973         [UNIX98] (vwscanf): Likewise.
31974         [UNIX98] (vswscanf): Likewise.
31975
31976 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31977
31978         * timezone/version.h: Remove file.
31979         * timezone/README: Do not refer to version.h.
31980         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31981         $(objpfx)version.h.
31982         ($(objpfx)zdump.o): Likewise.
31983         ($(objpfx)version.h): New target.
31984
31985         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31986         2012i.
31987         * timezone/README: Don't mention modification to tzselect.ksh.
31988         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31989         work on unmodified tzselect.ksh.  Substitute version numbers in
31990         tzselect.ksh.
31991
31992         * Makefile (format-me): Remove.
31993         (INSTALL): Adjust indentation.  Use commands directly instead of
31994         using $(format-me).
31995
31996         * aclocal.m4 (ACX_PKGVERSION): New macro.
31997         (ACX_BUGURL): Likewise.
31998         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31999         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32000         (REPORT_BUGS_TO): Likewise.
32001         * configure: Regenerated.
32002         * config.h.in (PKGVERSION): New macro.
32003         (REPORT_BUGS_TO): Likewise.
32004         * config.make.in (PKGVERSION): New variable.
32005         (PKGVERSION_TEXI): Likewise.
32006         (REPORT_BUGS_TO): Likewise.
32007         (REPORT_BUGS_TEXI): Likewise.
32008         * Makefile (format-me): Use -I$(common-objpfx)manual.
32009         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32010         ($(common-objpfx)manual/%): New target.
32011         (manual/%): Remove target.
32012         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32013         (print_version): Use PKGVERSION.
32014         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32015         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32016         and REPORT_BUGS_TO.
32017         ($(objpfx)xtrace): Likewise.
32018         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32019         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32020         (print_version): Use PKGVERSION.
32021         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32022         (do_version): Use PKGVERSION.
32023         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32024         REPORT_BUGS_TO.
32025         (common-ldd-rewrite): Likewise.
32026         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32027         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32028         (print_version): Use PKGVERSION.
32029         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32030         * elf/pldd.c (argp_program_bug_address): Remove variable.
32031         (more_help): New function.
32032         (argp): Use more_help.
32033         (print_version): Use PKGVERSION.
32034         * elf/sln.c (main): Use PKGVERSION.
32035         (usage): Use REPORT_BUGS_TO.
32036         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32037         (top level): Use PKGVERSION.
32038         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32039         (print_version): Use PKGVERSION.
32040         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32041         (print_version): Use PKGVERSION.
32042         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32043         (print_version): Use PKGVERSION.
32044         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32045         (print_version): Use PKGVERSION.
32046         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32047         (print_version): Use PKGVERSION.
32048         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32049         (print_version): Use PKGVERSION.
32050         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32051         and BUGURL.
32052         ($(objpfx)memusage): Likewise.
32053         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32054         (do_version): Use PKGVERSION.
32055         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32056         (print_version): Use PKGVERSION.
32057         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32058         ($PKGVERSION): New variable.
32059         ($REPORT_BUGS_TO): Likewise.
32060         (usage): Use $REPORT_BUGS_TO.
32061         (top level): Use $PKGVERSION.
32062         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32063         ($(objpfx)pkgvers.texi): New rule.
32064         ($(objpfx)stamp-pkgvers): Likewise.
32065         * manual/install.texi: Include pkgvers.texi.
32066         (--with-pkgversion): Document new configure option.
32067         (--with-bugurl): Likewise.
32068         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32069         than necessarily for this particular distribution.  Use
32070         REPORT_BUGS_TO for where to report bugs.
32071         * INSTALL: Regenerated.
32072         * manual/libc.texinfo: Include pkgvers.texi.
32073         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32074         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32075         (print_version): Use PKGVERSION.
32076         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32077         (print_version): Use PKGVERSION.
32078         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32079         (print_version): Use PKGVERSION.
32080         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32081         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32082         macro.
32083         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32084         (print_version): Use PKGVERSION.
32085         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32086         (print_version): Use PKGVERSION.
32087         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32088         and PKGVERSION.
32089
32090         * timezone/checktab.awk: Update from tzcode 2012i.
32091         * timezone/ialloc.c: Likewise.
32092         * timezone/private.h: Likewise.
32093         * timezone/scheck.c: Likewise.
32094         * timezone/tzfile.h: Likewise.
32095         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32096         (TZVERSION): Hardcode tzcode version number.
32097         * timezone/zdump.c: Update from tzcode 2012i.
32098         * timezone/zic.c: Likewise.
32099         * timezone/version.h: New file.
32100         * timezone/README: Describe version.h.  Update upstream location.
32101
32102         [BZ #14824]
32103         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32104         (mktemp): Enable declaration.
32105         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32106         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32107         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32108         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32109         Likewise.
32110         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32111         Likewise.
32112         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32113         Likewise.
32114         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32115         Likewise.
32116         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32117         Likewise.
32118         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32119         Likewise.
32120
32121         [BZ #14821]
32122         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32123         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32124         for copies of such integer values.
32125         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32126         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32127
32128 2012-11-09  Andreas Jaeger  <aj@suse.de>
32129
32130         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32131         definitions and declarations that are provided by
32132         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32133
32134 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32135
32136         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32137         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32138         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32139         definition.
32140
32141 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32142
32143         * elf/elf.h: Update comment before AArch64 relocations.
32144
32145 2012-11-07  David S. Miller  <davem@davemloft.net>
32146
32147         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32148         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32149         (__start_context): Declare.
32150         (__makecontext_ret): Delete.
32151         (__makecontext): Hook up __start_context instead of
32152         __makecontext_ret.
32153         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32154         (sysdep_routines): Add __start_context when in stdlib.
32155
32156 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32157
32158         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32159         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32160         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32161         hardcoded "nm".
32162         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32163         (READELF): New variable.  Use it instead of hardcoded "readelf".
32164
32165 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32166
32167         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32168         * sysdeps/x86/Makefile: Here.
32169         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32170         * sysdeps/x86/tst-xmmymm.sh: This.
32171
32172 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32173
32174         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32175         expectations.
32176         [UNIX98] (pthread_barrier_t): Do not expect.
32177         [UNIX98] (pthread_barrierattr_t): Likewise.
32178         [UNIX98] (pthread_spinlock_t): Likewise.
32179         [UNIX98] (pthread_barrier_destroy): Likewise.
32180         [UNIX98] (pthread_barrier_init): Likewise.
32181         [UNIX98] (pthread_barrier_wait): Likewise.
32182         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32183         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32184         [UNIX98] (pthread_barrierattr_init): Likewise.
32185         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32186         [UNIX98] (pthread_getcpuclockid): Likewise.
32187         [UNIX98] (pthread_mutex_timedlock): Likewise.
32188         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32189         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32190         [UNIX98] (pthread_sigmask): Likewise.
32191         [UNIX98] (pthread_spin_destroy): Likewise.
32192         [UNIX98] (pthread_spin_init): Likewise.
32193         [UNIX98] (pthread_spin_lock): Likewise.
32194         [UNIX98] (pthread_spin_trylock): Likewise.
32195         [UNIX98] (pthread_spin_unlock): Likewise.
32196         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32197         Do not expect.
32198         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32199         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32200         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32201         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32202         [XPG3 || XPG4] (pthread_key_t): Likewise.
32203         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32204         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32205         [XPG3 || XPG4] (pthread_once_t): Likewise.
32206         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32207         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32208         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32209         [XPG3 || XPG4] (pthread_t): Likewise.
32210
32211         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32212         not expect.
32213         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32214
32215         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32216         Change function return type to int.
32217
32218         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32219         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32220         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32221         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32222         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32223         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32224         [!POSIX] (posix_madvise): Likewise.
32225         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32226         && !UNIX98].
32227         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32228         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32229         (mode_t): Likewise.
32230         (posix_mem_offset): Likewise.
32231         (posix_typed_mem_get_info): Likewise.
32232         (posix_typed_mem_open): Likewise.
32233
32234         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32235         Change condition to [XOPEN2K8].
32236
32237         * conform/conformtest.pl: Preprocess allow-header data with -x c
32238         instead of from stdin.
32239         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32240         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32241         [C99-based standards] (cerfc): Likewise.
32242         [C99-based standards] (cexp2): Likewise.
32243         [C99-based standards] (cexpm1): Likewise.
32244         [C99-based standards] (clog10): Likewise.
32245         [C99-based standards] (clog1p): Likewise.
32246         [C99-based standards] (clog2): Likewise.
32247         [C99-based standards] (clgamma): Likewise.
32248         [C99-based standards] (ctgamma): Likewise.
32249         [C99-based standards] (cerff): Likewise.
32250         [C99-based standards] (cerfcf): Likewise.
32251         [C99-based standards] (cexp2f): Likewise.
32252         [C99-based standards] (cexpm1f): Likewise.
32253         [C99-based standards] (clog10f): Likewise.
32254         [C99-based standards] (clog1pf): Likewise.
32255         [C99-based standards] (clog2f): Likewise.
32256         [C99-based standards] (clgammaf): Likewise.
32257         [C99-based standards] (ctgammaf): Likewise.
32258         [C99-based standards] (cerfl): Likewise.
32259         [C99-based standards] (cerfcl): Likewise.
32260         [C99-based standards] (cexp2l): Likewise.
32261         [C99-based standards] (cexpm1l): Likewise.
32262         [C99-based standards] (clog10l): Likewise.
32263         [C99-based standards] (clog1pl): Likewise.
32264         [C99-based standards] (clog2l): Likewise.
32265         [C99-based standards] (clgammal): Likewise.
32266         [C99-based standards] (ctgammal): Likewise.
32267         * conform/data/inttypes.h-data [C99-based standards]: Include
32268         stdint.h-data.  Remove all expectations for stdint.h contents.
32269         [C99-based standards] (PRI*): Do not allow.
32270         [C99-based standards] (SCN*): Likewise.
32271         [C99-based standards] (*_t): Likewise.
32272         [C99-based-standards] (PRId8): Expect macro.
32273         [C99-based-standards] (PRIi8): Likewise.
32274         [C99-based-standards] (PRIo8): Likewise.
32275         [C99-based-standards] (PRIu8): Likewise.
32276         [C99-based-standards] (PRIx8): Likewise.
32277         [C99-based-standards] (PRIX8): Likewise.
32278         [C99-based-standards] (SCNd8): Likewise.
32279         [C99-based-standards] (SCNi8): Likewise.
32280         [C99-based-standards] (SCNo8): Likewise.
32281         [C99-based-standards] (SCNu8): Likewise.
32282         [C99-based-standards] (SCNx8): Likewise.
32283         [C99-based-standards] (PRIdLEAST8): Likewise.
32284         [C99-based-standards] (PRIiLEAST8): Likewise.
32285         [C99-based-standards] (PRIoLEAST8): Likewise.
32286         [C99-based-standards] (PRIuLEAST8): Likewise.
32287         [C99-based-standards] (PRIxLEAST8): Likewise.
32288         [C99-based-standards] (PRIXLEAST8): Likewise.
32289         [C99-based-standards] (SCNdLEAST8): Likewise.
32290         [C99-based-standards] (SCNiLEAST8): Likewise.
32291         [C99-based-standards] (SCNoLEAST8): Likewise.
32292         [C99-based-standards] (SCNuLEAST8): Likewise.
32293         [C99-based-standards] (SCNxLEAST8): Likewise.
32294         [C99-based-standards] (PRIdFAST8): Likewise.
32295         [C99-based-standards] (PRIiFAST8): Likewise.
32296         [C99-based-standards] (PRIoFAST8): Likewise.
32297         [C99-based-standards] (PRIuFAST8): Likewise.
32298         [C99-based-standards] (PRIxFAST8): Likewise.
32299         [C99-based-standards] (PRIXFAST8): Likewise.
32300         [C99-based-standards] (SCNdFAST8): Likewise.
32301         [C99-based-standards] (SCNiFAST8): Likewise.
32302         [C99-based-standards] (SCNoFAST8): Likewise.
32303         [C99-based-standards] (SCNuFAST8): Likewise.
32304         [C99-based-standards] (SCNxFAST8): Likewise.
32305         [C99-based-standards] (PRId16): Likewise.
32306         [C99-based-standards] (PRIi16): Likewise.
32307         [C99-based-standards] (PRIo16): Likewise.
32308         [C99-based-standards] (PRIu16): Likewise.
32309         [C99-based-standards] (PRIx16): Likewise.
32310         [C99-based-standards] (PRIX16): Likewise.
32311         [C99-based-standards] (SCNd16): Likewise.
32312         [C99-based-standards] (SCNi16): Likewise.
32313         [C99-based-standards] (SCNo16): Likewise.
32314         [C99-based-standards] (SCNu16): Likewise.
32315         [C99-based-standards] (SCNx16): Likewise.
32316         [C99-based-standards] (PRIdLEAST16): Likewise.
32317         [C99-based-standards] (PRIiLEAST16): Likewise.
32318         [C99-based-standards] (PRIoLEAST16): Likewise.
32319         [C99-based-standards] (PRIuLEAST16): Likewise.
32320         [C99-based-standards] (PRIxLEAST16): Likewise.
32321         [C99-based-standards] (PRIXLEAST16): Likewise.
32322         [C99-based-standards] (SCNdLEAST16): Likewise.
32323         [C99-based-standards] (SCNiLEAST16): Likewise.
32324         [C99-based-standards] (SCNoLEAST16): Likewise.
32325         [C99-based-standards] (SCNuLEAST16): Likewise.
32326         [C99-based-standards] (SCNxLEAST16): Likewise.
32327         [C99-based-standards] (PRIdFAST16): Likewise.
32328         [C99-based-standards] (PRIiFAST16): Likewise.
32329         [C99-based-standards] (PRIoFAST16): Likewise.
32330         [C99-based-standards] (PRIuFAST16): Likewise.
32331         [C99-based-standards] (PRIxFAST16): Likewise.
32332         [C99-based-standards] (PRIXFAST16): Likewise.
32333         [C99-based-standards] (SCNdFAST16): Likewise.
32334         [C99-based-standards] (SCNiFAST16): Likewise.
32335         [C99-based-standards] (SCNoFAST16): Likewise.
32336         [C99-based-standards] (SCNuFAST16): Likewise.
32337         [C99-based-standards] (SCNxFAST16): Likewise.
32338         [C99-based-standards] (PRId32): Likewise.
32339         [C99-based-standards] (PRIi32): Likewise.
32340         [C99-based-standards] (PRIo32): Likewise.
32341         [C99-based-standards] (PRIu32): Likewise.
32342         [C99-based-standards] (PRIx32): Likewise.
32343         [C99-based-standards] (PRIX32): Likewise.
32344         [C99-based-standards] (SCNd32): Likewise.
32345         [C99-based-standards] (SCNi32): Likewise.
32346         [C99-based-standards] (SCNo32): Likewise.
32347         [C99-based-standards] (SCNu32): Likewise.
32348         [C99-based-standards] (SCNx32): Likewise.
32349         [C99-based-standards] (PRIdLEAST32): Likewise.
32350         [C99-based-standards] (PRIiLEAST32): Likewise.
32351         [C99-based-standards] (PRIoLEAST32): Likewise.
32352         [C99-based-standards] (PRIuLEAST32): Likewise.
32353         [C99-based-standards] (PRIxLEAST32): Likewise.
32354         [C99-based-standards] (PRIXLEAST32): Likewise.
32355         [C99-based-standards] (SCNdLEAST32): Likewise.
32356         [C99-based-standards] (SCNiLEAST32): Likewise.
32357         [C99-based-standards] (SCNoLEAST32): Likewise.
32358         [C99-based-standards] (SCNuLEAST32): Likewise.
32359         [C99-based-standards] (SCNxLEAST32): Likewise.
32360         [C99-based-standards] (PRIdFAST32): Likewise.
32361         [C99-based-standards] (PRIiFAST32): Likewise.
32362         [C99-based-standards] (PRIoFAST32): Likewise.
32363         [C99-based-standards] (PRIuFAST32): Likewise.
32364         [C99-based-standards] (PRIxFAST32): Likewise.
32365         [C99-based-standards] (PRIXFAST32): Likewise.
32366         [C99-based-standards] (SCNdFAST32): Likewise.
32367         [C99-based-standards] (SCNiFAST32): Likewise.
32368         [C99-based-standards] (SCNoFAST32): Likewise.
32369         [C99-based-standards] (SCNuFAST32): Likewise.
32370         [C99-based-standards] (SCNxFAST32): Likewise.
32371         [C99-based-standards] (PRId64): Likewise.
32372         [C99-based-standards] (PRIi64): Likewise.
32373         [C99-based-standards] (PRIo64): Likewise.
32374         [C99-based-standards] (PRIu64): Likewise.
32375         [C99-based-standards] (PRIx64): Likewise.
32376         [C99-based-standards] (PRIX64): Likewise.
32377         [C99-based-standards] (SCNd64): Likewise.
32378         [C99-based-standards] (SCNi64): Likewise.
32379         [C99-based-standards] (SCNo64): Likewise.
32380         [C99-based-standards] (SCNu64): Likewise.
32381         [C99-based-standards] (SCNx64): Likewise.
32382         [C99-based-standards] (PRIdLEAST64): Likewise.
32383         [C99-based-standards] (PRIiLEAST64): Likewise.
32384         [C99-based-standards] (PRIoLEAST64): Likewise.
32385         [C99-based-standards] (PRIuLEAST64): Likewise.
32386         [C99-based-standards] (PRIxLEAST64): Likewise.
32387         [C99-based-standards] (PRIXLEAST64): Likewise.
32388         [C99-based-standards] (SCNdLEAST64): Likewise.
32389         [C99-based-standards] (SCNiLEAST64): Likewise.
32390         [C99-based-standards] (SCNoLEAST64): Likewise.
32391         [C99-based-standards] (SCNuLEAST64): Likewise.
32392         [C99-based-standards] (SCNxLEAST64): Likewise.
32393         [C99-based-standards] (PRIdFAST64): Likewise.
32394         [C99-based-standards] (PRIiFAST64): Likewise.
32395         [C99-based-standards] (PRIoFAST64): Likewise.
32396         [C99-based-standards] (PRIuFAST64): Likewise.
32397         [C99-based-standards] (PRIxFAST64): Likewise.
32398         [C99-based-standards] (PRIXFAST64): Likewise.
32399         [C99-based-standards] (SCNdFAST64): Likewise.
32400         [C99-based-standards] (SCNiFAST64): Likewise.
32401         [C99-based-standards] (SCNoFAST64): Likewise.
32402         [C99-based-standards] (SCNuFAST64): Likewise.
32403         [C99-based-standards] (SCNxFAST64): Likewise.
32404         [C99-based-standards] (PRIdMAX): Likewise.
32405         [C99-based-standards] (PRIiMAX): Likewise.
32406         [C99-based-standards] (PRIoMAX): Likewise.
32407         [C99-based-standards] (PRIuMAX): Likewise.
32408         [C99-based-standards] (PRIxMAX): Likewise.
32409         [C99-based-standards] (PRIXMAX): Likewise.
32410         [C99-based-standards] (SCNdMAX): Likewise.
32411         [C99-based-standards] (SCNiMAX): Likewise.
32412         [C99-based-standards] (SCNoMAX): Likewise.
32413         [C99-based-standards] (SCNuMAX): Likewise.
32414         [C99-based-standards] (SCNxMAX): Likewise.
32415         [C99-based-standards] (PRIdPTR): Likewise.
32416         [C99-based-standards] (PRIiPTR): Likewise.
32417         [C99-based-standards] (PRIoPTR): Likewise.
32418         [C99-based-standards] (PRIuPTR): Likewise.
32419         [C99-based-standards] (PRIxPTR): Likewise.
32420         [C99-based-standards] (PRIXPTR): Likewise.
32421         [C99-based-standards] (SCNdPTR): Likewise.
32422         [C99-based-standards] (SCNiPTR): Likewise.
32423         [C99-based-standards] (SCNoPTR): Likewise.
32424         [C99-based-standards] (SCNuPTR): Likewise.
32425         [C99-based-standards] (SCNxPTR): Likewise.
32426         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32427         allow.
32428         * conform/data/stdint.h-data: Update comments to clarify
32429         requirements.
32430         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32431         type.
32432         [C99-based standards] (INT8_MAX): Likewise.
32433         [C99-based standards] (INT16_MIN): Likewise.
32434         [C99-based standards] (INT16_MAX): Likewise.
32435         [C99-based standards] (INT32_MIN): Likewise.
32436         [C99-based standards] (INT32_MAX): Likewise.
32437         [C99-based standards] (INT64_MIN): Likewise.
32438         [C99-based standards] (INT64_MAX): Likewise.
32439         [C99-based standards] (UINT8_MAX): Likewise.
32440         [C99-based standards] (UINT16_MAX): Likewise.
32441         [C99-based standards] (UINT32_MAX): Likewise.
32442         [C99-based standards] (UINT64_MAX): Likewise.
32443         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32444         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32445         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32446         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32447         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32448         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32449         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32450         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32451         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32452         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32453         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32454         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32455         [C99-based standards] (INT_FAST8_MIN): Likewise.
32456         [C99-based standards] (INT_FAST8_MAX): Likewise.
32457         [C99-based standards] (INT_FAST16_MIN): Likewise.
32458         [C99-based standards] (INT_FAST16_MAX): Likewise.
32459         [C99-based standards] (INT_FAST32_MIN): Likewise.
32460         [C99-based standards] (INT_FAST32_MAX): Likewise.
32461         [C99-based standards] (INT_FAST64_MIN): Likewise.
32462         [C99-based standards] (INT_FAST64_MAX): Likewise.
32463         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32464         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32465         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32466         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32467         [C99-based standards] (INTPTR_MIN): Likewise.
32468         [C99-based standards] (INTPTR_MAX): Likewise.
32469         [C99-based standards] (UINTPTR_MAX): Likewise.
32470         [C99-based standards] (INTMAX_MIN): Likewise.
32471         [C99-based standards] (INTMAX_MAX): Likewise.
32472         [C99-based standards] (UINTMAX_MAX): Likewise.
32473         [C99-based standards] (PTRDIFF_MIN): Likewise.
32474         [C99-based standards] (PTRDIFF_MAX): Likewise.
32475         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32476         [C99-based standards] (SIZE_MAX): Likewise.
32477         [C99-based standards] (WCHAR_MAX): Likewise.
32478         [C99-based standards] (WINT_MAX): Likewise.
32479         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32480         constraint on value.
32481         [C99-based standards] (WCHAR_MIN): Likewise.
32482         [C99-based standards] (WINT_MIN): Likewise.
32483         [C99-based standards] (*_t): Allow.
32484         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32485         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32486         Include math.h-data and complex.h-data.  Remove all expectations
32487         of math.h and complex.h contents.
32488         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32489         at end of line.
32490         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32491         (struct tm): Expect tag.
32492         [C99-based-standards] (wcstof): Expect function.
32493         [C99-based-standards] (wcstold): Likewise.
32494         [C99-based-standards] (wcstoll): Likewise.
32495         [C99-based-standards] (wcstoull): Likewise.
32496         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32497         macro-int-constant.  Specify type.
32498         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32499         constraint on value.
32500         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32501         Specify type.
32502         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32503         Specify value.
32504         [ISO C standards]: Do not allow headers.
32505         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32506         wcs[abcdefghijklmnopqrstuvwxyz]*.
32507         [ISO C standards] (*_t): Do not allow.
32508         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32509         Expect function.
32510         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32511         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32512         Specify type.
32513         [ISO C standards]: Do not allow headers.
32514         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32515         is[abcdefghijklmnopqrstuvwxyz]*.
32516         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32517         to[abcdefghijklmnopqrstuvwxyz]*.
32518         [ISO C standards] (*_t): Do not allow.
32519         * conform/data/stdalign.h-data: New file.
32520         * conform/data/stdbool.h-data: Likewise.
32521         * conform/data/stdnoreturn.h-data: Likewise.
32522
32523 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32524
32525         [BZ #14815]
32526         * manual/filesys.texi (Directory Entries): Typo fix.
32527         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32528
32529 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32530
32531         * elf/elf.h (EM_AARCH64): New macro.
32532         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32533         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32534         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32535         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32536         (R_AARCH64_TLSDESC): Likewise.
32537         (NT_ARM_TLS): Likewise.
32538         (NT_ARM_HW_BREAK): Likewise.
32539         (NT_ARM_HW_WATCH): Likewise.
32540
32541 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32542
32543         [BZ #14811]
32544         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32545         (__ieee754_powl): Saturate nonzero exponents with absolute value
32546         below 0x1p-79 to +/- 0x1p-79.
32547         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32548         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32549         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32550         nonzero exponents with absolute value below 0x1p-32 to +/-
32551         0x1p-32.
32552         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32553         (__ieee754_powl): Saturate nonzero exponents with absolute value
32554         below 0x1p-79 to +/- 0x1p-79.
32555         * math/libm-test.inc (pow_test): Add more tests.
32556
32557 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32558
32559         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32560         _dl_s390_cap_flags with kernel. Increase string length.
32561         (_dl_s390_platforms): Add z196 and zEC12.
32562
32563 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32564
32565         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32566         Change XOPEN21K to XOPEN2K.
32567
32568 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32569
32570         * string/memmove.c: Use memcpy when possible.
32571
32572 2012-11-06  Andreas Jaeger  <aj@suse.de>
32573
32574         * po/eo.po: Update from translation team.
32575
32576 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32577
32578         [BZ #14793]
32579         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32580         exponent and small x and y exponents, scale x or y up.  Increase
32581         by 2 the exponent used in scaling up.
32582         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32583         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32584         * math/libm-test.inc (fma_test): Add more tests.
32585         (fma_test_towardzero): Likewise.
32586         (fma_test_downward): Likewise.
32587         (fma_test_upward): Likewise.
32588
32589 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32590
32591         [BZ #14805]
32592         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32593         fenv_t *.
32594
32595         [BZ #14801]
32596         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32597         namespace for names of struct fields.
32598         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32599         fenv_t fields.
32600         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32601         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32602
32603 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32604
32605         [BZ #3665]
32606         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32607
32608 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32609
32610         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32611         PTR_DEMANGLE.
32612
32613         [BZ #5246]
32614         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32615         PTR_DEMANGLE.
32616
32617 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32618
32619         [BZ #14797]
32620         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32621         definitely overflow as x * y not x * y + z.
32622         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32623         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32624         * math/libm-test.inc (fma_test): Add more tests.
32625         (fma_test_towardzero): Likewise.
32626         (fma_test_downward): Likewise.
32627         (fma_test_upward): Likewise.
32628
32629 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32630
32631         [BZ #157]
32632
32633         * include/stub-tag.h: Remove file.
32634         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32635         '#include' of it.
32636         * manual/maint.texi (Porting): Don't reference it.
32637         * Makerules ($(objpfx)stubs): Likewise.
32638         * dirent/closedir.c: Don't include <stub-tag.h>.
32639         * dirent/dirfd.c: Likewise.
32640         * dirent/fdopendir.c: Likewise.
32641         * dirent/getdents.c: Likewise.
32642         * dirent/getdents64.c: Likewise.
32643         * dirent/opendir.c: Likewise.
32644         * dirent/readdir.c: Likewise.
32645         * dirent/readdir64.c: Likewise.
32646         * dirent/readdir64_r.c: Likewise.
32647         * dirent/readdir_r.c: Likewise.
32648         * dirent/rewinddir.c: Likewise.
32649         * dirent/seekdir.c: Likewise.
32650         * dirent/telldir.c: Likewise.
32651         * gmon/profil.c: Likewise.
32652         * grp/setgroups.c: Likewise.
32653         * inet/if_index.c: Likewise.
32654         * io/access.c: Likewise.
32655         * io/chdir.c: Likewise.
32656         * io/chmod.c: Likewise.
32657         * io/chown.c: Likewise.
32658         * io/close.c: Likewise.
32659         * io/dup.c: Likewise.
32660         * io/dup2.c: Likewise.
32661         * io/dup3.c: Likewise.
32662         * io/euidaccess.c: Likewise.
32663         * io/faccessat.c: Likewise.
32664         * io/fchdir.c: Likewise.
32665         * io/fchmod.c: Likewise.
32666         * io/fchmodat.c: Likewise.
32667         * io/fchown.c: Likewise.
32668         * io/fchownat.c: Likewise.
32669         * io/fcntl.c: Likewise.
32670         * io/flock.c: Likewise.
32671         * io/fstatfs.c: Likewise.
32672         * io/fstatfs64.c: Likewise.
32673         * io/fstatvfs.c: Likewise.
32674         * io/fstatvfs64.c: Likewise.
32675         * io/futimens.c: Likewise.
32676         * io/fxstat.c: Likewise.
32677         * io/fxstat64.c: Likewise.
32678         * io/fxstatat.c: Likewise.
32679         * io/fxstatat64.c: Likewise.
32680         * io/getcwd.c: Likewise.
32681         * io/isatty.c: Likewise.
32682         * io/lchmod.c: Likewise.
32683         * io/lchown.c: Likewise.
32684         * io/link.c: Likewise.
32685         * io/linkat.c: Likewise.
32686         * io/lseek.c: Likewise.
32687         * io/lseek64.c: Likewise.
32688         * io/lxstat64.c: Likewise.
32689         * io/mkdir.c: Likewise.
32690         * io/mkdirat.c: Likewise.
32691         * io/mkfifo.c: Likewise.
32692         * io/mkfifoat.c: Likewise.
32693         * io/open.c: Likewise.
32694         * io/open64.c: Likewise.
32695         * io/openat.c: Likewise.
32696         * io/openat64.c: Likewise.
32697         * io/pipe.c: Likewise.
32698         * io/pipe2.c: Likewise.
32699         * io/poll.c: Likewise.
32700         * io/posix_fadvise.c: Likewise.
32701         * io/posix_fadvise64.c: Likewise.
32702         * io/posix_fallocate.c: Likewise.
32703         * io/posix_fallocate64.c: Likewise.
32704         * io/read.c: Likewise.
32705         * io/readlink.c: Likewise.
32706         * io/readlinkat.c: Likewise.
32707         * io/rmdir.c: Likewise.
32708         * io/sendfile.c: Likewise.
32709         * io/sendfile64.c: Likewise.
32710         * io/statfs.c: Likewise.
32711         * io/statfs64.c: Likewise.
32712         * io/statvfs.c: Likewise.
32713         * io/statvfs64.c: Likewise.
32714         * io/symlink.c: Likewise.
32715         * io/symlinkat.c: Likewise.
32716         * io/ttyname.c: Likewise.
32717         * io/ttyname_r.c: Likewise.
32718         * io/umask.c: Likewise.
32719         * io/unlink.c: Likewise.
32720         * io/unlinkat.c: Likewise.
32721         * io/utime.c: Likewise.
32722         * io/utimensat.c: Likewise.
32723         * io/write.c: Likewise.
32724         * io/xmknod.c: Likewise.
32725         * io/xmknodat.c: Likewise.
32726         * io/xstat.c: Likewise.
32727         * io/xstat64.c: Likewise.
32728         * login/getpt.c: Likewise.
32729         * login/grantpt.c: Likewise.
32730         * login/unlockpt.c: Likewise.
32731         * math/e_acoshl.c: Likewise.
32732         * math/e_acosl.c: Likewise.
32733         * math/e_asinl.c: Likewise.
32734         * math/e_atan2l.c: Likewise.
32735         * math/e_atanhl.c: Likewise.
32736         * math/e_coshl.c: Likewise.
32737         * math/e_expl.c: Likewise.
32738         * math/e_fmodl.c: Likewise.
32739         * math/e_gammal_r.c: Likewise.
32740         * math/e_hypotl.c: Likewise.
32741         * math/e_j0l.c: Likewise.
32742         * math/e_j1l.c: Likewise.
32743         * math/e_jnl.c: Likewise.
32744         * math/e_lgammal_r.c: Likewise.
32745         * math/e_log10l.c: Likewise.
32746         * math/e_log2l.c: Likewise.
32747         * math/e_logl.c: Likewise.
32748         * math/e_powl.c: Likewise.
32749         * math/e_rem_pio2l.c: Likewise.
32750         * math/e_sinhl.c: Likewise.
32751         * math/e_sqrtl.c: Likewise.
32752         * math/fclrexcpt.c: Likewise.
32753         * math/fedisblxcpt.c: Likewise.
32754         * math/feenablxcpt.c: Likewise.
32755         * math/fegetenv.c: Likewise.
32756         * math/fegetexcept.c: Likewise.
32757         * math/fegetround.c: Likewise.
32758         * math/feholdexcpt.c: Likewise.
32759         * math/fesetenv.c: Likewise.
32760         * math/fesetround.c: Likewise.
32761         * math/feupdateenv.c: Likewise.
32762         * math/fgetexcptflg.c: Likewise.
32763         * math/fraiseexcpt.c: Likewise.
32764         * math/fsetexcptflg.c: Likewise.
32765         * math/ftestexcept.c: Likewise.
32766         * math/k_cosl.c: Likewise.
32767         * math/k_rem_pio2l.c: Likewise.
32768         * math/k_sinl.c: Likewise.
32769         * math/k_tanl.c: Likewise.
32770         * math/s_asinhl.c: Likewise.
32771         * math/s_atanl.c: Likewise.
32772         * math/s_cbrtl.c: Likewise.
32773         * math/s_erfl.c: Likewise.
32774         * math/s_expm1l.c: Likewise.
32775         * math/s_log1pl.c: Likewise.
32776         * math/s_tanhl.c: Likewise.
32777         * misc/acct.c: Likewise.
32778         * misc/brk.c: Likewise.
32779         * misc/chflags.c: Likewise.
32780         * misc/chroot.c: Likewise.
32781         * misc/fchflags.c: Likewise.
32782         * misc/fgetxattr.c: Likewise.
32783         * misc/flistxattr.c: Likewise.
32784         * misc/fremovexattr.c: Likewise.
32785         * misc/fsetxattr.c: Likewise.
32786         * misc/fsync.c: Likewise.
32787         * misc/ftruncate.c: Likewise.
32788         * misc/futimes.c: Likewise.
32789         * misc/futimesat.c: Likewise.
32790         * misc/getdomain.c: Likewise.
32791         * misc/getdtsz.c: Likewise.
32792         * misc/gethostid.c: Likewise.
32793         * misc/gethostname.c: Likewise.
32794         * misc/getloadavg.c: Likewise.
32795         * misc/getpagesize.c: Likewise.
32796         * misc/getsysstats.c: Likewise.
32797         * misc/getxattr.c: Likewise.
32798         * misc/gtty.c: Likewise.
32799         * misc/ioctl.c: Likewise.
32800         * misc/lgetxattr.c: Likewise.
32801         * misc/listxattr.c: Likewise.
32802         * misc/llistxattr.c: Likewise.
32803         * misc/lremovexattr.c: Likewise.
32804         * misc/lsetxattr.c: Likewise.
32805         * misc/lutimes.c: Likewise.
32806         * misc/madvise.c: Likewise.
32807         * misc/mincore.c: Likewise.
32808         * misc/mlock.c: Likewise.
32809         * misc/mlockall.c: Likewise.
32810         * misc/mmap.c: Likewise.
32811         * misc/mprotect.c: Likewise.
32812         * misc/msync.c: Likewise.
32813         * misc/munlock.c: Likewise.
32814         * misc/munlockall.c: Likewise.
32815         * misc/munmap.c: Likewise.
32816         * misc/preadv.c: Likewise.
32817         * misc/preadv64.c: Likewise.
32818         * misc/ptrace.c: Likewise.
32819         * misc/pwritev.c: Likewise.
32820         * misc/pwritev64.c: Likewise.
32821         * misc/readv.c: Likewise.
32822         * misc/reboot.c: Likewise.
32823         * misc/remap_file_pages.c: Likewise.
32824         * misc/removexattr.c: Likewise.
32825         * misc/revoke.c: Likewise.
32826         * misc/select.c: Likewise.
32827         * misc/setdomain.c: Likewise.
32828         * misc/setegid.c: Likewise.
32829         * misc/seteuid.c: Likewise.
32830         * misc/sethostid.c: Likewise.
32831         * misc/sethostname.c: Likewise.
32832         * misc/setregid.c: Likewise.
32833         * misc/setreuid.c: Likewise.
32834         * misc/setxattr.c: Likewise.
32835         * misc/sstk.c: Likewise.
32836         * misc/stty.c: Likewise.
32837         * misc/swapoff.c: Likewise.
32838         * misc/swapon.c: Likewise.
32839         * misc/sync.c: Likewise.
32840         * misc/syncfs.c: Likewise.
32841         * misc/syscall.c: Likewise.
32842         * misc/truncate.c: Likewise.
32843         * misc/ualarm.c: Likewise.
32844         * misc/usleep.c: Likewise.
32845         * misc/ustat.c: Likewise.
32846         * misc/utimes.c: Likewise.
32847         * misc/vhangup.c: Likewise.
32848         * misc/writev.c: Likewise.
32849         * posix/_exit.c: Likewise.
32850         * posix/alarm.c: Likewise.
32851         * posix/execve.c: Likewise.
32852         * posix/fexecve.c: Likewise.
32853         * posix/fork.c: Likewise.
32854         * posix/fpathconf.c: Likewise.
32855         * posix/getaddrinfo.c: Likewise.
32856         * posix/getegid.c: Likewise.
32857         * posix/geteuid.c: Likewise.
32858         * posix/getgid.c: Likewise.
32859         * posix/getgroups.c: Likewise.
32860         * posix/getlogin.c: Likewise.
32861         * posix/getlogin_r.c: Likewise.
32862         * posix/getpgid.c: Likewise.
32863         * posix/getpid.c: Likewise.
32864         * posix/getppid.c: Likewise.
32865         * posix/getresgid.c: Likewise.
32866         * posix/getresuid.c: Likewise.
32867         * posix/getsid.c: Likewise.
32868         * posix/getuid.c: Likewise.
32869         * posix/glob64.c: Likewise.
32870         * posix/nanosleep.c: Likewise.
32871         * posix/pathconf.c: Likewise.
32872         * posix/pause.c: Likewise.
32873         * posix/posix_madvise.c: Likewise.
32874         * posix/pread.c: Likewise.
32875         * posix/pread64.c: Likewise.
32876         * posix/pwrite.c: Likewise.
32877         * posix/pwrite64.c: Likewise.
32878         * posix/sched_getaffinity.c: Likewise.
32879         * posix/sched_getp.c: Likewise.
32880         * posix/sched_gets.c: Likewise.
32881         * posix/sched_primax.c: Likewise.
32882         * posix/sched_primin.c: Likewise.
32883         * posix/sched_rr_gi.c: Likewise.
32884         * posix/sched_setaffinity.c: Likewise.
32885         * posix/sched_setp.c: Likewise.
32886         * posix/sched_sets.c: Likewise.
32887         * posix/sched_yield.c: Likewise.
32888         * posix/setgid.c: Likewise.
32889         * posix/setlogin.c: Likewise.
32890         * posix/setpgid.c: Likewise.
32891         * posix/setresgid.c: Likewise.
32892         * posix/setresuid.c: Likewise.
32893         * posix/setsid.c: Likewise.
32894         * posix/setuid.c: Likewise.
32895         * posix/sleep.c: Likewise.
32896         * posix/spawni.c: Likewise.
32897         * posix/sysconf.c: Likewise.
32898         * posix/times.c: Likewise.
32899         * posix/wait.c: Likewise.
32900         * posix/wait3.c: Likewise.
32901         * posix/wait4.c: Likewise.
32902         * posix/waitpid.c: Likewise.
32903         * resolv/gai_sigqueue.c: Likewise.
32904         * resource/getpriority.c: Likewise.
32905         * resource/getrlimit.c: Likewise.
32906         * resource/getrusage.c: Likewise.
32907         * resource/nice.c: Likewise.
32908         * resource/setpriority.c: Likewise.
32909         * resource/setrlimit.c: Likewise.
32910         * resource/ulimit.c: Likewise.
32911         * rt/aio_cancel.c: Likewise.
32912         * rt/aio_fsync.c: Likewise.
32913         * rt/aio_read.c: Likewise.
32914         * rt/aio_sigqueue.c: Likewise.
32915         * rt/aio_suspend.c: Likewise.
32916         * rt/aio_write.c: Likewise.
32917         * rt/clock_getres.c: Likewise.
32918         * rt/clock_gettime.c: Likewise.
32919         * rt/clock_nanosleep.c: Likewise.
32920         * rt/clock_settime.c: Likewise.
32921         * rt/lio_listio.c: Likewise.
32922         * rt/mq_close.c: Likewise.
32923         * rt/mq_getattr.c: Likewise.
32924         * rt/mq_notify.c: Likewise.
32925         * rt/mq_open.c: Likewise.
32926         * rt/mq_receive.c: Likewise.
32927         * rt/mq_send.c: Likewise.
32928         * rt/mq_setattr.c: Likewise.
32929         * rt/mq_timedreceive.c: Likewise.
32930         * rt/mq_timedsend.c: Likewise.
32931         * rt/mq_unlink.c: Likewise.
32932         * rt/shm_open.c: Likewise.
32933         * rt/shm_unlink.c: Likewise.
32934         * rt/timer_create.c: Likewise.
32935         * rt/timer_delete.c: Likewise.
32936         * rt/timer_getoverr.c: Likewise.
32937         * rt/timer_gettime.c: Likewise.
32938         * rt/timer_settime.c: Likewise.
32939         * setjmp/__longjmp.c: Likewise.
32940         * setjmp/setjmp.c: Likewise.
32941         * signal/kill.c: Likewise.
32942         * signal/killpg.c: Likewise.
32943         * signal/raise.c: Likewise.
32944         * signal/sigaction.c: Likewise.
32945         * signal/sigaltstack.c: Likewise.
32946         * signal/sigblock.c: Likewise.
32947         * signal/sigignore.c: Likewise.
32948         * signal/sigintr.c: Likewise.
32949         * signal/signal.c: Likewise.
32950         * signal/sigpause.c: Likewise.
32951         * signal/sigpending.c: Likewise.
32952         * signal/sigqueue.c: Likewise.
32953         * signal/sigreturn.c: Likewise.
32954         * signal/sigset.c: Likewise.
32955         * signal/sigsetmask.c: Likewise.
32956         * signal/sigstack.c: Likewise.
32957         * signal/sigsuspend.c: Likewise.
32958         * signal/sigtimedwait.c: Likewise.
32959         * signal/sigvec.c: Likewise.
32960         * signal/sigwait.c: Likewise.
32961         * signal/sigwaitinfo.c: Likewise.
32962         * signal/sysv_signal.c: Likewise.
32963         * socket/accept.c: Likewise.
32964         * socket/accept4.c: Likewise.
32965         * socket/bind.c: Likewise.
32966         * socket/connect.c: Likewise.
32967         * socket/getpeername.c: Likewise.
32968         * socket/getsockname.c: Likewise.
32969         * socket/getsockopt.c: Likewise.
32970         * socket/isfdtype.c: Likewise.
32971         * socket/listen.c: Likewise.
32972         * socket/recv.c: Likewise.
32973         * socket/recvfrom.c: Likewise.
32974         * socket/recvmsg.c: Likewise.
32975         * socket/send.c: Likewise.
32976         * socket/sendmsg.c: Likewise.
32977         * socket/sendto.c: Likewise.
32978         * socket/setsockopt.c: Likewise.
32979         * socket/shutdown.c: Likewise.
32980         * socket/sockatmark.c: Likewise.
32981         * socket/socket.c: Likewise.
32982         * socket/socketpair.c: Likewise.
32983         * stdio-common/ctermid.c: Likewise.
32984         * stdio-common/cuserid.c: Likewise.
32985         * stdio-common/remove.c: Likewise.
32986         * stdio-common/rename.c: Likewise.
32987         * stdio-common/renameat.c: Likewise.
32988         * stdio-common/tempname.c: Likewise.
32989         * stdlib/getcontext.c: Likewise.
32990         * stdlib/makecontext.c: Likewise.
32991         * stdlib/setcontext.c: Likewise.
32992         * stdlib/swapcontext.c: Likewise.
32993         * stdlib/system.c: Likewise.
32994         * streams/fattach.c: Likewise.
32995         * streams/fdetach.c: Likewise.
32996         * streams/getmsg.c: Likewise.
32997         * streams/getpmsg.c: Likewise.
32998         * streams/putmsg.c: Likewise.
32999         * streams/putpmsg.c: Likewise.
33000         * sysdeps/unix/bsd/getpt.c: Likewise.
33001         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33002         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33003         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33005         Likewise.
33006         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33007         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33008         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33009         * sysvipc/msgctl.c: Likewise.
33010         * sysvipc/msgget.c: Likewise.
33011         * sysvipc/msgrcv.c: Likewise.
33012         * sysvipc/msgsnd.c: Likewise.
33013         * sysvipc/semctl.c: Likewise.
33014         * sysvipc/semget.c: Likewise.
33015         * sysvipc/semop.c: Likewise.
33016         * sysvipc/semtimedop.c: Likewise.
33017         * sysvipc/shmat.c: Likewise.
33018         * sysvipc/shmctl.c: Likewise.
33019         * sysvipc/shmdt.c: Likewise.
33020         * sysvipc/shmget.c: Likewise.
33021         * termios/tcdrain.c: Likewise.
33022         * termios/tcflow.c: Likewise.
33023         * termios/tcflush.c: Likewise.
33024         * termios/tcgetattr.c: Likewise.
33025         * termios/tcgetpgrp.c: Likewise.
33026         * termios/tcsendbrk.c: Likewise.
33027         * termios/tcsetattr.c: Likewise.
33028         * termios/tcsetpgrp.c: Likewise.
33029         * time/adjtime.c: Likewise.
33030         * time/clock.c: Likewise.
33031         * time/getitimer.c: Likewise.
33032         * time/gettimeofday.c: Likewise.
33033         * time/setitimer.c: Likewise.
33034         * time/settimeofday.c: Likewise.
33035         * time/stime.c: Likewise.
33036         * time/time.c: Likewise.
33037
33038 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33039
33040         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33041         /usr/old/bin.
33042
33043         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33044         instead of spaces.
33045         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33046
33047 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33048
33049         [BZ #14796]
33050         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33051         FE_TONEAREST before applying Dekker multiplication and Knuth
33052         addition.  Clear inexact exceptions and check for exact zero
33053         results afterwards.
33054         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33055         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33056         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33057         * math/libm-test.inc (fma_test): Add more tests.
33058         (fma_test_towardzero): Likewise.
33059         (fma_test_downward): Likewise.
33060         (fma_test_upward): Likewise.
33061         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33062         function.
33063         (libc_fesetround): New macro.
33064         (libc_fesetroundf): Likewise.
33065         (libc_fesetroundl): Likewise.
33066         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33067         function.
33068         (libc_fesetround_387): Likewise.
33069         (libc_fesetroundf): New macro.
33070         (libc_fesetround): Likewise.
33071         (libc_fesetroundl): Likewise.
33072         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33073         function.
33074         (libc_fesetroundf): New macro.
33075         (libc_fesetround): Likewise.
33076         (libc_fesetroundl): Likewise.
33077         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33078         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33079         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33080         libm_hidden_ver.
33081         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33082         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33083         libm_hidden_def.
33084         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33085         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33086         libm_hidden_ver.
33087         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33088         libm_hidden_def.
33089
33090         [BZ #3439]
33091         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33092         integer constant usable in #if and use that to give value to enum
33093         constant.
33094         (FE_DIVBYZERO): Likewise.
33095         (FE_UNDERFLOW): Likewise.
33096         (FE_OVERFLOW): Likewise.
33097         (FE_INVALID): Likewise.
33098         (FE_INVALID_SNAN): Likewise.
33099         (FE_INVALID_ISI): Likewise.
33100         (FE_INVALID_IDI): Likewise.
33101         (FE_INVALID_ZDZ): Likewise.
33102         (FE_INVALID_IMZ): Likewise.
33103         (FE_INVALID_COMPARE): Likewise.
33104         (FE_INVALID_SOFTWARE): Likewise.
33105         (FE_INVALID_SQRT): Likewise.
33106         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33107         (FE_TONEAREST): Likewise.
33108         (FE_TOWARDZERO): Likewise.
33109         (FE_UPWARD): Likewise.
33110         (FE_DOWNWARD): Likewise.
33111         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33112         (FE_DIVBYZERO): Likewise.
33113         (FE_OVERFLOW): Likewise.
33114         (FE_UNDERFLOW): Likewise.
33115         (FE_INEXACT): Likewise.
33116         (FE_TONEAREST): Likewise.
33117         (FE_DOWNWARD): Likewise.
33118         (FE_UPWARD): Likewise.
33119         (FE_TOWARDZERO): Likewise.
33120         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33121         (FE_UNDERFLOW): Likewise.
33122         (FE_OVERFLOW): Likewise.
33123         (FE_DIVBYZERO): Likewise.
33124         (FE_INVALID): Likewise.
33125         (FE_TONEAREST): Likewise.
33126         (FE_TOWARDZERO): Likewise.
33127         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33128         (FE_OVERFLOW): Likewise.
33129         (FE_UNDERFLOW): Likewise.
33130         (FE_DIVBYZERO): Likewise.
33131         (FE_INEXACT): Likewise.
33132         (FE_TONEAREST): Likewise.
33133         (FE_TOWARDZERO): Likewise.
33134         (FE_UPWARD): Likewise.
33135         (FE_DOWNWARD): Likewise.
33136         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33137         (FE_DIVBYZERO): Likewise.
33138         (FE_OVERFLOW): Likewise.
33139         (FE_UNDERFLOW): Likewise.
33140         (FE_INEXACT): Likewise.
33141         (FE_TONEAREST): Likewise.
33142         (FE_DOWNWARD): Likewise.
33143         (FE_UPWARD): Likewise.
33144         (FE_TOWARDZERO): Likewise.
33145
33146 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33147
33148         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33149
33150 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33151
33152         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33153         commands.  Quote $PWD.
33154         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33155         -x" by "export".
33156         (remove_newlines): Remove.
33157
33158 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33159
33160         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33161         * stdlib/stdlib.h (atof): Moved to ...
33162         * include/bits/stdlib-float.h: Here.  New file.
33163         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33164         * stdlib/bits/stdlib-float.h: New file.
33165         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33166         -mno-sse -mno-mmx.
33167         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33168         <xmmintrin.h>.
33169
33170 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33171
33172         * conform/conformtest.pl (@headers): Add fenv.h.
33173         * conform/data/fenv.h-data: New file.
33174         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33175         include of <math/fenv.h>.
33176
33177         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33178         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33179         && !UNIX98].  Enables tests for XOPEN2K8.
33180         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33181         POSIX2008]: Likewise.
33182
33183         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33184         (struct rusage): Do not expect type or its members.
33185
33186         [BZ #3439]
33187         * math/math.h (FP_NAN): Define macro to integer constant usable in
33188         #if and use that to give value to enum constant.
33189         (FP_INFINITE): Likewise.
33190         (FP_ZERO): Likewise.
33191         (FP_SUBNORMAL): Likewise.
33192         (FP_NORMAL): Likewise.
33193
33194 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33195
33196         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33197         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33198         arguments.
33199
33200 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33201
33202         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33203         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33204         autoconf-time if not.
33205         * configure.in: Remove AC_PREREQ.
33206
33207 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33208
33209         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33210         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33211         of the internal implementation.
33212
33213 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33214
33215         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33216         except include of <misc/sys/syslog.h>.
33217
33218 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33219
33220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33221         function returns with a NULL context exit with zero.
33222
33223 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33224
33225         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33226
33227 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33228
33229         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33230         (run_program_cmd): This.
33231         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33232         (tst_langinfo): New variable.  Use it.
33233
33234 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33235
33236         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33237         floating point opcodes.
33238
33239 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33240
33241         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33242         variable.
33243
33244         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33245
33246         * sysdeps/mach/hurd/powerpc: Remove directory.
33247         * sysdeps/mach/powerpc: Likewise.
33248
33249 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33250
33251         * scripts/check-local-headers.sh: Ignore c++ headers.
33252
33253 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33254
33255         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33256         __libc_cleanup_region_start argument.
33257
33258 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33259
33260         [BZ #14784]
33261         [BZ #14785]
33262         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33263         x * y using scaling, not as x * y + z.
33264         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33265         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33266         * math/libm-test.inc (fma_test): Add more tests.
33267         (fma_test_towardzero): Likewise.
33268         (fma_test_downward): Likewise.
33269         (fma_test_upward): Likewise.
33270
33271 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33272
33273         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33274
33275 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33276
33277         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33278         New variable.
33279
33280 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33281
33282         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33283
33284 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33285
33286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33287         Fix sort order.
33288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33289         Likewise.
33290
33291 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33292
33293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33294         Fix the order of the list for glibc 2.17.
33295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33296         Likewise.
33297
33298 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33299
33300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33301
33302 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33303
33304         [BZ #14610]
33305         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33306         for low part of x being zero before using __atanl (y).
33307         * math/libm-test.inc (atan2_test): Add another test.
33308
33309         * manual/install.texi (Configuring and compiling): Document
33310         general use of test-wrapper and test-wrapper-env.
33311         * INSTALL: Regenerated.
33312
33313         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33314         (__fma): Do not extract and scale down low bits on after-rounding
33315         systems when result rounded to normal precision would have normal
33316         exponent.
33317         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33318         (__fmal): Do not extract and scale down low bits on after-rounding
33319         systems when result rounded to normal precision would have normal
33320         exponent.
33321         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33322         (__fmal): Do not extract and scale down low bits on after-rounding
33323         systems when result rounded to normal precision would have normal
33324         exponent.
33325         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33326         macro.
33327         (fma_test): Add more tests.
33328         (fma_test_towardzero): Likewise.
33329         (fma_test_downward): Likewise.
33330         (fma_test_upward): Likewise.
33331
33332 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33333
33334         * sysdeps/i386/tininess.h: Renamed to ...
33335         * sysdeps/x86/tininess.h: This.
33336         * sysdeps/x86_64/tininess.h: Removed.
33337
33338 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33339
33340         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33341         input.  Use $(build-program-cmd).
33342         ($(objpfx)tst-array1-static.out): Likewise.
33343         ($(objpfx)tst-array2.out): Likewise.
33344         ($(objpfx)tst-array3.out): Likewise.
33345         ($(objpfx)tst-array4.out): Likewise.
33346         ($(objpfx)tst-array5.out): Likewise.
33347         ($(objpfx)tst-array5-static.out): Likewise.
33348
33349 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33350
33351         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33352         if defined.
33353
33354         * nss/nsswitch.h (nss_interface_function): Provide new
33355         macro for use with NSS functions.
33356         * grp/initgroups.c: Use new macro.
33357         * nss/getXXbyYY.c: Likewise.
33358         * nss/getXXbyYY_r.c: Likewise.
33359         * nss/getXXent.c: Likewise.
33360         * nss/getXXent_r.c: Likewise.
33361         * sysdeps/posix/getaddrinfo.c: Likewise.
33362
33363 2012-10-30  Andreas Jaeger  <aj@suse.de>
33364
33365         * po/ru.po: Update Russion translation from translation project.
33366
33367 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33368
33369         [BZ #14152]
33370         [BZ #14783]
33371         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33372         result and shift together with sticky bit instead of replicating
33373         round-to-nearest rounding.
33374         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33375         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33376         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33377         missing underflow exceptions.
33378         (fma_test_towardzero): Add more tests.
33379         (fma_test_downward): Likewise.
33380         (fma_test_upward): Likewise.
33381
33382         [BZ #14047]
33383         * sysdeps/generic/tininess.h: New file.
33384         * sysdeps/i386/tininess.h: Likewise.
33385         * sysdeps/sh/tininess.h: Likewise.
33386         * sysdeps/x86_64/tininess.h: Likewise.
33387         * stdlib/tst-strtod-underflow.c: Likewise.
33388         * stdlib/tst-tininess.c: Likewise.
33389         * stdlib/strtod_l.c: Include <tininess.h>.
33390         (round_and_return): Do not set errno for exact underflow cases.
33391         Force an underflow exception when setting errno for underflow.
33392         Determine underflow based on rounding to normal precision if
33393         TININESS_AFTER_ROUNDING.
33394         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33395         ERANGE for exact underflow cases.
33396         * stdlib/Makefile (tests): Add tst-tininess and
33397         tst-strtod-underflow.
33398         ($(objpfx)tst-tininess): Use $(link-libm).
33399         ($(objpfx)tst-strtod-underflow): Likewise.
33400
33401 2012-10-30  Andreas Jaeger  <aj@suse.de>
33402
33403         [BZ#14767]
33404         * elf/Makefile (tests): Remove conditional for have-initfini-array
33405         since this is now always required and the variable does not exist
33406         anymore.
33407         (tests-static): Likewise.
33408         (modules-names): Likewise.
33409
33410         * po/eo.po: Add Esperanto translation from translation project.
33411
33412         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33413         merged with constructor/destructor.
33414         (init_array): Likewise.
33415         * elf/tst-array2dep.c (fini_array): Likewise.
33416         (init_array): Likewise.
33417
33418 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33419
33420         * manual/message.texi: Delete @cartouche tags.
33421
33422 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33423
33424         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33425         EOPNOTSUPP.
33426         * sysdeps/mach/hurd/fsync.c: Likewise.
33427
33428         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33429         [_POSIX_REALTIME_SIGNALS]: Change condition to
33430         [_POSIX_REALTIME_SIGNALS > 0].
33431
33432 2012-10-27  Andreas Jaeger  <aj@suse.de>
33433
33434         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33435         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33436         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33437         [__WORDSIZE != 64]: Likewise.
33438
33439 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33440
33441         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33442         *  iconvdata/tst-tables.sh: Likewise.
33443
33444 2012-10-25  David S. Miller  <davem@davemloft.net>
33445
33446         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33447         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33448         of strtoull.
33449
33450         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33451         ifunc-impl-list.c
33452         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33453         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33454         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33455         file.
33456
33457 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33458
33459         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33460         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33461         __getdirentries.
33462
33463 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33464             Jim Blandy  <jimb@codesourcery.com>
33465
33466         * scripts/cross-test-ssh.sh: New file.
33467         * manual/install.texi (Configuring and compiling): Document use of
33468         cross-test-ssh.sh.
33469         * INSTALL: Regenerated.
33470
33471 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33472
33473         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33474         EOPNOTSUPP.
33475
33476 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33477
33478         * Makeconfig (run-program-prefix): Fix comment.
33479
33480 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33481             Jim Blandy  <jimb@codesourcery.com>
33482
33483         * Makeconfig (test-wrapper): New variable,
33484         (test-wrapper-env): Likewise.
33485         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33486         (run-built-tests): Define to yes.
33487         (run-program-prefix): Use $(test-wrapper).
33488         (built-program-cmd): Likewise.
33489         * Rules (make-test-out): Use $(test-wrapper-env) and
33490         $(host-built-program-cmd).
33491         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33492         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33493         tst-pathopt.sh.
33494         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33495         $(test-wrapper-env) to tst-rtld-load-self.sh.
33496         ($(objpfx)order2.out): Use $(test-wrapper).
33497         ($(objpfx)tst-initorder.out): Likewise.
33498         ($(objpfx)tst-initorder2.out): Likewise.
33499         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33500         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33501         (test_wrapper_env): New variable.  Use it to run ld.so.
33502         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33503         Use it to run ld.so.
33504         (test_wrapper_env): Likewise.
33505         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33506         $(test-wrapper) to run-iconv-test.sh.
33507         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33508         (ICONV): Use $test_wrapper.
33509         * posix/Makefile ($(objpfx)globtest.out): Pass
33510         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33511         globtest.sh, not $(run-program-prefix).
33512         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33513         (test_wrapper): Likewise.
33514         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33515         set together with run_via_rtld_prefix.
33516         (run_program_prefix): Define in terms of test_wrapper and
33517         run_via_rtld_prefix.
33518
33519 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33520
33521         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33522         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33523         Targets removed.
33524
33525         [BZ #14743]
33526         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33527         Declare __clock_getres, __clock_gettime, __clock_settime,
33528         __clock_nanosleep, and __clock_getcpuclockid.
33529         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33530         Remove librt_hidden_def (clock_gettime).
33531         * sysdeps/unix/clock_gettime.c: Likewise.
33532         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33533         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33534         * rt/clock_getres.c: Define __clock_getres as an alias.
33535         * sysdeps/posix/clock_getres.c: Likewise.
33536         * rt/clock_settime.c: Define __clock_settime as an alias.
33537         * sysdeps/unix/clock_settime.c: Likewise.
33538         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33539         * sysdeps/unix/clock_nanosleep.c: Likewise.
33540         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33541         * rt/clock-compat.c: New file.
33542         * rt/Makefile (librt-routines): Add clock-compat and move
33543         $(clock-routines) to ...
33544         (routines): ... here, new variable.
33545         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33546         Don't add get_clockfreq here.
33547         * rt/Versions (libc: GLIBC_2.17): New version set.
33548         Add clock_* symbols here.
33549         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33550         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33551         (GLIBC_2.17): Add clock_* symbols.
33552         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33554         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33556         Likewise.
33557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33558         Likewise.
33559         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33560         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33562         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33563         * NEWS: Mention the move.
33564
33565         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33566         Use __open, __read, __close rather than their public counterparts.
33567         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33568         (__get_clockfreq_via_cpuinfo): Likewise.
33569         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33570         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33571
33572         * config.h.in (HAVE_IFUNC): New #undef.
33573         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33574         was successful.
33575         * configure: Regenerated.
33576
33577 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33578
33579         * configure.in: Move READELF check to start of file.
33580         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33581         libc_cv_asm_gnu_indirect_function in the process.
33582         * configure: Regenerated.
33583
33584 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33585
33586         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33587         send the output to /dev/null.
33588         (libc_cv_cc_with_libunwind): Likewise.
33589         (libc_cv_as_noexecstack): Likewise.
33590         * configure: Regenerate.
33591
33592 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33593
33594         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33595
33596         * posix/globtest.sh (TMPDIR): Do not set.
33597         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33598         (testout): Likewise.
33599
33600 2012-10-24  Andreas Jaeger  <aj@suse.de>
33601
33602         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33603         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33604         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33605         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33606         posix_fadvise64, posix_fallocate64.
33607
33608         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33609         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33610         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33611         Likewise.
33612         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33613         Likewise.
33614         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33615
33616         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33617         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33618         <bits/fcntl-linux.h>.
33619         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33620
33621         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33622         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33623         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33624         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33625         [__WORDSIZE != 64]: Likewise.
33626
33627 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33628
33629         * Makeconfig (run-built-tests): New variable.
33630         * Rules [$(cross-compiling) = yes]: Change condition to
33631         [$(run-built-tests) = no].
33632         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33633         to [$(run-built-tests) = yes].
33634         * elf/Makefile [$(cross-compiling) = no]: Likewise
33635         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33636         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33637         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33638         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33639         * io/Makefile [$(cross-compiling) = no]: Likewise.
33640         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33641         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33642         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33643         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33644         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33645         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33646         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33647         * string/Makefile [$(cross-compiling) = no]: Likewise.
33648
33649         * posix/Makefile ($(objpfx)globtest.out): Pass
33650         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33651         $(rtld-installed-name).
33652         * posix/globtest.sh (elf_objpfx): Remove variable.
33653         (rtld_installed_name): Likewise.
33654         (library_path): Likewise.
33655         (run_program_prefix): New variable.  Use for running globtest
33656         binary.
33657
33658 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33659             Joseph Myers  <joseph@codesourcery.com>
33660
33661         * Makeconfig (host-built-program-cmd): New variable.
33662         * elf/Makefile (tst-stackguard1-ARGS): Use
33663         $(host-built-program-cmd).
33664         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33665         (tst-spawn-ARGS): Likewise.
33666         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33667
33668 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33669             Jim Blandy  <jimb@codesourcery.com>
33670
33671         * Makeconfig (run-via-rtld-prefix): New variable.
33672         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33673         (built-program-cmd): Likewise.
33674
33675 2012-10-22  Andreas Jaeger  <aj@suse.de>
33676
33677         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33678         __O_RSYNC if it exists, otherwise to O_SYNC.
33679
33680 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33681             Joseph Myers  <joseph@codesourcery.com>
33682
33683         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33684         /dev/null.
33685         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33686         from /dev/null
33687         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33688         /dev/null.
33689
33690 2012-10-22  Andreas Jaeger  <aj@suse.de>
33691
33692         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33693         Define always.
33694         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33695
33696         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33697         bits/fcntl-linux.h.
33698
33699         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33700         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33701
33702         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33703         to __O_LARGEFILE.
33704         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33705         to __O_LARGEFILE.
33706
33707 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33708             Joseph Myers  <joseph@codesourcery.com>
33709
33710         * config.make.in (NM): New variable.
33711
33712 2012-10-21  Andreas Jaeger  <aj@suse.de>
33713
33714         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33715         definitions and declarations that are provided by
33716         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33717
33718 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33719
33720         [BZ #14683]
33721         * elf/Makefile (tests-static): Add tst-leaks1-static.
33722         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33723         ($(objpfx)tst-leaks1-static): New rule.
33724         ($(objpfx)tst-leaks1-static-mem): Likewise.
33725         (tst-leaks1-static-ENV): New macro.
33726         * elf/dl-open.c (dl_open_worker): Check the main application
33727         only if SHARED is defined.
33728         * elf/tst-leaks1-static.c: New file.
33729
33730 2012-10-20  Andreas Jaeger  <aj@suse.de>
33731
33732         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33733         generic values for Linux.
33734         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33735         and declarations that are provided by <bits/fcntl-linux.h> and
33736         include <bits/fcntl-linux.h>.
33737         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33738         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33739
33740 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33741
33742         * io/fcntl.h: Move include of <bits/types.h> to the top and
33743         include it unconditionally.
33744
33745 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33746
33747         * wcsmbs/Makefile (tests-ifunc): New variable.
33748         (tests): Add $(tests-ifunc).
33749         * wcsmbs/test-wcschr-ifunc.c: New file.
33750         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33751         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33752         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33753         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33754         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33755
33756         * string/Makefile (tests-ifunc): New variable.
33757         (tests): Add $(tests-ifunc).
33758         * string/test-memccpy.c (TEST_NAME): New macro.
33759         * string/test-memchr.c (TEST_NAME): Likewise.
33760         * string/test-memcmp.c (TEST_NAME): Likewise.
33761         * string/test-memcpy.c (TEST_NAME): Likewise.
33762         * string/test-memmem.c (TEST_NAME): Likewise.
33763         * string/test-memmove.c (TEST_NAME): Likewise.
33764         * string/test-memset.c (TEST_NAME): Likewise.
33765         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33766         * string/test-stpcpy.c (TEST_NAME): Likewise.
33767         * string/test-stpncpy.c (TEST_NAME): Likewise.
33768         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33769         * string/test-strcasestr.c (TEST_NAME): Likewise.
33770         * string/test-strcat.c (TEST_NAME): Likewise.
33771         * string/test-strchr.c (TEST_NAME): Likewise.
33772         * string/test-strcmp.c(TEST_NAME): Likewise.
33773         * string/test-strcpy.c (TEST_NAME): Likewise.
33774         * string/test-strcspn.c (TEST_NAME): Likewise.
33775         * string/test-strlen.c (TEST_NAME): Likewise.
33776         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33777         * string/test-strncmp.c (TEST_NAME): Likewise.
33778         * string/test-strncpy.c (TEST_NAME): Likewise.
33779         * string/test-strnlen.c (TEST_NAME): Likewise.
33780         * string/test-strpbrk.c (TEST_NAME): Likewise.
33781         * string/test-strrchr.c (TEST_NAME): Likewise.
33782         * string/test-strspn.c (TEST_NAME): Likewise.
33783         * string/test-strstr.c (TEST_NAME): Likewise.
33784         * string/test-bcopy-ifunc.c: New file.
33785         * string/test-bzero-ifunc.c: Likewise.
33786         * string/test-memccpy-ifunc.c: Likewise.
33787         * string/test-memchr-ifunc.c: Likewise.
33788         * string/test-memcmp-ifunc.c: Likewise.
33789         * string/test-memcpy-ifunc.c: Likewise.
33790         * string/test-memmem-ifunc.c: Likewise.
33791         * string/test-memmove-ifunc.c: Likewise.
33792         * string/test-mempcpy-ifunc.c: Likewise.
33793         * string/test-memset-ifunc.c: Likewise.
33794         * string/test-rawmemchr-ifunc.c: Likewise.
33795         * string/test-stpcpy-ifunc.c: Likewise.
33796         * string/test-stpncpy-ifunc.c: Likewise.
33797         * string/test-strcasecmp-ifunc.c: Likewise.
33798         * string/test-strcasestr-ifunc.c: Likewise.
33799         * string/test-strcat-ifunc.c: Likewise.
33800         * string/test-strchr-ifunc.c: Likewise.
33801         * string/test-strchrnul-ifunc.c: Likewise.
33802         * string/test-strcmp-ifunc.c: Likewise.
33803         * string/test-strcpy-ifunc.c: Likewise.
33804         * string/test-strcspn-ifunc.c: Likewise.
33805         * string/test-strlen-ifunc.c: Likewise.
33806         * string/test-strncasecmp-ifunc.c: Likewise.
33807         * string/test-strncat-ifunc.c: Likewise.
33808         * string/test-strncmp-ifunc.c: Likewise.
33809         * string/test-strncpy-ifunc.c: Likewise.
33810         * string/test-strnlen-ifunc.c: Likewise.
33811         * string/test-strpbrk-ifunc.c: Likewise.
33812         * string/test-strrchr-ifunc.c: Likewise.
33813         * string/test-strspn-ifunc.c: Likewise.
33814         * string/test-strstr-ifunc.c: Likewise.
33815
33816         * debug/Makefile (tests-ifunc): New variable.
33817         (tests): Add $(tests-ifunc).
33818         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33819         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33820         * debug/test-stpcpy_chk-ifunc.c: New file.
33821         * debug/test-strcpy_chk-ifunc.c: Likewise.
33822
33823 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33824
33825         [BZ #13601]
33826         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33827         header is not read in.
33828
33829 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33830
33831         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33832         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33833         directly.  Pass built executable to script as
33834         $(built-program-cmd).
33835         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33836         $testprogram without using LD_LIBRARY_PATH and $ldso.
33837
33838         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33839         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33840         $(rtld-installed-name).
33841         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33842         (rtld_installed_name): Likewise.
33843         (library_path): Likewise.
33844         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33845         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33846         $(run-program-prefix) to tst-tables.sh.
33847         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33848         it to run tst-table-from and tst-table-to.
33849         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33850         Pass it to tst-table.sh.
33851         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33852         $(run-program-prefix) to tst-gettext.sh.
33853         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33854         tst-translit.sh.
33855         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33856         tst-gettext2.sh.
33857         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33858         to run tst-gettext.
33859         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33860         to run tst-gettext2.
33861         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33862         to run tst-translit.
33863         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33864         $(run-program-prefix) to tst-mtrace.sh.
33865         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33866         to run tst-mtrace.
33867         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33868         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33869         $(rtld-installed-name).
33870         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33871         (rtld_installed_name): Likewise.
33872         (run_program_prefix): New variable.  Use it to run wordexp-test.
33873
33874         * Makeconfig (ARCH): Remove all definitions.
33875         (machine): Likewise.
33876         [ARCH]: Remove conditional code.
33877         [!objdir]: Give error.
33878         [!objdir] (objpfx): Remove.
33879         [!objdir] (common-objpfx): Likewise.
33880         [!objdir] (common-objdir): Likewise.
33881         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33882         AC_CONFIG_FILES call.
33883         * configure: Regenerated.
33884
33885         [BZ #13888]
33886         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33887         or TMPDIR.
33888         (testout): Likewise.
33889
33890         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33891         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33892         $(rtld-installed-name).
33893         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33894         (rtld_installed_name): Likwise.
33895         (runit): Remove function.
33896         (run_getconf): New variable,  Use it for running getconf binary.
33897
33898 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33899
33900         [BZ #14716]
33901         * string/test-memmem.c (check_result): New function.
33902         (do_one_test): Use it.
33903         (check1): New function.
33904         (test_main): Use it.
33905
33906 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33907
33908         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33909
33910 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33911
33912         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33913         (_G_LSEEK64): Likewise.
33914         (_G_MMAP64): Likewise.
33915         (_G_FSTAT64): Likewise.
33916         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33917         (_G_LSEEK64): Likewise.
33918         (_G_MMAP64): Likewise.
33919         (_G_FSTAT64): Likewise.
33920         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33921         unconditional.  Call __mmap64 directly.
33922         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33923         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33924         __lseek64 directly.
33925         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33926         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33927         __mmap64 directly.
33928         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33929         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33930         __lseek64 directly.
33931         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33932         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33933         __lseek64 directly.
33934         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33935         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33936         __lseek64 directly.
33937         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33938         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33939         __fxstat64 directly.
33940         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33941         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33942         unconditional.
33943         (freopen64) [!_G_OPEN64]: Remove conditional code.
33944         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33945         unconditional.
33946         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33947         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33948         unconditional.
33949         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33950         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33951         unconditional.
33952         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33953         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33954         unconditional.
33955         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33956         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33957         unconditional.
33958         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33959         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33960         unconditional.
33961         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33962         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33963         unconditional.
33964         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33965
33966 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33967
33968         [BZ #12140]
33969         * manual/memory.texi (Malloc Tunable Parameters): Add note
33970         about free list pointers overwriting some perturb bytes.
33971         Wording suggested by Roland McGrath.
33972
33973 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33974
33975         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33976         (lgamma_test): Likewise.
33977         (tgamma_test): Likewise.
33978
33979 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33980
33981         [BZ #14700]
33982         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33983         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33984
33985 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33986
33987         * NEWS: Mention BZ #14716.
33988         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33989         when removing AVAILABLE1_USES_J macro.
33990
33991 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33992
33993         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33994         (__bswap_64): __uint64_t for unsigned 64-bit int.
33995
33996 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33997
33998         * include/string.h (memmem): Declare libc hidden alias.
33999         * string/memmem.c (memmem): Define libc hidden alias.
34000         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34001         __read, __close instead of open, read, close.
34002
34003 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34004
34005         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34006         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34007         global and hidden.
34008         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34009         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34010         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34011         Likewise.
34012         (__rawmemchr_sse2): Likewise.
34013         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34014         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34015         (__strchr_sse2): Likewise.
34016         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34017         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34018         (__strcasecmp_sse2): Likewise.
34019         (__strncasecmp_sse2): Likewise.
34020         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34021         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34022         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34023         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34024         (__strrchr_sse2): Likewise.
34025         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34026         ifunc-impl-list.c.
34027         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34028         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34029         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34030         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34031         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34032         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34033         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34034         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34035         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34036         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34037         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34038         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34039         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34040         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34041         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34042         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34043         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34044         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34045         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34046         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34047         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34048         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34049         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34050         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34051         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34052         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34053         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34054         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34055         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34056         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34057
34058         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34059         global and hidden.
34060         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34061         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34062         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34063         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34064         Likewise.
34065         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34066         Likewise.
34067         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34068         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34069         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34070         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34071         ifunc-impl-list.c.
34072         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34073         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34074         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34075         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34076         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34077         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34078         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34079         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34080         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34081         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34082         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34083         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34084         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34085         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34086         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34087         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34088         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34089         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34090         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34091         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34092         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34093         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34094         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34095         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34096         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34097         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34098         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34099         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34100         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34101         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34102         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34103         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34104         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34105         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34106         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34107         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34108         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34109         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34110         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34111         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34112         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34113
34114         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34115         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34116         * include/ifunc-impl-list.h: New file.
34117         * misc/ifunc-impl-list.c: Likewise.
34118         * misc/Makefile (routines): Add ifunc-impl-list.
34119         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34120         * string/test-string.h: Include <ifunc-impl-list.h>.
34121         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34122         TEST_NAME]: New variables.
34123         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34124         are defined.
34125         (test_init): Call __libc_ifunc_impl_list to initialize
34126         func_list if TEST_IFUNC and TEST_NAME are defined.
34127
34128         * string/Makefile (strop-tests): Add bcopy and bzero.
34129         * string/test-bcopy.c: New file.
34130         * string/test-bzero.c: Likewise.
34131         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34132         defined.
34133         * string/test-memset.c: Support bzero test if TEST_BZERO is
34134         defined.
34135         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34136         __libc_memmove.
34137         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34138         __libc_memset.
34139         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34140         of memset.
34141
34142 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34143
34144         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34145         * configure: Regenerated.
34146
34147         * Makeconfig (+link-static-before-libc): Don't include
34148         $(link-static-libc).
34149
34150         * libio/libio.h (_IO_pos_t): Remove.
34151
34152 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34153
34154         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34155         McGrath.
34156
34157 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34158
34159         * crypt/crypt-entry.c: Include fips-private.h.
34160         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34161         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34162         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34163         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34164
34165 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34166
34167         * crypt/crypt-private.h: Include stdbool.h.
34168         (_ufc_setup_salt_r): Return bool.
34169         * crypt/crypt-entry.c: Include errno.h.
34170         (__crypt_r): Return NULL with EINVAL for bad salt.
34171         * crypt/crypt_util.c (bad_for_salt): New.
34172         (_ufc_setup_salt_r): Check that salt is long enough and within
34173         the specified alphabet.
34174         * crypt/badsalttest.c: New file.
34175         * crypt/Makefile (tests): Add it.
34176         ($(objpfx)badsalttest): New.
34177
34178 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34179
34180         * NEWS: Add entry for BZ #14602.
34181
34182 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34183
34184         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34185         type-generic.
34186         * math/libm-test.inc: Update comment listing what functions and
34187         macros are tested.
34188         (isgreater_test): New function.
34189         (isgreaterequal_test): Likewise.
34190         (isless_test): Likewise.
34191         (islessequal_test): Likewise.
34192         (islessgreater_test): Likewise.
34193         (isunordered_test): Likewise.
34194         (main): Call the new functions.
34195
34196 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34197
34198         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34199         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34200         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34201         * sysdeps/i386/configure: Regenerated.
34202         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34203         * sysdeps/mach/configure: Regenerated.
34204         * sysdeps/mach/hurd/configure: Regenerated.
34205         * sysdeps/powerpc/configure: Regenerated.
34206         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34207         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34208         * sysdeps/s390/s390-32/configure: Regenerated.
34209         * sysdeps/s390/s390-64/configure: Regenerated.
34210         * sysdeps/sh/configure: Regenerated.
34211         * sysdeps/sparc/configure: Regenerated.
34212         * sysdeps/unix/sysv/linux/configure: Regenerated.
34213         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34214         * sysdeps/x86_64/configure: Regenerated.
34215
34216         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34217         defined.  Don't check if MAP is NULL.
34218
34219 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34220
34221         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34222         (_G_stat64): Likewise.
34223         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34224         (_G_stat64): Likewise.
34225         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34226         instead of struct _G_stat64.
34227         * libio/fileops.c (mmap_remap_check): Likewise.
34228         (decide_maybe_mmap): Likewise.
34229         (_IO_new_file_seekoff): Likewise.
34230         (_IO_file_stat): Likewise.
34231         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34232         _G_off64_t.
34233         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34234         instead of struct _G_stat64.
34235         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34236
34237 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34238
34239         [BZ #14602]
34240         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34241         Replace with ...
34242         (CHECK_EOL): New macro.
34243         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34244         CHECK_EOL.
34245         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34246         Replace with CHECK_EOL.
34247         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34248         Replace with CHECK_EOL.
34249
34250 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34251
34252         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34253         type-generic.
34254         * math/libm-test.inc: Update comment listing what functions and
34255         macros are tested.
34256         (finite_test): New function.
34257         (isinf_test): Likewise.
34258         (isnan_test): Likewise.
34259         (fpclassify_test): Test subnormal input.
34260         (isfinite_test): Likewise.
34261         (isnormal_test): Likewise.
34262         (main): Call the new functions.
34263
34264 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34265
34266         [BZ #14660]
34267         * Makerules (%.dynsym): Force C locale when running
34268         $(OBJDUMP) --dynamic-syms.
34269
34270 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34271
34272         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34273         <stdint.h>.
34274
34275 2012-10-06  David S. Miller  <davem@davemloft.net>
34276
34277         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34278         upper 32-bits of the length value in %o2 since we use branch-on-register
34279         tests which consider the entire 64-bit register.
34280
34281 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34282
34283         * string/test-strstr.c (check2): Add a test for page boundary.
34284
34285 2012-10-05  David S. Miller  <davem@davemloft.net>
34286
34287         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34288         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34289         file.
34290         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34291         sysdep_routines.
34292         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34293         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34294         and bzero when HWCAP_SPARC_CRYPTO is present.
34295
34296 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34297
34298         [BZ #14602]
34299         * string/test-strstr.c (check2): New function.
34300         (test_main): Call check2.
34301
34302         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34303         and bug-strchr1.
34304         * string/bug-strcasestr1.c (do_test): Moved to ...
34305         * string/test-strcasestr.c (check1): Here.  New function.
34306         (do_one_test): Break out result checking code into ...
34307         (check_result): This.  New function.
34308         (do_one_test): Call check_result.
34309         (test_main): Call check1.
34310         * string/bug-strchr1.c (do_test): Moved to ...
34311         * string/test-strchr.c (check1): Here.  New function.
34312         (do_one_test): Break out result checking code into ...
34313         (check_result): This.  New function.
34314         (do_one_test): Call check_result.
34315         (test_main): Call check1.
34316         * string/bug-strstr1.c (main): Moved to ...
34317         * string/test-strstr.c (check1): Here.  New function.
34318         (do_one_test): Break out result checking code into ...
34319         (check_result): This.  New function.
34320         (do_one_test): Call check_result.
34321         (test_main): Call check1.
34322         * string/bug-strcasestr1.c: Removed.
34323         * string/bug-strchr1.c: Likewise.
34324         * string/bug-strstr1.c: Likewise.
34325
34326         * elf/Makefile (dl-routines): Add hwcaps.
34327         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34328         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34329         (_dl_important_hwcaps): Moved to ...
34330         * elf/dl-hwcaps.c: Here.  New file.
34331         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34332
34333         [BZ #14557]
34334         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34335         if IS_IN_rtld isn't defined.
34336
34337         * elf/dl-support.c (_dl_sysinfo_map): New.
34338         Include "get-dynamic-info.h" and "setup-vdso.h".
34339         (_dl_non_dynamic_init): Call setup_vdso.
34340         * elf/dynamic-link.h: Don't include <assert.h>.
34341         (elf_get_dynamic_info): Moved to ...
34342         * elf/get-dynamic-info.h: Here.  New file.
34343         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34344         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34345         * elf/setup-vdso.h: Here.  New file.
34346         * elf/rtld.c: Include "setup-vdso.h".
34347         (dl_main): Call setup_vdso.
34348
34349 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34350
34351         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34352         creal in comment listing functions tested.  List finite, isinf,
34353         isnan, isless, islessequal, isgreater, isgreaterequal,
34354         islessgreater, isunordered, lgamma_r and pow10 as functions and
34355         macros not tested.  Mention which functions not tested are aliases
34356         for other functions.  Fix typo.  Note that signs of NaNs are not
34357         tested.
34358
34359         * scripts/config.guess: Update from config.git.
34360         * scripts/config.sub: Likewise.
34361
34362 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34363
34364         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34365         * misc/madvise.c (madvise): Renamed to __madvise.
34366         Make madvise a weak alias.
34367         * include/sys/mman.h: Declare __madvise.
34368         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34369         * sysdeps/unix/syscalls.list
34370         (madvise): Make __madvise the strong name, and madvise a weak alias.
34371         * sysdeps/unix/sysv/linux/syscalls.list
34372         (madvise, mmap): Remove redundant entries.
34373         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34374         * malloc/malloc.c (mtrim): Likewise.
34375         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34376
34377 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34378
34379         * sysdeps/mach/hurd/dl-cache.c: File removed.
34380         * config.h.in (USE_LDCONFIG): New #undef.
34381         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34382         * configure: Regenerated.
34383         * elf/Makefile (dl-routines): Add dl-cache only under
34384         [$(use-ldconfig) = yes].
34385         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34386         cache on [USE_LDCONFIG].
34387         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34388         [USE_LDCONFIG].
34389         * elf/rtld.c (dl_main): Likewise.
34390
34391 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34392
34393         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34394         _SC_LEVEL4_CACHE_LINESIZE.
34395
34396 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34397
34398         * sysdeps/unix/bsd/confstr.h: File removed.
34399
34400 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34401
34402         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34403         sys/sdt-config.h.
34404
34405 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34406
34407         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34408         Make 'mapoff' field ElfW(Off) rather than off_t.
34409
34410 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34411
34412         * nscd/Makefile: Remove nscd-cflags and all its users.
34413         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34414         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34415
34416         [BZ #10631]
34417         * malloc.c (malloc_printerr): Clarify error message.
34418
34419 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34420
34421         [BZ #14648]
34422         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34423         Set bit_FMA_Usable if FMA is supported.
34424         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34425         macro.
34426         (bit_FMA4_Usable): Updated.
34427         (index_FMA_Usable): New macro.
34428         (CPUID_FMA): Likewise
34429         (HAS_FMA): Defined with bit_FMA_Usable.
34430
34431 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34432
34433         * bits/types.h (__swblk_t): Type removed.
34434         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34435         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34436         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34437         (__SWBLK_T_TYPE): Likewise.
34438         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34439         (__SWBLK_T_TYPE): Likewise.
34440         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34441         (__SWBLK_T_TYPE): Likewise.
34442         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34443         (__SWBLK_T_TYPE): Likewise.
34444
34445 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34446             Honza Horak <hhorak@redhat.com>
34447
34448         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34449         (xdr_mapname): Use YPMAXMAP as maxsize.
34450         (xdr_peername): Use YPMAXPEER as maxsize.
34451         (xdr_keydat): Use YPAXRECORD as maxsize.
34452         (xdr_valdat): Use YPMAXRECORD as maxsize.
34453
34454 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34455
34456         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34457
34458         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34459         * csu/init-first.c: ... here.
34460         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34461         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34462         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34463         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34464         * sysdeps/i386/init-first.c: File removed.
34465         * sysdeps/sh/init-first.c: File removed.
34466
34467 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34468
34469         [BZ #14645]
34470         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34471         if x * y might underflow to zero and z is zero.
34472         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34473         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34474         * math/libm-test.inc (min_subnorm_value): New variable.
34475         (fma_test): Add more tests.
34476         (fma_test_towardzero): Likewise.
34477         (fma_test_downward): Likewise
34478         (fma_test_upward): Likewise.
34479         (initialize): Set min_subnorm_value.
34480
34481 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34482
34483         [BZ #14638]
34484         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34485         0 + 0.
34486         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34487         mode for addition resulting in exact zero.
34488         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34489         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34490         exact 0 + 0.
34491         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34492         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34493         * math/libm-test.inc (fma_test): Add more tests.
34494         (fma_test_towardzero): New function.
34495         (fma_test_downward): Likewise.
34496         (fma_test_upward): Likewise.
34497         (main): Call the new functions.
34498
34499 2012-09-28  David S. Miller  <davem@davemloft.net>
34500
34501         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34502
34503 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34504
34505         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34506         instead of SIGALRM.
34507
34508         * sysdeps/gnu/_G_config.h: Moved to ...
34509         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34510         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34511         * sysdeps/generic/_G_config.h: ... here.
34512
34513         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34514
34515         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34516
34517         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34518         Conditionalize target on [libnss_test1.so-version].
34519
34520         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34521
34522         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34523         (elfobjdir): Move out of conditionals.
34524
34525         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34526         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34527         (__nss_lookup_function): Conditionalize label remove_from_tree on
34528         [!DO_STATIC_NSS || SHARED], matching its only use.
34529
34530 2012-09-28  David S. Miller  <davem@davemloft.net>
34531
34532         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34533         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34534         file.
34535         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34536         sysdep_routines.
34537         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34538         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34539         when HWCAP_SPARC_CRYPTO is present.
34540
34541 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34542
34543         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34544
34545 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34546
34547         [BZ #6530]
34548         * stdio-common/vfprintf.c (process_string_arg): Revert
34549         2000-07-22 change.
34550
34551 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34552
34553         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34554         for testcase.
34555         * stdio-common/tst-sprintf.c: Include <locale.h>
34556         (main): Test sprintf's handling of incomplete multibyte
34557         characters.
34558
34559 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34560
34561         * elf/dl-runtime.c (VERSYMIDX): Removed.
34562         * elf/dl-version.c (VERSYMIDX): Likewise.
34563         * elf/do-rel.h (VERSYMIDX): Likewise.
34564         (VALIDX): Likewise.
34565         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34566         * elf/rtld.c (VALIDX): Likewise.
34567         (ADDRIDX): Likewise.
34568         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34569         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34570         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34571         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34572         (VALIDX): Likewise.
34573         (ADDRIDX): Likewise.
34574
34575 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34576
34577         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34578
34579 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34580
34581         [BZ #11438]
34582         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34583         to global scope.
34584         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34585         addresses are in the same scope as 192.0.2/24.
34586         * posix/gai.conf: Document new scope table defaults.
34587
34588 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34589
34590         [BZ #5298]
34591         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34592         for ftell.  Compute offsets from write pointers instead.
34593         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34594
34595 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34596
34597         [BZ #14543]
34598         * libio/Makefile (tests): New test case tst-fseek.
34599         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34600         combination works in wide mode.
34601         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34602         state when the external buffer state changes.
34603
34604 2012-09-27  David S. Miller  <davem@davemloft.net>
34605
34606         [BZ #14376]
34607         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34608         pass reloc->r_addend in as the 'high' argument to
34609         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34610
34611         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34612
34613 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34614
34615         * rt/tst-aio2.c: Include <pthread.h>.
34616         * rt/tst-aio3.c: Likewise.
34617
34618 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34619
34620         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34621
34622 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34623
34624         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34625         contents on [SHARED].
34626
34627 2012-09-26  Marek Polacek  <polacek@redhat.com>
34628
34629         [BZ #14530]
34630         [BZ #13741]
34631         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34632         for C++ and GCC <4.3 as well as for non GCC compilers.
34633
34634 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34635
34636         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34637
34638 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34639
34640         * Makefile.in (all, install): Declare with .PHONY.
34641         Reported by Michael Hope <michael.hope@linaro.org>.
34642
34643 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34644
34645         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34646         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34647         system header.
34648         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34649         Likewise.
34650         (sydep_routines): Add the new and the internal functions.
34651         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34652         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34654         (GLIBC_2.17): Add the new function.
34655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34656         (GLIBC_2.17): Likewise.
34657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34658         (GLIBC_2.17): Likewise.
34659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34660         (GLIBC_2.17): Likewise.
34661         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34662
34663 2012-09-25  Alan Modra  <amodra@gmail.com>
34664
34665         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34666         Add release barrier before setting once_control to say
34667         initialisation is done.  Add hints on lwarx.  Use macro in
34668         place of isync.
34669         (clear_once_control): Add release barrier.
34670
34671 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34672
34673         [BZ #13629]
34674         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34675         specially.
34676         * math/s_clog10.c (__clog10): Likewise.
34677         * math/s_clog10f.c (__clog10f): Likewise.
34678         * math/s_clog10l.c (__clog10l): Likewise.
34679         * math/s_clogf.c (__clogf): Likewise.
34680         * math/s_clogl.c (__clogl): Likewise.
34681         * math/Makefile (libm-calls): Add x2y2m1.
34682         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34683         (__x2y2m1): Likewise.
34684         (__x2y2m1l): Likewise.
34685         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34686         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34687         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34688         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34689         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34690         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34691         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34692         * sysdeps/i386/fpu/libm-test-ulps: Update.
34693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34694
34695         [BZ #14621]
34696         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34697         int as type of variable DEPTH.
34698         (glob): Use size_t instead of int as type of variables NEWCOUNT
34699         and OLD_PATHC.
34700
34701 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34702
34703         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34704         Add s_sincosf-sse2.
34705         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34706         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34707         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34708         macros for using routine as __sincosf_ia32.
34709         Use macro for function declaration and weak_alias.
34710         * sysdeps/i386/fpu/libm-test-ulps: Update.
34711
34712         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34713         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34714
34715         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34716         subnormal argument.
34717         * math/s_cexpf.c (__cexpf): Likewise.
34718         * math/s_csinf.c (__csinf): Likewise.
34719         * math/s_csinhf.c (__csinhf): Likewise.
34720         * math/s_ctanf.c (__ctanf): Likewise.
34721         * math/s_ctanhf.c (__ctanhf): Likewise.
34722         * math/s_ccosh.c (__ccoshf): Likewise.
34723         * math/s_cexp.c (__cexpl): Likewise.
34724         * math/s_csin.c (__csin): Likewise.
34725         * math/s_csinh.c (__csinh): Likewise.
34726         * math/s_ctan.c (__ctan): Likewise.
34727         * math/s_ctanh.c (ctanh): Likewise.
34728         * math/s_ccoshl.c (__ccoshl): Likewise.
34729         * math/s_cexpl.c (__cexpl): Likewise.
34730         * math/s_csinl.c (__csinl): Likewise.
34731         * math/s_csinhl.c (__csinhl): Likewise.
34732         * math/s_ctanl.c (__ctanl): Likewise.
34733         * math/s_ctanhl.c (__ctanhl): Likewise.
34734
34735 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34736
34737         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34738         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34739         (_IO_off_t): Define to __off_t, not _G_off_t.
34740         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34741         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34742         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34743         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34744         type of __dummy and __dummy2 fields.
34745         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34746         (_G_ssize_t): Likewise.
34747         (_G_off_t): Likewise.
34748         (_G_pid_t): Likewise.
34749         (_G_uid_t): Likewise.
34750         (_G_wchar_t): Likewise.
34751         (_G_wint_t): Likewise.
34752         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34753         (_G_ssize_t): Likewise.
34754         (_G_off_t): Likewise.
34755         (_G_pid_t): Likewise.
34756         (_G_uid_t): Likewise.
34757         (_G_wchar_t): Likewise.
34758         (_G_wint_t): Likewise.
34759         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34760         (_G_ssize_t): Likewise.
34761         (_G_off_t): Likewise.
34762         (_G_pid_t): Likewise.
34763         (_G_uid_t): Likewise.
34764         (_G_wchar_t): Likewise.
34765         (_G_wint_t): Likewise.
34766
34767 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34768
34769         * malloc/arena.c: Include malloc-sysdep.h.
34770         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34771         is sufficient to shrink the heap or an unmap is needed.
34772         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34773         new function check_may_shrink_heap.
34774         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34775         new function check_may_shrink_heap.
34776
34777 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34778
34779         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34780         comments.
34781
34782 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34783
34784         * catgets/test-gencat.sh: Add "set -e".
34785         * elf/tst-pathopt.sh: Likewise.
34786         * grp/tst_fgetgrent.sh: Likewise.
34787         * iconvdata/run-iconv-test.sh: Likewise.
34788         * intl/tst-gettext.sh: Likewise.
34789         * intl/tst-gettext2.sh: Likewise.
34790         * intl/tst-gettext4.sh: Likewise.
34791         * intl/tst-gettext6.sh: Likewise.
34792         * intl/tst-translit.sh: Likewise.
34793         * io/ftwtest-sh: Likewise.
34794         * libio/test-freopen.sh: Likewise.
34795         * malloc/tst-mtrace.sh: Likewise.
34796         * posix/globtest.sh: Likewise.
34797         * posix/tst-getconf.sh: Likewise.
34798         * posix/wordexp-tst.sh: Likewise.
34799         * stdio-common/tst-printf.sh: Likewise.
34800         * stdio-common/tst-unbputc.sh: Likewise.
34801         * stdlib/tst-fmtmsg.sh: Likewise.
34802         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34803         * catgets/Makefile: Do not specify -e option when running
34804         testsuite shell scripts.
34805         * elf/Makefile: Likewise.
34806         * grp/Makefile: Likewise.
34807         * iconvdata/Makefile: Likewise.
34808         * intl/Makefile: Likewise.
34809         * io/Makefile: Likewise.
34810         * libio/Makefile: Likewise.
34811         * malloc/Makefile: Likewise.
34812         * posix/Makefile: Likewise.
34813         * stdio-common/Makefile: Likewise.
34814         * stdlib/Makefile: Likewise.
34815         * sysdeps/x86_64/Makefile: Likewise.
34816
34817         * io/ftwtest-sh: Add copyright header.
34818         * posix/globtest.sh: Likewise.
34819         * posix/tst-getconf.sh: Likewise.
34820         * posix/wordexp-tst.sh: Likewise.
34821         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34822
34823 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34824
34825         [BZ #13679]
34826         * Makeconfig (+link): Defined as $(+link-static) if
34827         $(build-shared) isn't yes.
34828         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34829         isn't yes.
34830         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34831
34832         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34833
34834         [BZ #14562]
34835         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34836         new chunk size with MALLOC_ALIGN_MASK.
34837
34838 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34839
34840         [BZ #5044]
34841         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34842         <rounding-mode.h>.
34843         (__printf_fphex): Determine rounding using get_rounding_mode and
34844         round_away.
34845         * stdio-common/tst-printf-round.c (struct hex_test): New
34846         structure.
34847         (hex_tests): New variable.
34848         (test_hex_in_one_mode): New function.
34849         (do_test): Also run tests for hex float output.
34850
34851 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34852
34853         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34854         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34855         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34856         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34857         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34858         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34859         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34860         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34861
34862 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34863
34864         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34865         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34866         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34867         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34868
34869 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34870
34871         [BZ #14579]
34872         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34873         mode only.
34874         * elf/tst-rtld-load-self.sh: New test.
34875         * elf/Makefile: Run it.
34876
34877 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34878
34879         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34880         (tst-writev-ENV): Remove.
34881         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34882
34883 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34884
34885         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34886
34887 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34888
34889         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34890         unconditional.
34891         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34892         Likewise.
34893         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34894         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34895         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34896         Likewise.
34897
34898 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34899
34900         [BZ #14587]
34901         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34902         * config.make.in (have-cpp-asm-debuginfo): Removed.
34903         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34904         * configure: Regenerated.
34905
34906 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34907
34908         [BZ #5044]
34909         * stdio-common/printf_fp.c: Include <stdbool.h> and
34910         <rounding-mode.h>.
34911         (___printf_fp): Determine rounding using get_rounding_mode and
34912         round_away.
34913         * stdio-common/tst-printf-round.c: New file.
34914         * stdio-common/Makefile (tests): Add tst-printf-round.
34915         (link-libm): New variable.
34916         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34917
34918 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34919
34920         [BZ #14576]
34921         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34922         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34923         Likewise.
34924         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34925         Likewise.
34926
34927 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34928
34929         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34930         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34931         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34932         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34933
34934 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34935
34936         [BZ #14518]
34937         * include/rounding-mode.h: New file.
34938         * sysdeps/generic/get-rounding-mode.h: Likewise.
34939         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34940         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34941         (MAX_VALUE): New macro.
34942         (MIN_VALUE): Likewise.
34943         (overflow_value): New function.
34944         (underflow_value): Likewise.
34945         (round_and_return): Use overflow_value and underflow_value to
34946         determine return values in overflow and underflow cases.  Use
34947         round_away to determine rounding depending on rounding mode.
34948         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34949         determine return values in overflow and underflow cases.
34950         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34951         (struct test_results): New structure.
34952         (struct test): Use struct test_results to store expected results
34953         for all rounding modes.
34954         (TEST): Include expected results for all rounding modes.
34955         (test_in_one_mode): New function.
34956         (do_test): Use test_in_one_mode to compute and check results.
34957         Check results for all rounding modes.
34958         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34959         $(link-libm).
34960
34961 2012-12-09  Allan McRae  <allan@archlinux.org>
34962
34963         * sysdeps/i386/fpu/libm-test-ulps: Update
34964
34965 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34966
34967         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34968         (_G_int32_t): Likewise.
34969         (_G_uint16_t): Likewise.
34970         (_G_uint32_t): Likewise.
34971         (_G_HAVE_BOOL): Likewise.
34972         (_G_HAVE_ATEXIT): Likewise.
34973         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34974         (_G_HAVE_IO_FILE_OPEN): Likewise.
34975         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34976         (_G_int32_t): Likewise.
34977         (_G_uint16_t): Likewise.
34978         (_G_uint32_t): Likewise.
34979         (_G_HAVE_BOOL): Likewise.
34980         (_G_HAVE_ATEXIT): Likewise.
34981         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34982         (_G_HAVE_IO_FILE_OPEN): Likewise.
34983         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34984         (_G_int32_t): Likewise.
34985         (_G_uint16_t): Likewise.
34986         (_G_uint32_t): Likewise.
34987         (_G_HAVE_BOOL): Likewise.
34988         (_G_HAVE_ATEXIT): Likewise.
34989         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34990         (_G_HAVE_IO_FILE_OPEN): Likewise.
34991
34992 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34993
34994         * csu/libc-tls.c: Update copyright years.
34995
34996 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34997
34998         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34999         [!_G_USING_THUNKS]: Remove conditional code.
35000         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35001         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35002
35003         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35004         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35005         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35006         (_G_VTABLE_LABEL_PREFIX): Likewise.
35007         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35008         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35009         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35010         (_G_VTABLE_LABEL_PREFIX): Likewise.
35011         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35012         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35013         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35014         (_G_VTABLE_LABEL_PREFIX): Likewise.
35015         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35016
35017 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35018
35019         * libio/Makefile: Include ../Makeconfig before tests.
35020         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35021         only if $(build-shared) is yes.
35022
35023         * iconv/gconv_db.c: Update copyright years.
35024
35025 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35026
35027         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35028         unwind info if defined PIC. Fix special cases description.
35029         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35030
35031         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35032         DP_HI_MASK entry.
35033         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35034
35035 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35036
35037         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35038
35039         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35040         is NULL.
35041
35042         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35043         (LDLIBS-tst-chk4): This.
35044         (LDFLAGS-tst-chk5): Renamed to ...
35045         (LDLIBS-tst-chk5): This.
35046         (LDFLAGS-tst-chk6): Renamed to ...
35047         (LDLIBS-tst-chk6): This.
35048         (LDFLAGS-tst-lfschk4): Renamed to ...
35049         (LDLIBS-tst-lfschk4): This.
35050         (LDFLAGS-tst-lfschk5): Renamed to ...
35051         (LDLIBS-tst-lfschk5): This.
35052         (LDFLAGS-tst-lfschk6): Renamed to ...
35053         (LDLIBS-tst-lfschk6): This.
35054
35055         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35056         on $(common-objpfx)soversions.mk.
35057
35058 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35059
35060         [BZ #10014]
35061         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35062         example host name.
35063
35064 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35065
35066         * malloc/arena.c (arena_get_retry): New function that gets
35067         another arena for the caller to try its request on.
35068         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35069         current arena cannot fulfill the request.
35070         (__libc_memalign): Likewise.
35071         (__libc_memalign): Likewise.
35072         (__libc_pvalloc): Likewise.
35073         (__libc_calloc): Likewise.
35074
35075 2012-09-05  John Tobey  <john.tobey@gmail.com>
35076
35077         [BZ #13542]
35078         * manual/arith.texi (Operations on Complex): Fix description
35079         of carg branch cut.
35080
35081 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35082
35083         [BZ #10014]
35084         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35085         host name.
35086
35087         [BZ #10038]
35088         * manual/memory.texi (Memory): Make order of menu items match
35089         order of sections.
35090
35091 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35092
35093         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35094         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35095         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35096
35097 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35098
35099         * csu/libc-tls.c (static_dtv): Renamed to ...
35100         (_dl_static_dtv): This.  Make it global.
35101         (_dl_initial_dtv): Removed.
35102         (__libc_setup_tls): Updated.
35103         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35104         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35105         DL_INITIAL_DTV.
35106
35107 2012-09-06  Petr Machata  <pmachata@redhat.com>
35108
35109         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35110         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35111         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35112         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35113
35114 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35115
35116         [BZ #14545]
35117         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35118         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35119         freeing dtv[-1].
35120
35121 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35122
35123         [BZ #14544]
35124         * Makeconfig (link-static-before-libc): Replace $(+prector)
35125         with $(+prectorT).
35126         (link-static-after-libc): Replace $(+postctor) with
35127         $(+postctorT).
35128         (link-bounded): Replace $(+prector)/$(+postctor) with
35129         $(+prectorT)/$(+postctorT).
35130         (+prectorT): New macro.
35131         (+postctorT): Likewise.
35132
35133 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35134
35135         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35136         (round_str): Handle values above the maximum for IBM long double
35137         as inexact.
35138         * stdlib/tst-strtod-round.c (tests): Regenerated.
35139
35140 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35141
35142         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35143         assembler flag.
35144         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35145         zarch_nohighgprs around the zarch optimized routines.
35146         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35147         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35148         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35149         for zarch.
35150
35151 2012-09-05  David S. Miller  <davem@davemloft.net>
35152
35153         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35154
35155         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35156         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35157         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35158         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35159         entries.
35160
35161 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35162
35163         * malloc/arena.c: Fold copyright years.
35164         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35165
35166 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35167
35168         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35169
35170 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35171
35172         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35173
35174 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35175
35176         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35177         change internal state upon failure.
35178
35179 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35180
35181         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35182         * malloc/memusage.c (mmap): Likewise.
35183         (mmap64, mremap): Likewise.  Adjust name in comment.
35184
35185 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35186
35187         * libio/fileops.c: Fix typos in comments.
35188         * libio/oldfileops.c: Likewise.
35189         * libio/wfileops.c: Likewise.
35190
35191 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35192
35193         [BZ #1349]
35194         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35195         (tst-malloc-usable-ENV): Set environment for test case.
35196         * malloc/hooks.c (malloc_check_get_size): New function to get
35197         requested size.
35198         * malloc/malloc.c (musable): Use malloc_check_get_size.
35199         * malloc/tst-malloc-usable.c: New test case.
35200
35201 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35202
35203         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35204
35205 2012-09-05  Allan McRae  <allan@archlinux.org>
35206
35207         [BZ #13966]
35208         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35209         determine header location.
35210         * configure: Regenerated.
35211
35212 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35213
35214         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35215         float format.
35216         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35217         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35218         format.
35219         (test): Regenerate.
35220
35221 2012-09-04  David S. Miller  <davem@davemloft.net>
35222
35223         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35224         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35225         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35226
35227 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35228
35229         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35230         failures.
35231
35232         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35233
35234 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35235
35236         [BZ #9914]
35237         * libio/iogetdelim.c: Include <limits.h>.
35238         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35239         + len + 1 would overflow.
35240
35241 2012-09-03  Andreas Jaeger  <aj@suse.de>
35242
35243         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35244         * sysdeps/i386/fpu/libm-test-ulps: Update.
35245
35246 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35247
35248         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35249         Add s_sinf-sse2, s_conf-sse2.
35250
35251         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35252         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35253         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35254         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35255
35256         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35257         for using routine as __sinf_ia32.
35258         Use macro for function declaration and weak_alias.
35259         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35260         for using routine as __cosf_ia32.
35261         Use macro for function declaration and weak_alias.
35262
35263         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35264         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35265
35266         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35267         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35268         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35269
35270         * math/libm-test.inc (cos_test): Add more test cases.
35271         (sin_test): Likewise.
35272         (sincos_test): Likewise.
35273
35274 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35275
35276         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35277         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35278         hidden.
35279         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35280
35281 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35282
35283         [BZ #14538]
35284         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35285         first element of the GOT.
35286         (elf_machine_load_address): Return the difference between
35287         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35288
35289 2012-09-01  Allan McRae  <allan@archlinux.org>
35290
35291         [BZ #13412]
35292         * configure.in (AWK): Require gawk version 3.0 or later.
35293         * configure: Regenerated.
35294
35295 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35296
35297         * sysdeps/unix/sysv/linux/kernel-features.h
35298         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35299         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35300         [__NR_clock_getres]: Make code unconditional.
35301         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35302         (clock_getcpuclockid): Remove code left unreachable by removal of
35303         conditionals.
35304         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35305         code unconditional.
35306         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35307         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35308         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35309         Make code unconditional.
35310         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35311         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35312         * sysdeps/unix/sysv/linux/clock_settime.c
35313         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35314         conditional code.
35315         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35316         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35317
35318 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35319
35320         [BZ #14476]
35321         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35322         scripts/test-installation.pl.
35323
35324         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35325         and $ld_so_version if it is set.
35326
35327 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35328
35329         [BZ #14516]
35330         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35331         failure if reading from procfs failed.
35332         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35333
35334 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35335
35336         * sysdeps/unix/sysv/linux/kernel-features.h
35337         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35338         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35339         Remove conditional code.
35340         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35341         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35342         Remove conditional code.
35343         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35344         * sysdeps/unix/sysv/linux/i386/fxstat.c
35345         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35346         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35347         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35348         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35349         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35350         * sysdeps/unix/sysv/linux/i386/lxstat.c
35351         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35352         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35353         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35354         Remove conditional code.
35355         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35356         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35357         Remove conditional code.
35358         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35359         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35360         <kernel-features.h>.
35361         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35362         Remove.
35363         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35364         Remove conditional code.
35365         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35366         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35367         Remove conditional.
35368
35369 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35370
35371         [BZ #5400]
35372         * NEWS: Add fixed bug number.
35373
35374 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35375
35376         [BZ #14519]
35377         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35378         underflowing exponent in case of negative sign.
35379         * stdlib/tst-strtod-round-data: Add more tests.
35380         * stdlib/tst-strtod-round.c (tests): Regenerated.
35381
35382         [BZ #3479]
35383         * stdlib/strtod_l.c (NDIG): Remove.
35384         (HEXNDIG): Likewise.
35385         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35386         smallest representable value.
35387         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35388         lie within an exact representation of 1/2 ulp of the result.
35389         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35390         unconditionally.
35391         (TENS_P9_IDX): Define unconditionally.
35392         (TENS_P9_SIZE): Likewise.
35393         (TENS_P10_IDX): Likewise.
35394         (TENS_P10_SIZE): Likewise.
35395         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35396         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35397         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35398         entries for 10^2^13 and 10^2^14.
35399         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35400         (TENS_P13_IDX): Define.
35401         (TENS_P13_SIZE): Likewise.
35402         (TENS_P14_IDX): Likewise.
35403         (TENS_P14_SIZE): Likewise.
35404         (_fpioconst_pow10): Change array size to
35405         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35406         unconditional.
35407         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35408         1024]: Add entries for 10^2^13 and 10^2^14.
35409         [LAST_POW10 > _LAST_POW10]: Remove #error.
35410         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35411         (_fpioconst_pow10): Change array size to
35412         FPIOCONST_POW10_ARRAY_SIZE.
35413         * stdlib/gen-fpioconst.c: New file.
35414         * stdlib/gen-tst-strtod-round.c: Likewise.
35415         * stdlib/tst-strtod-round-data: Likewise.
35416         * stdlib/tst-strtod-round.c: Likewise.
35417         * stdlib/Makefile (tests): Add tst-strtod-round.
35418
35419         [BZ #14459]
35420         * stdlib/strtod_l.c: Include <stdint.h>.
35421         (NDEBUG): Do not define.
35422         (round_and_return): Change EXPONENT parameter to type intmax_t.
35423         Rearrange calculations to avoid internal overflow possibilities.
35424         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35425         Rearrange calculations to avoid internal overflow possibilities.
35426         Assert that number fits inside MPNSIZE limbs.
35427         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35428         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35429         calculations and add assertions to avoid internal overflow
35430         possibilities.  Add casts to avoid signed/unsigned operations.
35431         * stdlib/tst-strtod-overflow.c: New file.
35432         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35433
35434 2012-08-25  Marek Polacek  <polacek@redhat.com>
35435
35436         * time/time.h: Fix some typos in comments.
35437
35438 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35439
35440         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35441         * posix/tst-rfc3484-2.c: Likewise.
35442         * posix/tst-rfc3484-3.c: Likewise.
35443
35444 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35445
35446         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35447         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35448
35449 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35450
35451         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35452         #include of fxstatat64.c.
35453
35454 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35455
35456         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35457         * shadow/getspent_r.c: Likewise.
35458         * shadow/getspnam.c: Likewise.
35459         * shadow/getspnam_r.c: Likewise.
35460         * gshadow/getsgent.c: Likewise.
35461         * gshadow/getsgent_r.c: Likewise.
35462         * gshadow/getsgnam.c: Likewise.
35463         * gshadow/getsgnam_r.c: Likewise.
35464         * inet/getnetbyad.c: Likewise.
35465         * inet/getnetbyad_r.c: Likewise.
35466         * inet/getnetbynm.c: Likewise.
35467         * inet/getnetbynm_r.c: Likewise.
35468         * inet/getnetent.c: Likewise.
35469         * inet/getnetent_r.c: Likewise.
35470         * inet/getproto.c: Likewise.
35471         * inet/getproto_r.c: Likewise.
35472         * inet/getprtent.c: Likewise.
35473         * inet/getprtent_r.c: Likewise.
35474         * inet/getprtname.c: Likewise.
35475         * inet/getprtname_r.c: Likewise.
35476         * inet/getrpcbyname.c: Likewise.
35477         * inet/getrpcbyname_r.c: Likewise.
35478         * inet/getrpcbynumber.c: Likewise.
35479         * inet/getrpcbynumber_r.c: Likewise.
35480         * inet/getrpcent.c: Likewise.
35481         * inet/getrpcent_r.c: Likewise.
35482         * inet/getaliasent.c: Likewise.
35483         * inet/getaliasent_r.c: Likewise.
35484         * inet/getaliasname.c: Likewise.
35485         * inet/getaliasname_r.c: Likewise.
35486         * nscd/getgrgid_r.c: Likewise.
35487         * nscd/getgrnam_r.c: Likewise.
35488         * nscd/gethstbyad_r.c: Likewise.
35489         * nscd/gethstbynm3_r.c: Likewise.
35490         * nscd/getpwnam_r.c: Likewise.
35491         * nscd/getpwuid_r.c: Likewise.
35492         * nscd/getsrvbynm_r.c: Likewise.
35493         * nscd/getsrvbypt_r.c: Likewise.
35494         * nscd/gai.c: Likewise.
35495
35496         * configure.in (build_nscd): New substituted variable, set
35497         by --disable-build-nscd and defaults to $use_nscd.
35498         * configure: Regenerated.
35499         * config.make.in (build-nscd): New substituted variable.
35500         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35501         Change conditional to require [$(build-nscd) = yes] as well.
35502         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35503
35504         [BZ# 13696]
35505         * configure.in (use_nscd): New substituted variable, set by
35506         --disable-nscd.  If enabled, define USE_NSCD.
35507         * configure: Regenerated.
35508         * config.h.in: Add USE_NSCD.
35509         * config.make.in (use-nscd): New substituted variable.
35510         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35511         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35512         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35513         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35514         (CFLAGS-getgrnam_r.c): Likewise.
35515         (CFLAGS-initgroups.c): Likewise.
35516         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35517         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35518         Variables removed.
35519         * inet/getnetgrent_r.c
35520         (nscd_setnetgrent): New function, broken out of ...
35521         (setnetgrent): ... here.  Call it.
35522         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35523         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35524         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35525         * nscd/Makefile (routines, aux): Move definitions after include of
35526         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35527         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35528         Conditionalize on [USE_NSCD].
35529         (is_nscd, nscd_init_cb): Likewise.
35530         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35531         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35532         * nss/nss_db/db-init.c: Likewise.
35533         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35534         [USE_NSCD].
35535         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35536         (make_request): Use it.
35537         (cache_valid_p): New function.
35538         (__check_pf): Use it.
35539         * NEWS: Add item for --disable-nscd.
35540
35541 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35542
35543         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35544         to support sed >= 4.2.1-20-ga9bf076.
35545         * configure: Regenerated.
35546
35547 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35548
35549         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35550         Conditionalize whole body on [IREL].
35551
35552 2012-08-22  Jeff Law <law@redhat.com>
35553
35554         [BZ #14505]
35555         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35556         if the family is PF_UNSPEC.
35557
35558 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35559
35560         * Makerules (lib-version): Rename from V.
35561         (install-lib-nosubdir): Change V to lib-version.
35562
35563 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35564
35565         [BZ #14252]
35566         * powerpc32/power6/wcschr.c: New file.
35567         * powerpc32/power6/wcscpy.c: New file.
35568         * powerpc32/power6/wcsrchr.c: New file.
35569         * powerpc64/power6/wcschr.c: New file.
35570         * powerpc64/power6/wcscpy.c: New file.
35571         * powerpc64/power6/wcsrchr.c: New file.
35572
35573 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35574
35575         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35576         (two_way_short_needle): Use it.
35577         * string/strstr.c (AVAILABLE1_USES_J): Define.
35578         * string/strcasestr.c: Likewise.
35579
35580         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35581         array references.
35582         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35583
35584         [BZ #11607]
35585         * NEWS: Add an entry.
35586         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35587         define their defaults.
35588         (two_way_short_needle): Detect end-of-string on-the-fly.
35589         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35590         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35591         * string/bug-strcasestr1.c: New test.
35592         * string/Makefile: Run it.
35593
35594 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35595
35596         [BZ #11607]
35597         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35598         the first character.
35599
35600 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35601
35602         * csu/elf-init.c (__libc_csu_irel): Function removed.
35603         * csu/libc-start.c (apply_irel): New function.
35604         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35605
35606 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35607
35608         * sysdeps/unix/sysv/linux/kernel-features.h
35609         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35610         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35611         <kernel-features.h>.
35612         [__NR_fadvise64_64]: Make code unconditional.
35613         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35614         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35615         !__NR_fadvise64_64)]: Likewise.
35616         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35617         !__NR_fadvise64_64))]: Likewise.
35618         [__NR_fadvise64]: Make code unconditional.
35619         [!__NR_fadvise64]: Remove conditional code.
35620         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35621         <kernel-features.h>.
35622         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35623         unconditional.
35624         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35625         conditional code.
35626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35627         not include <kernel-features.h>.
35628         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35629         unconditional.
35630         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35631         conditional code.
35632         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35633         include <kernel-features.h>.
35634         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35635         unconditional.
35636         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35637         conditional code.
35638
35639 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35640
35641         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35642         slight instruction rearrangements per scrollpipe analysis.
35643         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35644
35645 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35646
35647         * manual/syslog.texi (syslog; vsyslog, closelog):
35648         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35649         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35650
35651         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35652         DSOCAPS to match condition on defining it.
35653
35654 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35655
35656         * sysdeps/unix/sysv/linux/kernel-features.h
35657         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35659         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35660         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35662         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35663         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35665         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35666         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35667
35668         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35669         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35670
35671         * sysdeps/unix/sysv/linux/kernel-features.h
35672         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35673         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35674         unconditional.
35675         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35676         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35677         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35678         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35679         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35680         Make code unconditional.
35681         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35682         (__mmap64) [!__NR_mmap2]: Likewise.
35683         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35684         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35685         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35686         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35687         [__NR_mmap2]: Make code unconditional.
35688         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35689         (__mmap64) [!__NR_mmap2]: Likewise.
35690
35691 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35692
35693         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35694
35695 2012-08-18  Andreas Jaeger  <aj@suse.de>
35696
35697         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35698
35699 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35700
35701         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35702         * include/unistd.h (__have_sock_cloexec): Likewise.
35703         (__have_pipe2): Likewise.
35704         (__have_dup3): Likewise.
35705
35706 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35707
35708         [BZ #9685]
35709         * include/unistd.h (__have_pipe2): Change define into an extern int.
35710         (__have_dup3): Likewise.
35711         * socket/have_sock_cloexec.c: Include fcntl.h.
35712         (__have_pipe2): New variable.
35713         (__have_dup3): Likewise.
35714
35715 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35716
35717         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35718
35719 2012-08-17  Marek Polacek  <polacek@redhat.com>
35720
35721         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35722         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35723
35724 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35725
35726         * configure.in: Add AC_SUBST for sysheaders.
35727         * configure: Regenerated.
35728         * config.make.in (sysheaders): New substituted variable.
35729
35730         * sysdeps/unix/mkfifo.c: Moved ...
35731         * sysdeps/posix/mkfifo.c: ... here.
35732         * sysdeps/unix/mkfifoat.c: Moved ...
35733         * sysdeps/posix/mkfifoat.c: ... here.
35734
35735         * sysdeps/unix/utime.c: Moved ...
35736         * sysdeps/posix/utime.c: ... here.
35737
35738         * sysdeps/unix/time.c: Moved ...
35739         * sysdeps/posix/time.c: ... here.
35740         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35741         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35742
35743         * sysdeps/unix/nice.c: Moved ...
35744         * sysdeps/posix/nice.c: ... here.
35745
35746         * sysdeps/unix/alarm.c: Moved ...
35747         * sysdeps/posix/alarm.c: ... here.
35748
35749         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35750
35751 2012-08-17  Jeff Law <law@redhat.com>
35752
35753         * intl/Makefile (codeset_mo): New variable.
35754         ($(codeset_mo)): New target.
35755         (tst-codeset.out): Depend on that.  Remove explicit rule.
35756         (tst-gettext3.out, tst-gettext5.out): Likewise.
35757         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35758         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35759         * intl/tst-codeset.sh: Remove.
35760         * intl/tst-gettext3.sh: Likewise.
35761         * intl/tst-gettext5.sh: Likewise.
35762
35763 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35764
35765         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35766         * sysdeps/unix/syscalls.list: ... here.
35767
35768         * sysdeps/posix/getaddrinfo.c
35769         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35770         (gaiconf_init, gaiconf_reload): Use them.
35771         [!_STATBUF_ST_NSEC]
35772         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35773         Define using time_t rather than struct timespec.
35774
35775         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35776         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35777         Macros removed.
35778         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35779         [!NO_THREADS].
35780         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35781         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35782         Likewise.
35783
35784         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35785         __libc_cleanup_push argument.
35786
35787         * bits/param.h: New file.
35788         * misc/sys/param.h: New file.
35789         * include/sys/param.h: New file.
35790         * misc/Makefile (headers): Add bits/param.h.
35791         * sysdeps/generic/sys/param.h: File removed.
35792         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35793         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35794         * sysdeps/mach/hurd/bits/param.h: New file.
35795         * sysdeps/mach/hurd/sys/param.h: File removed.
35796
35797         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35798         last change.
35799
35800         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35801         [_IO_MTSAFE_IO].
35802         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35803         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35804         New macros.
35805
35806         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35807         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35808         rather than -D_IO_MTSAFE_IO conditionally.
35809         * stdio-common/Makefile (CPPFLAGS): Likewise.
35810         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35811         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35812         Use $(libio-mtsafe).
35813         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35814         of -D_IO_MTSAFE_IO.
35815         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35816         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35817         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35818         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35819         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35820         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35821         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35822         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35823         (CFLAGS-fread_u_chk.c): Likewise.
35824         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35825         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35826         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35827         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35828         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35829         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35830         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35831         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35832         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35833
35834         * libio/Makefile: Test [$(libc-reentrant) = yes]
35835         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35836
35837         * Makeconfig
35838         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35839         * sysdeps/pthread/configure: File removed.
35840         * sysdeps/pthread/Makeconfig: New file.
35841         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35842         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35843
35844 2012-08-16  Gary Benson  <gbenson@redhat.com>
35845
35846         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35847         unmapping the first object in a namespace.
35848
35849 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35850
35851         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35852         (__internal_setnetgrent): ... this.  Add internal_function to
35853         definition.  Add libc_hidden_def.
35854         (setnetgrent): Update caller.
35855         (internal_endnetgrent): Renamed to ...
35856         (__internal_endnetgrent): ... this.  Add internal_function to
35857         definition.  Add libc_hidden_def.
35858         (endnetgrent): Update caller.
35859         (internal_getnetgrent_r): Renamed to ...
35860         (__internal_getnetgrent_r): ... this.  Add internal_function to
35861         definition.  Add libc_hidden_def.
35862         (__getnetgrent_r): Update caller.
35863         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35864
35865 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35866
35867         * stdlib/longlong.h: Update from GCC.
35868
35869 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35870
35871         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35872         on _QL, which is set by umul_ppmm but never used.
35873         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35874         variables, which are set by GMP macros but never used.
35875         * stdio-common/_itowa.c (_itowa): Likewise.
35876         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35877         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35878
35879 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35880
35881         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35882         struct La_sh_regs is not constant.
35883         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35884         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35885         and struct La_sparc64_regs are not constant.
35886
35887 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35888
35889         * sysdeps/unix/sysv/linux/kernel-features.h
35890         (__ASSUME_POSIX_TIMERS): Remove.
35891         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35892         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35893         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35894         Make code unconditional.
35895         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35896         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35897         Make code unconditional.
35898         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35899         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35900         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35901         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35902         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35903         Make code unconditional.
35904         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35905         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35906         (__libc_missing_posix_timers): Remove.
35907
35908 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35909
35910         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35911         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35912
35913         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35914
35915         * elf/dl-sym.c: Include <stdlib.h>.
35916
35917         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35918         constants, which avoids warnings in 32-bit builds.
35919
35920         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35921         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35922
35923         * misc/lseek.c: File moved to ...
35924         * io/lseek.c: ... here.
35925
35926         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35927
35928         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35929         shifting LEN more than 31 bits at once.
35930
35931 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35932
35933         [BZ #14195]
35934         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35935         segmentation fault for a case of two empty input strings.
35936         * string/test-strncasecmp.c (check1): Renamed to...
35937         (bz12205): ...this.
35938         (bz14195): Add new testcase for two empty input strings and N > 0.
35939         (test_main): Call new testcase, adapt for renamed function.
35940
35941 2012-08-15  Andreas Jaeger  <aj@suse.de>
35942
35943         [BZ #14090]
35944         * crypt/md5test2.c: New test, based on test supplied by Serge
35945         Belyshev <belyshev@depni.sinp.msu.ru>.
35946         * crypt/Makefile (xtests): Add md5test-giant..
35947         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35948
35949 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35950
35951         [BZ #14090]
35952         * crypt/md5.c (md5_process_block): Don't assume the buffer
35953         length is less than 2**32.
35954         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35955         length is less than 2**64.
35956
35957 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35958
35959         * string/str-two-way.h: Include <sys/param.h>.
35960         (MAX): Macro removed.
35961
35962         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35963         Move #define and #undef of memmove to just before and after
35964         including <string.h>.
35965
35966         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35967         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35968         and after including <string.h>.  Move declarations of
35969         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35970         to before #include "string/memmove.c".
35971
35972         * include/dirent.h: Declare __getdirentries.
35973
35974         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35975         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35976
35977 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35978
35979         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35980         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35981         * sysdeps/i386/configure: Regenerated.
35982         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35983         STABS_CURRENT_FILE, and STABS_FUN.
35984         (END): Remove call to STABS_FUN_END.
35985         (STABS_CURRENT_FILE1): Delete.
35986         (STABS_CURRENT_FILE): Likewise.
35987         (STABS_FUN): Likewise.
35988         (STABS_FUN_END): Likewise.
35989         (STABS_FUN2): Likewise.
35990         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35991         * sysdeps/x86_64/configure: Regenerated.
35992
35993 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35994
35995         * elf/dl-open.c: Include <atomic.h>.
35996         * elf/dl-lookup.c: Likewise.
35997
35998 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35999
36000         * sysdeps/unix/sysv/linux/kernel-features.h
36001         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36002         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36003         unconditionally.
36004         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36005         unconditionally.
36006         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36007         condition on __ASSUME_CLONE_THREAD_FLAGS.
36008
36009 2012-08-14  Andreas Jaeger  <aj@suse.de>
36010
36011         * sysdeps/i386/fpu/libm-test-ulps: Update.
36012
36013 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36014
36015         * include/atomic.h (atomic_exchange_and_add): Split into ...
36016         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36017         New atomic macros.
36018
36019 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36020
36021         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36022
36023 2012-08-13  Jeff Law <law@redhat.com>
36024
36025         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36026         null byte in the output string.
36027
36028 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36029
36030         * sysdeps/unix/sysv/linux/kernel-features.h
36031         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36032         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36033         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36034         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36035         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36036         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36037         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36038
36039 2012-08-09  Jeff Law <law@redhat.com>
36040
36041         [BZ #13939]
36042         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36043         When avoid_arena is set, don't retry in the that arena.  Pick the
36044         next one, whatever it might be.
36045         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36046         (arena_lock): Pass in new parameter to arena_get2.
36047         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36048         arena_get2.
36049         (__libc_malloc): Unify retrying after main arena failure with
36050         __libc_memalign version.
36051         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36052
36053 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36054
36055         [BZ #14166]
36056         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36057         to __redirect_strstr.
36058         (__strstr_sse42): Use typeof __redirect_strstr.
36059         (__strstr_ia32): Likewise.
36060         (__libc_strstr): New prototype.
36061         (strstr): Renamed to ...
36062         (__libc_strstr): This.
36063         (strstr): New strong alias of __libc_strstr.
36064         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36065         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36066         __redirect_time.
36067         Include <time.h>.
36068         (__libc_time): New prototype.
36069         (time_ifunc): Replace time with __libc_time.
36070         (time): New strong alias and hidden definition of __libc_time.
36071         (__GI_time): Remove strong alias.
36072         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36073         Include <stddef.h>.
36074         (memmove): Redefined to __redirect_memmove.
36075         (__memmove_sse2): Use typeof __redirect_memmove.
36076         (__memmove_ssse3): Likewise.
36077         (__memmove_ssse3_back): Likewise.
36078         (__libc_memmove): New prototype.
36079         (memmove): Renamed to ...
36080         (__libc_memmove): This.
36081         (memmove): New strong alias of __libc_memmove.
36082
36083 2012-08-08  Mark Salter  <msalter@redhat.com>
36084
36085         * elf/elf.h
36086         (R_MN10300_TLS_GD): Define.
36087         (R_MN10300_TLS_LD): Likewise.
36088         (R_MN10300_TLS_LDO): Likewise.
36089         (R_MN10300_TLS_GOTIE): Likewise.
36090         (R_MN10300_TLS_IE): Likewise.
36091         (R_MN10300_TLS_LE): Likewise.
36092         (R_MN10300_TLS_DTPMOD): Likewise.
36093         (R_MN10300_TLS_DTPOFF): Likewise.
36094         (R_MN10300_TLS_TPOFF): Likewise.
36095         (R_MN10300_SYM_DIFF): Likewise.
36096         (R_MN10300_ALIGN): Likewise.
36097         (R_MN10300_NUM): Update.
36098
36099 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36100
36101         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36102         Remove.
36103
36104 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36105
36106         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36107
36108         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36109         sysdeps/unix -> sysdeps/posix move.
36110         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36111
36112 2012-08-07      Allan McRae     <allan@archlinux.org>
36113
36114         [BZ #14303]
36115         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36116         (SUNOS_CPP): Likewise.
36117         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36118         not found.
36119         (open_input): Call CPP using execvp.
36120
36121 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36122
36123         * sysdeps/unix/sysv/linux/kernel-features.h
36124         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36125         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36126         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36127         (__ASSUME_WAITID_SYSCALL): Likewise.
36128         * sysdeps/unix/sysv/linux/dl-execstack.c
36129         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36130         code unconditional.
36131         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36132         conditional code.
36133         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36134         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36135         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36136         code.
36137         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36138         unconditional.
36139         [__ASSUME_WAITID_SYSCALL]: Likewise.
36140         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36141
36142 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36143
36144         * sysdeps/unix/closedir.c: Renamed to ...
36145         * sysdeps/posix/closedir.c: ... here.
36146         * sysdeps/unix/dirfd.c: Renamed to ...
36147         * sysdeps/posix/dirfd.c: ... here.
36148         * sysdeps/unix/dirstream.h: Renamed to ...
36149         * sysdeps/posix/dirstream.h: ... here.
36150         * sysdeps/unix/fdopendir.c: Renamed to ...
36151         * sysdeps/posix/fdopendir.c: ... here.
36152         * sysdeps/unix/opendir.c: Renamed to ...
36153         * sysdeps/posix/opendir.c: ... here.
36154         * sysdeps/unix/readdir.c: Renamed to ...
36155         * sysdeps/posix/readdir.c: ... here.
36156         * sysdeps/unix/readdir_r.c: Renamed to ...
36157         * sysdeps/posix/readdir_r.c: ... here.
36158         * sysdeps/unix/rewinddir.c: Renamed to ...
36159         * sysdeps/posix/rewinddir.c: ... here.
36160         * sysdeps/unix/seekdir.c: Renamed to ...
36161         * sysdeps/posix/seekdir.c: ... here.
36162         * sysdeps/unix/telldir.c: Renamed to ...
36163         * sysdeps/posix/telldir.c: ... here.
36164         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36165         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36166         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36167         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36168
36169         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36170         * bits/fcntl.h: ... here.
36171
36172         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36173         not 0.
36174         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36175         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36176         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36177         (struct flock): Move l_start, l_len to the beginning.
36178         Use __pid_t for l_pid.
36179         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36180         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36181         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36182         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36183         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36184         [__USE_LARGEFILE64] (struct flock64): New type.
36185         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36186
36187         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36188         * bits/dirent.h: ... here.
36189
36190         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36191         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36192
36193 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36194
36195         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36196         Change from 2.6.0 to 2.6.16.
36197         * sysdeps/unix/sysv/linux/configure: Regenerated.
36198         * sysdeps/unix/sysv/linux/kernel-features.h
36199         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36200         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36201         version.
36202         (__ASSUME_UTIMES): Likewise.
36203         (__ASSUME_CLONE_STOPPED): Remove.
36204         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36205         architectures, not kernel version.
36206         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36207         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36208         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36209         (__ASSUME_WAITID_SYSCALL): Likewise.
36210         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36211         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36212         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36213         refer to older versions.
36214
36215 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36216
36217         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36218         Define alphasort64 as an alias.
36219         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36220         Define versionsort64 as an alias.
36221         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36222         Define scandir64 as an alias.
36223         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36224         Define scandirat64 as an alias.
36225         * dirent/alphasort64.c (alphasort64):
36226         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36227         * dirent/versionsort64.c: Likewise.
36228         * dirent/scandir64.c: Likewise.
36229         * dirent/scandirat64.c: Likewise.
36230         * sysdeps/wordsize-64/alphasort.c: File removed.
36231         * sysdeps/wordsize-64/alphasort64.c: File removed.
36232         * sysdeps/wordsize-64/scandir.c: File removed.
36233         * sysdeps/wordsize-64/scandir64.c: File removed.
36234         * sysdeps/wordsize-64/scandirat.c: File removed.
36235         * sysdeps/wordsize-64/scandirat64.c: File removed.
36236         * sysdeps/wordsize-64/versionsort.c: File removed.
36237         * sysdeps/wordsize-64/versionsort64.c: File removed.
36238         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36239         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36240         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36241         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36242         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36243         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36244         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36245         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36246
36247         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36248         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36249         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36250         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36251         [defined __arch64__ || defined __sparcv9]
36252         (__INO_T_MATCHES_INO64_T): New macro.
36253         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36254         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36255         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36256         * sysdeps/unix/sysv/linux/bits/dirent.h
36257         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36258         (_DIRENT_MATCHES_DIRENT64): New macro.
36259
36260         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36261         Define lockf64 as an alias.
36262         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36263         Define fseeko64 as an alias.
36264         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36265         Define ftello64 as an alias.
36266         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36267         Define _IO_fgetpos64 and fgetpos64 as aliases.
36268         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36269         Define _IO_fsetpos64 and fsetpos64 as aliases.
36270         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36271         Conditionalize body on this.
36272         * libio/fseeko64.c: Likewise.
36273         * libio/ftello64.c: Likewise.
36274         * libio/iofgetpos64.c: Likewise.
36275         * libio/iofsetpos64.c: Likewise.
36276         * sysdeps/wordsize-64/lockf.c: File removed.
36277         * sysdeps/wordsize-64/lockf64.c: File removed.
36278         * sysdeps/wordsize-64/fseeko.c: File removed.
36279         * sysdeps/wordsize-64/fseeko64.c: File removed.
36280         * sysdeps/wordsize-64/ftello.c: File removed.
36281         * sysdeps/wordsize-64/ftello64.c: File removed.
36282         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36283         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36284         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36285         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36286         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36287         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36288         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36289         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36290         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36291         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36292         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36293         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36294         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36295         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36296
36297         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36298         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36299         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36300         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36301         [defined __arch64__ || defined __sparcv9]
36302         (__OFF_T_MATCHES_OFF64_T): New macro.
36303         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36304         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36305         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36306         (__OFF_T_MATCHES_OFF64_T): New macro.
36307
36308 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36309
36310         * stdlib/secure-getenv.c (__secure_getenv): Replace
36311         GLIBC_2_16 with GLIBC_2_17.
36312
36313 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36314
36315         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36316         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36317
36318 2012-08-03  David S. Miller  <davem@davemloft.net>
36319
36320         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36321
36322 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36323
36324         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36325         Remove.
36326         (__ASSUME_CORRECT_SI_PID): Likewise.
36327         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36328         (__ASSUME_TMPFS_NAME): Likewise.
36329         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36330         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36331         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36332         (HAVE_AUX_SECURE): Make definition unconditional.
36333         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36334         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36335
36336 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36337
36338         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36339         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36340         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36341         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36342         __eloop_threshold instead of SYMLOOP_MAX.
36343
36344         * sysdeps/generic/eloop-threshold.h: New file.
36345         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36346         of MAXSYMLINKS.
36347         * elf/chroot_canon.c (chroot_canon): Likewise.
36348
36349 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36350
36351         [BZ #13717]
36352         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36353         Change to 2.6.0 everywhere.
36354         * sysdeps/unix/sysv/linux/configure: Regenerated.
36355         * sysdeps/unix/sysv/linux/kernel-features.h
36356         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36357         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36358         kernel versions.
36359         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36360         (__ASSUME_FUTEX_REQUEUE): Remove.
36361         (__ASSUME_STATFS64): Define unconditionally.
36362         (__ASSUME_AT_SECURE): Likewise.
36363         (__ASSUME_CORRECT_SI_PID): Likewise.
36364         (__ASSUME_TGKILL): Define without depending on kernel version for
36365         i386.
36366         (__ASSUME_UTIMES): Likewise.
36367         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36368         kernel version.
36369         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36370         (__ASSUME_TMPFS_NAME): Likewise.
36371         * README: Update reference to Linux kernel versions.
36372
36373 2012-08-02  Marek Polacek  <polacek@redhat.com>
36374
36375         [BZ# 14150]
36376         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36377         libc_cv_asm_type_prefix with %.
36378         * configure: Regenerated.
36379         * include/libc-symbols.h: Remove comment about
36380         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36381         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36382         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36383         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36384         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36385         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36386         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36387         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36388         * elf/tst-unique2mod1.c: Likewise.
36389         * elf/tst-unique1mod2.c: Likewise.
36390         * elf/tst-unique1mod1.c: Likewise.
36391         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36392         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36393         Replace ASM_TYPE_DIRECTIVE with .type.
36394         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36395         * sysdeps/i386/sysdep.h: Likewise.
36396         * sysdeps/x86_64/sysdep.h: Likewise.
36397         * sysdeps/sh/sysdep.h: Likewise.
36398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36399         Do not define ASM_TYPE_DIRECTIVE.
36400         * sysdeps/powerpc/sysdep.h: Likewise.
36401         * sysdeps/powerpc/powerpc32/sysdep.h:
36402         Replace ASM_TYPE_DIRECTIVE with .type.
36403         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36404         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36405         * sysdeps/i386/fpu/e_powf.S: Likewise.
36406         * sysdeps/i386/fpu/e_expl.S: Likewise.
36407         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36408         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36409         * sysdeps/i386/fpu/e_pow.S: Likewise.
36410         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36411         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36412         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36413         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36414         * sysdeps/i386/fpu/e_log2.S: Likewise.
36415         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36416         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36417         * sysdeps/i386/fpu/e_powl.S: Likewise.
36418         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36419         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36420         * sysdeps/i386/fpu/e_logl.S: Likewise.
36421         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36422         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36423         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36424         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36425         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36426         * sysdeps/i386/fpu/e_log.S: Likewise.
36427         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36428         * sysdeps/i386/fpu/e_logf.S: Likewise.
36429         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36430         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36431         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36432         * sysdeps/i386/fpu/e_log10.S: Likewise.
36433         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36434         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36435         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36436         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36437         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36438         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36439         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36440         * sysdeps/i386/i686/strtok.S: Likewise.
36441         * sysdeps/i386/i386-mcount.S: Likewise.
36442         * sysdeps/i386/strtok.S: Likewise.
36443         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36444         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36445         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36446         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36447         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36448         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36449         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36450         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36451         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36452         * sysdeps/x86_64/_mcount.S: Likewise.
36453         * sysdeps/x86_64/strtok.S: Likewise.
36454         * sysdeps/sh/_mcount.S: Likewise.
36455
36456 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36457
36458         * libio/iofopen.c: Include <fcntl.h>.
36459         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36460         (_IO_fopen64, fopen64): Define as aliases.
36461         * libio/iofopen64.c: Include <fcntl.h>.
36462         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36463         Conditionalize body on this.
36464         * sysdeps/wordsize-64/iofopen.c: File removed.
36465         * sysdeps/wordsize-64/iofopen64.c: File removed.
36466
36467 2012-08-01  Marek Polacek  <polacek@redhat.com>
36468
36469         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36470         Use dlfcn directly instead of a variable.
36471         (binfmt-subdir): Do not define.
36472         (dlfcn): Likewise.
36473
36474 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36475
36476         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36477         Remove all definitions.
36478         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36479         <kernel-features.h>.
36480         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36481         (miss_F_GETOWN_EX): Remove all definitions.
36482         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36483         macro definition.
36484         [!__ASSUME_FCNTL64]: Remove conditional code.
36485         [__ASSUME_FCNTL64]: Make code unconditional.
36486         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36487         <kernel-features.h>.
36488         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36489         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36490         (lockf64) [__NR_fcntl64]: Make code unconditional.
36491         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36492
36493         * sysdeps/unix/sysv/linux/kernel-features.h
36494         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36495         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36496         Make code unconditional.
36497         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36498         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36500         [__NR_vfork]: Make code unconditional.
36501         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36502         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36504         [__NR_vfork]: Make code unconditional.
36505         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36506         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36507
36508 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36509
36510         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36511         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36512
36513         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36514         Define mkstemp64 as an alias.
36515         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36516         Define mkstemps64 as an alias.
36517         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36518         Define mkostemp64 as an alias.
36519         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36520         Define mkostemps64 as an alias.
36521         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36522         Conditionalize body on this.
36523         * misc/mkostemp64.c: Likewise.
36524         * misc/mkostemps64.c: Likewise.
36525         * misc/mkstemps64.c: Likewise.
36526         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36527         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36528         * sysdeps/wordsize-64/mkostemp.c: File removed.
36529         * sysdeps/wordsize-64/mkstemp.c: File removed.
36530         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36531         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36532         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36533         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36534
36535         [BZ #14138]
36536         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36537         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36538         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36539         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36540
36541         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36542         compat_symbol macros from <shlib-compat.h> rather than the underlying
36543         default_symbol_version and symbol_version macros, so that DEFAULT
36544         lines in shlib-versions are respected.
36545         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36546
36547 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36548
36549         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36550         Declare with warn_unused_result.
36551         (setgid, setregid, setegid, setresgid): Likewise.
36552         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36553         Likewise.
36554         * WUR-REPORT: Remove set*id functions.
36555
36556 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36557
36558         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36559
36560 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36561
36562         [BZ #10191]
36563         * include/sys/socket.h (__libc_accept, __libc_accept4):
36564         Add attribute_hidden.
36565         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36566
36567         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36568         use of PTR_MANGLE.
36569         * inet/getnetgrent_r.c (setup): Likewise.
36570
36571         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36572
36573 2012-07-31  David S. Miller  <davem@davemloft.net>
36574
36575         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36576
36577 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36578
36579         [BZ #13629]
36580         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36581         value between 1.0 and 2.0 and smaller part has absolute value less
36582         than 1.0.
36583         * math/s_clog10.c (__clog10): Likewise.
36584         * math/s_clog10f.c (__clog10f): Likewise.
36585         * math/s_clog10l.c (__clog10l): Likewise.
36586         * math/s_clogf.c (__clogf): Likewise.
36587         * math/s_clogl.c (__clogl): Likewise.
36588         * math/libm-test.inc (clog_test): Add more tests.
36589         (clog10_test): Likewise.
36590         * sysdeps/i386/fpu/libm-test-ulps: Update.
36591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36592
36593 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36594
36595         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36596         Exit with zero in case no suitable GID is found, and write a
36597         message to standard error.
36598
36599 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36600
36601         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36602         rather than to 1.
36603         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36604         (MAXPATHLEN): Removed.
36605         (NOGROUP, NODEV): New macros.
36606         (setbit, clrbit, isset, isclr): New macros.
36607         (howmany, roundup, powerof2): New macros.
36608         (DEV_BSIZE): New macro.
36609
36610         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36611         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36612
36613         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36614         definition on [!__NO_LONG_DOUBLE_MATH].
36615
36616         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36617         PTR_MANGLE and PTR_DEMANGLE.
36618
36619         * socket/accept4.c (accept4): Rename to __libc_accept4.
36620         Define accept4 as a weak alias.
36621
36622         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36623         on [_DIRENT_HAVE_D_TYPE].
36624         * io/ftw.c (ftw_dir): Likewise.
36625
36626         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36627
36628         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36629
36630         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36631         Use the BSD numbers rather than the arbitrary ones we had.
36632         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36633         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36634         (SIGXCPU, SIGXFSZ): New macros.
36635         (_NSIG): Now 32.
36636
36637         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36638         initializer on [_LIBC_REENTRANT].
36639
36640         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36641         definitions inside [_POSIX_MAPPED_FILES].
36642
36643         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36644
36645         * dirent/opendir.c: Include <fcntl.h>.
36646
36647         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36648         (__libc_getspecific): Likewise.
36649         (__libc_key_create): Likewise.
36650
36651         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36652         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36653         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36654         (tmpfile64): Define as alias.
36655         * sysdeps/wordsize-64/tmpfile.c: File removed.
36656         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36657         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36658         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36659
36660         * stdio-common/vfscanf.c: Include <stdbool.h>.
36661         * nss/makedb.c: Likewise.
36662         * stdio-common/_i18n_number.h: Likewise.
36663         * argp/argp-help.c: Likewise.
36664         * posix/wordexp.c: Likewise.
36665         * sysdeps/posix/spawni.c: Likewise.
36666         * nss/nss_files/files-initgroups.c: Likewise.
36667         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36668         * nss/nss_files/files-initgroups.c: Likewise.
36669         * nss/nss_db/db-netgrp.c: Likewise.
36670         * nss/nss_db/db-initgroups.c: Likewise.
36671         * io/fchmodat.c: Include <sys/stat.h>.
36672
36673         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36674         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36675
36676         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36677         [HAVE_MMAP].
36678
36679         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36680         Add multiple inclusion protection.
36681
36682 2012-07-27  David S. Miller  <davem@davemloft.net>
36683
36684         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36685
36686 2012-07-27  Gary Benson  <gbenson@redhat.com>
36687
36688         [BZ #14298]
36689         * elf/rtld.c: Include <stap-probe.h>.
36690         (dl_main): Added static probes "init_start" and "init_complete".
36691         * elf/dl-load.c: Include <stap-probe.h>.
36692         (lose): Take new parameter "nsid".
36693         Added static probe "map_failed".
36694         (_dl_map_object_from_fd): Pass namespace id to lose.
36695         Added static probe "map_start".
36696         (open_verify): Pass namespace id to lose.
36697         * elf/dl-open.c: Include <stap-probe.h>.
36698         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36699         and "reloc_complete".
36700         * elf/dl-close.c: Include <stap-probe.h>.
36701         (_dl_close_worker): Added static probes "unmap_start" and
36702         "unmap_complete".
36703         * elf/rtld-debugger-interface.txt: New file documenting the above.
36704
36705 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36706
36707         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36708         rather than a string variable.
36709         * sunrpc/rpc_main.c (h_output): Likewise.
36710         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36711
36712 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36713
36714         * inet/check_native.c: New file.
36715
36716 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36717
36718         [BZ #13629]
36719         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36720         if larger part has absolute value 1.0.
36721         * math/s_clog10.c (__clog10): Likewise.
36722         * math/s_clog10f.c (__clog10f): Likewise.
36723         * math/s_clog10l.c (__clog10l): Likewise.
36724         * math/s_clogf.c (__clogf): Likewise.
36725         * math/s_clogl.c (__clogl): Likewise.
36726         * math/libm-test.inc (clog_test): Add more tests.
36727         (clog10_test): Likewise.
36728         * sysdeps/i386/fpu/libm-test-ulps: Update.
36729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36730
36731         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36732         (pltexit): Likewise.
36733         (La_regs): Likewise.
36734         (La_retval): Likewise.
36735         (int_retval): Likewise.
36736         Update #error for removed macros to refer only to definitions in
36737         tst-audit.h.
36738         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36739         macro.
36740         (pltexit): Likewise.
36741         (La_regs): Likewise.
36742         (La_retval): Likewise.
36743         (int_retval): Likewise.
36744         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36745         macro.
36746         (pltexit): Likewise.
36747         (La_regs): Likewise.
36748         (La_retval): Likewise.
36749         (int_retval): Likewise.
36750         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36751         macro.
36752         (pltexit): Likewise.
36753         (La_regs): Likewise.
36754         (La_retval): Likewise.
36755         (int_retval): Likewise.
36756         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36757         macro.
36758         (pltexit): Likewise.
36759         (La_regs): Likewise.
36760         (La_retval): Likewise.
36761         (int_retval): Likewise.
36762         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36763         macro.
36764         (pltexit): Likewise.
36765         (La_regs): Likewise.
36766         (La_retval): Likewise.
36767         (int_retval): Likewise.
36768         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36769         macro.
36770         (pltexit): Likewise.
36771         (La_regs): Likewise.
36772         (La_retval): Likewise.
36773         (int_retval): Likewise.
36774         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36775         macro definitions in tst-audit.h.
36776         * sysdeps/i386/tst-audit.h: New file.
36777         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36778         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36779         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36780         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36781         * sysdeps/sh/tst-audit.h: Likewise.
36782         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36783         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36784         * sysdeps/x86_64/tst-audit.h: Likewise.
36785
36786 2012-07-26  Andreas Jaeger  <aj@suse.de>
36787
36788         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36789         ptrace.
36790
36791         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36792         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36793         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36794         PTRACE_O_MASK.
36795         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36796         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36797         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36798
36799         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36800         value.
36801
36802         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36803         _sigsys.
36804         (si_call_addr, si_syscall, si_arch): Define new macro.
36805         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36806         _sigsys.
36807         (si_call_addr, si_syscall, si_arch): Define new marcro.
36808         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36809         _sigsys.
36810         (si_call_addr, si_syscall, si_arch): Define new macro.
36811         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36812         _sigsys.
36813         (si_call_addr, si_syscall, si_arch): Define new macro.
36814
36815 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36816
36817         [BZ #13717]
36818         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36819         Change to 2.4.21 where previously 2.4.1.
36820         * sysdeps/unix/sysv/linux/configure: Regenerated.
36821         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36822         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36823         Linux kernel version.
36824         (__ASSUME_STD_AUXV): Remove.
36825         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36826         kernel version.
36827         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36828         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36829         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36830         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36831         (__ASSUME_NETLINK_SUPPORT): Likewise.
36832         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36833         (__no_netlink_support): Remove conditional definition.
36834         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36835         Remove.
36836         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36837         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36838         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36839         (if_nameindex_ioctl): Remove.
36840         (if_nameindex_netlink): Do not handle __no_netlink_support.
36841         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36842         code.
36843         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36844         Remove conditional code.
36845         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36846         code.
36847         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36848         unconditional.
36849         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36850         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36851         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36852         Remove.
36853         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36854         [!__ASSUME_STD_AUXV]: Remove conditional code.
36855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36856         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36857         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36859         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36860         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36861         code.
36862         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36864         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36865         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36866         conditional code.
36867         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36869         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36870         code.
36871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36872         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36873         conditional code.
36874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36875         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36876         code unconditional.
36877         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36878         conditional code.
36879         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36880         unconditional.
36881         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36882         conditional code.
36883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36884         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36885         unconditional.
36886         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36887         conditional code.
36888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36889         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36890         code unconditional.
36891         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36892         conditional code.
36893         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36894         unconditional.
36895         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36896         conditional code.
36897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36898         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36899         code unconditional.
36900         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36901         conditional code.
36902         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36903         unconditional.
36904         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36905         conditional code.
36906
36907 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36908
36909         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36910         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36911         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36912         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36913         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36914         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36915         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36916         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36917         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36918         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36919         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36920         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36921         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36922         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36923         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36924         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36925         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36926         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36927         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36928         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36929         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36930         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36931         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36932
36933 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36934
36935         * Versions.def: Add GLIBC_2.17.
36936         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36937         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36938         Introduce __libc_secure_getenv.
36939         * stdlib/Versions (2.17): Add secure_getenv
36940         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36941         * stdlib/secure-getenv.c: Rename __secure_getenv to
36942         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36943         symbol __secure_getenv for GLIBC_2.0.
36944         * stdlib/tst-secure-getenv.c: New.
36945         * stdlib/Makefile (tests): Add testcase.
36946         * manual/startup.texi (Environment Access): Document
36947         secure_getenv.
36948         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36949         __libc_secure_getenv.
36950         * inet/ruserpass.c (ruserpass): Likewise.
36951         * malloc/mtrace.c (mtrace): Likewise.
36952         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36953         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36954         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36955         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36956         HAVE_SECURE_GETENV.
36957         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36958         __secure_getenv to __libc_secure_getenv.
36959         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36961         Likewise.
36962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36963         Likewise.
36964         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36965         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36966         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36967         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36968         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36971
36972 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36973
36974         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36975         (struct La_i86_retval): Likewise.
36976         (struct La_x86_64_regs): Likewise.
36977         (struct La_x86_64_retval): Likewise.
36978         (struct La_x32_regs): Likewise.
36979         (struct La_x32_retval): Likewise.
36980         (struct La_ppc32_regs): Likewise.
36981         (struct La_ppc32_retval): Likewise.
36982         (struct La_ppc64_regs): Likewise.
36983         (struct La_ppc64_retval): Likewise.
36984         (struct La_sh_regs): Likewise.
36985         (struct La_sh_retval): Likewise.
36986         (struct La_s390_32_regs): Likewise.
36987         (struct La_s390_32_retval): Likewise.
36988         (struct La_s390_64_regs): Likewise.
36989         (struct La_s390_64_retval): Likewise.
36990         (struct La_sparc32_regs): Likewise.
36991         (struct La_sparc32_retval): Likewise.
36992         (struct La_sparc64_regs): Likewise.
36993         (struct La_sparc64_retval): Likewise.
36994         (struct audit_ifaces): Remove architecture-specific pltenter and
36995         pltexit members.
36996         * sysdeps/i386/ldsodefs.h: New file.
36997         * sysdeps/powerpc/ldsodefs.h: Likewise.
36998         * sysdeps/s390/ldsodefs.h: Likewise.
36999         * sysdeps/sh/ldsodefs.h: Likewise.
37000         * sysdeps/sparc/ldsodefs.h: Likewise.
37001         * sysdeps/x86_64/ldsodefs.h: Likewise.
37002
37003 2012-07-25  Marek Polacek  <polacek@redhat.com>
37004
37005         [BZ #6808]
37006         * math/libm-test.inc (yn_test): Add another test.
37007         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37008         to ERANGE when the result is +-Inf.
37009         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37010         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37011         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37012         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37013
37014 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37015
37016         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37017         equal to 0.
37018         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37019         clock_t.
37020         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37021
37022 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37023
37024         * configure.in <sysdeps resolving>: Correct printing
37025         Implies_before.
37026         * configure: Regenerate.
37027
37028 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37029
37030         * math/w_ilogb.c: Include <limits.h>.
37031         * math/w_ilogbl.c: Likewise.
37032
37033 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37034
37035         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37036         va_copy.  Document allowing for unavailable va_copy only as
37037         pre-C99 compatibility.
37038         * manual/string.texi (Copying and Concatenation): Use va_copy
37039         instead of __va_copy in concat example.
37040
37041 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37042
37043         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37044         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37045         it if not null.
37046
37047         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37048         with O_NOLINK passed to __file_name_lookup.
37049
37050         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37051         with O_NOLINK passed to __file_name_lookup.
37052
37053         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37054         negative N or less than NGIDS.
37055
37056         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37057         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37058         enough.  Use memcpy instead of strncpy.
37059
37060 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37061
37062         * elf/Makefile (check-data): Remove.
37063         (localplt.data): New vpath directive.
37064         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37065         instead of $(check-data).
37066         * scripts/data/localplt-generic.data: Move to ...
37067         * sysdeps/generic/localplt.data: ... here.
37068         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37069         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37070         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37072         ... here.
37073         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37075         ... here.
37076         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37077         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37078         ... here.
37079         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37080         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37081         ... here.
37082         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37084         ... here.
37085         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37086         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37087         ... here.
37088
37089 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37090
37091         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37092         PPC32 and PPC64 files.
37093         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37094         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37095
37096 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37097
37098         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37099         __makecontext_ret to ...
37100         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37101         ... here and call exit if uc_link is NULL.  New file.
37102         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37103         __makecontext_ret.S.
37104         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37105         __makecontext_ret to ...
37106         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37107         ... here and call exit if uc_link is NULL.  New file.
37108         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37109         __makecontext_ret.S.
37110
37111 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37112
37113         * elf/elf.h (R_390_IRELATIVE): New definition.
37114         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37115         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37116         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37117         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37118         (elf_machine_lazy_rel): Likewise.
37119         * sysdeps/s390/dl-irel.h: New file.
37120         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37121         * sysdeps/s390/s390-64/memset.S: New asm code.
37122         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37123         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37124         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37125         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37126         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37127         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37128         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37129         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37130         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37131         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37132         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37133         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37134         * sysdeps/s390/s390-32/memset.S: New asm code.
37135         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37136
37137 2012-07-17  Marek Polacek  <polacek@redhat.com>
37138
37139         [BZ #14349]
37140         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37141         * sysdeps/s390/s390-64/configure.in: Likewise.
37142         * sysdeps/sparc/configure.in: Likewise.
37143         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37144         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37145         * sysdeps/i386/configure.in: Likewise.
37146         * sysdeps/x86_64/configure.in: Likewise.
37147         * sysdeps/sh/configure.in: Likewise.
37148         * sysdeps/s390/s390-32/configure: Regenerated.
37149         * sysdeps/s390/s390-64/configure: Likewise.
37150         * sysdeps/x86_64/configure: Likewise.
37151         * sysdeps/sh/configure: Likewise.
37152         * sysdeps/powerpc/powerpc64/configure: Likewise.
37153         * sysdeps/powerpc/powerpc32/configure: Likewise.
37154         * sysdeps/sparc/configure: Likwise.
37155         * sysdeps/i386/configure: Likewise.
37156
37157         * elf/dl-open.c: Comment fixes.
37158
37159 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37160
37161         * Makefile [CXX] (check-data): Remove.
37162         [CXX] (c++-types.data): New vpath directive.
37163         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37164         vpath.  Do not allow for C++ type data being missing.
37165         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37166         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37167         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37168         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37169         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37170         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37171         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37173         ... here.
37174         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37176         ... here.
37177         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37178         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37179         ... here.
37180         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37181         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37182         ... here.
37183         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37184         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37185         ... here.
37186         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37187         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37188         ... here.
37189         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37191         ... here.
37192         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37194
37195         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37196         definitions to architecture-specific files.
37197         (TLS_IE): Likewise.
37198         (TLS_LD): Likewise.
37199         (TLS_GD): Likewise.
37200         * sysdeps/i386/tls-macros.h: New file.
37201         * sysdeps/powerpc/tls-macros.h: Likewise.
37202         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37203         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37204         * sysdeps/sh/tls-macros.h: Likewise.
37205         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37206         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37207         * sysdeps/x86_64/tls-macros.h: Likewise.
37208
37209 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37210
37211         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37212         zero value for regular exit case.
37213
37214         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37215         (__start_context): Preserve zero value for regular exit case.
37216
37217 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37218             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37219
37220         * manual/setjmp.texi (setcontext): Clarify normal process
37221         termination when uc_link is the null pointer.
37222         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37223         exit call.
37224
37225 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37226
37227         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37228         preprocessor.  Test for each exception mask separately.
37229
37230 2012-07-16  Andreas Jaeger  <aj@suse.de>
37231
37232         * po/ru.po: Update from translation team.
37233
37234 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37235
37236         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37237         equal to 0.
37238         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37239         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37240         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37241         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37242         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37243
37244 2012-07-13  Andreas Jaeger  <aj@suse.de>
37245
37246         * po/fr.po: Update from translation team.
37247
37248 2012-07-12  Marek Polacek  <polacek@redhat.com>
37249
37250         [BZ #14173]
37251         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37252         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37253         loop condition.
37254
37255 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37256
37257         [BZ #13717]
37258         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37259         Change to 2.4.1 where previously 2.4.0.
37260         * sysdeps/unix/sysv/linux/configure: Regenerated.
37261         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37262         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37263         version.
37264         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37265         (__ASSUME_AT_CLKTCK): Remove.
37266         (__ASSUME_AT_PAGESIZE): Likewise.
37267         (__ASSUME_AT_XID): Likewise.
37268         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37269         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37270         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37271         unconditionally.
37272         (HAVE_AUX_PAGESIZE): Likewise.
37273         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37274         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37275         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37276
37277 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37278
37279         [BZ #14307]
37280         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37281         the temporary buffer used to invoke __gethostbyname2_r,
37282         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37283         host_data / struct gaih_addrtuple.
37284         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37285         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37286         header file nss/nsswitch.h.
37287         * nss/nsswitch.h (global scope): Add definition of implementation
37288         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37289         resolv/nss_dns/dns-host.c).
37290
37291 2012-07-11  Andreas Jaeger  <aj@suse.de>
37292
37293         * po/fr.po: Update from translation team.
37294
37295         * po/sv.po: Update from translation team
37296         * po/fr.po: Another update from translation team.
37297
37298 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37299
37300         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37301         for subnormals or multiply small sinh result by itself.
37302         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37303         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37304
37305 2012-07-11  David S. Miller  <davem@davemloft.net>
37306
37307         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37308
37309 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37310
37311         [BZ #14347]
37312         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37313         (INTERNAL_MARK): Shift it here.
37314
37315 2012-07-10  Marek Polacek  <polacek@redhat.com>
37316
37317         [BZ #14151]
37318         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37319         libc_cv_asm_global_directive with .globl.
37320         * configure: Regenerated.
37321         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37322         with .globl.
37323         * sysdeps/i386/configure: Regenerated.
37324         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37325         with .globl.
37326         * sysdeps/x86_64/configure: Regenerated.
37327         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37328         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37329         * elf/tst-unique2mod2.c: Likewise.
37330         * elf/tst-unique2mod1.c: Likewise.
37331         * elf/tst-unique1mod2.c: Likewise.
37332         * elf/tst-unique1mod1.c: Likewise.
37333         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37334         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37335         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37336         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37337         * sysdeps/mach/sysdep.h: Likewise.
37338         * sysdeps/i386/sysdep.h: Likewise.
37339         * sysdeps/i386/i386-mcount.S: Likewise.
37340         * sysdeps/x86_64/_mcount.S: Likewise.
37341         * sysdeps/x86_64/sysdep.h: Likewise.
37342         * sysdeps/sh/_mcount.S: Likewise.
37343         * sysdeps/sh/sysdep.h: Likewise.
37344         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37345         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37346         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37347         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37348         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37349         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37350         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37351         * locale/localeinfo.h: Likewise.
37352         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37353         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37354
37355 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37356
37357         [BZ #14336]
37358         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37359         system".
37360         * manual/message.texi (The Uniforum approach): Likewise.
37361         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37362         (glibc iconv Implementation): Likewise.
37363
37364 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37365
37366         [BZ #14337]
37367         * math/s_clog.c (__clog): Avoid scaling a value down where that
37368         could result in underflow.
37369         * math/s_clog10.c (__clog10): Likewise.
37370         * math/s_clog10f.c (__clog10f): Likewise.
37371         * math/s_clog10l.c (__clog10l): Likewise.
37372         * math/s_clogf.c (__clogf): Likewise.
37373         * math/s_clogl.c (__clogl): Likewise.
37374         * math/libm-test.inc (clog_test): Add more tests.
37375         (clog10_test): Likewise.
37376         * sysdeps/i386/fpu/libm-test-ulps: Update.
37377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37378
37379 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37380
37381         [BZ #14283]
37382         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37383         by 7 not 8 to examine high bit of fractional part.
37384
37385         [BZ #14042]
37386         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37387         for call to __mcount_internal.
37388         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37389         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37390         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37391
37392 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37393
37394         [BZ #14154]
37395         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37396         approximation for values within 0x1p-13f of an odd multiple of
37397         pi/4.
37398         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37399         exception.  Add more tests.
37400         * sysdeps/i386/fpu/libm-test-ulps: Update.
37401
37402         [BZ #6778]
37403         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37404         inputs and return -1 for them.  Do not check for +Inf in case not
37405         reachable for +Inf.
37406         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37407         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37408         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37409         and return -1 for them.  Do not check for +Inf in case not
37410         reachable for +Inf.
37411         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37412         define.
37413         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37414         and return -1 for them.  Do not check for +Inf in case not
37415         reachable for +Inf.
37416         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37417         spurious underflow.
37418         * sysdeps/i386/fpu/libm-test-ulps: Update.
37419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37420
37421 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37422
37423         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37424
37425 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37426
37427         [BZ #14157]
37428         [BZ #14331]
37429         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37430         could result in spurious underflow.  Scale down values above
37431         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37432         * math/s_csqrtf.c (__csqrtf): Likewise.
37433         * math/s_csqrtl.c (__csqrtl): Likewise.
37434         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37435         spurious underflow.
37436         * sysdeps/i386/fpu/libm-test-ulps: Update.
37437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37438
37439 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37440
37441         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37442         xopen-msg.sed.
37443         * catgets/xopen-msg.awk: New file.
37444         * catgets/xopen-msg.sed: Removed.
37445
37446         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37447         po2text.sed.
37448         * intl/po2test.awk: New file.
37449         * intl/po2test.sed: Removed.
37450
37451 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37452
37453         [BZ #14328]
37454         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37455         or multiply small sinh result by itself.
37456         * math/s_ctanf.c (__ctanf): Likewise.
37457         * math/s_ctanh.c (__ctanh): Likewise.
37458         * math/s_ctanhf.c (__ctanhf): Likewise.
37459         * math/s_ctanhl.c (__ctanhl): Likewise.
37460         * math/s_ctanl.c (__ctanl): Likewise.
37461         * math/libm-test.inc (ctan_test_tonearest): New function.
37462         (ctan_test_towardzero): Likewise.
37463         (ctan_test_downward): Likewise.
37464         (ctan_test_upward): Likewise.
37465         (ctanh_test_tonearest): Likewise.
37466         (ctanh_test_towardzero): Likewise.
37467         (ctanh_test_downward): Likewise.
37468         (ctanh_test_upward): Likewise.
37469         (main): Call these new functions.
37470         * sysdeps/i386/fpu/libm-test-ulps: Update.
37471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37472
37473 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37474
37475         * .gitignore: Delete /ports entry.
37476
37477 2012-07-03  Andreas Jaeger  <aj@suse.de>
37478
37479         * po/bg.po: Update from translation team.
37480         * po/cs.po: Likewise.
37481         * po/de.po: Likewise.
37482         * po/hr.po: Likewise.
37483         * po/nl.pl: Likewise.
37484         * po/pl.po: Likewise.
37485         * po/vi.po: Likewise.
37486
37487 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37488
37489         * Makeconfig [!+link] (+link-before-libc): New variable.
37490         [!+link] (+link-after-libc): Likewise.
37491         [!+link] (+link-tests): Likewise.
37492         [!+link] (+link): Define in terms of $(+link-before-libc) and
37493         $(+link-after-libc).
37494         [!+link-static] (+link-static-before-libc): New variable.
37495         [!+link-static] (+link-static-after-libc): Likewise.
37496         [!+link-static] (+link-static-tests): Likewise.
37497         [!+link-static] (+link-static): Define in terms of
37498         $(+link-static-before-libc) and $(+link-static-after-libc).
37499         [build-shared] (link-libc-before-gnulib): New variable.
37500         [build-shared] (link-libc-tests): Likewise.
37501         [build-shared] (link-libc): Define in terms of
37502         $(link-libc-before-gnulib).
37503         [!build-shared] (link-libc-tests): New variable.
37504         (link-libc-static-tests): New variable.
37505         [!gnulib] (gnulib-arch): New variable.
37506         [!gnulib] (gnulib-tests): Likewise.
37507         [!gnulib] (static-gnulib-arch): Likewise.
37508         [!gnulib] (static-gnulib-tests): Likewise.
37509         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37510         Define with "=" instead of ":=".
37511         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37512         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37513         * Rules (binaries-all-notests): New variable.
37514         (binaries-all-tests): Likewise.
37515         (binaries-static-notests): Likewise.
37516         (binaries-static-tests): Likewise.
37517         (binaries-all): Define using $(binaries-all-notests) and
37518         $(binaries-all-tests).
37519         (binaries-static): Define using $(binaries-static-notests) and
37520         $(binaries-static-tests).
37521         (binaries-shared-tests): New variable.
37522         (binaries-shared-notests): Likewise.
37523         (binaries-shared): Remove variable.
37524         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37525         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37526         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37527         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37528         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37529         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37530         * elf/Makefile (sln-modules): New variable.
37531         (extra-objs): Add $(sln-modules:=.o).
37532         (ldconfig-modules): Add static-stubs.
37533         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37534         * elf/static-stubs.c: New file.
37535
37536         [BZ #14283]
37537         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37538         by 7 not 8 to examine high bit of fractional part.  Use volatile
37539         variables when splitting into final array of floats if
37540         __FLT_EVAL_METHOD__ != 0.
37541         * math/libm-test.inc (cos_test): Add another test.
37542         (sin_test): Likewise.
37543         * sysdeps/i386/fpu/libm-test-ulps: Update.
37544
37545         [BZ #14273]
37546         * math/libm-test.inc (cosh_test): Add more tests.
37547
37548         * version.h (RELEASE): Set to "development".
37549         (VERSION): Set to "2.16.90".
37550
37551 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37552
37553         * NEWS: Update copyright. Remove last-updated date.
37554         Mention math library bug fixes and timezone data changes.
37555         * README: Mention GNU/Hurd, x32, and HPPA support status.
37556
37557 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37558
37559         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37560
37561 2012-06-27  Andreas Jaeger  <aj@suse.de>
37562
37563         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37564
37565 2012-06-25  Andreas Jaeger  <aj@suse.de>
37566
37567         * sysdeps/s390/fpu/libm-test-ulps: Update.
37568
37569 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37570             Thomas Schwinge  <thomas@codesourcery.com>
37571
37572         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37573         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37574         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37575         fanotify_mark.
37576
37577 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37578
37579         * sysdeps/mach/start.c: Remove file.
37580         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37581         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37582         * sysdeps/sh/init-first.c: Likewise.
37583
37584         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37585         registers for frame unwinding purposes, add CFI directives.
37586         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37587         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37588         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37589         Likewise.
37590
37591         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37592         __fortify_fail returning.
37593         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37594
37595         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37596         sysdeps/sh/____longjmp_chk.S.
37597         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37598         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37599         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37600         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37601
37602         * sysdeps/sh/abort-instr.h: New file.
37603         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37604         process in case exit returns.
37605
37606         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37607         initialize the GOT register before use.
37608
37609         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37610         calculation of ARGC > 4.
37611
37612         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37613         meaningful names to some local labels.
37614
37615 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37616             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37617
37618         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37619         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37620         (__arch_compare_and_exchange_val_16_acq): Likewise.
37621         (__arch_compare_and_exchange_val_32_acq): Likewise.
37622         (atomic_exchange_and_add): Fix gUSA sequence.
37623         (atomic_add): Likewise.
37624         (atomic_add_negative): Likewise.
37625         (atomic_add_zero): Likewise.
37626         (atomic_bit_test_set): Likewise.
37627
37628 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37629
37630         [BZ #13579]
37631         * include/link.h (struct link_map): Add l_free_initfini.
37632         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37633         l_initfini.
37634         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37635         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37636         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37637         set.
37638
37639 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37640
37641         * configure.in: Use AC_LANG_SOURCE.
37642         * configure: Regenerate.
37643
37644 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37645
37646         * configure.in (libc_cv_localstatedir): New substituted variable.
37647         * configure: Regenerated.
37648         * config.make.in (localstatedir): New variable, substituted from
37649         libc_cv_localstatedir.
37650         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37651         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37652         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37653         * sysdeps/gnu/configure: Regenerated.
37654
37655 2012-06-21  Jeff Law  <law@redhat.com>
37656
37657         [BZ #14277]
37658         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37659         free.  Simplify list management for _LIBC case.
37660
37661 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37662
37663         [BZ #14273]
37664         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37665         Clear sign bit of 64-bit integer value before comparing against
37666         overflow value.
37667
37668         * sysdeps/mach/configure: Regenerated.
37669
37670 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37671
37672         [BZ #14278]
37673         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37674
37675 2012-06-21  Jeff Law  <law@redhat.com>
37676
37677         [BZ #13882]
37678         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37679         uint16_t for elements in the "seen" array to avoid char overflows.
37680         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37681         * elf/dl-open.c (dl_open_worker): Likewise.
37682
37683 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37684
37685         * scripts/list-sources.sh: Scan PORTS for translations.
37686         * po/libc.pot: Regenerated.
37687
37688 2012-06-21  Andreas Jaeger  <aj@suse.de>
37689
37690         [BZ #12194]
37691         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37692         warning.
37693         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37694         * bits/byteswap-16.h (__bswap_16): Likewise.
37695         * bits/byteswap.h (__bswap_constant_16): Likewise.
37696
37697 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37698
37699         [BZ #14117]
37700         * sysdeps/i386/fpu_control.h: Removed.
37701         * sysdeps/x86_64/fpu_control.h: Moved to ...
37702         * sysdeps/x86/fpu_control.h: Here.
37703
37704         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37705         (_FPU_SETCW): Likewise.
37706
37707 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37708
37709         [BZ #14117]
37710         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37711         * sysdeps/x86/fpu/bits/mathinline.h: This.
37712         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37713
37714         [BZ #14050]
37715         [BZ #14117]
37716         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37717         functions if __x86_64__ is defined.
37718
37719 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37720
37721         * string/endian.h: Add !__ASSEMBLER__ condition for including
37722         conversion interfaces.
37723
37724 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37725
37726         [BZ #14241]
37727         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37728         of ABS(x) in calculating zero to negative powers other than odd
37729         integers.
37730         * math/libm-test.inc (pow_test): Add more tests.
37731
37732 2012-06-15  Andreas Jaeger  <aj@suse.de>
37733
37734         * manual/contrib.texi (Contributors): Update entry of Liubov
37735         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37736         Machado Filho.
37737
37738 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37739
37740         * string/string.h: Add __wur to GNU version of strerror_r.
37741
37742 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37743
37744         [BZ #14229]
37745         * string/Makefile (tests): Add tst-strtok_r.
37746         * string/tst-strtok_r.c: New file.
37747         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37748         RAX_LP/RDX_LP on SAVE_PTR.
37749
37750 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37751
37752         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37753
37754 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37755
37756         * libm_test.inc (csqrt_test): Allow more spurious underflow
37757         exceptions.
37758         (j0_test): Likewise.
37759         (j1_test): Likewise.
37760         (y0_test): Likewise.
37761         (y1_test): Likewise.
37762
37763 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37764
37765         * po/Makefile (libc.pot): Use UTF-8 charset.
37766
37767 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37768
37769         [BZ #14210]
37770         Suppress sign-conversion warning from FD_SET.
37771         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37772         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37773         not unsigned long int.
37774         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37775
37776 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37777
37778         [BZ #14050]
37779         [BZ #14117]
37780         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37781         __extern_always_inline instead of __extern_inline.
37782         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37783         (__signbit): Likewise.
37784         (__signbitl): Support C++ namespace.
37785         (lrintf): New inline function.
37786         (lrint): Likewise.
37787         (llrintf): Likewise.
37788         (llrint): Likewise.
37789         (fmaxf): Likewise.
37790         (fmax): Likewise.
37791         (fminf): Likewise.
37792         (fmin): Likewise.
37793         (rint): Likewise.
37794         (rintf): Likewise.
37795         (ceil): Likewise.
37796         (ceilf): Likewise.
37797         (floor): Likewise.
37798         (floorf): Likewise.
37799         (nearbyint): Likewise.
37800         (nearbyintf): Likewise.
37801
37802 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37803
37804         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37805         non-default versions.
37806
37807 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37808
37809         [BZ #14218]
37810         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37811
37812 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37813
37814         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37815         (FE_UPWARD, FE_DOWNWARD): Don't define.
37816         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37817         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37818
37819         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37820         reading it.
37821         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37822         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37823
37824 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37825
37826         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37827         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37828         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37829         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37830
37831 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37832
37833         [BZ #14117]
37834         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37835         * sysdeps/i386/fpu/Implies: New file.
37836         * sysdeps/x86_64/fpu/Implies: Likewise.
37837         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37838         * sysdeps/x86/fpu/bits/fenv.h: This.
37839
37840         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37841         __SSE_MATH__.
37842
37843 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37844
37845         [BZ #14134]
37846         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37847         character 0xffff that matches the last element of the
37848         conversion table.
37849
37850 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37851
37852         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37853         fmodl commit.
37854
37855 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37856
37857         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37858         values higher than 25.6283.
37859
37860 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37861
37862         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37863         subnormal exponent extraction and add some __builtin_expect.
37864         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37865         Fix for subnormal mantissa calculation.
37866
37867 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37868
37869         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37870         cpu2 is -1 and errno is not ENOSYS.
37871
37872 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37873
37874         [BZ #14117]
37875         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37876         * sysdeps/x86/bits/string.h: This.
37877         * sysdeps/x86_64/bits/string.h: Removed.
37878
37879         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37880         if not compiling for x86-64, but compiling for >= i486.
37881
37882         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37883         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37884
37885         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37886         New macro from Linux kernel 3.4.0.
37887         (FP_XSTATE_MAGIC2): Likewise.
37888         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37889         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37890         (struct _fpx_sw_bytes): New struct.
37891         (struct _xsave_hdr): Likewise.
37892         (struct _ymmh_state): Likewise.
37893         (struct _xstate): Likewise.
37894
37895         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37896         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37897         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37898         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37899         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37900         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37901
37902         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37903         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37904         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37905         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37906         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37907         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37908
37909 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37910
37911         [BZ #13743]
37912         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37913         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37914         (sysdep_headers): Include sys/platform/ppc.h.
37915         * sysdeps/powerpc/test-gettimebase.c: Test for
37916         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37917         * manual/Makefile (appendices): Include platform.texi.
37918         * manual/contrib.texi (Contributors): Update @node pointers.
37919         * manual/maint.texi (Maintenance): Likewise.
37920         (Platform): New node.
37921         * manual/platform.texi: New file.  Document the new features.
37922
37923 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37924             Jakub Jelinek  <jakub@redhat.com>
37925
37926         [BZ #14188]
37927         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37928         where __builtin_expect is unavailable.
37929
37930 2012-06-03  David S. Miller  <davem@davemloft.net>
37931
37932         * stdlib/longlong.h: Updated from GCC.
37933
37934 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37935
37936         [BZ #14042]
37937         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37938         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37939         __mcount_internal.
37940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37941         (GLIBC_2.16): Likewise.
37942
37943 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37944
37945         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37946
37947 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37948
37949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37950         (default-abi): New variable.
37951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37952         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37953         variable.
37954         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37955         Likewise.
37956         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37957         Likewise.
37958         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37959         Likewise.
37960
37961         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37962         definition.  Document in comment.
37963
37964 2012-06-01  David S. Miller  <davem@davemloft.net>
37965
37966         * stdlib/longlong.h: Updated from GCC.
37967
37968 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37969
37970         [BZ #14117]
37971         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37972         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37973         sys/debugreg.h sys/io.h here.
37974         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37975         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37976         sys/io.h.
37977         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37978         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37979         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37980         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37981         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37982         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37983
37984         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37985         Define only if __x86_64__ is defined.
37986
37987 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37988
37989         [BZ #14048]
37990         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37991         Use int64_t for variable i.
37992         * math/libm-test.inc (fmod_test): Add more tests.
37993
37994         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37995         z computation is not scheduled after fetestexcept.
37996         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37997         Use math_force_eval instead of asm to ensure calculation scheduled
37998         before exception test.
37999         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38000         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38001
38002 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38003
38004         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38005         computation is not scheduled after fetestexcept.
38006
38007 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38008
38009         [BZ #14117]
38010         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38011         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38012
38013 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38014
38015         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38016         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38017
38018 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38019
38020         [BZ #14117]
38021         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38022         <bits/wordsize.h>.
38023         (__WCHAR_MIN): Support __WORDSIZE == 64.
38024         (__WCHAR_MAX): Likewise.
38025
38026         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38027         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38028
38029         [BZ #14183]
38030         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38031         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38032
38033         [BZ #14117]
38034         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38035         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38036
38037         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38038         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38039
38040         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38041         Defined to 1 if __x86_64__ isn't defined.
38042         (_STAT_VER_LINUX_OLD): New.
38043         (st_atime): Remove duplicate.
38044         (st_mtime): Likewise.
38045         (st_ctime): Likewise.
38046
38047 2012-05-31  David S. Miller  <davem@davemloft.net>
38048
38049         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38050         entries.
38051
38052 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38053
38054         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38055         gen-libm-test.pl.
38056
38057         [BZ #14132]
38058         * elf/dl-reloc.c: Include <_itoa.h>.
38059         (_dl_reloc_bad_type): Remove use of INTUSE.
38060         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38061         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38062         * stdio-common/psiginfo.c (psiginfo): Likewise.
38063         * stdio-common/psignal.c (psignal): Likewise.
38064         * string/strsignal.c (strsignal): Likewise.
38065         * include/signal.h (_sys_siglist): Declare hidden proto.
38066         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38067         INTVARDEF with libc_hidden_data_def.
38068         * stdio-common/itoa-udigits.c: Likewise.
38069         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38070         (_itoa_lower_digits_internal): Remove declaration.
38071         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38072         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38073         (_sys_sigabbrev_internal): Remove aliases.
38074         (_sys_siglist): Define hidden alias.
38075
38076 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38077
38078         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38079         bits/sysctl.h.
38080
38081 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38082
38083         [BZ #14117]
38084         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38085         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38086
38087         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38088         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38089         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38090         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38091         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38092         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38093
38094         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38095         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38096         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38097
38098         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38099         with __addr.
38100         (insw): Likewise.
38101         (insl): Likewise.
38102         (outsb): Likewise.
38103         (outsw): Likewise.
38104         (outsl): Likewise.
38105
38106         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38107         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38108         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38109
38110         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38111         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38112         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38113         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38114         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38115         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38116
38117         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38118         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38119
38120         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38121         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38122
38123         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38124         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38125         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38126
38127         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38128         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38129         to ...
38130         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38131
38132         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38133         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38134         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38135
38136         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38137         for x86-64.
38138         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38139
38140 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38141
38142         * math/math.h (M_El): Use two more decimal places.
38143         (M_LOG2El): Likewise.
38144         (M_LOG10El): Likewise.
38145         (M_LN2l): Likewise.
38146         (M_LN10l): Likewise.
38147         (M_PIl): Likewise.
38148         (M_PI_2l): Likewise.
38149         (M_PI_4l): Likewise.
38150         (M_1_PIl): Likewise.
38151         (M_2_PIl): Likewise.
38152         (M_2_SQRTPIl): Likewise.
38153         (M_SQRT2l): Likewise.
38154         (M_SQRT1_2l): Likewise.
38155
38156 2012-05-31  David S. Miller  <davem@davemloft.net>
38157
38158         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38159         values between float registers.
38160         * sysdeps/sparc/sparc64/memset.S: Likewise.
38161         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38162
38163 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38164
38165         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38166         -D_FORTIFY_SOURCE=1.
38167         (CPPFLAGS-tst-longjmp_chk.c): Define.
38168         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38169         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38170         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38171         CFLAGS-tst-wchar-h.c.
38172
38173 2012-05-31  Marek Polacek  <polacek@redhat.com>
38174
38175         [BZ #14132]
38176         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38177         __endmntent_internal): Remove declaration.
38178         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38179         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38180         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38181
38182 2012-05-30  David S. Miller  <davem@davemloft.net>
38183
38184         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38185         (___Q_simulate_exceptions): Use real FP ops rather than writing
38186         into the %fsr.
38187         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38188         Likewise.
38189
38190 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38191
38192         [BZ #14117]
38193         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38194         * sysdeps/x86/bits/xtitypes.h: This.
38195
38196         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38197         * sysdeps/x86/bits/wordsize.h: This.
38198
38199         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38200         * sysdeps/x86/bits/huge_vall.h: This.
38201
38202         * sysdeps/i386/bits/select.h: Removed.
38203         * sysdeps/x86_64/bits/select.h: Renamed to ...
38204         * sysdeps/x86/bits/select.h: This.
38205
38206         * sysdeps/i386/bits/setjmp.h: Removed.
38207         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38208         * sysdeps/x86/bits/setjmp.h: This.
38209
38210         * sysdeps/i386/bits/mathdef.h: Removed.
38211         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38212         * sysdeps/x86/bits/mathdef.h: This.
38213
38214 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38215
38216         [BZ #14132]
38217         * include/sys/socket.h (__connect_internal)
38218         (__libc_sa_len_internal): Remove declaration.
38219         (__connect, __libc_sa_len): Declare hidden_proto.
38220         (SA_LEN): Remove use of INTUSE.
38221         * socket/connect.c: Add libc_hidden_def.
38222         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38223         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38224         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38225         alias.
38226         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38227         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38228         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38229         of adding _internal alias.
38230
38231 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38232
38233         [BZ #14117]
38234         * sysdeps/i386/bits/link.h: Removed.
38235         * sysdeps/i386/bits/linkmap.h: Likewise.
38236         * sysdeps/x86_64/bits/link.h: Renamed to ...
38237         * sysdeps/x86/bits/link.h: This.
38238         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38239         * sysdeps/x86/bits/linkmap.h: This.
38240
38241         * sysdeps/i386/bits/endian.h: Removed.
38242         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38243         * sysdeps/x86/bits/endian.h: This.
38244
38245         * sysdeps/i386/bits/byteswap.h: Removed.
38246         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38247         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38248         * sysdeps/x86/bits/byteswap.h: This.
38249         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38250         * sysdeps/x86/bits/byteswap-16.h: This.
38251         * sysdeps/i386/Implies: Add x86.
38252         * sysdeps/x86_64/Implies: Likewise.
38253
38254 2012-05-30  David S. Miller  <davem@davemloft.net>
38255
38256         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38257         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38258         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38259         (FP_TRAPPING_EXCEPTIONS): Define.
38260         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38261         (FP_TRAPPING_EXCEPTIONS): Define.
38262         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38263         subnormals only when inexact has been signalled or underflow
38264         exceptions are enabled.
38265         (_FP_PACK_CANONICAL): Likewise.
38266
38267 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38268
38269         [BZ #14183]
38270         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38271         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38272
38273 2012-05-30  Richard Henderson  <rth@twiddle.net>
38274
38275         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38276         with #ifndef NOT_IN_libc.
38277
38278         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38279         marked to avoid plt entry.
38280
38281 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38282
38283         [BZ #14112]
38284         * Makeconfig (default-abi): New macro.
38285         (abi-includes): Likewise.
38286         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38287         $(abi-$(default-abi)-lib-soname) for soname if defined.
38288         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38289         abi-variants.
38290         * Makefile (installed-stubs): Likewise.
38291         * include/stubs-biarch.h: Removed.
38292         * scripts/lib-names.awk: Only handle one library at a time.
38293         * scripts/soversions.awk: Remove WORDSIZE support.
38294         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38295         entries.
38296         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38297         Removed.
38298         (syscall-list-default-condition): Likewise.
38299         (syscall-list-default-condition): Likewise.
38300         (syscall-list-includes): Likewise.
38301         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38302         syscall-list-* with abi-*.  Handle undefined abi-variants.
38303         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38304         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38305         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38306         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38307         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38308         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38309         Removed.
38310         (syscall-list-32-options): Likewise.
38311         (syscall-list-32-condition): Likewise.
38312         (syscall-list-64-options): Likewise.
38313         (syscall-list-64-condition): Likewise.
38314         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38315         macro.
38316         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38317         Renamed to ...
38318         (abi-*): This.
38319         (abi-64-ld-soname): New macro.
38320         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38321         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38322         Renamed to ...
38323         (abi-*): This.
38324         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38325         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38326
38327 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38328
38329         * sysdeps/unix/sysv/linux/kernel-features.h
38330         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38331         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38332         include <kernel-features.h>.
38333         [!__NR_ftruncate64]: Remove conditional code.
38334         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38335         [__NR_ftruncate64]: Make code unconditional.
38336         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38337         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38338         include <kernel-features.h>.
38339         [!__NR_ftruncate64]: Remove conditional code.
38340         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38341         [__NR_ftruncate64]: Make code unconditional.
38342         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38344         include <kernel-features.h>.
38345         [!__NR_ftruncate64]: Remove conditional code.
38346         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38347         [__NR_ftruncate64]: Make code unconditional.
38348         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38350         include <kernel-features.h>.
38351         [!__NR_ftruncate64]: Remove conditional code.
38352         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38353         [__NR_ftruncate64]: Make code unconditional.
38354         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38355
38356         * configure.in (libc_cv_fpie): Weaken to a compile test using
38357         LIBC_TRY_CC_OPTION.
38358         * configure: Regenerated.
38359
38360 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38361
38362         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38364         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38366         Refreshed.
38367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38373         Refreshed.
38374
38375 2012-05-27  David S. Miller  <davem@davemloft.net>
38376
38377         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38378         (___Q_zero): New.
38379         (__Q_simulate_exceptions): Return void.  Change to simulate
38380         exceptions by writing into the %fsr.
38381         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38382         (__Qp_handle_exceptions): Likewise.
38383         (numbers): Delete.
38384         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38385         __Qp_handle_exceptions.
38386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38387         __Qp_handle_exceptions.
38388         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38389         as unused and give dummy FP_RND_NEAREST initializer.
38390         (FP_INHIBIT_RESULTS): Define.
38391         (___Q_simulate_exceptions): Update declaration.
38392         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38393         formatting.
38394         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38395         as unused and give dummy FP_RND_NEAREST initializer.
38396         (__Qp_handle_exceptions): Update declaration.
38397         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38398         formatting.
38399
38400 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38401
38402         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38403         the temporary FPU control word.
38404         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38405         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38406         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38407         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38408         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38409         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38410         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38411         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38412         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38413         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38414         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38415
38416 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38417
38418         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38419         fields.
38420
38421 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38422
38423         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38424         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38425         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38426         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38427         Likewise.
38428         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38429         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38430         Likewise.
38431
38432 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38433
38434         * po/h.po: Update from translation team.
38435
38436 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38437
38438         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38439
38440         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38441         handling of denormals.
38442         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38443         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38444         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38445         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38446         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38447         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38448         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38449         Likewise.
38450
38451 2012-05-26  Marek Polacek  <polacek@redhat.com>
38452
38453         [BZ #14152]
38454         * math/libm-test.inc (fma_test): Don't always expect underflow
38455         exception.
38456
38457 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38458
38459         [BZ #12416]
38460         * elf/tst-execstack.c: Include stackinfo.h.
38461         (do_test): Adjust test case to ensure that pthread_getattr_np
38462         behaviour remains the same after marking stack executable.
38463
38464 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38465
38466         * sysdeps/unix/sysv/linux/kernel-features.h
38467         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38468         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38469         kernel-features.h.
38470         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38471         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38472         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38473         kernel-features.h.
38474         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38475         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38476
38477 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38478
38479         * configure.in: Define the default includes to being none.
38480         * configure: Regenerated.
38481
38482 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38483
38484         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38485         * sysdeps/x86_64/setjmp.S: Likewise.
38486         * sysdeps/i386/bsd-setjmp.S: Likewise.
38487         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38488         * sysdeps/i386/setjmp.S: Likewise.
38489         * sysdeps/i386/__longjmp.S: Likewise.
38490         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38491         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38492
38493         * include/stap-probe.h: New file.
38494         * configure.in: Handle --enable-systemtap.
38495         * configure: Regenerated.
38496         * config.h.in (USE_STAP_PROBE): New #undef.
38497         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38498         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38499         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38500
38501 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38502
38503         [BZ #13717]
38504         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38505         to 2.4.0 where earlier.
38506         * sysdeps/unix/sysv/linux/configure: Regenerated.
38507         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38508         <kernel-features.h>.
38509         [__ASSUME_32BITUIDS]: Make code unconditional.
38510         [!__ASSUME_32BITUIDS]: Remove conditional code.
38511         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38512         <kernel-features.h>.
38513         [__ASSUME_32BITUIDS]: Make code unconditional.
38514         [!__ASSUME_32BITUIDS]: Remove conditional code.
38515         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38516         [__ASSUME_32BITUIDS]: Make code unconditional.
38517         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38518         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38519         <kernel-features.h>.
38520         [__ASSUME_32BITUIDS]: Make code unconditional.
38521         [!__ASSUME_32BITUIDS]: Remove conditional code.
38522         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38523         <kernel-features.h>.
38524         [__ASSUME_32BITUIDS]: Make code unconditional.
38525         [!__ASSUME_32BITUIDS]: Remove conditional code.
38526         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38527         <kernel-features.h>.
38528         [__ASSUME_32BITUIDS]: Make code unconditional.
38529         [!__ASSUME_32BITUIDS]: Remove conditional code.
38530         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38531         <kernel-features.h>.
38532         [__ASSUME_32BITUIDS]: Make code unconditional.
38533         [!__ASSUME_32BITUIDS]: Remove conditional code.
38534         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38535         <kernel-features.h>.
38536         [__ASSUME_32BITUIDS]: Make code unconditional.
38537         [!__ASSUME_32BITUIDS]: Remove conditional code.
38538         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38539         <kernel-features.h>.
38540         [__ASSUME_32BITUIDS]: Make code unconditional.
38541         [!__ASSUME_32BITUIDS]: Remove conditional code.
38542         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38543         <kernel-features.h>.
38544         [__ASSUME_32BITUIDS]: Make code unconditional.
38545         [!__ASSUME_32BITUIDS]: Remove conditional code.
38546         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38547         <kernel-features.h>.
38548         [__ASSUME_32BITUIDS]: Make code unconditional.
38549         [!__ASSUME_32BITUIDS]: Remove conditional code.
38550         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38551         <kernel-features.h>.
38552         [__ASSUME_32BITUIDS]: Make code unconditional.
38553         [!__ASSUME_32BITUIDS]: Remove conditional code.
38554         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38555         <kernel-features.h>.
38556         [__ASSUME_32BITUIDS]: Make code unconditional.
38557         [!__ASSUME_32BITUIDS]: Remove conditional code.
38558         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38559         <kernel-features.h>.
38560         [__NR_setresgid] (__setresgid): Do not declare.
38561         [__ASSUME_32BITUIDS]: Make code unconditional.
38562         [!__ASSUME_32BITUIDS]: Remove conditional code.
38563         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38564         <kernel-features.h>.
38565         [__NR_setresuid] (__setresuid): Do not declare.
38566         [__ASSUME_32BITUIDS]: Make code unconditional.
38567         [!__ASSUME_32BITUIDS]: Remove conditional code.
38568         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38569         <kernel-features.h>.
38570         [__ASSUME_32BITUIDS]: Make code unconditional.
38571         [!__ASSUME_32BITUIDS]: Remove conditional code.
38572         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38573         <kernel-features.h>.
38574         [__ASSUME_32BITUIDS]: Make code unconditional.
38575         [!__ASSUME_32BITUIDS]: Remove conditional code.
38576         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38577         <kernel-features.h>.
38578         [__ASSUME_32BITUIDS]: Make code unconditional.
38579         [!__ASSUME_32BITUIDS]: Remove conditional code.
38580         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38581         <kernel-features.h>.
38582         [__ASSUME_32BITUIDS]: Make code unconditional.
38583         [!__ASSUME_32BITUIDS]: Remove conditional code.
38584         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38585         <kernel-features.h>.
38586         [__ASSUME_32BITUIDS]: Make code unconditional.
38587         [!__ASSUME_32BITUIDS]: Remove conditional code.
38588         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38589         <kernel-features.h>.
38590         [__ASSUME_32BITUIDS]: Make code unconditional.
38591         [!__ASSUME_32BITUIDS]: Remove conditional code.
38592         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38593         <kernel-features.h>.
38594         [__ASSUME_32BITUIDS]: Make code unconditional.
38595         [!__ASSUME_32BITUIDS]: Remove conditional code.
38596         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38597         <kernel-features.h>.
38598         [__ASSUME_32BITUIDS]: Make code unconditional.
38599         [!__ASSUME_32BITUIDS]: Remove conditional code.
38600         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38601         <kernel-features.h>.
38602         [__ASSUME_32BITUIDS]: Make code unconditional.
38603         [!__ASSUME_32BITUIDS]: Remove conditional code.
38604         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38605         <kernel-features.h>.
38606         [__ASSUME_32BITUIDS]: Make code unconditional.
38607         [!__ASSUME_32BITUIDS]: Remove conditional code.
38608         * sysdeps/unix/sysv/linux/kernel-features.h
38609         (__ASSUME_SETRESUID_SYSCALL): Remove.
38610         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38611         (__ASSUME_32BITUIDS): Likewise.
38612         (__ASSUME_LDT_WORKS): Likewise.
38613         (__ASSUME_O_DIRECTORY): Likewise.
38614         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38615         architecture but not kernel version.
38616         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38617         (__ASSUME_MMAP2_SYSCALL): Likewise.
38618         (__ASSUME_STAT64_SYSCALL): Likewise.
38619         (__ASSUME_IPC64): Likewise.
38620         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38621         <kernel-features.h>.
38622         [__ASSUME_32BITUIDS]: Make code unconditional.
38623         [!__ASSUME_32BITUIDS]: Remove conditional code.
38624         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38625         <kernel-features.h>.
38626         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38627         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38628         132096]: Remove conditional code.
38629         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38630         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38631         <kernel-features.h>.
38632         [__ASSUME_32BITUIDS]: Make code unconditional.
38633         [!__ASSUME_32BITUIDS]: Remove conditional code.
38634         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38635         <kernel-features.h>.
38636         [__ASSUME_32BITUIDS]: Make code unconditional.
38637         [!__ASSUME_32BITUIDS]: Remove conditional code.
38638         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38639         <kernel-features.h>.
38640         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38641         unconditional.
38642         (__setresgid): Do not declare.
38643         [__ASSUME_32BITUIDS]: Make code unconditional.
38644         [!__ASSUME_32BITUIDS]: Remove conditional code.
38645         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38646         <kernel-features.h>.
38647         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38648         unconditional.
38649         (__setresuid): Do not declare.
38650         [__ASSUME_32BITUIDS]: Make code unconditional.
38651         [!__ASSUME_32BITUIDS]: Remove conditional code.
38652         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38653         <kernel-features.h>.
38654         [__ASSUME_32BITUIDS]: Make code unconditional.
38655         [!__ASSUME_32BITUIDS]: Remove conditional code.
38656         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38657         <kernel-features.h>.
38658         [__ASSUME_32BITUIDS]: Make code unconditional.
38659         [!__ASSUME_32BITUIDS]: Remove conditional code.
38660
38661 2012-05-25  Richard Henderson  <rth@twiddle.net>
38662
38663         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38664         dl_hwcap to ifunc resolver.
38665         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38666         elf_ifunc_invoke.
38667         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38668         dl_hwcap to ifunc resolver.
38669         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38670
38671 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38672
38673         [BZ #14153]
38674         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38675         for |x| <= 2**-26, not 2**-57.
38676         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38677         exception.
38678
38679 2012-05-24  Jeff Law  <law@redhat.com>
38680
38681         * stdio-common/Makefile (tests): Add bug25.
38682         * stdio-common/bug25.c: New test.
38683
38684 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38685
38686         [BZ #13576]
38687         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38688         multiple of MALLOC_ALIGNMENT in size.
38689         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38690
38691 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38692
38693         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38694         Require >= 256.
38695         (FILENAME_MAX): Use macro-int-constant.
38696         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38697         (_IOFBF): Use macro-int-constant.
38698         (_IOLBF): Likewise.
38699         (_IONBF): Likewise.
38700         (SEEK_CUR): Likewise.
38701         (SEEK_END): Likewise.
38702         (SEEK_SET): Likewise.
38703         (TMP_MAX): Likewise.
38704         (EOF): Use macro-int-constant.  Require < 0.
38705         (NULL): Use macro-constant.  Require == 0.
38706         (stdin): Require type to be FILE *.
38707         (stdout): Likewise.
38708         (stderr): Likewise.
38709         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38710         macro-int-constant.
38711         (EXIT_SUCCESS): Likewise.
38712         (NULL): Use macro-constant.  Require == 0.
38713         (RAND_MAX): Use macro-int-constant.
38714         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38715         [C99-based standards] (strtof): Require function.
38716         [C99-based standards] (strtold): Likewise.
38717         [C99-based standards] (strtoll): Likewise.
38718         [C99-based standards] (strtoull): Likewise.
38719         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38720         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38721         [ISO || ISO99 || ISO11] (math.h): Likewise.
38722         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38723         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38724         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38725
38726 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38727
38728         [BZ #14132]
38729         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38730         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38731         * intl/dgettext.c (DCGETTEXT): Likewise.
38732         * intl/gettext.c (DCGETTEXT): Likewise.
38733         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38734         * posix/regex_internal.h (gettext): Likewise.
38735         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38736         Remove declaration.
38737         * include/argz.h (__argz_count_internal)
38738         (__argz_stringify_internal): Remove declaration.
38739         (__argz_count, __argz_stringify): Declare hidden proto.
38740         * intl/dcgettext.c: Remove use of INTDEF.
38741         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38742         * string/argz-stringify.c: Likewise.
38743         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38744         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38745         Declare hidden proto.
38746         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38747         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38748         Declare hidden proto.
38749         * include/stdio.h (__asprintf_internal): Don't declare.
38750         (__asprintf): Don't define as macro.  Declare hidden proto.
38751         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38752         (__fsetlocking): Declare hidden proto.
38753         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38754         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38755         hidden proto.
38756         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38757         (_IO_setlinebuf): Remove use of INTUSE.
38758         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38759         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38760         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38761         Remove declaration.
38762         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38763         (_IO_do_flush): Remove use of INTUSE.
38764         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38765         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38766         (_IO_adjust_column, _IO_least_wmarker)
38767         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38768         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38769         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38770         (_IO_default_doallocate, _IO_wdefault_doallocate)
38771         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38772         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38773         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38774         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38775         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38776         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38777         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38778         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38779         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38780         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38781         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38782         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38783         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38784         proto.
38785         (_IO_flush_all_internal, _IO_adjust_column_internal)
38786         (_IO_default_uflow_internal, _IO_default_finish_internal)
38787         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38788         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38789         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38790         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38791         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38792         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38793         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38794         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38795         (_IO_file_close_internal, _IO_file_close_it_internal)
38796         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38797         (_IO_file_init_internal, _IO_file_attach_internal)
38798         (_IO_file_fopen_internal, _IO_file_read_internal)
38799         (_IO_file_sync_internal, _IO_file_seek_internal)
38800         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38801         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38802         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38803         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38804         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38805         (_IO_list_all_internal, _IO_link_in_internal)
38806         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38807         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38808         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38809         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38810         (_IO_do_write_internal, _IO_padn_internal)
38811         (_IO_getline_info_internal, _IO_getline_internal)
38812         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38813         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38814         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38815         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38816         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38817         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38818         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38819         with libc_hidden_ver, remove use of INTUSE.
38820         * libio/genops.c: Likewise.
38821         * libio/freopen.c: Likewise.
38822         * libio/freopen64.c: Likewise.
38823         * libio/iofclose.c: Likewise.
38824         * libio/iofdopen.c: Likewise.
38825         * libio/iofflush.c: Likewise.
38826         * libio/iofflush_u.c: Likewise.
38827         * libio/iofgets.c: Likewise.
38828         * libio/iofgets_u.c: Likewise.
38829         * libio/iofopen.c: Likewise.
38830         * libio/iofopncook.c: Likewise.
38831         * libio/iofread.c: Likewise.
38832         * libio/iofread_u.c: Likewise.
38833         * libio/ioftell.c: Likewise.
38834         * libio/iofwrite.c: Likewise.
38835         * libio/iogetline.c: Likewise.
38836         * libio/iogets.c: Likewise.
38837         * libio/iogetwline.c: Likewise.
38838         * libio/iopadn.c: Likewise.
38839         * libio/iopopen.c: Likewise.
38840         * libio/ioseekoff.c: Likewise.
38841         * libio/ioseekpos.c: Likewise.
38842         * libio/iosetbuffer.c: Likewise.
38843         * libio/iosetvbuf.c: Likewise.
38844         * libio/ioungetc.c: Likewise.
38845         * libio/ioungetwc.c: Likewise.
38846         * libio/iovdprintf.c: Likewise.
38847         * libio/iovsprintf.c: Likewise.
38848         * libio/iovsscanf.c: Likewise.
38849         * libio/memstream.c: Likewise.
38850         * libio/obprintf.c: Likewise.
38851         * libio/oldfileops.c: Likewise.
38852         * libio/oldiofclose.c: Likewise.
38853         * libio/oldiofdopen.c: Likewise.
38854         * libio/oldiofopen.c: Likewise.
38855         * libio/oldiopopen.c: Likewise.
38856         * libio/oldstdfiles.c: Likewise.
38857         * libio/putc.c: Likewise.
38858         * libio/setbuf.c: Likewise.
38859         * libio/setlinebuf.c: Likewise.
38860         * libio/stdfiles.c: Likewise.
38861         * libio/strops.c: Likewise.
38862         * libio/vasprintf.c: Likewise.
38863         * libio/vscanf.c: Likewise.
38864         * libio/vsnprintf.c: Likewise.
38865         * libio/vswprintf.c: Likewise.
38866         * libio/wfiledoalloc.c: Likewise.
38867         * libio/wfileops.c: Likewise.
38868         * libio/wgenops.c: Likewise.
38869         * libio/wmemstream.c: Likewise.
38870         * libio/wstrops.c: Likewise.
38871         * libio/__fpurge.c: Likewise.
38872         * libio/__fsetlocking.c: Likewise.
38873         * assert/assert.c: Likewise.
38874         * debug/fgets_chk.c: Likewise.
38875         * debug/fgets_u_chk.c: Likewise.
38876         * debug/fread_chk.c: Likewise.
38877         * debug/fread_u_chk.c: Likewise.
38878         * debug/gets_chk.c: Likewise.
38879         * debug/obprintf_chk.c: Likewise.
38880         * debug/vasprintf_chk.c: Likewise.
38881         * debug/vdprintf_chk.c: Likewise.
38882         * debug/vsnprintf_chk.c: Likewise.
38883         * debug/vsprintf_chk.c: Likewise.
38884         * malloc/mtrace.c: Likewise.
38885         * misc/error.c: Likewise.
38886         * misc/syslog.c: Likewise.
38887         * stdio-common/asprintf.c: Likewise.
38888         * stdio-common/fxprintf.c: Likewise.
38889         * stdio-common/getw.c: Likewise.
38890         * stdio-common/isoc99_fscanf.c: Likewise.
38891         * stdio-common/isoc99_scanf.c: Likewise.
38892         * stdio-common/isoc99_vfscanf.c: Likewise.
38893         * stdio-common/isoc99_vscanf.c: Likewise.
38894         * stdio-common/isoc99_vsscanf.c: Likewise.
38895         * stdio-common/printf-prs.c: Likewise.
38896         * stdio-common/printf_fp.c: Likewise.
38897         * stdio-common/printf_fphex.c: Likewise.
38898         * stdio-common/printf_size.c: Likewise.
38899         * stdio-common/putw.c: Likewise.
38900         * stdio-common/scanf.c: Likewise.
38901         * stdio-common/sprintf.c: Likewise.
38902         * stdio-common/tmpfile.c: Likewise.
38903         * stdio-common/vfprintf.c: Likewise.
38904         * stdio-common/vfscanf.c: Likewise.
38905         * stdlib/strfmon_l.c: Likewise.
38906         * sunrpc/openchild.c: Likewise.
38907         * sunrpc/xdr_stdio.c: Likewise.
38908         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38909         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38910
38911 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38912
38913         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38914
38915         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38916         in the third column, to generate for the shared library an IFUNC
38917         that uses _dl_vdso_vsym.
38918         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38919         * Makeconfig (object-suffixes-noshared): New variable.
38920
38921         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38922         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38923         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38924         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38925
38926         [BZ #14132]
38927         * include/sys/time.h (__gettimeofday): Remove macro.
38928         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38929         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38930         Remove INTDEF.
38931         (__gettimeofday): Add libc_hidden_def.
38932         (gettimeofday): Add libc_hidden_weak.
38933         * sysdeps/mach/gettimeofday.c: Likewise.
38934         * sysdeps/posix/gettimeofday.c: Likewise.
38935         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38936         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38937         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38938         (__gettimeofday_internal): Remove strong_alias.
38939         (__gettimeofday): Add libc_hidden_def.
38940         (gettimeofday): Add libc_hidden_weak.
38941         * sysdeps/unix/syscalls.list (gettimeofday):
38942         Remove __gettimeofday_internal alias.
38943
38944 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38945             H.J. Lu  <hongjiu.lu@intel.com>
38946
38947         [BZ #12495]
38948         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38949         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38950         (largebin_index_32_big): New.
38951         (largebin_index): Use it for 16-byte alignment.
38952         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38953         correction with front_misalign.
38954
38955 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38956
38957         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38958         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38959         Likewise.
38960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38961         Likewise.
38962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38963         Likewise.
38964         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38965         Likewise.
38966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38967         Likewise.
38968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38969         Likewise.
38970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38971         Likewise.
38972         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38973         Likewise.
38974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38975         Likewise.
38976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38977         Likewise.
38978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38979         Likewise.
38980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38981         Likewise.
38982
38983         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38984         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38985
38986 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38987
38988         [BZ #10846]
38989         [BZ #14036]
38990         * math/libm-test.inc (exp_test): Add test from bug 14036.
38991         (pow_test): Add test from bug 10846.
38992
38993         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38994         and other flags.
38995         (special_function): Do not include flags in test name.
38996         (parse_args): Likewise.
38997         * sysdeps/i386/fpu/libm-test-ulps: Update.
38998         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38999         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39000         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39002
39003         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39004         exceptions.
39005         * math/libm-test.inc ("Philosophy"): Update comment about
39006         exception testing.
39007         (UNDERFLOW_EXCEPTION): New macro.
39008         (UNDERFLOW_EXCEPTION_OK): Likewise.
39009         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39010         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39011         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39012         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39013         (INVALID_EXCEPTION_OK): Update value.
39014         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39015         (OVERFLOW_EXCEPTION_OK): Likewise.
39016         (IGNORE_ZERO_INF_SIGN): Likewise.
39017         (test_exceptions): Handle underflow exceptions.
39018         (acos_test): Update for underflow exception expectations.
39019         (cexp_test): Likewise.
39020         (clog_test): Likewise.
39021         (clog10_test): Likewise.
39022         (csqrt_test): Likewise.
39023         (ctan_test): Likewise.
39024         (ctanh_test): Likewise.
39025         (exp_test): Likewise.
39026         (exp10_test): Likewise.
39027         (exp2_test): Likewise.
39028         (expm1_test): Likewise.
39029         (fma_test): Likewise.
39030         (j0_test): Likewise.
39031         (jn_test): Likewise.
39032         (nexttoward_test): Likewise.
39033         (pow_test): Likewise.
39034         (scalbn_test): Likewise.
39035         (scalbln_test): Likewise.
39036         (tan_test): Likewise.
39037         (y1_test): Likewise.
39038         * sysdeps/i386/fpu/libm-test-ulps: Update.
39039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39040
39041 2012-05-23  David S. Miller  <davem@davemloft.net>
39042
39043         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39044         (__libc_sigaction): Remove unused local variables.
39045
39046 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39047
39048         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39049
39050 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39051
39052         mktime: avoid signed integer overflow
39053         * time/mktime.c (__mktime_internal): Do not mishandle the case
39054         where diff == INT_MIN.
39055
39056         mktime: simplify computation of average
39057         * time/mktime.c (ranged_convert): Use new time_t_avg function
39058         instead of rolling our own (probably-slower) code.
39059
39060         mktime: do not assume signed right shift propagates sign bit
39061         * time/mktime.c (isdst_differ): New static function.
39062         (__mktime_internal): No need to normalize tm_isdst now.
39063         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39064         tm_isdst values.
39065
39066         mktime: merge another wrapv change from gnulib
39067         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39068         from some compilers.
39069
39070         mktime: remove incorrect attempt at unusual arithmetics
39071         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39072         The code didn't really work on such machines anyway.
39073         (TYPE_MINIMUM): Assume two's complement.
39074         (twos_complement_arithmetic): Verify that long_int and time_t
39075         are two's complement (or unsigned, in the latter case).
39076
39077         mktime: check signed shifts on long_int and time_t, too
39078         * time/mktime.c (SHR): Check that shifts work as desired
39079         on the types long_int and time_t too, as SHR is used on
39080         such types.
39081
39082         mktime: do not assume 'long' is wide enough
39083         * time/mktime.c (verify): Move decl up.
39084         (long_int): New type.
39085         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39086         to remove assumption in the code that 'long' is wide enough to
39087         store year values.  This assumption is not true on x32 and on
39088         some non-glibc platforms.
39089
39090         mktime: merge wrapv change from gnulib
39091         * time/mktime.c (WRAPV): New macro.
39092         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39093         (guess_time_tm, __mktime_internal): Do not assume that signed
39094         integer overflow wraps around; modern compilers generate code
39095         where this assumption is no longer valid.
39096
39097 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39098
39099         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39100         Replace "jmp L(pseudo_end)" with "ret".
39101         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39102         Likewise.
39103
39104 2012-05-23  Andreas Jaeger  <aj@suse.de>
39105
39106         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39107         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39108
39109 2012-05-23  Andreas Jaeger  <aj@suse.de>
39110             Maximilian Attems  <max@stro.at>
39111
39112         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39113         New macros.
39114
39115 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39116
39117         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39118         code so that pseudo_end is just ret and the stack pointer is
39119         correct also for static library in error case.
39120
39121 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39122
39123         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39124         move to syscalls.list.
39125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39129
39130         * manual/install.texi (Running make install): Do not mention Linux
39131         kernel version for which pt_chown is not needed.
39132         (Linux): Do not mention problems with nscd with 2.0 kernels.
39133         * INSTALL: Regenerated.
39134
39135 2012-05-23  Andreas Jaeger  <aj@suse.de>
39136
39137         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39138         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39139         macro.
39140         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39141         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39142         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39143         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39144         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39145         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39146         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39147         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39148         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39149         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39150         * sysdeps/unix/sysv/linux/bits/in.h
39151         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39152
39153 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39154
39155         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39156         (PREPARE_VERSION): Just use assert instead, it will be elided
39157         under [NDEBUG] anyway.
39158
39159 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39160
39161         * sysdeps/unix/sysv/linux/Makefile: Include
39162         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39163         (sysdep_routines): Remove sysctl.
39164         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39165         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39166         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39167         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39168         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39169
39170 2012-05-22  Andreas Jaeger  <aj@suse.de>
39171
39172         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39173         that pseudo_end is just ret and the stack pointer is correct also
39174         for static library in error case.
39175
39176 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39177
39178         [BZ #14122]
39179         * nss/nsswitch.c (defconfig_entries): New variable.
39180         (__nss_database_lookup): Don't leak defconfig entries.
39181         (nss_parse_service_list): Don't leak on error paths.
39182         (free_database_entries): New function.
39183         (free_defconfig): New function.
39184         (free_mem): Move common code to free_database_entries.
39185
39186 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39187
39188         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39189         Add arch_prctl.
39190         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39191
39192         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39193         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39194         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39195         New macro.
39196         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39197         (INTERNAL_SYSCALL_TYPES): Likewise.
39198         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39199         (LOAD_REGS_TYPES_[1-6]): Likewise.
39200         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39201         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39202
39203 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39204
39205         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39206         copysignl for GLIBC_2_0.
39207         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39208         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39209         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39210         logbl for GLIBC_2_0.
39211         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39212         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39213
39214 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39215
39216         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39217         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39218
39219         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39220         Use "neg %eax".
39221
39222         * time/mktime.c: Update copyright years.
39223
39224 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39225
39226         mktime: merge comment-quoting-style change from gnulib
39227         * time/mktime.c: Quote 'like this' in comments.
39228         The GNU coding standards suggest that we no longer quote `like this',
39229         as "`" and "'" are typically rendered asymmetrically nowadays.
39230         The typical gnulib style is to quote 'like this' when quoting
39231         code, and "like this" when quoting English.
39232
39233         * time/mktime.c (compile-command): Add "-I.".
39234
39235         mktime: merge mktime-internal.h change from gnulib
39236         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39237
39238         mktime: merge time_r change from gnulib
39239         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39240
39241         mktime: merge DEBUG change from gnulib
39242         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39243         case system <time.h> has a #define.
39244
39245         mktime: merge <sys/types.h> change from gnulib
39246         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39247         since <time.t> is now guaranteed to define time_t.
39248
39249         mktime: merge HAVE_CONFIG_H change from gnulib
39250         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39251
39252 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39253
39254         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39255         Use "neg %eax".
39256
39257         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39258         __rlim_t cast.
39259         (struct rusage): Use anonymous union to pad each field to
39260         __syscall_slong_t.
39261
39262 2012-05-21  David S. Miller  <davem@davemloft.net>
39263
39264         * Makefules (o-iterator): Remove .s cases.
39265         (compile-command.s): Delete.
39266         (COMPILE.s): Delete.
39267         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39268
39269 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39270
39271         * configure.in (libc_cv_predef_stack_protector): Only consider
39272         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39273         * configure: Regenerated.
39274
39275 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39276
39277         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39278         New macro.  Use R*LP on int and pointer.
39279         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39280         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39281         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39282         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39283
39284         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39285         [__WORDSIZE_TIME64_COMPAT32] instead of
39286         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39287         (struct utmp): Likewise.
39288         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39289         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39290         Renamed to ...
39291         (__WORDSIZE_TIME64_COMPAT32): This.
39292         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39293         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39294         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39295         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39296         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39297         (__WORDSIZE_TIME64_COMPAT32): New macro.
39298
39299 2012-05-21  Andreas Jaeger  <aj@suse.de>
39300
39301         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39302         only if [SHARED]. Add prototype for __wcschr_ia32.
39303
39304 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39305
39306         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39307         of %rbp unmolested in the jmp_buf while mangling the low bits.
39308         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39309         unmolested high bits of %rbp while demangling the low bits.
39310         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39311
39312 2012-05-21  Andreas Jaeger  <aj@suse.de>
39313
39314         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39315         * sunrpc/svc_simple.c: Use it for registerrpc.
39316         * sunrpc/xcrypt.c: Use it for passwd2des.
39317
39318         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39319
39320 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39321
39322         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39323         Don't define if [__SYSCALL_WORDSIZE != 32].
39324         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39325         New macro.
39326
39327 2012-05-21  Bruno Haible  <bruno@clisp.org>
39328             Andreas Jaeger  <aj@suse.de>
39329
39330         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39331         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39332         inptr and inend for must_buffer_ch.
39333         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39334         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39335         * stdio-common/Makefile (tests): Remove bug15.
39336         (bug15-ENV): Remove macro.
39337         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39338         anymore.
39339
39340 2012-05-19  Andreas Jaeger  <aj@suse.de>
39341             Roland McGrath  <roland@hack.frob.com>
39342
39343         * manual/contrib.texi: Completely rewritten. It contains now an
39344         alphabetical list of contributors and their contributions.
39345
39346 2012-05-21  Richard Henderson  <rth@twiddle.net>
39347
39348         * misc/getauxval.c (__getauxval): Use unsigned long int.
39349         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39350         (getauxval): Use unsigned long int.
39351
39352 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39353
39354         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39355
39356 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39357
39358         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39359         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39360         __alignof__ (long double).
39361
39362 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39363
39364         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39365
39366 2012-05-20  Richard Henderson  <rth@twiddle.net>
39367
39368         * misc/getauxval.c: New file.
39369         * misc/sys/auxv.h: New file.
39370         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39371         (routines): Add getauxval.
39372         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39373         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39374         * elf/dl-sysdep.c (_dl_auxv): Remove.
39375         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39376         * elf/dl-support.c (_dl_auxv): New variable.
39377         (_dl_aux_init): Initialize it.
39378         * manual/startup.texi (Auxiliary Vector): New node.
39379         * sysdeps/generic/bits/hwcap.h: New file.
39380         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39381         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39382         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39383         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39384         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39385         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39387         Update.
39388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39389         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39391         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39392         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39393         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39395         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39396
39397 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39398
39399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39400
39401 2012-05-19  David S. Miller  <davem@davemloft.net>
39402
39403         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39404
39405 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39406
39407         [BZ #14123]
39408         * math/s_ccosh.c: Include <float.h>
39409         (__ccosh): Avoid internal overflow calculating sinh and cosh
39410         values before multiplying by sin and cos values.
39411         * math/s_ccoshf.c: Likewise.
39412         * math/s_ccoshl.c: Likewise.
39413         * math/s_csin.c: Likewise.
39414         * math/s_csinf.c: Likewise.
39415         * math/s_csinl.c: Likewise.
39416         * math/s_csinh.c: Likewise.
39417         * math/s_csinhf.c: Likewise.
39418         * math/s_csinhl.c: Likewise.
39419         * math/libm-test.inc (ccos_test): Add more tests.
39420         (ccosh_test): Likewise.
39421         (csin_test): Likewise.
39422         (csinh_test): Likewise.
39423         * sysdeps/i386/fpu/libm-test-ulps: Update.
39424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39425
39426 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39427
39428         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39429         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39430
39431         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39432
39433 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39434
39435         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39436         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39437         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39438         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39439         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39440         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39441         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39442         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39443         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39444         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39445         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39446         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39447         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39448         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39449         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39450         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39451         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39452         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39453         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39454         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39455         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39456         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39457         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39458         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39459         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39460         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39461         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39462         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39463         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39464         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39465         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39466
39467 2012-05-18  Andreas Jaeger  <aj@suse.de>
39468
39469         * csu/.gitignore: Delete.
39470
39471 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39472
39473         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39474         (timex): Use __syscall_slong_t.
39475
39476 2012-05-18  Andreas Jaeger  <aj@suse.de>
39477             Carlos O'Donell  <carlos_odonell@mentor.com>
39478
39479         * manual/install.texi (Configuring and compiling): Update
39480         description about files modified in the source directory.
39481         * INSTALL: Regenerated.
39482
39483 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39484
39485         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39486         value.  Use "or" to set return value to -1.
39487         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39488         negate return value.
39489
39490 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39491
39492         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39493         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39494         failure if the compiler has Graphite support disabled.
39495         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39496         Likewise.
39497         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39498         (CFLAGS-memmove.c): Likewise.
39499         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39500         Likewise.
39501
39502 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39503
39504         * sysdeps/x86_64/x32/_itoa.h: New file.
39505
39506         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39507         getdents system call only if kernel and user dirents have the
39508         same d_ino and d_off.
39509
39510         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39511         LLONG_MAX != LONG_MAX.
39512         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39513         (_fitoa_word): Likewise.
39514
39515         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39516         years.
39517         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39518         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39519         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39520
39521         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39522         include <bits/wordsize.h>.  Check __x86_64__ instead of
39523         __WORDSIZE.
39524         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39525         if __x86_64__ is defined.  Use anonymous union on fpstate.
39526
39527         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39528         anonymous union.
39529
39530 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39531
39532         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39533         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39534         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39535         Refer to _rtld_local_ro instead of _rtld_global_ro.
39536         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39537         Likewise.
39538         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39539         Likewise.
39540         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39541         Likewise.
39542         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39543         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39544         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39545
39546         * sysdeps/powerpc/powerpc32/dl-machine.c
39547         (__elf_machine_runtime_setup) [PROF]: Don't reference
39548         _dl_prof_resolve.
39549
39550 2012-05-18  Andreas Jaeger  <aj@suse.de>
39551
39552         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39553         function only available for GCCs before 3.4 since GCC 3.4
39554         introduced a builtin.
39555         (lrint): Likewise.
39556         (llrintf): Likewise.
39557         (llrint): Likewise.
39558         (fmaxf): Likewise.
39559         (fmax): Likewise.
39560         (fminf): Likewise.
39561         (fmin): Likewise.
39562         (rint): Likewise.
39563         (rintf): Likewise.
39564         (nearbyint): Likewise.
39565         (nearbyintf): Likewise.
39566         (ceil): Likewise.
39567         (ceilf): Likewise.
39568         (floor): Likewise.
39569         (floorf): Likewise.
39570
39571 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39572
39573         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39574         on both fields and cast pointer to __syscall_ulong_t.
39575
39576         * bits/types.h (__fsword_t): New type.
39577         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39578         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39579         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39580         (__FSWORD_T_TYPE): Likewise.
39581         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39582         (__FSWORD_T_TYPE): Likewise.
39583         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39584         (__FSWORD_T_TYPE): Likewise.
39585         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39586         (__FSWORD_T_TYPE): Likewise.
39587         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39588         __SWORD_TYPE with __fsword_t.
39589         (statfs64): Likewise.
39590
39591 2012-05-17  David S. Miller  <davem@davemloft.net>
39592
39593         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39594
39595 2012-05-17  Andreas Jaeger  <aj@suse.de>
39596
39597         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39598         warning.
39599
39600 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39601
39602         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39603
39604 2012-05-17  Andreas Jaeger  <aj@suse.de>
39605
39606         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39607         when it is used.
39608
39609 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39610
39611         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39612
39613 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39614
39615         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39616         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39617
39618 2012-05-17  Andreas Jaeger  <aj@suse.de>
39619             Carlos O'Donell  <carlos_odonell@mentor.com>
39620
39621         [BZ #14059]
39622         * sysdeps/x86_64/multiarch/init-arch.h
39623         (bit_YMM_Usable): Rename to...
39624         (bit_AVX_Usable): ... this.
39625         (bit_FMA4_Usable): New macro.
39626         (bit_XMM_state): New macro.
39627         (bit_YMM_state): New macro.
39628         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39629         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39630         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39631         (CPUID_OSXSAVE): New macro.
39632         (CPUID_AVX): New macro.
39633         (CPUID_FMA4): New macro.
39634         (index_YMM_Usable): Rename to...
39635         (index_AVX_Usable): ... this.
39636         (HAS_AVX): Use HAS_ARCH_FEATURE.
39637         (HAS_FMA4): Likewise.
39638         (HAS_YMM_USABLE): Remove.
39639         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39640         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39641         are present.
39642         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39643         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39644         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39645         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39646         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39647
39648 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39649
39650         * math/libm-test.c: Support platforms without multiple rounding modes.
39651         * math/bug-nextafter.c: Support platforms without FP exceptions.
39652         * math/bug-nexttoward.c: Likewise.
39653         * math/test-fenv.c: Likewise.
39654         * math/test-misc.c: Likewise.
39655         * stdlib/bug-getcontext.c: Likewise.
39656
39657 2012-05-17  Andreas Jaeger  <aj@suse.de>
39658
39659         * manual/examples/search.c (critter_cmp): Change signature to
39660         avoid warnings.
39661         * manual/string.texi (Collation Functions): Likewise.
39662
39663 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39664
39665         * bits/types.h: Fold copyright years.
39666         * bits/typesizes.h: Likewise.
39667         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39668         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39669         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39670         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39671         * time/time.h: Likewise.
39672
39673 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39674
39675         [BZ #208]
39676         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39677         in instead of returning them.  Return void.
39678         (__libc_mallinfo): Accumulate over all arenas.
39679         (__malloc_stats): Adjust for change in int_mallinfo interface.
39680
39681 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39682
39683         [BZ #10375]
39684         * configure.in (NM): Add AC_CHECK_TOOL for it.
39685         (libc_extra_cflags): New substituted variable.
39686         Check for -fstack-protector being used implicitly.
39687         * configure: Regenerated.
39688         * config.make.in (config-extra-cflags): New variable,
39689         gets @libc_extra_cflags@.
39690         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39691
39692         [BZ #10375]
39693         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39694         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39695         * configure: Regenerated.
39696         * config.make.in (CPPUNDEFS): New substituted variable.
39697         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39698         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39699         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39700
39701 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39702
39703         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39704         (mq_attr): Use __syscall_slong_t.
39705
39706 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39707
39708         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39709         Check __x86_64__ instead of __WORDSIZE.
39710         (_STAT_VER_LINUX): Likewise.
39711         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39712         __syscall_ulong_t and __syscall_slong_t.
39713         (stat64): Likewise.
39714
39715 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39716
39717         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39718
39719 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39720
39721         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39722
39723 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39724
39725         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39726         __syscall_ulong_t.
39727
39728         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39729         include <bits/wordsize.h>.  Check __x86_64__ instead of
39730         __WORDSIZE.
39731         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39732         defined.
39733         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39734
39735         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39736         include <bits/wordsize.h>.  Check __x86_64__ instead of
39737         __WORDSIZE.
39738         (user_regs_struct): Use "__extension__ unsigned long long"
39739         instead of "unsigned long" if __x86_64__ is defined.
39740         (user): Likewise.  Pad after pointer field if __ILP32__ is
39741         defined.
39742
39743 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39744
39745         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39746         versions 5 to 9.
39747         * configure: Regenerated.
39748         * manual/install.texi (texinfo): Increase version requirement to
39749         4.5 or later.
39750         * INSTALL: Regenerated.
39751
39752         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39753
39754 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39755
39756         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39757
39758         * sysdeps/x86_64/x32/ffs.c: New file.
39759
39760         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39761         __syscall_ulong_t.
39762         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39763         defined.  Use __syscall_ulong_t.
39764         (shminfo): Use __syscall_ulong_t.
39765         (shm_info): Likewise.
39766
39767         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39768         __syscall_ulong_t.
39769
39770         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39771         <bits/wordsize.h>.
39772         (msgqnum_t): Use __syscall_ulong_t.
39773         (msglen_t): Likewise.
39774         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39775         __syscall_ulong_t.
39776
39777         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39778         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39779
39780         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39781
39782         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39783         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39784
39785         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39786         __syscall_slong_t.
39787
39788         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39789         include <bits/wordsize.h>.  Check __x86_64__ instead of
39790         __WORDSIZE.
39791
39792         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39793         "unsigned long long int" if __x86_64__ is defined.
39794         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39795
39796         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39797         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39798         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39799
39800         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39801         <stdint.h>.
39802         (GET_PC): Cast to uintptr_t first.
39803         (GET_FRAME): Likewise.
39804         (GET_STACK): Likewise.
39805
39806         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39807         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39808         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39809         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39810         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39811         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39812         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39813         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39814         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39815         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39816         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39817         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39818         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39819         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39820         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39821         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39822         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39823         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39824         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39825         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39826         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39827         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39828         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39829         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39830         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39831         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39832         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39833         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39834         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39835
39836 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39837
39838         * Makerules (+depfiles): Also collect depfiles from .oS in
39839         $(extra-objs).
39840         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39841         .oS, $(libnldbl-routines)).
39842
39843         * Makerules (native-compile-mkdep-flags): Define.
39844         * sunrpc/Makefile (extra-objs): Add $(addprefix
39845         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39846         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39847         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39848         calling $(make-target-directory).
39849
39850 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39851
39852         * bits/types.h (__snseconds_t): Removed.
39853         * time/time.h (struct timespec): Replace __snseconds_t with
39854         __syscall_slong_t.
39855         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39856         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39857         Likewise.
39858         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39859         (__SNSECONDS_T_TYPE): Likewise.
39860         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39861         (__SNSECONDS_T_TYPE): Likewise.
39862         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39863         (__SNSECONDS_T_TYPE): Likewise.
39864
39865 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39866
39867         * sysdeps/mach/hurd/bits/typesizes.h
39868         (__SYSCALL_SLONG_TYPE): New macro.
39869         (__SYSCALL_ULONG_TYPE): Likewise.
39870
39871 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39872
39873         * bits/types.h (__syscall_slong_t): New type.
39874         (__syscall_ulong_t): Likewise.
39875
39876         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39877         (__SYSCALL_ULONG_TYPE): Likewise.
39878         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39879         (__SYSCALL_SLONG_TYPE): Likewise.
39880         (__SYSCALL_ULONG_TYPE): Likewise.
39881         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39882         (__SYSCALL_SLONG_TYPE): Likewise.
39883         (__SYSCALL_ULONG_TYPE): Likewise.
39884         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39885         (__SYSCALL_SLONG_TYPE): Likewise.
39886         (__SYSCALL_ULONG_TYPE): Likewise.
39887
39888 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39889
39890         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39891         Add sigaltstack-offsets.sym.
39892         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39893         <sigaltstack-offsets.h>.
39894         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39895         longjmp_msg pointer.
39896         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39897         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39898         signal stack.
39899         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39900
39901 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39902
39903         * elf/stackguard-macros.h: Remove file.
39904         * sysdeps/generic/stackguard-macros.h: New file.
39905         * sysdeps/i386/stackguard-macros.h: Likewise.
39906         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39907         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39908         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39909         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39910         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39911         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39912         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39913         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39914         <elf/stackguard-macros.h>.
39915
39916         [BZ #14109]
39917         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39918         __aligned__ in attribute.
39919         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39920         (gregset_t): Likewise.
39921
39922 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39923
39924         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39925         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39926         * sysdeps/x86_64/x32/Implies-after: New file.
39927
39928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39929
39930         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39931         and access return value for _dl_profile_fixup.  Use R10_LP to
39932         load frame size.
39933
39934 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39935
39936         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39937
39938 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39939
39940         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39941         * sysdeps/x86_64/x32/sysdep.h: New file.
39942
39943 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39944
39945         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39946         * sysdeps/x86_64/setjmp.S: Likewise.
39947
39948 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39949
39950         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39951         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39952         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39953         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39954         remove unused global constant.
39955
39956 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39957
39958         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39959         include of <not-cancel.h>.
39960
39961 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39962
39963         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39964
39965 2012-05-15  Jeff Law  <law@redhat.com>
39966             Andreas Jaeger  <aj@suse.de>
39967
39968         [BZ #13594]
39969         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39970         out from...
39971         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39972         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39973         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39974         code changing __hst_map_handle.map.
39975
39976 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39977
39978         * configure.in (sysnames): Look for Implies-before and Implies-after
39979         files.
39980         * configure: Regenerated.
39981
39982 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39983
39984         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39985         8-byte data alignment with LP_SIZE alignment.
39986
39987 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39988
39989         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39990         into R10_LP.
39991
39992 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39993
39994         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39995
39996 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39997
39998         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39999         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40000         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40001         Likewise.
40002         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40003
40004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40005
40006         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40007         (stackinfo_sub_sp): Likewise.
40008
40009 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40010
40011         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40012         RAX_LP.
40013
40014 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40015
40016         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40017         into R*_LP.
40018
40019 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40020
40021         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40022         sizes into R*_LP.
40023
40024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40025
40026         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40027
40028 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40029
40030         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40031         into R11_LP and load __x86_64_shared_cache_size_half into
40032         R8_LP.
40033
40034 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40035
40036         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40037         R8_LP.
40038
40039 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40040
40041         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40042         logb for POWER7.
40043         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40044         logbf for POWER7.
40045         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40046         logbl for POWER7.
40047         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40048         powerpc32/power7/fpu/s_logb.c via #include.
40049         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40050         powerpc32/power7/fpu/s_logbf.c via #include.
40051         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40052         powerpc32/power7/fpu/s_logbl.c via #include.
40053
40054 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40055
40056         * README.libm: Remove file.
40057
40058 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40059
40060         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40061         count for x32.  Use R*_LP and omit operand-size suffix.
40062
40063 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40064
40065         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40066         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40067         * sysdeps/x86_64/x32/shlib-versions: New file.
40068
40069 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40070
40071         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40072         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40073         Use _dl_fatal_printf instead.
40074
40075 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40076
40077         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40078         set if not set by the user.  Do not allow for being unset.
40079         * sysdeps/unix/sysv/linux/configure: Regenerated.
40080
40081 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40082
40083         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40084         the `q' suffix from lea and replace .quad with ASM_ADDR.
40085
40086 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40087
40088         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40089         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40090         instead of $17.
40091         (PTR_DEMANGLE): Likewise.
40092
40093 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40094
40095         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40096         (LP_OP): Likewise.
40097         (ASM_ADDR): Likewise.
40098         (RAX_LP): Likewise.
40099         (RBP_LP): Likewise.
40100         (RBX_LP): Likewise.
40101         (RCX_LP): Likewise.
40102         (RDI_LP): Likewise.
40103         (RSI_LP): Likewise.
40104         (RSP_LP): Likewise.
40105         (R8_LP): Likewise.
40106         (R9_LP): Likewise.
40107         (R10_LP): Likewise.
40108         (R10_LP): Likewise.
40109         (R11_LP): Likewise.
40110         (R12_LP): Likewise.
40111         (R13_LP): Likewise.
40112         (R14_LP): Likewise.
40113         (R15_LP): Likewise.
40114
40115 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40116
40117         * sysdeps/x86_64/x32/dl-machine.h: New file.
40118
40119 2012-05-14  Andreas Jaeger  <aj@suse.de>
40120
40121         * manual/Makefile (subdir): Remove export of subdir.
40122         (all): Remove target.
40123         (.PHONY): Remove all from list.
40124         (mkinstalldirs): Remove.
40125         (.PHONY): Remove installdirs from list.
40126         ($(inst_infodir)/libc.info): Use make-target-directory.
40127         (installdirs): Remove.
40128         (subdir_%): Remove.
40129         (glibc-targets): Remove.
40130         (lib): Remove.
40131         (stubs): Remove.
40132         ($(objpfx)stubs ../po/manual.pot): Remove.
40133         ($(objpfx)stamp%): Remove.
40134         (make-target-directory): Remove.
40135         (subdir_install): Remove.
40136         (routines): Remove.
40137         (aux): Remove.
40138         (sources): Remove.
40139         (objects): Remove.
40140         (headers): Remove.
40141
40142         [BZ #13750]
40143         * manual/.gitignore: Remove, it's not needed anymore.
40144         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40145         all files in it.
40146         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40147         directory.
40148         (texis): Renamed to $(objpfx)texis.
40149         (texis-path): New, contains path to generated files.
40150         (chapters.%): Use texis-path for complete path, add extra argument
40151         libc-texinfo.sh.
40152         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40153         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40154         (summary,texi, stamp-summary): Use complete path of
40155         files. Generate files in build dir.
40156         (dir-add.texi): Build in build dir.
40157         (libm-err.texi,stamp-libm-err): Likewise.
40158         (version.texi, stamp-version): Likewise.
40159         (.%c.texi): Likewise.
40160         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40161         (mostlyclean): Remove target.
40162         (realclean): Remove target.
40163         (generated): Add new variable with contents from mostlyclean and
40164         realclean, remove entries duplicated in common-mostlyclean, add
40165         stamp-libm-err and stamp-version.
40166         (generated-dirs): Add libc directory.
40167         ($(inst_infodir)/libc.info): Install files from build dir.
40168
40169         * manual/install.texi (Configuring and compiling): Adjust since
40170         the info files are not part of the tar ball anymore.
40171
40172 2012-05-14  Andreas Jaeger  <aj@suse.de>
40173
40174         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40175         variable.
40176
40177 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40178
40179         [BZ #13717]
40180         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40181         to 2.2.0 where earlier.
40182         * sysdeps/unix/sysv/linux/configure: Regenerated.
40183         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40184         Remove conditional code.
40185         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40186         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40187         Remove conditional code.
40188         [!__NR_lchown]: Likewise.
40189         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40190         [__NR_lchown]: Likewise.
40191         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40192         comment referencing __ASSUME_LCHOWN_SYSCALL.
40193         * sysdeps/unix/sysv/linux/i386/sigaction.c
40194         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40195         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40196         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40197         Remove conditional code.
40198         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40199         (__protocol_available): Remove #if 0 code.
40200         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40201         conditional code.
40202         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40203         * sysdeps/unix/sysv/linux/kernel-features.h
40204         (__ASSUME_GETCWD_SYSCALL): Don't define.
40205         (__ASSUME_REALTIME_SIGNALS): Likewise.
40206         (__ASSUME_PREAD_SYSCALL): Likewise.
40207         (__ASSUME_PWRITE_SYSCALL): Likewise.
40208         (__ASSUME_POLL_SYSCALL): Likewise.
40209         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40210         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40211         non-SPARC.
40212         (__ASSUME_SIOCGIFNAME): Don't define.
40213         (__ASSUME_MSG_NOSIGNAL): Likewise.
40214         (__ASSUME_SENDFILE): Define unconditionally.
40215         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40216         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40217         conditional code.
40218         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40219         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40220         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40221         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40222         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40223         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40224         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40226         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40227         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40229         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40230         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40232         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40233         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40235         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40236         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40238         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40239         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40241         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40242         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40244         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40245         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40247         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40248         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40249         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40250         Remove conditional code.
40251         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40252         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40253         Remove conditional code.
40254         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40255         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40256         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40257         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40258         Remove conditional code.
40259         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40260         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40261         Remove conditional code.
40262         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40263         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40264         Remove conditional code.
40265         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40266         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40267         Remove conditional code.
40268         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40269         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40270         Remove conditional code.
40271         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40272         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40273         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40274         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40275         * sysdeps/unix/sysv/linux/sigaction.c
40276         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40277         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40278         * sysdeps/unix/sysv/linux/sigpending.c
40279         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40280         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40281         * sysdeps/unix/sysv/linux/sigprocmask.c
40282         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40283         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40284         * sysdeps/unix/sysv/linux/sigsuspend.c
40285         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40286         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40287         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40288         (__libc_missing_rt_sigs): Remove.
40289         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40290         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40291         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40292         Remove conditional code.
40293         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40294         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40295         return 1.
40296         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40297         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40298         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40299         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40300
40301 2012-05-14  Andreas Jaeger  <aj@suse.de>
40302
40303         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40304         it's not used in glibc.
40305         (__coshm1): Likewise.
40306         (__acosh1p): Likewise.
40307         (__sgn): Likewise.
40308
40309         * manual/string.texi (Copying and Concatenation): Add missing
40310         variable in concat example.
40311         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40312
40313 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40314
40315         [BZ #14103]
40316         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40317         __builtin_clzl with __builtin_clzll.
40318
40319 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40320
40321         [BZ #14104]
40322         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40323         libc_freeres_ptr.
40324
40325 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40326
40327         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40328         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40329         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40330         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40331
40332 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40333
40334         * NEWS: Update ia64 info.
40335
40336 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40337
40338         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40339         used as bcopy.
40340
40341 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40342
40343         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40344         * sysdeps/unix/syscalls.list (dup3): Likewise.
40345         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40346         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40347
40348 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40349
40350         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40351         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40352
40353 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40354
40355         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40356         thread pointer.
40357         (TLS_IE): Use mov/add instead of movq/addq to load thread
40358         pointer.
40359         (TLS_GD_PREFIX): New.
40360         (TLS_GD): Use it.
40361
40362 2012-05-11  David S. Miller  <davem@davemloft.net>
40363
40364         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40365         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40366         (_FPU_SETCW): Likewise.
40367
40368 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40369
40370         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40371         is 32-byte aligned.
40372
40373 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40374
40375         [BZ #11837]
40376         * iconvdata/gb18030.c: Update tables.
40377         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40378         characters specially.
40379         (BODY for TO_LOOP): Add encoding of missing ranges.
40380
40381 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40382
40383         [BZ #13673]
40384         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40385         * sysdeps/mach/hurd/dup3.c: Likewise.
40386         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40387         * sysdeps/powerpc/memmove.c:: Likewise.
40388
40389 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40390
40391         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40392         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40393
40394 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40395
40396         * elf/elf.h (R_X86_64_RELATIVE64): New.
40397         (R_X86_64_NUM): Updated.
40398         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40399         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40400         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40401         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40402         tst-quad1pie tst-quad2pie
40403         (modules-names): Add tst-quadmod1 tst-quadmod2.
40404         ($(objpfx)tst-quad1): New dependency.
40405         ($(objpfx)tst-quad2): Likewise.
40406         ($(objpfx)tst-quad1pie): Likewise.
40407         ($(objpfx)tst-quad2pie): Likewise.
40408         * sysdeps/x86_64/tst-quad1.c: New file.
40409         * sysdeps/x86_64/tst-quad1pie.c: New file.
40410         * sysdeps/x86_64/tst-quad2.c: Likewise.
40411         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40412         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40413         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40414         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40415         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40416
40417 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40418
40419         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40420         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40421         * streams/stropts.h (t_scalar_t): Define type.
40422
40423         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40424         (_PATH_PRESERVE): Set to "/var/lib".
40425         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40426
40427         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40428         instead of int.
40429
40430         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40431         if __dir_mkfile succeeded.
40432
40433         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40434         checking for _hurd_dtablesize.  Unlock it right after having
40435         finished _hurd_dtable allocation.
40436
40437 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40438
40439         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40440         * sysdeps/mach/hurd/configure: Regenerated.
40441         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40442         special-casing to...
40443         * sysdeps/gnu/configure.in: ... this new file.
40444         * sysdeps/unix/sysv/linux/configure: Regenerated.
40445         * sysdeps/gnu/configure: New generated file.
40446
40447         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40448         for Linux: use nsec instead of usec, as well as:
40449         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40450         members of type struct timespec.
40451         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40452         New macros.
40453         (struct stat64): Likewise.
40454         (_STATBUF_ST_NSEC): New macro.
40455         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40456
40457         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40458         __strtoul_internal rather than strtoul.
40459
40460 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40461
40462         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40463         and reject them.
40464
40465 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40466
40467         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40468         which preserves existing values.
40469         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40470
40471 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40472
40473         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40474         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40475         greater than FD_SETSIZE.
40476
40477 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40478
40479         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40480         allocated, call __vm_protect to finish enabling the existing space, and
40481         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40482         allocate the remainder.
40483
40484 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40485
40486         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40487         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40488
40489 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40490
40491         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40492         sysdeps/mach/hurd/readlink.c.
40493
40494         * posix/tst-sysconf.c (posix_options): Only use
40495         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40496         _POSIX_SYNCHRONIZED_IO when they are defined
40497         * sysdeps/mach/hurd/bits/posix_opt.h:
40498         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40499         (_XOPEN_REALTIME): Undefine macro.
40500         (_XOPEN_REALTIME_THREADS): Undefine macro.
40501         (_XOPEN_SHM): Undefine macro.
40502         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40503         macro to -1.
40504         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40505         macro to -1.
40506         (_POSIX_ASYNC_IO): Undefine macro.
40507         (_POSIX_PRIORITIZED_IO): Undefine macro.
40508         (_POSIX_SPIN_LOCKS): Define macro to -1.
40509
40510         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40511         SA_NODEFER, SA_RESETHAND.
40512         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40513         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40514         F_DUPFD_CLOEXEC.
40515
40516 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40517
40518         * elf/Makefile (pldd-modules): Define unconditionally.
40519
40520 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40521
40522         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40523
40524 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40525
40526         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40527         Return ENOENT when name is empty.
40528         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40529
40530 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40531
40532         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40533
40534         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40535
40536 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40537
40538         Fix mlock in all cases except non-readable pages.
40539         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40540         instead of VM_PROT_ALL as parameter to __vm_wire function.
40541
40542         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40543         (__mkdir): When path is `/', just fail with EEXIST.
40544         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40545
40546 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40547
40548         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40549         <sys/uio.h> (for writev).
40550         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40551         and <sys/param.h> (for MIN).
40552
40553 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40554
40555         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40556         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40557         if interrupted.
40558
40559 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40560
40561         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40562         Depend on against $(link-rpcuserlibs).
40563
40564 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40565
40566         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40567         (__libc_stack_end): Do not use attribute_relro.
40568         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40569         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40570         to libthread-provided value.
40571         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40572         attribute_relro.
40573
40574 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40575
40576         [BZ #3748]
40577         * bits/libc-lock.h (__libc_once_get): New macro.
40578         * sysdeps/mach/bits/libc-lock.h: Likewise.
40579         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40580         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40581         instead of using implementation details.
40582
40583         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40584         * libio/freopen.c: Likewise.
40585         * libio/freopen64.c: Likewise.
40586         * misc/syslog.c: Likewise.
40587         * nscd/connections.c: Likewise.
40588         * nscd/netgroupcache.c: Likewise.
40589         * sysdeps/posix/getcwd.c: Likewise.
40590
40591 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40592
40593         * math/w_ilogbf.c: Add #include <limits.h>.
40594
40595 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40596
40597         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40598         path instead of returning without unlocking.
40599
40600         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40601         immediate-write ioctls.
40602         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40603
40604 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40605
40606         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40607         __builtin_frame_address instead of making assumptions about the
40608         location of the return address relative to DATA.  Force early load of
40609         the return address.
40610         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40611         __builtin_frame_address.
40612
40613         dup3 for GNU Hurd.
40614         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40615         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40616         implement dup3 and do some further code clean-ups.
40617         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40618         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40619
40620 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40621
40622         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40623
40624         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40625         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40626         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40627         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40628         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40629         d->port.lock.
40630
40631         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40632         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40633         when handler == SIG_ERR, not when handler != SIG_ERR.
40634
40635 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40636
40637         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40638         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40639         definitions.
40640
40641         accept4 for GNU Hurd.
40642         * include/sys/socket.h (__libc_accept4): New prototype.
40643         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40644         to implement __libc_accept4.
40645         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40646         __libc_accept4.
40647         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40648
40649         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40650         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40651         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40652         signal-defines.sym.
40653
40654 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40655
40656         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40657
40658 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40659
40660         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40661         assertion on O_CLOEXEC flag.
40662         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40663         * hurd/intern-fd.c: Likewise.
40664         * hurd/port2fd.c: Likewise.
40665
40666 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40667
40668         [BZ #3906]
40669         * bits/in.h (IPV6_PKTINFO): Define new macro.
40670         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40671
40672 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40673
40674         [BZ #13954]
40675         [BZ #13955]
40676         [BZ #13956]
40677         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40678         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40679         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40680         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40681         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40682         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40683         * math/libm-test.inc (logb_test) : Additional logb tests.
40684
40685 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40686             Andreas Jaeger  <aj@suse.de>
40687
40688         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40689         * configure: Regenerated.
40690         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40691         * config.make.in (link-obsolete-rpc): New substituted variable.
40692         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40693         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40694         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40695         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40696         so that libc.a contains the symbols.
40697         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40698         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40699         * sunrpc/auth_none.c: Likewise.
40700         * sunrpc/auth_unix.c: Likewise.
40701         * sunrpc/authdes_prot.c: Likewise.
40702         * sunrpc/authuxprot.c: Likewise.
40703         * sunrpc/clnt_gen.c: Likewise.
40704         * sunrpc/clnt_perr.c: Likewise.
40705         * sunrpc/clnt_raw.c: Likewise.
40706         * sunrpc/clnt_simp.c: Likewise.
40707         * sunrpc/clnt_tcp.c: Likewise.
40708         * sunrpc/clnt_udp.c: Likewise.
40709         * sunrpc/clnt_unix.c: Likewise.
40710         * sunrpc/des_crypt.c: Likewise.
40711         * sunrpc/des_soft.c: Likewise.
40712         * sunrpc/get_myaddr.c: Likewise.
40713         * sunrpc/key_call.c: Likewise.
40714         * sunrpc/key_prot.c: Likewise.
40715         * sunrpc/netname.c: Likewise.
40716         * sunrpc/pm_getmaps.c: Likewise.
40717         * sunrpc/pm_getport.c: Likewise.
40718         * sunrpc/pmap_clnt.c: Likewise.
40719         * sunrpc/pmap_prot.c: Likewise.
40720         * sunrpc/pmap_prot2.c: Likewise.
40721         * sunrpc/pmap_rmt.c: Likewise.
40722         * sunrpc/publickey.c: Likewise.
40723         * sunrpc/rpc_cmsg.c: Likewise.
40724         * sunrpc/rpc_common.c: Likewise.
40725         * sunrpc/rpc_dtable.c: Likewise.
40726         * sunrpc/rpc_prot.c: Likewise.
40727         * sunrpc/rpc_thread.c: Likewise.
40728         * sunrpc/rtime.c: Likewise.
40729         * sunrpc/svc.c: Likewise.
40730         * sunrpc/svc_auth.c: Likewise.
40731         * sunrpc/svc_raw.c: Likewise.
40732         * sunrpc/svc_run.c: Likewise.
40733         * sunrpc/svc_tcp.c: Likewise.
40734         * sunrpc/svc_udp.c: Likewise.
40735         * sunrpc/svc_unix.c: Likewise.
40736         * sunrpc/svcauth_des.c: Likewise.
40737         * sunrpc/xcrypt.c: Likewise.
40738         * sunrpc/xdr.c: Likewise.
40739         * sunrpc/xdr_array.c: Likewise.
40740         * sunrpc/xdr_float.c: Likewise.
40741         * sunrpc/xdr_intXX_t.c: Likewise.
40742         * sunrpc/xdr_mem.c: Likewise.
40743         * sunrpc/xdr_rec.c: Likewise.
40744         * sunrpc/xdr_ref.c: Likewise.
40745         * sunrpc/xdr_sizeof.c: Likewise.
40746         * sunrpc/xdr_stdio.c: Likewise.
40747
40748 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40749
40750         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40751         change.  Update copyright years.
40752
40753 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40754
40755         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40756
40757 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40758             Joseph Myers  <joseph@codesourcery.com>
40759             Paul Pluzhnikov  <ppluzhnikov@google.com>
40760
40761         [BZ #14012]
40762         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40763         requiring rpcgen.
40764         [cross-compiling] (extra-libs): Likewise.
40765         [cross-compiling] (extra-libs-others): Likewise.
40766         [cross-compiling] (librpcsvc-routines): Likewise.
40767         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40768         [cross-compiling] (omit-deps): Likewise.
40769         (sunrpc-CPPFLAGS): New variable.
40770         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40771         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40772         (cross-rpcgen-objs): New variable.
40773         (extra-objs): Append $(cross-rpcgen-objs).
40774         ($(cross-rpcgen-objs)): New rule.
40775         ($(objpfx)cross-rpcgen): Likewise.
40776         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40777         comment.
40778         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40779         ($(objpfx)x%.stmp): Likewise.
40780         * sunrpc/proto.h [IS_IN_build] (_): Define.
40781         [IS_IN_build] (_libc_intl_domainname): Likewise.
40782
40783 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40784
40785         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40786         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40787         and R_X86_64_TPOFF64.
40788
40789 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40790
40791         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40792         sysdeps/unix/sysv/syscalls.list.
40793         (stime): Likewise.
40794         (utime): Likewise.
40795         * sysdeps/unix/sysv/syscalls.list: Remove file.
40796
40797 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40798
40799         [BZ #3440]
40800         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40801         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40802         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40803         (__LC_IDENTIFICATION): Make these macros useful in #if
40804         expressions, as required by C99.
40805
40806 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40807
40808         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40809         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40810         after this.
40811
40812 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40813
40814         * stdlib/longlong.h: Updated from GCC.
40815
40816 2012-05-09  Andreas Jaeger  <aj@suse.de>
40817
40818         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40819         default is first entry.
40820         (run_mode): Set type.
40821         (main): Remove informal message about syslog.
40822         (options): Fix typo.
40823
40824         [BZ #14053]
40825         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40826         to asm.
40827         (lrint): Likewise.
40828         (llrintf): Likewise.
40829         (llrint): Likewise.
40830         (rint): Likewise.
40831         (rintf): Likewise.
40832         (nearbyint): Likewise.
40833         (nearbyintf): Likewise.
40834
40835 2012-05-09  Andreas Jaeger  <aj@suse.de>
40836             Pedro Alves  <palves@redhat.com>
40837
40838         * nscd/nscd.c (run_mode): Use enum.
40839         (main): Cleanup coding style issue.
40840
40841 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40842             Andreas Jaeger  <aj@suse.de>
40843
40844         * nscd/nscd.c (go_background): Replaced with...
40845         (run_mode): ... this.
40846         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40847         (options): Add -F --foreground.
40848         (main): Implement it.
40849         (parse_opt): Parse it.
40850
40851 2012-05-09  Andreas Jaeger  <aj@suse.de>
40852
40853         [BZ #14083]
40854         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40855         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40856         -Wconversion warning.
40857         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40858         Likewise.
40859
40860 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40861
40862         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40863         == 0.
40864         (LC_ALL): Use macro-int-constant.
40865         (LC_COLLATE): Likewise.
40866         (LC_CTYPE): Likewise.
40867         (LC_MESSAGES): Likewise.
40868         (LC_MONETARY): Likewise.
40869         (LC_NUMERIC): Likewise.
40870         (LC_TIME): Likewise.
40871         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40872         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40873         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40874         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40875         Specify type.
40876         [C99-based standards] (float_t): Expect type.
40877         [C99-based standards] (double_t): Expect type.
40878         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40879         type.
40880         [C99-based standards] (HUGE_VALL): Likewise.
40881         [C99-based standards] (INFINITY): Likewise.
40882         [C99-based standards] (NAN): Likewise.
40883         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40884         [C99-based standards] (FP_NAN): Likewise.
40885         [C99-based standards] (FP_NORMAL): Likewise.
40886         [C99-based standards] (FP_SUBNORMAL): Likewise.
40887         [C99-based standards] (FP_ZERO): Likewise.
40888         [C99-based standards] (FP_FAST_FMA): Use
40889         optional-macro-int-constant.  Specify type.  Require == 1.
40890         [C99-based standards] (FP_FAST_FMAF): Likewise.
40891         [C99-based standards] (FP_FAST_FMAL): Likewise.
40892         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40893         [C99-based standards] (FP_ILOGBNAN): Likewise.
40894         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40895         Specify type.
40896         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40897         [C99-based standards] (math_errhandling): Specify type.
40898         [ISO99 || ISO11] (signgam): Do not allow.
40899         [non-C99-based standards] (copysignf): Do not allow.
40900         [non-C99-based standards] (exp2f): Likewise.
40901         [non-C99-based standards] (log2f): Likewise.
40902         [non-C99-based standards] (modff): Allow.
40903         [non-C99-based standards] (erff): Do not allow.
40904         [non-C99-based standards] (erfcf): Likewise.
40905         [non-C99-based standards] (gammaf): Likewise.
40906         [non-C99-based standards] (hypotf): Likewise.
40907         [non-C99-based standards] (j0f): Likewise.
40908         [non-C99-based standards] (j1f): Likewise.
40909         [non-C99-based standards] (jnf): Likewise.
40910         [non-C99-based standards] (lgammaf): Likewise.
40911         [non-C99-based standards] (tgammaf): Likewise.
40912         [non-C99-based standards] (y0f): Likewise.
40913         [non-C99-based standards] (y1f): Likewise.
40914         [non-C99-based standards] (ynf): Likewise.
40915         [non-C99-based standards] (isnanf): Likewise.
40916         [non-C99-based standards] (acoshf): Likewise.
40917         [non-C99-based standards] (asinhf): Likewise.
40918         [non-C99-based standards] (atanhf): Likewise.
40919         [non-C99-based standards] (cbrtf): Likewise.
40920         [non-C99-based standards] (expm1f): Likewise.
40921         [non-C99-based standards] (ilogbf): Likewise.
40922         [non-C99-based standards] (log1pf): Likewise.
40923         [non-C99-based standards] (logbf): Likewise.
40924         [non-C99-based standards] (nextafterf): Likewise.
40925         [non-C99-based standards] (remainderf): Likewise.
40926         [non-C99-based standards] (rintf): Likewise.
40927         [non-C99-based standards] (scalbf): Likewise.
40928         [non-C99-based standards] (copysignl): Likewise.
40929         [non-C99-based standards] (exp2l): Likewise.
40930         [non-C99-based standards] (log2l): Likewise.
40931         [non-C99-based standards] (modfl): Allow.
40932         [non-C99-based standards] (erfl): Do not allow.
40933         [non-C99-based standards] (erfcl): Likewise.
40934         [non-C99-based standards] (gammal): Likewise.
40935         [non-C99-based standards] (hypotl): Likewise.
40936         [non-C99-based standards] (j0l): Likewise.
40937         [non-C99-based standards] (j1l): Likewise.
40938         [non-C99-based standards] (jnl): Likewise.
40939         [non-C99-based standards] (lgammal): Likewise.
40940         [non-C99-based standards] (tgammal): Likewise.
40941         [non-C99-based standards] (y0l): Likewise.
40942         [non-C99-based standards] (y1l): Likewise.
40943         [non-C99-based standards] (ynl): Likewise.
40944         [non-C99-based standards] (isnanl): Likewise.
40945         [non-C99-based standards] (acoshl): Likewise.
40946         [non-C99-based standards] (asinhl): Likewise.
40947         [non-C99-based standards] (atanhl): Likewise.
40948         [non-C99-based standards] (cbrtl): Likewise.
40949         [non-C99-based standards] (expm1l): Likewise.
40950         [non-C99-based standards] (ilogbl): Likewise.
40951         [non-C99-based standards] (log1pl): Likewise.
40952         [non-C99-based standards] (logbl): Likewise.
40953         [non-C99-based standards] (nextafterl): Likewise.
40954         [non-C99-based standards] (remainderl): Likewise.
40955         [non-C99-based standards] (rintl): Likewise.
40956         [non-C99-based standards] (scalbl): Likewise.
40957         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40958         [non-C99-based standards] (FP_*): Do not allow.
40959         [C99-based standards] (FP_*): Change to
40960         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40961         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40962         allow.
40963         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40964         (SIG_ERR): Likewise.
40965         [X/Open-based standards] (SIG_HOLD): Likewise.
40966         (SIG_IGN): Likewise.
40967         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40968         positive value.
40969         (SIGFPE): Likewise.
40970         (SIGILL): Likewise.
40971         (SIGINT): Likewise.
40972         (SIGSEGV): Likewise.
40973         (SIGTER): Likewise.
40974         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40975         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40976         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40977         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40978         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40979         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40980         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40981         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40982         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40983         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40984         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40985         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40986         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40987         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40988         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40989         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40990         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40991         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40992         [X/Open-based standards] (SIGTRAP): Likewise.
40993         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40994         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40995         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40996         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40997         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40998         allow.
40999
41000 2012-05-08  Ian Wienand  <ianw@vmware.com>
41001
41002         [BZ #14080]
41003         * time/tzset.c (__tzset_parse_tz): Update default rules for
41004         daylight time changes in the Energy Policy Act of 2005.
41005
41006 2012-05-09  Andreas Jaeger  <aj@suse.de>
41007
41008         [BZ #13983]
41009         * elf/ldconfig.c (parse_conf): Change string to make clear that
41010         ldconfig only issued a warning if ld.so.conf does not exist.
41011
41012 2012-05-08  David S. Miller  <davem@davemloft.net>
41013
41014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41015         movxtod instead of popping the value on the stack.
41016
41017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41018
41019 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41020
41021         * config.h.in: Add HAVE_ARM_PCS_VFP.
41022
41023 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41024
41025         [BZ #13979]
41026         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41027         checking but the checks are disabled for any reason.
41028
41029 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41030
41031         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41032         and ELF64_R_TYPE with ELFW(R_TYPE).
41033
41034 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41035
41036         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41037         (ulimit): Likewise.
41038
41039         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41040         (settimeofday): Likewise.
41041
41042 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41043
41044         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41045         a struct th_u2 inside the union, and move tu_block/tu_code into
41046         a new th_u3 union of tu_block/tu_code inside of that.  Move
41047         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41048         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41049         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41050         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41051         (th_stuff): Change to th_u1.tu_stuff.
41052         (th_data): Define.
41053         (th_msg): Change to th_u1.th_u2.tu_data.
41054
41055 2012-05-07  David S. Miller  <davem@davemloft.net>
41056
41057         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41058
41059         [BZ #14074]
41060         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41061         (SETUP_PIC_REG): Use it.
41062         (SETUP_PIC_REG_LEAF): Use it.
41063
41064 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41065
41066         [BZ #13885]
41067         [BZ #13923]
41068         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41069         USE_AS_EXPM1L.
41070         (EXPL_FINITE): Likewise.
41071         (FLDLOG): Likewise.
41072         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41073         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41074         e_expl.S.
41075         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41076         USE_AS_EXPM1L.
41077         (EXPL_FINITE): Likewise.
41078         (FLDLOG): Likewise.
41079         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41080         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41081         e_expl.S.
41082         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41083         test of -max_value argument for long double.
41084         * sysdeps/i386/fpu/libm-test-ulps: Update.
41085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41086
41087 2012-05-06  David S. Miller  <davem@davemloft.net>
41088
41089         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41090         quad soft-float symbols whose references which are compiler
41091         generated.
41092         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41093
41094 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41095
41096         [BZ #13884]
41097         [BZ #13914]
41098         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41099         USE_AS_EXP10L.
41100         (EXPL_FINITE): Likewise.
41101         (FLDLOG): Likewise.
41102         (c0): Likewise.
41103         (c1): Likewise.
41104         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41105         Adjust comments for base varying.
41106         (__expl_finite): Change alias to EXPL_FINITE.
41107         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41108         e_expl.S.
41109         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41110         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41111         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41112         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41113         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41114         USE_AS_EXP10L.
41115         (EXPL_FINITE): Likewise.
41116         (FLDLOG): Likewise.
41117         (c0): Likewise.
41118         (c1): Likewise.
41119         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41120         Adjust comments for base varying.
41121         (__expl_finite): Change alias to EXPL_FINITE.
41122         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41123         tests for bugs.
41124         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41125
41126         [BZ #14064]
41127         * math/libm-test.inc (check_float_internal): Correct ulp
41128         calculation for subnormal expected results.
41129
41130 2012-05-06  Andreas Jaeger  <aj@suse.de>
41131
41132         * Makeconfig (+math-flags): New, set to -frounding-math.
41133         (+cflags): Add +math-flags so that all of glibc gets compiled with
41134         it.
41135
41136         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41137
41138 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41139
41140         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41141         Disable one test.
41142
41143         [BZ #13787]
41144         [BZ #13922]
41145         [BZ #14036]
41146         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41147         (__ieee754_expl): Allow for and saturate large arguments.
41148         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41149         (u_threshold): Likewise.
41150         (__exp): Call __ieee754_exp before checking for overflow and
41151         underflow.
41152         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41153         (u_threshold): Likewise.
41154         (__expf): Call __ieee754_expf before checking for overflow and
41155         underflow.
41156         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41157         (u_threshold): Likewise.
41158         (__expl): Call __ieee754_expl before checking for overflow and
41159         underflow.
41160         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41161         (__ieee754_expl): Allow for and saturate large arguments.
41162         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41163         missing overflow exception on overflow.
41164         (expm1_test): Do not allow missing overflow exception on overflow.
41165
41166         * sysdeps/i386/fpu/e_expl.c: Move to ...
41167         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41168         rather than using inline asm.
41169         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41170         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41171         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41172
41173         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41174         (nice): Likewise.
41175         (poll): Likewise.
41176         (signal): Likewise.
41177         (time): Likewise.
41178         (times): Likewise.
41179
41180 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41181
41182         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41183         sysdeps/unix/common/syscalls.list.
41184         (fchmod): Likewise.
41185         (fchown): Likewise.
41186         (ftruncate): Likewise.
41187         (getrusage): Likewise.
41188         (gettimeofday): Likewise.
41189         (setpgid): Likewise.
41190         (setregid): Likewise.
41191         (setreuid): Likewise.
41192         (sigaction): Likewise.
41193         (truncate): Likewise.
41194         (vhangup): Likewise.
41195         * sysdeps/unix/common/syscalls.list: Remove file.
41196         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41197         * sysdeps/unix/sysv/linux/Implies: Likewise.
41198
41199 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41200
41201         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41202         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41203         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41204         Moved to ...
41205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41206         Here.
41207         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41208         to ...
41209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41210         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41211         to ...
41212         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41213         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41214         to ...
41215         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41216         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41217         to ...
41218         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41219         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41220         to ...
41221         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41222         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41223         to ...
41224         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41225         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41226         to ...
41227         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41228         Here.
41229         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41230         to ...
41231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41232         Here.
41233         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41234         to ...
41235         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41236         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41237         Moved to ...
41238         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41239         Here.
41240         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41241         to ...
41242         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41243
41244 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41245
41246         * sysdeps/unix/common/bits/dirent.h: Remove file.
41247         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41248
41249         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41250         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41251         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41252         * sysdeps/unix/bsd/isatty.c: Likewise.
41253         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41254         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41255         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41256
41257 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41258
41259         [BZ #13563]
41260         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41261         long double comparison inaccuracies.
41262         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41264
41265 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41266
41267         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41268         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41269
41270 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41271
41272         [BZ #14049]
41273         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41274         nonzero digits before rounding a hex value.
41275         * stdlib/tst-strtod.c (tests): Add another test.
41276
41277 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41278
41279         * sysdeps/s390/fpu/libm-test-ulps: Update.
41280
41281 2012-05-03  Andreas Jaeger  <aj@suse.de>
41282
41283         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41284         does not get optimized out.
41285         (malloc_opt_barrier): New.
41286
41287 2012-05-03  Andreas Jaeger  <aj@suse.de>
41288             Roland McGrath  <roland@hack.frob.com>
41289
41290         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41291         intermediate file deletion.
41292         (generated): Add .symlist files.
41293
41294 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41295
41296         [BZ #13775]
41297         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41298         Redirect under this condition.
41299         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41300         [__USE_GNU] (__dprintf_chk): Not under this condition.
41301         [__USE_GNU] (__vdprintf_chk): Likewise.
41302         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41303         under this condition.
41304         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41305         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41306         [__USE_XOPEN2K8] (vdprintf): Likewise.
41307         [__USE_GNU] (__dprintf_chk): Not under this condition.
41308         [__USE_GNU] (__vdprintf_chk): Likewise.
41309         [__USE_GNU] (dprintf): Likewise.
41310         [__USE_GNU] (vdprintf): Likewise.
41311
41312 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41313
41314         * elf/Makefile (common-generated): Set this instead of generated for
41315         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41316         $(all-built-dso)-derived lists.
41317
41318 2012-05-03  Andreas Jaeger  <aj@suse.de>
41319
41320         * sysdeps/i386/fpu/libm-test-ulps: Update.
41321
41322         * FAQ: Removed.
41323         * FAQ.in: Likewise.
41324         * scripts/gen-FAQ.pl: Likewise.
41325         * manual/install.texi (Installation): Point to online location of
41326         FAQ.
41327         * Makefile (files-for-dist): Remove FAQ.
41328         (FAQ): Remove.
41329
41330 2012-05-02  Allan McRae  <allan@archlinux.org>
41331
41332         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41333         (LDFLAGS-reldepmod5.so): Likewise.
41334         (LDFLAGS-reldep6mod1.so): Likewise.
41335         (LDFLAGS-reldep6mod4.so): Likewise.
41336         (LDFLAGS-reldep8mod3.so): Likewise.
41337         (LDFLAGS-unload4mod1.so): Likewise.
41338         (LDFLAGS-unload4mod2.so): Likewise.
41339         (LDFLAGS-tst-initorder): Likewise.
41340         (LDFLAGS-tst-initordera2.so): Likewise.
41341         (LDFLAGS-tst-initordera3.so): Likewise.
41342         (LDFLAGS-tst-initordera4.so): Likewise.
41343         (LDFLAGS-tst-initorderb2.so): Likewise.
41344         (LDFLAGS-noload): Likewise.
41345         (LDFLAGS-next): Likewise.
41346         (LDFLAGS-order2mod1.so): Likewise.
41347         (LDFLAGS-order2mod2.so): Likewise.
41348         (LDFLAGS-tst-initorder2): Likewise.
41349         (LDFLAGS-tst-initorder2a.so): Likewise.
41350         (LDFLAGS-tst-initorder2b.so): Likewise.
41351         (LDFLAGS-tst-initorder2c.so): Likewise.
41352         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41353
41354 2012-05-02  David S. Miller  <davem@davemloft.net>
41355
41356         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41357
41358 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41359
41360         [BZ #14055]
41361         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41362
41363 2012-05-02  Andreas Jaeger  <aj@suse.de>
41364
41365         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41366         since we manipulate rounding mode.
41367         (CPPFLAGS-test-idouble.c): Likewise.
41368         (CPPFLAGS-test-ifloat.c): Likewise.
41369         (CFLAGS-test-ldouble.c): Likewise.
41370         (CFLAGS-test-double.c): Likewise.
41371         (CFLAGS-test-float.c): Likewise.
41372         (CFLAGS-test-misc.c): Likewise.
41373         (CFLAGS-test-test-fenv.c): Likewise.
41374
41375 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41376
41377         [BZ #2550]
41378         [BZ #2570]
41379         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41380         comparisons to determine direction to adjust input.
41381
41382 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41383
41384         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41385         output to the target.
41386
41387         * scripts/localplt.awk: New file.
41388         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41389         (check-localplt-CFLAGS): Variable removed.
41390         ($(all-built-dso:=.jmprel)): New static pattern rule.
41391         (generated): Add those targets.
41392         (localplt-built-dso): New variable.
41393         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41394
41395         * elf/check-localplt.c: File removed.
41396
41397         * scripts/check-execstack.awk: New file.
41398         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41399         (check-execstack-CFLAGS): Variable removed.
41400         ($(objpfx)check-execstack.h): Target removed.
41401         ($(objpfx)execstack-default): New target.
41402         (generated): Add that instead of check-execstack.h.
41403         ($(all-built-dso:=.phdr)): New static pattern rule.
41404         (generated): Add those targets.
41405         * elf/check-execstack.c: File removed.
41406
41407         * scripts/check-textrel.awk: New file.
41408         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41409         (check-textrel-CFLAGS): Variable removed.
41410         (all-built-dso): Use := to define.o
41411         ($(all-built-dso:=.dyn)): New static pattern rule.
41412         (generated): Add those targets.
41413         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41414         * config.make.in (READELF): New substituted variable.
41415         * elf/check-textrel.c: File removed.
41416
41417 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41418
41419         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41420         allow.
41421         * conform/data/ctype.h-data [C99-based standards] (isblank):
41422         Expect function.
41423         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41424         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41425         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41426         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41427         Specify type.  Require positive value.
41428         (EILSEQ): Likewise.
41429         (ERANGE): Likewise.
41430         [ISO || POSIX] (EILSEQ): Do not expect.
41431         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41432         Specify type.  Require positive value.
41433         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41434         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41435         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41436         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41437         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41438         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41439         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41440         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41441         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41442         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41443         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41444         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41445         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41446         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41447         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41448         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41449         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41450         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41451         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41452         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41453         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41454         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41455         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41456         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41457         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41458         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41459         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41460         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41461         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41462         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41463         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41464         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41465         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41466         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41467         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41468         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41469         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41470         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41471         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41472         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41473         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41474         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41475         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41476         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41477         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41478         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41479         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41480         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41481         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41482         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41483         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41484         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41485         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41486         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41487         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41488         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41489         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41490         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41491         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41492         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41493         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41494         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41495         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41496         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41497         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41498         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41499         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41500         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41501         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41502         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41503         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41504         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41505         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41506         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41507         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41508         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41509         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41510         Require >= 2.
41511         (FLT_ROUNDS): Expect as macro, not constant.
41512         (FLT_MANT_DIG): Use macro-int-constant.
41513         (DBL_MANT_DIG): Likewise.
41514         (LDBL_MANT_DIG): Likewise.
41515         (FLT_DIG): Likewise.
41516         (DBL_DIG): Likewise.
41517         (LDBL_DIG): Likewise.
41518         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41519         (DBL_MIN_EXP): Likewise.
41520         (LDBL_MIN_EXP): Likewise.
41521         (FLT_MAX_EXP): Use macro-int-constant.
41522         (DBL_MAX_EXP): Likewise.
41523         (LDBL_MAX_EXP): Likewise.
41524         (FLT_MAX_10_EXP): Likewise.
41525         (DBL_MAX_10_EXP): Likewise.
41526         (LDBL_MAX_10_EXP): Likewise.
41527         (FLT_MAX): Use macro-constant.
41528         (DBL_MAX): Likewise.
41529         (LDBL_MAX): Likewise.
41530         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41531         (DBL_EPSILON): Likewise.
41532         (LDBL_EPSILON): Likewise.
41533         (FLT_MIN): Likewise.
41534         (DBL_MIN): Likewise.
41535         (LDBL_MIN): Likewise.
41536         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41537         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41538         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41539         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41540         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41541         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41542         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41543         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41544         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41545         [ISO11] (FLT_TRUE_MIN): Likewise.
41546         [ISO11] (LDBL_TRUE_MIN): Likewise.
41547         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41548         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41549         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41550         (SCHAR_MAX): Likewise.
41551         (UCHAR_MAX): Likewise.
41552         (CHAR_MIN): Likewise.
41553         (CHAR_MAX): Likewise.
41554         (MB_LEN_MAX): Use macro-int-constant.
41555         (SHRT_MIN): Use macro-int-constant.  Specify type.
41556         (SHRT_MAX): Likewise.
41557         (USHRT_MAX): Likewise.
41558         (INT_MAX): Likewise.
41559         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41560         bound negative.
41561         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41562         bound with "U".
41563         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41564         bound with "L".
41565         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41566         bound negative.  Suffix upper bound with "L".
41567         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41568         bound with "UL".
41569         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41570         Specify type.
41571         [C99-based standards] (LLONG_MAX): Likewise.
41572         [C99-based standards] (ULLONG_MAX): Likewise.
41573         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41574         == 0.
41575         [ISO11] (max_align_t): Require type.
41576         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41577
41578         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41579         from $CFLAGS, without defining away __attribute__ calls.
41580         (checknamespace): Use $CFLAGS_namespace.
41581
41582         * conform/conformtest.pl (@keywords): Only include C99 keywords
41583         for standards based on C99 or C11.
41584
41585         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41586         Disable tests.
41587         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41588         UNIX98]: Likewise.
41589
41590         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41591         usability of symbols in #if.
41592
41593         * conform/conformtest.pl: If macro or constant types start
41594         "promoted:", expect the symbol to be of the following type
41595         promoted by the integer promotions.
41596
41597         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41598         in one place.  Also handle "macro-constant".
41599
41600         * conform/conformtest.pl: Only accept expected macro values with
41601         "==".  Parse all "macro" lines in one place.
41602         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41603
41604         * conform/conformtest.pl: Handle braced types on "constant" lines
41605         instead of handling "typed-constant".
41606         * conform/data/signal.h-data: Use "constant" instead of
41607         "typed-constant".
41608
41609         * conform/conformtest.pl: Handle "optional-" at start of lines in
41610         one place rather than duplicating several cases.  Handle each
41611         format of "macro" line with initial "optional-".
41612
41613         * conform/conformtest.pl: Only accept expected constant or
41614         optional-constant values with "==".  Parse all "constant" lines in
41615         one place.  Parse all "optional-constant" lines in one place.
41616         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41617         * conform/data/fmtmsg.h-data: Likewise.
41618         * conform/data/netinet/in.h-data: Likewise.
41619         * conform/data/tar.h-data: Likewise.
41620         * conform/data/limits.h-data: Use "==" form on "constant" and
41621         "optional-constant" lines.
41622
41623         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41624         Use -std=c99 for XOPEN2K.
41625         (@knownproblems): Remove.
41626         (newtoken): Don't check %isknown.
41627
41628         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41629         Do not expect macro.
41630         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41631         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41632         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41633         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41634         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41635         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41636         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41637         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41638         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41639         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41640         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41642         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41643         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41648         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41649         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41652         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41653         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41656         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41657         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41658         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41659         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41660         [XPG3] (acosh): Likewise.
41661         [XPG3] (asinh): Likewise.
41662         [XPG3] (atanh): Likewise.
41663         [XPG3] (cbrt): Likewise.
41664         [XPG3] (expm1): Likewise.
41665         [XPG3] (ilogb): Likewise.
41666         [XPG3] (log1p): Likewise.
41667         [XPG3] (logb): Likewise.
41668         [XPG3] (nextafter): Likewise.
41669         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41670         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41671         [XPG3] (remainder): Likewise.
41672         [XPG3] (rint): Likewise.
41673         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41674         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41675         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41676         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41677         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41678         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41680         [UNIX98 || XOPEN2K] (scalb): Expect.
41681         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41682         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41686         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41687         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41688         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41690         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41691         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41692         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41693         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41694         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41695         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41696         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41697         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41698         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41699         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41700         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41734         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41735         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41736         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41737         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41738         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41739         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41740         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41741         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41742         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41743         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41744         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41745         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41746         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41747         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41748         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41750         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41751         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41752         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41754         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41755         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41756         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41757         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41758         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41759         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41760         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41761         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41762         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41763         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41766         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41767         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41775         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41776         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41777         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41818
41819         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41820         _XOPEN_SOURCE_EXTENDED for XPG4.
41821
41822         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41823
41824         * Makeconfig (localtime): Remove variable.
41825         (inst_localtime-file): Likewise.
41826
41827 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41828
41829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41830         Update.
41831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41832         Update.
41833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41834         Update.
41835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41836         Update.
41837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41838         Update.
41839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41840         Update.
41841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41842         Update.
41843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41844         Update.
41845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41846         Update.
41847
41848 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41849
41850         [BZ #2550]
41851         [BZ #2570]
41852         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41853         comparisons to determine direction to adjust input.
41854         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41855         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41856         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41857         Likewise.
41858         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41859         Likewise.
41860         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41861         Likewise.
41862         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41863         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41864         Likewise.
41865         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41866         Likewise.
41867         * math/libm-test.inc (nexttoward_test): Add more tests.
41868
41869 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41870
41871         [BZ #14040]
41872         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41873         in version GLIBC_2.1, not GLIBC_2.0.
41874         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41875         Likewise.
41876
41877 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41878
41879         [BZ #13942]
41880         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41881         (1 - x) * (1 + x).
41882         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41883         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41884         * math/libm-test.inc (acos_test): Add more tests.
41885         (asin_test): Likewise.
41886         * sysdeps/i386/fpu/libm-test-ulps: Update.
41887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41888
41889         [BZ #14034]
41890         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41891         of square root.
41892         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41893         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41894         * math/libm-test.inc (acos_test_tonearest): New function.
41895         (acos_test_towardzero): Likewise.
41896         (acos_test_downward): Likewise.
41897         (acos_test_upward): Likewise.
41898         (asin_test_tonearest): Likewise.
41899         (asin_test_towardzero): Likewise.
41900         (asin_test_downward): Likewise.
41901         (asin_test_upward): Likewise.
41902         (main): Call the new functions.
41903         * sysdeps/i386/fpu/libm-test-ulps: Update.
41904         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41905
41906         [BZ #13884]
41907         [BZ #13924]
41908         * math/e_exp10.c: Include <float.h>.
41909         (__ieee754_exp10): Handle underflow here rather than multiplying
41910         large negative argument by M_LN10.
41911         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41912         of __ieee754_expf.
41913         * math/e_exp10l.c: Include <float.h>.
41914         (__ieee754_exp10l): Handle underflow here rather than multiplying
41915         large negative argument by M_LN10l.
41916         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41917         spurious overflow exception on underflow.
41918
41919 2012-04-29  Marek Polacek  <polacek@redhat.com>
41920
41921         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41922         (__fortify_function): New macro.
41923         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41924         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41925         __extern_always_inline.
41926         * libio/bits/stdio2.h: Likewise.
41927         * libio/bits/stdio.h: Likewise.
41928         * string/string.h: Likewise.
41929         * string/bits/string3.h: Likewise.
41930         * include/stdio.h: Likewise.
41931         * stdlib/bits/stdlib.h: Likewise.
41932         * stdlib/stdlib.h: Likewise.
41933         * rt/bits/mqueue2.h: Likewise.
41934         * rt/mqueue.h: Likewise.
41935         * posix/bits/unistd.h: Likewise.
41936         * posix/unistd.h: Likewise.
41937         * io/bits/poll2.h: Likewise.
41938         * io/bits/fcntl2.h: Likewise.
41939         * io/fcntl.h: Likewise.
41940         * io/sys/poll.h: Likewise.
41941         * misc/bits/syslog.h: Likewise.
41942         * misc/bits/syslog-ldbl.h: Likewise.
41943         * misc/sys/syslog.h: Likewise.
41944         * socket/bits/socket2.h: Likewise.
41945         * socket/sys/socket.h: Likewise.
41946         * debug/tst-chk1.c: Likewise.
41947         * wcsmbs/bits/wchar2.h: Likewise.
41948         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41949         * wcsmbs/wchar.h: Likewise.
41950
41951 2012-04-29  Andreas Jaeger  <aj@suse.de>
41952
41953         * Makerules (tests): Remove enable-check-abi protection.
41954         (check-abi-warn): Remove.
41955         (check-abi-%): Remove check-abi-warn usage.
41956
41957         * configure.in: Remove check-abi configure option.
41958         * configure: Regenerated.
41959         * config.make.in (enable-check-abi): Remove.
41960
41961 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41962
41963         [BZ #14033]
41964         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41965         double functions to double *_finite functions.
41966
41967         [BZ #13941]
41968         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41969         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41970         LDBL_MIN_EXP.
41971         * stdio-common/Makefile (tests): Add tst-sprintf3.
41972         * stdio-common/tst-sprintf3.c: New file.
41973
41974         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41975         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41976
41977 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41978
41979         * conform/conformtest.pl: Remove duplicate typed-constant
41980         handling.
41981
41982 2012-04-28  David S. Miller  <davem@davemloft.net>
41983
41984         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41985         (check-abi-%): Remove AWK script prerequisite and explicit
41986         abilist directory.
41987         (check-abi): Rewrite to just diff the symlist with the abilist.
41988         (config-tls, config-abi-config): Delete, no longer used.
41989         (update-abi-%): Remove AWK script and explicit abilist directory.
41990         (update-abi): Rewrite to simply compare and conditionally copy the
41991         symlist and the sysdep abilist file.  Remove update-abi-config
41992         checks.
41993         * abilist/ld.abilist: Remove.
41994         * abilist/libBrokenLocale.abilist: Remove.
41995         * abilist/libanl.abilist: Remove.
41996         * abilist/libcrypt.abilist: Remove.
41997         * abilist/libdl.abilist: Remove.
41998         * abilist/librt.abilist: Remove.
41999         * abilist/libthread_db.abilist: Remove.
42000         * abilist/libutil.abilist: Remove.
42001         * scripts/extract-abilist.awk: Remove.
42002         * scripts/merge-abilist.awk: Remove.
42003         * sysdeps/generic/libcidn.abilist: New file.
42004         * sysdeps/generic/libnss_compat.abilist: New file.
42005         * sysdeps/generic/libnss_db.abilist: New file.
42006         * sysdeps/generic/libnss_dns.abilist: New file.
42007         * sysdeps/generic/libnss_files.abilist: New file.
42008         * sysdeps/generic/libnss_hesiod.abilist: New file.
42009         * sysdeps/generic/libnss_nis.abilist: New file.
42010         * sysdeps/generic/libnss_nisplus.abilist: New file.
42011         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42012         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42013         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42014         file.
42015         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42016         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42017         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42018         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42019         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42020         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42021         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42022         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42023         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42024         file.
42025         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42026         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42027         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42028         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42029         file.
42030         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42031         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42032         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42033         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42034         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42035         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42036         file.
42037         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42038         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42039         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42040         file.
42041         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42042         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42043         New file.
42044         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42045         New file.
42046         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42047         New file.
42048         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42049         New file.
42050         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42051         New file.
42052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42053         New file.
42054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42055         New file.
42056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42057         New file.
42058         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42059         New file.
42060         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42061         New file.
42062         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42063         New file.
42064         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42065         New file.
42066         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42067         New file.
42068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42069         file.
42070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42071         New file.
42072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42073         New file.
42074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42075         file.
42076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42077         New file.
42078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42079         New file.
42080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42081         file.
42082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42083         New file.
42084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42085         New file.
42086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42087         New file.
42088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42089         New file.
42090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42091         New file.
42092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42093         New file.
42094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42096         file.
42097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42098         New file.
42099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42100         file.
42101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42102         file.
42103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42104         file.
42105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42106         file.
42107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42108         file.
42109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42110         New file.
42111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42112         file.
42113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42114         file.
42115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42116         New file.
42117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42118         file.
42119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42121         file.
42122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42123         New file.
42124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42125         file.
42126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42127         file.
42128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42129         file.
42130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42131         file.
42132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42133         file.
42134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42135         New file.
42136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42137         file.
42138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42139         file.
42140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42141         New file.
42142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42143         file.
42144         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42145         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42146         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42147         file.
42148         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42149         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42150         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42151         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42152         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42153         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42154         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42155         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42156         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42157         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42158         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42160         file.
42161         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42162         New file.
42163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42164         file.
42165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42166         file.
42167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42168         file.
42169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42170         file.
42171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42172         file.
42173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42174         New file.
42175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42176         New file.
42177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42180         New file.
42181         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42182         file.
42183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42185         file.
42186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42187         New file.
42188         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42189         file.
42190         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42191         file.
42192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42193         file.
42194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42195         file.
42196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42197         file.
42198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42199         New file.
42200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42201         New file.
42202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42205         New file.
42206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42207         file.
42208
42209 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42210
42211         * conform/conformtest.pl: Fix typo in handling typed-constant from
42212         allow-header.
42213
42214 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42215
42216         * README: Cut down references to pre-2.6 Linux kernels and
42217         Linuxthreads.  Update lists of configurations in libc and ports
42218         and sort alphabetically.  Say "or newer" with Linux kernel version
42219         requirements.
42220
42221         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42222
42223 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42224
42225         [BZ #887]
42226         * math/libm-test.inc (logb_test_downward): New test to expose
42227         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42228         rounding mode.
42229
42230 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42231
42232         [BZ #14027]
42233         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42234         to be done.
42235         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42236         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42237
42238 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42239
42240         * sysdeps/unix/i386/brk.S: Remove file.
42241         * sysdeps/unix/i386/dl-brk.S: Likewise.
42242         * sysdeps/unix/i386/pipe.S: Likewise.
42243         * sysdeps/unix/i386/sigreturn.S: Likewise.
42244         * sysdeps/unix/i386/syscall.S: Likewise.
42245         * sysdeps/unix/i386/vfork.S: Likewise.
42246         * sysdeps/unix/i386/wait.S: Likewise.
42247
42248         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42249         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42250
42251         * configure.in (arm*-none*): Do not allow without
42252         --enable-hacker-mode.
42253         (netbsd*): Remove case setting base_os.
42254         (386bsd*): Likewise.
42255         (freebsd*): Likewise.
42256         (bsdi*): Likewise.
42257         (osf*): Likewise.
42258         (sunos*): Likewise.
42259         (ultrix*): Likewise.
42260         (newsos*): Likewise.
42261         (dynix*): Likewise.
42262         (*bsd*): Likewise.
42263         (sysv*): Likewise.
42264         (isc*): Likewise.
42265         (esix*): Likewise.
42266         (sco*): Likewise.
42267         (minix*): Likewise.
42268         (irix4*): Likewise.
42269         (irix6*): Likewise.
42270         (solaris[2-9]*): Likewise.
42271         (none): Likewise.
42272         * configure: Regenerated.
42273
42274 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42275
42276         [BZ #11521]
42277         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42278         overflow or cancellation in calculating denominator.
42279         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42280         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42281         down expression to avoid unexpected rounding in newer GCCs.
42282         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42283
42284 2012-04-26  David S. Miller  <davem@davemloft.net>
42285
42286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42287         long-double compat symbols.
42288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42294         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42297         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42298         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42299         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42300         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42301
42302 2012-04-25  David S. Miller  <davem@davemloft.net>
42303
42304         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42305         HWCAP_* values only after the memory barriers have been defined.
42306         (atomic_full_barrier): Define.
42307         (atomic_read_barrier): Define.
42308         (atomic_write_barrier): Define.
42309
42310 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42311
42312         * shlib-versions: Add libgcc_s version information.
42313         * sysdeps/generic/libgcc_s.h: Remove.
42314         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42315         libgcc_s.h.
42316         * sysdeps/gnu/unwind-resume.c: Likewise.
42317         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42318
42319 2012-04-25  David S. Miller  <davem@davemloft.net>
42320
42321         * sysdeps/unix/sparc/brk.S: Delete.
42322         * sysdeps/unix/sparc/dl-brk.S: Delete.
42323         * sysdeps/unix/sparc/pipe.S: Delete.
42324         * sysdeps/unix/sparc/sysdep.S: Delete.
42325         * sysdeps/unix/sparc/sysdep.h: Delete.
42326         * sysdeps/unix/sparc/vfork.S: Delete.
42327         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42328         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42329         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42330         (ret_ERRVAL, r0, r1, MOVE): Define.
42331         (JUMPTARGET): Remove.
42332         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42333         sysdeps/unix/sparc/sysdep.h
42334         (ENTRY, END): Remove.
42335         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42336
42337 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42338
42339         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42340         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42341         -DIS_IN_build.
42342
42343         * timezone/README: Update upstream location and email address for
42344         tzcode and tzdata.
42345         * timezone/zdump.c: Update from tzcode 2012b.
42346         * timezone/zic.c: Likewise.
42347
42348         * configure.in (libc_cv_as_needed): Remove test.
42349         * configure: Regenerated.
42350         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42351         conditional definition.
42352         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42353         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42354         * config.make.in (have-as-needed): Remove variable.
42355
42356 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42357             Paul Pluzhnikov  <ppluzhnikov@google.com>
42358
42359         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42360         strings correctly.
42361
42362 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42363
42364         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42365         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42366         * sysdeps/sh/strlen.S: Likewise.
42367
42368 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42369
42370         * sysdeps/unix/fork.S: Remove file.
42371         * sysdeps/unix/i386/fork.S: Likewise.
42372         * sysdeps/unix/sparc/fork.S: Likewise.
42373
42374         * sysdeps/unix/system.c: Remove file.
42375         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42376
42377         * sysdeps/unix/getegid.S: Remove file.
42378         * sysdeps/unix/geteuid.S: Likewise.
42379
42380 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42381
42382         * scripts/check-localplt.awk: New file.
42383         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42384         of diff.
42385         * scripts/data/localplt-generic.data: Add a comment.
42386
42387         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42388         NODE when __dir_mkfile failed.
42389         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42390         Reported by Ludovic Courtès <ludo@gnu.org>.
42391
42392 2012-04-24  Andreas Jaeger  <aj@suse.de>
42393
42394         * Makerules (common-clean): Also remove gen-as-const-headers
42395         files.
42396
42397 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42398
42399         * Makerules (native-compile): Do not change working directory for
42400         build.  Use $(OUTPUT_OPTION) in command.
42401         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42402
42403 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42404
42405         [BZ #13886]
42406         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42407         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42408         * math/libm-test.inc (floor_test): Add more tests.
42409         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42410
42411 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42412
42413         * sysdeps/unix/getdents.c: Remove file.
42414         * sysdeps/unix/sysv/getdents.c: Likewise.
42415         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42416
42417         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42418         sysdeps/unix/mman/syscalls.list.
42419         (mmap): Likewise.
42420         (mprotect): Likewise.
42421         (msync): Likewise.
42422         (munmap): Likewise.
42423         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42424         * sysdeps/unix/mman/syscalls.list: Remove.
42425         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42426
42427         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42428         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42429         * configure: Regenerated.
42430         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42431         $(libgcc_s_suffix).
42432         * config.make.in (libgcc_s_suffix): Remove variable.
42433
42434 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42435
42436         * sysdeps/unix/sysv/gethostname.c: Move to ...
42437         * sysdeps/posix/gethostname.c: ... here.
42438
42439         * sysdeps/unix/execve.S: Remove file.
42440
42441         * sysdeps/unix/_exit.S: Remove file.
42442
42443 2012-04-23  Andreas Jaeger  <aj@suse.de>
42444
42445         [BZ #13739]
42446         * manual/Makefile: Remove make dist support, there's no
42447         need for a stand-alone documentation tar ball.
42448         (TEXI2DVI): Define always, it's not in Makeconfig.
42449         (dist): Removed.
42450         (tar-it): Removed.
42451         (edition): Removed.
42452         (glibc-doc-$(edition).tar): Removed
42453         (%.Z): Removed.
42454         (%.gz): Removed.
42455         (%.uu): Removed.
42456         (ETAGS): Remove, it's in Makeconfig.
42457         (move-if-change): Remove, it's in Makeconfig.
42458
42459 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42460
42461         [BZ #13970]
42462         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42463         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42464         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42465         (strtod_l, strtof_l, strtold_l): Remove __wur.
42466         It is not necessarily an error to ignore strtol's return value.
42467         One can reliably look at the stored endptr to decide whether
42468         the number had valid syntax.
42469
42470 2012-04-21  Andreas Jaeger  <aj@suse.de>
42471
42472         [BZ #13739]
42473         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42474
42475 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42476
42477         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42478         * sysdeps/unix/sysv/Versions: Remove file.
42479
42480 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42481
42482         [BZ #13927]
42483         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42484
42485 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42486
42487         [BZ #7064]
42488         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42489         version from __vm86.
42490
42491 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42492
42493         * sysdeps/unix/common/lxstat.c: Remove file.
42494         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42495
42496         * sysdeps/unix/sysv/Makefile: Remove file.
42497
42498         * sysdeps/unix/sysv/direct.h: Remove file.
42499
42500         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42501         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42502         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42503         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42504         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42505         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42506         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42507
42508         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42509
42510         * sysdeps/unix/xmknod.c: Remove file.
42511         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42512
42513         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42514
42515         * sysdeps/unix/sysv/i386/time.S: Remove file.
42516
42517         * sysdeps/unix/fxstat.c: Remove file.
42518         * sysdeps/unix/xstat.c: Likewise.
42519         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42520
42521         * sysdeps/unix/sysv/sigaction.c: Remove file.
42522
42523         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42524         (sysdep_headers): Remove variable.
42525         [termio.h not in sysdep_headers] (generated): Likewise.
42526         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42527         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42528         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42529         * sysdeps/unix/sysv/tcflow.c: Likewise.
42530         * sysdeps/unix/sysv/tcflush.c: Likewise.
42531         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42532         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42533         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42534         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42535         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42536
42537         * sysdeps/unix/siglist.c: Remove file.
42538
42539         * sysdeps/unix/getppid.S: Remove file.
42540
42541         * sysdeps/unix/mkdir.c: Remove file.
42542         * sysdeps/unix/rmdir.c: Likewise.
42543
42544 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42545
42546         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42547         ERR_MAX value.
42548         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42549         errlist-compat value.
42550
42551 2012-04-18  David S. Miller  <davem@davemloft.net>
42552
42553         * sysdeps/generic/memcopy.h (reg_char): Delete.
42554         * debug/strcat_chk.c: Use char, not reg_char.
42555         * debug/strcpy_chk.c: Likewise.
42556         * debug/strncat_chk.c: Likewise.
42557         * debug/strncpy_chk.c: Likewise.
42558         * string/memchr.c: Likewise.
42559         * string/memrchr.c: Likewise.
42560         * string/rawmemchr.c: Likewise.
42561         * string/strcat.c: Likewise.
42562         * string/strchr.c: Likewise.
42563         * string/strchrnul.c: Likewise.
42564         * string/strcmp.c: Likewise.
42565         * string/strcpy.c: Likewise.
42566         * string/strncat.c: Likewise.
42567         * string/strncmp.c: Likewise.
42568         * string/strncpy.c: Likewise.
42569
42570 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42571
42572         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42573         __builtin_memcopy is called when src and dest ranges are known to not
42574         overlap.
42575
42576 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42577
42578         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42579         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42580         fwd_align_merge macro call.
42581         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42582         bwd_align_merge macro call.
42583         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42584
42585 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42586
42587         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42588         bwd_align_merge macros.
42589         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42590         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42591         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42592
42593 2012-04-18  David S. Miller  <davem@davemloft.net>
42594
42595         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42596
42597 2012-04-18  Andreas Jaeger  <aj@suse.de>
42598
42599         [BZ# 6794]
42600         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42601         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42602         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42603
42604         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42605         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42606         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42607
42608         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42609         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42610         Adjust for changed ldbl-128 files.
42611
42612         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42613         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42614         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42615
42616 2012-04-17  David S. Miller  <davem@davemloft.net>
42617
42618         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42619
42620 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42621
42622         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42623         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42624         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42625         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42626         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42627         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42628
42629 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42630
42631         [BZ #6794]
42632         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42633         * math/libm-test.inc: Add ilogb errno and exception tests.
42634         * math/w_ilogb.c: New file: ilogb wrapper.
42635         * math/w_ilogbf.c: New file: ilogbf wrapper.
42636         * math/w_ilogbl.c: New file: ilogbl wrapper.
42637         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42638         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42639         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42640         exception being thrown with 0.0 as argument.
42641         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42642         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42643         exception being thrown with 0.0 as argument.
42644         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42645         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42646         exception being thrown with 0.0 as argument.
42647         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42648         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42649         exception being thrown with 0.0 as argument.
42650         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42651         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42652         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42653         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42654         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42655         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42656         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42657         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42658         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42659
42660 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42661
42662         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42663         with altivec.
42664
42665 2012-04-16  Marek Polacek  <polacek@redhat.com>
42666
42667         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42668
42669 2012-04-16  Marek Polacek  <polacek@redhat.com>
42670
42671         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42672         operands of fdivp instruction.
42673
42674 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42675
42676         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42677         * elf/tst-auditmod3b.c: Likewise.
42678         * elf/tst-auditmod4b.c: Likewise.
42679         * elf/tst-auditmod5b.c: Likewise.
42680         * elf/tst-auditmod6b.c: Likewise.
42681         * elf/tst-auditmod6c.c: Likewise.
42682         * elf/tst-auditmod7b.c: Likewise.
42683         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42684         * sysdeps/x86_64/preconfigure.in: Likewise.
42685         * sysdeps/x86_64/preconfigure: Regenerated.
42686
42687 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42688
42689         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42690         __ILP32__.
42691
42692 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42693
42694         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42695         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42696
42697 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42698
42699         [BZ #13973]
42700         * locale/iso-639.def: Fix gl language name. Spotted by
42701         Yaron Shahrabani.
42702
42703 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42704
42705         [BZ #2074]
42706         * libio/libio.h (__io_write_fn): Update comment.
42707
42708 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42709
42710         [BZ #2074]
42711         * stdio.texi (Hook Functions): The user provided writer function
42712         is not allowed to return -1.
42713
42714 2012-04-11  David S. Miller  <davem@davemloft.net>
42715
42716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42717
42718 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42719
42720         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42721         Add a leading slash to rtkaio.
42722
42723 2012-04-11  Jim Meyering  <meyering@redhat.com>
42724
42725         [BZ #11959]
42726         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42727         It is not necessarily an error to ignore fwrite's return
42728         value.  One can reliably use ferror to test for errors after
42729         the fact.
42730
42731 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42732
42733         * bits/types.h (__snseconds_t): New type.
42734         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42735
42736         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42737         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42738         (__SNSECONDS_T_TYPE): Likewise.
42739         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42740         (__SNSECONDS_T_TYPE): Likewise.
42741         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42742         (__SNSECONDS_T_TYPE): Likewise.
42743
42744 2012-04-10  Andreas Jaeger  <aj@suse.de>
42745
42746         [BZ #2636]
42747         * manual/time.texi (Processor Time): Return type of times is
42748         elapsed real time since an arbitrary point in the past.
42749         (CPU Time): Move CLK_TCK from here...
42750         (Processor Time): ...to here.  Correct description.
42751         * manual/conf.texi (Constants for Sysconf): Correct description of
42752         _SC_CLK_TCK.
42753
42754 2012-04-10  David S. Miller  <davem@davemloft.net>
42755
42756         [BZ #13967]
42757         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42758         where the is a gap between DT_REL(A) and DT_JMPREL.
42759
42760 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42761
42762         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42763         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42764         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42765
42766 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42767
42768         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42769         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42770         (dl_main): Handle --inhibit-cache.
42771         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42772         _dl_inhibit_cache.
42773         * elf/dl-load.c (_dl_map_object): Use it.
42774         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42775
42776 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42777
42778         [BZ #13872]
42779         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42780         (__ieee754_powl): Saturate large exponents rather than testing for
42781         overflow of y*log2(x).
42782         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42783         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42784         exceptions.
42785
42786         [BZ #11521]
42787         * math/s_ctan.c: Include <float.h>.
42788         (__ctan): Avoid internal overflow or cancellation in calculating
42789         denominator.
42790         * math/s_ctanf.c: Likewise.
42791         * math/s_ctanl.c: Likewise.
42792         * math/s_ctanh.c: Likewise.
42793         * math/s_ctanhf.c: Likewise.
42794         * math/s_ctanhl.c: Likewise.
42795         * math/libm-test.inc (ctan_test): Add more tests.
42796         (ctanh_test): Likewise.
42797         * sysdeps/i386/fpu/libm-test-ulps: Update.
42798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42799
42800 2012-04-09  Andreas Jaeger  <aj@suse.de>
42801
42802         [BZ #6894]
42803         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42804         is an optional BSD extension.
42805
42806         [BZ #10254]
42807         * manual/stdio.texi (Opening Streams): Document additional fopen
42808         parameters.
42809
42810 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42811
42812         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42813         %eax without telling the compiler.
42814
42815 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42816
42817         [BZ # 13963]
42818         * manual/install.texi: Use sourceware.org.
42819
42820 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42821
42822         [BZ #13873]
42823         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42824         (__ieee754_pow): Generate overflow and underflow using huge*huge
42825         and tiny*tiny rather than just returning constant infinity or zero
42826         for large exponents.
42827         * math/libm-test.inc (pow_test): Require overflow exceptions for
42828         applicable cases of large exponents.
42829
42830         [BZ #706]
42831         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42832         (__ieee754_pow): Use iterative multiplication algorithm only for
42833         integer exponents with absolute value below 1024.  Check for odd
42834         integer exponents when using algorithm for real exponents.
42835         * math/libm-test.inc (pow_test): Add more tests.
42836         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42837
42838 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42839
42840         [BZ #13705]
42841         * math/libm-test.inc (exp_test): Do not allow overflow exception
42842         on underflow test.
42843
42844 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42845
42846         [BZ #13705]
42847         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42848         instead of __kernel_standard_f.
42849
42850 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42851
42852         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42853         * sysdeps/x86_64/memset_chk.S: Likewise.
42854
42855 2012-04-08  Andreas Jaeger  <aj@suse.de>
42856
42857         [BZ #10153]
42858         * manual/startup.texi (Environment Access): Describe return value
42859         for putenv and setenv.
42860
42861         [BZ #6895]
42862         * manual/filesys.texi (Directory Entries): Add description for
42863         DT_LNK.
42864
42865         [BZ #6890]
42866         * manual/filesys.texi (Directory Entries): Clarify that it's file
42867         system not operating system in the description of DT_UNKNOWN.
42868
42869         [BZ #6578]
42870         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42871
42872 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42873
42874         [BZ #6649]
42875         * manual/llio.texi (Opening and Closing Files): Add cross
42876         reference to explain mode argument.
42877
42878 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42879
42880         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42881         * sysdeps/x86_64/memset_chk.S: Likewise.
42882
42883 2012-04-07  David S. Miller  <davem@davemloft.net>
42884
42885         * elf/elf.h (R_SPARC_WDISP10): Define.
42886         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42887         R_SPARC_SIZE32.
42888         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42889         R_SPARC_SIZE64 and R_SPARC_H34.
42890
42891 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42892
42893         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42894         conditions and remove no longer applicable assertion.
42895
42896 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42897
42898         * bits/byteswap.h: Include <features.h>.
42899         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42900         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42901
42902 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42903
42904         * bits/byteswap.h (__bswap_16): Removed.
42905         Include <bits/byteswap-16.h> to get __bswap_16.
42906         * sysdeps/i386/bits/byteswap.h: Likewise.
42907         * sysdeps/s390/bits/byteswap.h: Likewise.
42908         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42909         * bits/byteswap-16.h: New file.
42910         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42911         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42912         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42913         * string/Makefile (headers): Add bits/byteswap-16.h.
42914
42915 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42916
42917         [BZ #13895]
42918         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42919         extra indirection.
42920         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42921         * nss/tst-nss-static.c: New.
42922
42923 2012-04-06  Robert Millan  <rmh@gnu.org>
42924
42925         [BZ #6486]
42926         * manual/llio.texi (File Position Primitive): lseek
42927         refers to WHENCE when it really means OFFSET.
42928
42929 2012-04-06  Andreas Jaeger  <aj@suse.de>
42930
42931         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42932         strncmp declarations.
42933
42934         * abilist/libc.abilist: Add __poll and __ppoll.
42935
42936 2012-04-05  David S. Miller  <davem@davemloft.net>
42937
42938         * scripts/check-local-headers.sh: Accept a host triplet in the
42939         path matched by the exclude regexp.
42940
42941         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42942         definition.
42943         * sysdeps/powerpc/powerpc32/dl-machine.h
42944         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42945         * sysdeps/s390/s390-32/dl-machine.h
42946         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42947         * sysdeps/sparc/sparc32/dl-machine.h
42948         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42949         * sysdeps/sparc/sparc64/dl-machine.h
42950         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42951
42952         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42953         lazy binding.
42954         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42955         undefined symbol errors.
42956
42957         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42958         DT_NEEDED entries.
42959
42960 2012-04-05  Michael Matz  <matz@suse.de>
42961
42962         [BZ #13592]
42963         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42964
42965 2012-04-05  Andreas Jaeger  <aj@suse.de>
42966
42967         [BZ #13908]
42968         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42969         comment.
42970
42971 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42972
42973         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42974         which ROUND is no valid rounding mode.
42975
42976 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42977
42978         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42979         read again.
42980         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42981
42982 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42983
42984         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42985         an exception using FPU order intentionally.
42986
42987 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42988
42989         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42990         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42991         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42992         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42993
42994 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42995
42996         [BZ #12340]
42997         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42998         EINVAL when BUFLEN is too smal.
42999
43000 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43001
43002         [BZ #13553]
43003         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43004         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43005
43006 2012-04-03  Andreas Jaeger  <aj@suse.de>
43007
43008         [BZ #13938]
43009         * manual/setjmp.texi (System V contexts): Fix sentence.
43010
43011         [BZ #13926]
43012         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43013         New macro for this case.
43014         [!__GNUC__] (__bswap_64): New inline function for this case.
43015         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43016         * bits/byteswap.h: Likewise.
43017         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43018         ull, guard with __GLIBC_HAVE_LONG_LONG.
43019
43020         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43021         __GLIBC_HAVE_LONG_LONG.
43022
43023         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43024         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43025
43026 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43027
43028         [BZ #13691]
43029         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43030         inptr and inend, rather than using last_ch.
43031
43032 2012-04-02  David S. Miller  <davem@davemloft.net>
43033
43034         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43035         * stdio-common/printf-parse.h (read_int): Change return type to
43036         'int', return -1 on INT_MAX overflow.
43037         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43038         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43039         overflows INT_MAX.  Check for overflow of in-format-string precision
43040         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43041         SIZE_MAX not INT_MAX for integer overflow test.
43042         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43043         skip the construct in the format string but do not record anything.
43044         * stdio-common/bug22.c: Adjust to test both width/prevision
43045         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43046         explicitly for proper errno values.
43047
43048 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43049
43050         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43051         CHAR_MAX.
43052         * string/test-strcmp.c [! WIDE]: Likewise.
43053         * time/tst-mktime2.c: Likewise for INT_MAX.
43054         * string/test-string.h: #include <sys/param.h> for MIN.
43055
43056         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43057         * sysdeps/i386/init-first.c (init): Likewise.
43058         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43059         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43060         * sysdeps/sh/init-first.c (init): Likewise.
43061
43062 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43063
43064         * po/ru.po: Update from translation team.
43065         * po/vi.po: Likewise.
43066
43067 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43068
43069         * resolv/nss_dns/dns-host.c: Merge copyright years.
43070
43071 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43072
43073         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43074         Optimize memcpy with prefetch if
43075         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43076         src, dst pointers have unequal 16 byte alignments.
43077
43078 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43079
43080         [BZ #13928]
43081         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43082         from a CNAME entry and return the minimum ttl for the query.
43083         (gaih_getanswer_slice): Likewise.
43084
43085 2012-03-30  Jeff Law  <law@redhat.com>
43086
43087         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43088         due to long keys.
43089         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43090         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43091
43092         * resolv/nss_dns/dns-host.c: Update copyright year.
43093
43094 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43095
43096         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43097         requests to save a system call.  Fix check that all bytes are sent.
43098
43099         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43100         comments for sendmmsg.
43101
43102 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43103
43104         [BZ #13691]
43105         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43106         with only 1 character between 0x0041 and 0x01b0.
43107         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43108         * wcsmbs/tst-mbsnrtowcs.c: New file.
43109
43110 2012-03-29  David S. Miller  <davem@davemloft.net>
43111
43112         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43113         small copies by hand.
43114
43115 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43116
43117         [BZ #13761]
43118         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43119         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43120         group memberships.
43121
43122 2012-03-28  David S. Miller  <davem@davemloft.net>
43123
43124         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43125         that branches into memcpy.
43126         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43127         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43128         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43129         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43130         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43131         bits.
43132         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43133         implementation too.
43134         * sysdeps/sparc/mempcpy.S: New file.
43135
43136         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43137         the IFUNC routine in the libc case.
43138         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43139
43140         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43141         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43142         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43143         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43144         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43145         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43146         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43147         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43148
43149         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43150         loop to 256 bytes instead of 64 bytes and fix test signedness.
43151
43152         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43153         * sysdeps/sparc/sparc32/Makefile: rather than here...
43154         * sysdeps/sparc/sparc64/Makefile: and here.
43155
43156 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43157
43158         * malloc/mallocbug.c: Avoid warnings about unused variables.
43159
43160 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43161
43162         [BZ #13760]
43163         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43164         in the right place. Discard and retry query if response is
43165         larger than input buffer size.
43166
43167 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43168
43169         [BZ #369]
43170         [BZ #2678]
43171         [BZ #3866]
43172         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43173         x for large integer exponent.
43174         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43175         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43176         sign of result as needed afterwards.
43177         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43178         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43179         result for underflowing pow the same as for overflow.
43180         (__kernel_standard_l): Handle powl overflow and underflow here
43181         rather than calling __kernel_standard.
43182         * math/libm-test.inc (pow_test): Add more tests.
43183
43184         [BZ #3868]
43185         [BZ #13879]
43186         [BZ #13910]
43187         [BZ #13911]
43188         [BZ #13912]
43189         [BZ #13913]
43190         [BZ #13915]
43191         [BZ #13916]
43192         [BZ #13917]
43193         [BZ #13918]
43194         [BZ #13919]
43195         [BZ #13920]
43196         [BZ #13921]
43197         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43198         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43199         (__kernel_standard_l): New function.
43200         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43201         __kernel_standard.
43202         * math/w_acosl.c (__acosl): Likewise.
43203         * math/w_asinl.c (__asinl): Likewise.
43204         * math/w_atan2l.c (__atan2l): Likewise.
43205         * math/w_atanhl.c (__atanhl): Likewise.
43206         * math/w_coshl.c (__coshl): Likewise.
43207         * math/w_exp10l.c (__exp10l): Likewise.
43208         * math/w_exp2l.c (__exp2l): Likewise.
43209         * math/w_fmodl.c (__fmodl): Likewise.
43210         * math/w_hypotl.c (__hypotl): Likewise.
43211         * math/w_j0l.c (__j0l, __y0l): Likewise.
43212         * math/w_j1l.c (__j1l, __y1l): Likewise.
43213         * math/w_jnl.c (__jnl, __ynl): Likewise.
43214         * math/w_lgammal.c (__lgammal): Likewise.
43215         * math/w_log10l.c (__log10l): Likewise.
43216         * math/w_log2l.c (__log2l): Likewise.
43217         * math/w_logl.c (__logl): Likewise.
43218         * math/w_powl.c (__powl): Likewise.
43219         * math/w_remainderl.c (__remainderl): Likewise.
43220         * math/w_scalbl.c (sysv_scalbl): Likewise.
43221         * math/w_sinhl.c (__sinhl): Likewise.
43222         * math/w_sqrtl.c (__sqrtl): Likewise.
43223         * math/w_tgammal.c (__tgammal): Likewise.
43224         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43225         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43226         * math/libm-test.inc (acos_test): Add more tests.
43227         (acosh_test): Likewise.
43228         (asin_test): Likewise.
43229         (atanh_test): Likewise.
43230         (exp_test): Likewise.
43231         (exp10_test): Likewise.
43232         (exp2_test): Likewise.
43233         (expm1_test): Likewise.
43234         (lgamma_test): Likewise.
43235         (log_test): Likewise.
43236         (log10_test): Likewise.
43237         (log1p_test): Likewise.
43238         (log2_test): Likewise.
43239         (pow_test): Do not allow some spurious overflow exceptions.
43240         (sqrt_test): Add more tests.
43241         (tgamma_test): Likewise.
43242         (y0_test): Likewise.
43243         (y1_test): Likewise.
43244         (yn_test): Likewise.
43245
43246 2012-03-27  Anton Blanchard  <anton@samba.org>
43247
43248         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43249         MAP_HUGETLB.
43250         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43251         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43252         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43253
43254 2012-03-27  David S. Miller  <davem@davemloft.net>
43255
43256         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43257
43258         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43259         have-as-vis3 check.
43260
43261 2012-03-27  Andreas Jaeger  <aj@suse.de>
43262
43263         * sysdeps/x86_64/elf/configure.in: Moved to ...
43264         * sysdeps/x86_64/configure.in: ... here.
43265         * sysdeps/x86_64/elf/start.S: Moved to ...
43266         * sysdeps/x86_64/start.S: ... here.
43267         * sysdeps/x86_64/elf/configure: Delete.
43268
43269         * sysdeps/x86_64/configure.in: Merge contents from
43270         sysdeps/i386/configure.in (without i686 check).
43271
43272         * sysdeps/i386/elf/Versions: Merge into ...
43273         * sysdeps/i386/Versions: ... this.
43274         * sysdeps/i386/elf/Versions: Delete file.
43275         * sysdeps/i386/elf/start.S: Moved to ...
43276         * sysdeps/i386/start.S: ...here.
43277         * sysdeps/i386/elf/configure.in: Merge into...
43278         * sysdeps/i386/configure.in: ...here.
43279         * sysdeps/i386/elf/configure.in: Delete file.
43280         * sysdeps/i386/elf/configure: Delete file.
43281
43282         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43283         * debug/backtracesyms.c: ... here.
43284         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43285         * debug/backtracesymsfd.c: ... here.
43286         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43287         * sysdeps/generic/ifunc-sel.h: ... here.
43288
43289         * sysdeps/unix/i386/start.c: Delete file.
43290         * sysdeps/unix/sparc/start.c: Delete file.
43291         * sysdeps/unix/start.c: Delete file.
43292
43293         * sysdeps/sh/elf/configure.in: Moved to ...
43294         * sysdeps/sh/configure.in: ... here.
43295         * sysdeps/sh/elf/start.S: Moved to ...
43296         * sysdeps/sh/start.S: ... here.
43297         * sysdeps/sh/elf/configure: Delete file.
43298
43299         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43300         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43301         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43302         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43303         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43304         * sysdeps/powerpc/powerpc64/start.S: here.
43305         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43306         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43307         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43308         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43309         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43310
43311         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43312         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43313         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43314         * sysdeps/powerpc/powerpc32/start.S: ... here.
43315         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43316         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43317         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43318
43319         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43320         * sysdeps/powerpc/ifunc-sel.h: ... here.
43321         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43322         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43323
43324         * sysdeps/sparc/elf/configure.in: Moved to ...
43325         * sysdeps/sparc/configure.in: ... here.
43326         * sysdeps/sparc/elf/configure: Delete file.
43327         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43328         * sysdeps/sparc/sparc32/start.S: ... here.
43329         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43330         * sysdeps/sparc/sparc64/start.S: ... here.
43331         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43332         * sysdeps/sparc/sparc32/Makefile: ... this.
43333         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43334         * sysdeps/sparc/sparc64/Makefile: ... this.
43335
43336         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43337         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43338         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43339         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43340         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43341         * sysdeps/s390/s390-32/setjmp.S: ... here.
43342         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43343         * sysdeps/s390/s390-32/configure.in: ... here.
43344         * sysdeps/s390/s390-32/elf/configure: Delete file.
43345         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43346         * sysdeps/s390/s390-32/start.S: ... here.
43347
43348         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43349         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43350         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43351         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43352         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43353         * sysdeps/s390/s390-64/setjmp.S: ... here.
43354         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43355         * sysdeps/s390/s390-64/configure.in: ... here
43356         * sysdeps/s390/s390-64/elf/configure: Delete file.
43357         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43358         * sysdeps/s390/s390-64/start.S: ... here.
43359         * sysdeps/s390/s390-64/elf/configure: Delete.
43360
43361         * configure.in: Remove support for elf directories in sysdeps.
43362
43363         * configure: Regenerated.
43364         * sysdeps/i386/configure: Regenerated.
43365         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43366         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43367         * sysdeps/s390/s390-32/configure: Regenerated.
43368         * sysdeps/s390/s390-64/configure: Regenerated.
43369         * sysdeps/sh/configure: Regenerated.
43370         * sysdeps/sparc/configure: Regenerated.
43371         * sysdeps/x86_64/configure: Regenerated.
43372
43373 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43374
43375         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43376
43377         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43378         denormal result into account.
43379
43380 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43381
43382         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43383         Reported by Allan McRae <allan@archlinux.org>.
43384
43385 2012-03-23  Jeff Law  <law@redhat.com>
43386
43387         * nss/getnssent.c (__nss_getent): Fix typo.
43388
43389 2012-03-23  David S. Miller  <davem@davemloft.net>
43390
43391         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43392
43393 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43394
43395         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43396         to pad to uint64_t for each field.
43397         (dl_tls_index): Replace unsigned long with uint64_t.
43398
43399 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43400         Paul Pluzhnikov  <ppluzhnikov@google.com>
43401
43402         [BZ #6528]
43403         * grp/Makefile (otherlibs): Don't set it.
43404         * inet/Makefile (otherlibs): Likewise.
43405         * login/Makefile (otherlibs): Likewise.
43406         * nscd/Makefile (otherlibs): Likewise.
43407         * posix/Makefile (otherlibs): Likewise.
43408         * pwd/Makefile (otherlibs): Likewise.
43409         * rt/Makefile (otherlibs): Likewise.
43410         * sunrpc/Makefile (otherlibs): Likewise.
43411         * nss/Makefile (otherlibs): Likewise.
43412         Add libnss_files to routines and static-only-routines.
43413         ($(objpfx)getent): Remove rule.
43414         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43415         static-only-routines.
43416
43417 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43418
43419         [BZ #13892]
43420         * math/s_cexp.c: Include <float.h>.
43421         (__cexp): Handle exp result overflowing not necessarily
43422         overflowing both real and imaginary parts of result.
43423         * math/s_cexpf.c: Likewise.
43424         * math/s_cexpl.c: Likewise.
43425         * math/libm-test.inc (cexp_test): Add more tests.
43426         * sysdeps/i386/fpu/libm-test-ulps: Update.
43427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43428
43429 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43430
43431         * include/link.h (ELFW): New macro.
43432         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43433         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43434
43435 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43436
43437         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43438         with uint64_t.
43439
43440 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43441
43442         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43443         declaration.
43444         (struct La_x32_retval): Likewise.
43445
43446 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43447
43448         * sysdeps/x86_64/preconfigure.in: New file.
43449         * sysdeps/x86_64/preconfigure: New generated file.
43450
43451 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43452
43453         [BZ #13824]
43454         * math/e_exp2l.c: Include <float.h>.
43455         (__ieee754_exp2l): Handle overflow and underflow cases
43456         separately.  Only pass fractional part of argument to
43457         __ieee754_expl.
43458         * math/libm-test.inc (exp2_test): Add more tests.
43459
43460         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43461         negating x to take absolute value.
43462         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43463         Likewise.
43464         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43465         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43466         Likewise.
43467         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43468         computing low part if x was negated.
43469         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43470
43471 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43472
43473         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43474         la_x32_gnu_pltexit.
43475         (pltexit): Cast int_retval to ptrdiff_t.
43476         * elf/tst-auditmod3b.c: Likewise.
43477         * elf/tst-auditmod4b.c: Likewise.
43478         * elf/tst-auditmod5b.c: Likewise.
43479         * elf/tst-auditmod6b.c: Likewise.
43480         * elf/tst-auditmod6c.c: Likewise.
43481         * elf/tst-auditmod7b.c: Likewise.
43482
43483         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43484         and x32_gnu_pltexit.
43485
43486         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43487         __ELF_NATIVE_CLASS.
43488         (La_x32_regs): New macro.
43489         (La_x32_retval): Likewise.
43490         (la_x32_gnu_pltenter): New function prototype.
43491         (la_x32_gnu_pltexit): Likewise.
43492
43493 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43494
43495         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43496         exponent.
43497
43498         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43499
43500         * configure.in (libc_cv_cc_nofma): Check for option to disable
43501         generation of FMA instructions.
43502         * configure: Regenerate.
43503         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43504         * sysdeps/ieee754/dbl-64/Makefile: New file.
43505         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43506         Remove brandred-fma4.
43507         (CFLAGS-brandred-fma4.c): Remove.
43508         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43509         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43510         define.
43511         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43512         define.
43513
43514 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43515
43516         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43517         LLONG_MAX != LONG_MAX.
43518         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43519         (_fitoa_word): Likewise.
43520         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43521         LLONG_MAX != LONG_MAX.
43522         * stdio-common/_itowa.h: Include <_itoa.h>.
43523         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43524         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43525         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43526         only if not defined.
43527         (_ITOA_WORD_TYPE): Likewise.
43528         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43529         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43530
43531 2012-03-21  David S. Miller  <davem@davemloft.net>
43532
43533         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43534
43535 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43536
43537         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43538         of x86_64 when setting libc_cv_slibdir, libdir and
43539         libc_cv_localedir.
43540         * sysdeps/unix/sysv/linux/configure: Regenerated.
43541
43542 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43543
43544         * manual/lang.texi (Old Varargs): Remove section.
43545         (How Variadic): Update menu.
43546         (va_start): Do not mention varargs.h.
43547
43548 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43549             Joseph Myers  <joseph@codesourcery.com>
43550
43551         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43552         link test.
43553         * configure: Regenerated.
43554
43555 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43556
43557         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43558         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43559         conformtest.pl
43560
43561 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43562
43563         * NOTES: Remove.
43564         * Makefile (files-for-dist): Remove NOTES.
43565         (NOTES): Remove rule.
43566         * README: Don't refer to NOTES.
43567         * manual/creature.texi: Don't include macros.texi.
43568         * manual/intro.texi (creature.texi): Remove comment referring to
43569         NOTES.
43570
43571         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43572         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43573         * configure: Regenerated.
43574         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43575         LIBC_TRY_CC_OPTION.
43576         (libc_cv_as_i686): Likewise.
43577         (libc_cv_cc_avx): Likewise.
43578         (libc_cv_cc_sse2avx): Likewise.
43579         (libc_cv_cc_fma4): Likewise.
43580         (libc_cv_cc_novzeroupper): Likewise.
43581         * sysdeps/i386/configure: Regenerated.
43582
43583         [BZ #13883]
43584         * sysdeps/i386/fpu/s_cexp.S: Remove.
43585         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43586         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43587         * math/libm-test.inc (cexp_test): Add more tests.
43588         * sysdeps/i386/fpu/libm-test-ulps: Update.
43589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43590
43591 2012-03-21  Allan McRae  <allan@archlinux.org>
43592
43593         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43594
43595 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43596
43597         [BZ #13871]
43598         * math/w_exp2.c: Do not include <float.h>.
43599         (o_threshold, u_threshold): Remove.
43600         (__exp2): Calculate result before checking finiteness and calling
43601         __kernel_standard.
43602         * math/w_exp2f.c: Likewise.
43603         * math/w_exp2l.c: Likewise.
43604         * math/libm-test.inc (exp2_test): Require overflow exception for
43605         1e6 input.
43606
43607         [BZ #3866]
43608         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43609         range of signed 64-bit integers before using fistpll.  Remove
43610         checks for whether integers fit in mantissa bits.
43611         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43612         the range of signed 32-bit integers before using fistpl.  Remove
43613         checks for whether integers fit in mantissa bits.
43614         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43615         (__ieee754_powl): Test for y outside the range of signed 64-bit
43616         integers before using fistpll.  Reduce 64-bit values to 63-bit
43617         ones as needed.
43618         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43619         divide-by-zero is raised for zero to large negative powers.
43620         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43621         (__ieee754_powl): Test for y outside the range of signed 64-bit
43622         integers before using fistpll.  Reduce 64-bit values to 63-bit
43623         ones as needed.
43624         * math/libm-test.inc (pow_test): Add more tests.
43625
43626 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43627
43628         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43629         <stdio-common/_itoa.h>.
43630         * debug/segfault.c: Likewise.
43631         * elf/dl-cache.c: Likewise.
43632         * elf/dl-minimal.c: Likewise.
43633         * elf/dl-misc.c: Likewise.
43634         * elf/dl-sysdep.c: Likewise.
43635         * elf/dl-version.c: Likewise.
43636         * elf/rtld.c: Likewise.
43637         * hurd/hurdsock.c: Likewise.
43638         * hurd/lookup-retry.c: Likewise.
43639         * malloc/malloc.c: Likewise.
43640         * malloc/mtrace.c: Likewise.
43641         * nscd/nscd_getgr_r.c: Likewise.
43642         * nscd/nscd_getpw_r.c: Likewise.
43643         * nscd/nscd_getserv_r.c: Likewise.
43644         * posix/getopt_init.c: Likewise.
43645         * posix/wordexp.c: Likewise.
43646         * stdio-common/_itoa.c: Likewise.
43647         * stdio-common/printf_fphex.c: Likewise.
43648         * stdio-common/vfprintf.c: Likewise.
43649         * string/_strerror.c: Likewise.
43650         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43651         * sysdeps/i386/i686/hp-timing.h: Likewise.
43652         * sysdeps/mach/_strerror.c: Likewise.
43653         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43654         * sysdeps/mach/hurd/sethostid.c: Likewise.
43655         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43656         * sysdeps/mach/xpg-strerror.c: Likewise.
43657         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43658         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43659         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43660         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43661         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43662         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43663         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43664         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43665         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43666         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43667         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43668         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43669         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43670         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43671         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43672         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43673         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43674         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43675         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43676         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43677         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43678
43679         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43680
43681         * stdio-common/_itoa.h: Moved to ...
43682         * sysdeps/generic/_itoa.h: Here.
43683
43684         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43685
43686         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43687         instead of "_itoa.h" and "_itowa.h".
43688         * stdio-common/vfprintf.: Likewise.
43689
43690 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43691
43692         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43693         <bits/wordsize.h>.
43694         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43695         (__signbit): Likwise.
43696         (llrintf): Likwise.
43697         (llrint): Likwise.
43698
43699 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43700
43701         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43702         __WORDSIZE != 64.
43703
43704 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43705
43706         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43707         OVERFLOW_EXCEPTION_OK.
43708         * math/libm-test.inc ("Philosophy"): Update comment about
43709         exception testing.
43710         (OVERFLOW_EXCEPTION): Define.
43711         (OVERFLOW_EXCEPTION_OK): Likewise.
43712         (INVALID_EXCEPTION_OK): Renumber.
43713         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43714         (IGNORE_ZERO_INF_SIGN): Likewise.
43715         (test_exceptions): Handle FE_OVERFLOW.
43716         (exp10_test): Expect overflow exceptions.
43717         (exp2_test): Likewise.
43718         (expm1_test): Likewise.
43719         (nextafter_test): Likewise.
43720         (pow_test): Likewise.
43721         (scalbn_test): Likewise.
43722         (scalbln_test): Likewise.
43723
43724 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43725
43726         * sysdeps/x86_64/bits/atomic.h
43727         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43728         64bit integer.
43729         (atomic_exchange_acq): Likewise.
43730         (__arch_exchange_and_add_body): Likewise.
43731         (__arch_add_body): Likewise.
43732         (atomic_add_negative): Likewise.
43733         (atomic_add_zero): Likewise.
43734
43735 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43736
43737         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43738         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43739
43740 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43741
43742         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43743         Check __x86_64__ instead of __WORDSIZE.
43744
43745 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43746
43747         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43748
43749 2012-03-19  David S. Miller  <davem@davemloft.net>
43750
43751         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43752
43753         * sysdeps/sparc/fpu/fenv_private.h: New file.
43754         * sysdeps/sparc/fpu/math_private.h: Use it.
43755         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43756         Remove.
43757         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43758         (libc_feholdexcept_setroundl): Remove.
43759         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43760         Remove.
43761         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43762         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43763
43764 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43765
43766         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43767         int64_t instead of long int.
43768         (INSERT_WORDS64): Likwise.
43769
43770 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43771
43772         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43773         _Unwind_GetCFA return to _Unwind_Ptr first.
43774
43775 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43776
43777         [BZ #13629]
43778         * math/s_clog.c: Include <float.h>.
43779         (__clog): Scale large or subnormal inputs.
43780         * math/s_clogf.c: Likewise.
43781         * math/s_clogl.c: Likewise.
43782         * math/s_clog10.c: Include <float.h>.
43783         (M_LOG10_2): Define.
43784         (__clog10): Scale large or subnormal inputs.
43785         * math/s_clog10f.c: Likewise.
43786         * math/s_clog10l.c: Likewise.
43787         * math/libm-test.inc (clog_test): Add more tests.
43788         (clog10_test): Likewise.
43789         * sysdeps/i386/fpu/libm-test-ulps: Update.
43790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43791
43792         [BZ #11451]
43793         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43794         x and y.
43795         * math/libm-test.inc (atan2_test): Add another test.
43796
43797         * Makerules (common-objdir-compile): Remove.
43798         * sysdeps/unix/Makefile (config-generated): Do not add
43799         $(unix-generated) to variable.
43800         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43801         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43802         Remove rule.
43803         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43804         Likewise.
43805         [generic bits/local_lim.h] (before-compile): Do not append to
43806         variable.
43807         [generic bits/local_lim.h] (common-generated): Likewise.
43808         [generic sys/param.h] (before-compile): Do not append to variable.
43809         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43810         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43811         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43812         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43813         include.
43814         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43815         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43816         [generic sys/param.h] ($(addprefix
43817         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43818         [generic sys/param.h] (common-generated): Do not append to
43819         variable.
43820         [generic sys/param.h] (sysdep_headers): Likewise.
43821         [generic bits/errno.h] (before-compile): Do not append to
43822         variable.
43823         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43824         rule.
43825         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43826         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43827         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43828         [generic bits/errno.h] (common-generated): Do not append to
43829         variable.
43830         [generic bits/ioctls.h] (before-compile): Do not append to
43831         variable.
43832         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43833         rule.
43834         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43835         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43836         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43837         rule.
43838         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43839         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43840         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43841         [generic bits/ioctls.h] (common-generated): Do not append to
43842         variable.
43843         [generic sys/syscall.h] (syscall.h): Remove variable.
43844         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43845         rule.
43846         [generic sys/syscall.h] (before-compile): Do not append to
43847         variable.
43848         [generic sys/syscall.h] (common-generated): Likewise.
43849         * sysdeps/unix/errnos-tmpl.c: Remove file.
43850         * sysdeps/unix/errnos.awk: Likewise.
43851         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43852         * sysdeps/unix/ioctls.awk: Likewise.
43853         * sysdeps/unix/mk-local_lim.c: Likewise.
43854         * sysdeps/unix/snarf-ioctls: Likewise.
43855
43856 2012-03-19  Richard Henderson  <rth@twiddle.net>
43857
43858         * sysdeps/i386/fpu/fenv_private.h: New file.
43859         * sysdeps/i386/fpu/math_private.h: Use it.
43860         (math_opt_barrier, math_force_eval): Remove.
43861         (libc_feholdexcept_setround_53bit): Remove.
43862         (libc_feupdateenv_53bit): Remove.
43863         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43864         (math_opt_barrier, math_force_eval): Remove.
43865         (libc_feholdexcept): Remove.
43866         (libc_feholdexcept_setround): Remove.
43867         (libc_fetestexcept, libc_fesetenv): Remove.
43868         (libc_feupdateenv_test): Remove.
43869         (libc_feupdateenv, libc_feholdsetround): Remove.
43870         (libc_feresetround): Remove.
43871
43872         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43873         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43874
43875         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43876         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43877         (libc_feupdateenv_testl): New.
43878         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43879         (libc_feupdateenv_testf): New.
43880         (libc_feupdateenv): Use libc_feupdateenv_test.
43881         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43882         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43883
43884         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43885         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43886         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43887         (libc_feresetround_noex): New.
43888         (libc_feresetround_noexf): New.
43889         (libc_feresetround_noexl): New.
43890         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43891         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43892         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43893         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43894         SET_RESTORE_ROUND.
43895         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43896         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43897         (__cos): Likewise.
43898         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43899         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43900         SET_RESTORE_ROUND_NOEX.
43901         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43902         SET_RESTORE_ROUND_NOEXF.
43903         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43904         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43905         (libc_feholdsetroundf): New.
43906         (libc_feresetround, libc_feresetroundf): New.
43907
43908         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43909         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43910         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43911
43912         * sysdeps/generic/math_private.h: Include <fenv.h>.
43913         (default_libc_feholdexcept): New.
43914         (default_libc_feholdexcept_setround): New.
43915         (default_libc_fesetenv, default_libc_feupdateenv): New.
43916         (libc_feholdexcept): Only define if undefined.
43917         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43918         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43919         (libc_feholdexcept_setroundl): Likewise.
43920         (libc_feholdexcept_setround_53bit): Likewise.
43921         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43922         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43923         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43924         (libc_feupdateenv_53bit): Likewise.
43925         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43926         (libc_feholdexcept): Convert from macro to inline function.
43927         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43928         (libc_fesetenv, libc_feupdateenv): Likewise.
43929
43930         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43931         not previously defined.
43932         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43933         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43934         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43935         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43936         * sysdeps/ieee754/flt-32/math_private.h: New file.
43937         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43938         math_private.h below SET_FLOAT_WORD.
43939         (__isnan, __isinf_ns, __finite): Remove.
43940         (__isnanf, __isinf_nsf, __finitef): Remove.
43941
43942 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43943
43944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43945
43946 2012-03-17  David S. Miller  <davem@davemloft.net>
43947
43948         [BZ #6471]
43949         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43950         for 2.16.
43951
43952 2012-03-16  David S. Miller  <davem@davemloft.net>
43953
43954         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43955         warnings.
43956
43957         [BZ #6471]
43958         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43959         properly.
43960         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43961         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43962         sysdep_routines when subdir is sysvipc.
43963         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43964         __getshmlba helper.
43965
43966         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43967
43968 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43969
43970         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43971         [__LP64__].
43972
43973 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43974
43975         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43976         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43977         (__lround): Renamed to ...
43978         (__llround): This.  Replace long int with long long int.
43979         Define lround functions as aliases of llround functions.
43980         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43981
43982 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43983
43984         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43985         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43986         adresses to uintptr_t.  Replace "long int" and "unsigned long
43987         int" with "greg_t" on va_arg.
43988
43989 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43990
43991         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43992         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43993
43994         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43995         Move e_machine check before EI_CLASS check.  Handle x32
43996         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43997         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43998         SKIP_EM_IA_64 and include
43999         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44000
44001         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44002         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44003         (add_system_dir): New macro.
44004
44005         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44006         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44007
44008 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44009
44010         [BZ #2551]
44011         [BZ #2552]
44012         [BZ #2553]
44013         [BZ #2554]
44014         [BZ #2562]
44015         [BZ #2563]
44016         [BZ #2565]
44017         [BZ #2566]
44018         [BZ #2576]
44019         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44020         (y0): Likewise.
44021         * math/w_j0f.c (j0f): Likewise.
44022         (y0f): Likewise.
44023         * math/w_j0l.c (__j0l): Likewise.
44024         (__y0l): Likewise.
44025         * math/w_j1.c (j1): Likewise.
44026         (y1): Likewise.
44027         * math/w_j1f.c (j1f): Likewise.
44028         (y1f): Likewise.
44029         * math/w_j1l.c (__j1l): Likewise.
44030         (__y1l): Likewise.
44031         * math/w_jn.c (jn): Likewise.
44032         (yn): Likewise.
44033         * math/w_jnf.c (jnf): Likewise.
44034         (ynf): Likewise.
44035         * math/w_jnl.c (__jnl): Likewise.
44036         (__ynl): Likewise.
44037         * math/libm-test.inc (j0_test): Add more tests.
44038         (j1_test): Likewise.
44039         (jn_test): Likewise.  Add trailing semicolon to existing test.
44040         (y0_test): Likewise.
44041         (y1_test): Likewise.
44042         * sysdeps/i386/fpu/libm-test-ulps: Update.
44043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44044
44045         [BZ #13851]
44046         [BZ #13854]
44047         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44048         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44049         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44050         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44051         (__tanl): Set errno for infinite argument.
44052         * sysdeps/i386/fpu/mptan.c: Remove.
44053         * sysdeps/i386/fpu/s_tan.S: Likewise.
44054         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44055         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44056         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44057         * math/libm-test.inc (tan_test): Add more tests and enable more
44058         tests for double and long double.
44059         * sysdeps/i386/fpu/libm-test-ulps: Update.
44060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44061
44062 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44063
44064         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44065         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44066
44067 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44068
44069         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44070         * configure.in: Use it for both main tree and add-ons.
44071         * configure: Regenerated.
44072
44073 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44074
44075         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44076
44077 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44078
44079         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44080         in comment.
44081
44082         [BZ #13851]
44083         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44084         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44085         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44086         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44087         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44088         infinite argument.
44089         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44090         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44091         != 0 for prec == 2.
44092         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44093         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44094         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44095         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44096         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44097         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44098         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44099         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44100         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44101         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44102         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44103         * math/libm-test.inc (cos_test): Add more tests and enable more
44104         tests for long double.
44105         (sin_test): Likewise.
44106         (sincos_test): Likewise.
44107         * sysdeps/i386/fpu/libm-test-ulps: Update.
44108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44109
44110 2012-03-16  David S. Miller  <davem@davemloft.net>
44111
44112         * sysdeps/sparc/fpu/math_private.h: New file.
44113
44114 2012-03-15  David S. Miller  <davem@davemloft.net>
44115
44116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44117         file.
44118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44120         file.
44121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44122         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44123         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44124         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44125         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44126         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44127         sysdep routines.
44128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44129
44130         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44131         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44132
44133         * sysdeps/sparc/sparc-ifunc.h: New file.
44134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44135         sparc-ifunc.h
44136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44138         Likewise.
44139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44140         Likewise.
44141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44145         Likewise.
44146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44151         Likewise.
44152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44153         Likewise.
44154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44158         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44159         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44160         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44161         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44162         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44163         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44164         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44165         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44166         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44167         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44168         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44169         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44170         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44171         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44172         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44173         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44174         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44175         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44176         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44177         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44178
44179 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44180
44181         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44182         scaling.
44183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44184
44185 2012-03-15  Andreas Jaeger  <aj@suse.de>
44186
44187         [BZ #13852]
44188         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44189         ieee754/flt-32 implementation for sin, cos and sincos.
44190         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44191         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44192         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44193         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44194         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44195         ieee754/flt-32 implementation for tan.
44196
44197         * math/libm-test.inc (cos_test): Enable some large input tests for
44198         float as well
44199         (sin_test): Likewise.
44200         (sincos_test): Likewise.
44201         (tan_test): Add tests for large input.
44202
44203         * sysdeps/i386/fpu/libm-test-ulps: Update.
44204
44205 2012-03-15  Andreas Jaeger  <aj@suse.de>
44206
44207         [BZ #13658]
44208         * math/libm-test.inc (cos_test): Add more test cases.
44209         (sin_test): Likewise.
44210         (sincos_test): Likewise.
44211
44212 2012-03-15  Andreas Jaeger  <aj@suse.de>
44213
44214         [BZ #13837]
44215         * math/libm-test.inc (cos_test): Add a test case for large input
44216         value.
44217         (sin_test): Likewise.
44218         (sincos_test): Likewise.
44219
44220 2012-03-15  Andreas Jaeger  <aj@suse.de>
44221             Joseph Myers  <joseph@codesourcery.com>
44222
44223         [BZ #13658]
44224         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44225         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44226         * sysdeps/i386/fpu/branred.c: Likewise.
44227         * sysdeps/i386/fpu/dosincos.c: Likewise.
44228         * sysdeps/i386/fpu/mpa.c: Likewise.
44229         * sysdeps/i386/fpu/s_cos.S: Likewise.
44230         * sysdeps/i386/fpu/s_sin.S: Likewise.
44231         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44232         * sysdeps/i386/fpu/sincos32.c: Likewise.
44233
44234         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44235         Define.
44236         (libc_feupdateenv_53bit): Define.
44237         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44238         Define.
44239         (libc_feupdateenv_53bit): Define.
44240
44241         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44242         53 bit (without extend i386 double precision).
44243
44244         * math/libm-test.inc (sincos_test): Add tests for large input.
44245         (sin): Likewise.
44246         (cos): Likewise.
44247
44248         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44249
44250 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44251
44252         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44253
44254 2012-03-15  David S. Miller  <davem@davemloft.net>
44255
44256         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44257         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44258         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44259         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44260         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44261         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44262         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44263         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44264         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44265         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44266         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44267         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44268         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44269         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44270         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44272         file.
44273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44275         file.
44276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44278         file.
44279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44281         file.
44282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44283         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44284         fmin/fmax sysdep routines.
44285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44286
44287 2012-03-14  David S. Miller  <davem@davemloft.net>
44288
44289         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44290         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44291         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44292         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44293         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44294         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44295         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44296         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44297         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44298         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44299         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44300         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44301         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44302         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44303         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44304         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44305         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44306         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44307         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44308         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44309         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44310         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44311         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44312         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44313         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44314         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44315         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44316         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44317         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44318         routines.
44319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44320         file.
44321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44323         file.
44324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44326         file.
44327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44329         file.
44330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44332         file.
44333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44335         file.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44337         file.
44338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44339         file.
44340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44341         file.
44342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44343         New file.
44344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44345         file.
44346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44347         file.
44348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44350         file.
44351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44353         file.
44354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44356         file.
44357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44359         VIS3 routines.
44360
44361         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44362         New file.
44363
44364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44365
44366         * sysdeps/sparc/configure.in: New file.
44367         * sysdeps/sparc/configure: Generate.
44368         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44369         * configure: Regenerate.
44370         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44371         * config.make.in (have-as-vis3): New.
44372         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44373         available use -Av9d instead of -Av9a.
44374         * sysdeps/sparc/sparc64/Makefile: Likewise.
44375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44377         New file.
44378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44379         file.
44380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44381         New file.
44382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44383         file.
44384         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44385         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44386         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44387         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44388         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44389
44390         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44391         fzeros/fnegs to load 0x80000000 into a float register instead of
44392         using the stack.
44393         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44394
44395 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44396
44397         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44398         bits/syscall.h.
44399         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44400         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44401         ($(inst_includedir)/bits/syscall.h): Remove rule.
44402         ($(objpfx)bits/syscall.d): Include instead of
44403         $(objpfx)syscall-list.d.
44404         (generated): Change syscall-list.h and syscall-list.d to
44405         bits/syscall.h and bits/syscall.d.
44406
44407 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44408
44409         [BZ #13846]
44410         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44411
44412 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44413
44414         [BZ #13841]
44415         * math/s_csqrt.c: Include <float.h>.
44416         (__csqrt): Scale large or subnormal inputs.
44417         * math/s_csqrtf.c: Likewise.
44418         * math/s_csqrtl.c: Likewise.
44419         * math/libm-test.inc (csqrt_test): Add more tests.
44420         * sysdeps/i386/fpu/libm-test-ulps: Update.
44421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44422
44423         [BZ #13840]
44424         * math/libm-test.inc (hypot_test): Add more tests.
44425
44426 2012-03-13  David S. Miller  <davem@davemloft.net>
44427
44428         [BZ #13840]
44429         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44430         double-precision for the calculation instead of scaling.
44431
44432 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44433
44434         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44435         manipulate bits before adding and subtracting TWO52[sx].
44436         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44437         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44438         Likewise.
44439         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44440
44441 2012-03-13  David S. Miller  <davem@davemloft.net>
44442
44443         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44444         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44445         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44446         rtld-global-offsets.h
44447         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44448
44449         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44450         large parameters.
44451
44452         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44453
44454         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44455         'err' in the ifdef scope in which it is actually used.
44456
44457         * nss/nss_db/db-init.c: Include string.h
44458
44459 2012-03-12  David S. Miller  <davem@davemloft.net>
44460
44461         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44462         masking out of the most significant byte of random value used.
44463         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44464         Fix coding style in previous change.
44465
44466         * sysdeps/unix/sysv/linux/kernel-features.h
44467         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44468         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44469         expression.
44470         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44471         later.
44472
44473 2012-03-11  David S. Miller  <davem@davemloft.net>
44474
44475         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44476         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44477         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44478         for 'resultvar' otherwise things get truncated on 64-bit.
44479
44480         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44481         Fix masking out of the most significant byte of random value used.
44482
44483         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44484
44485 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44486
44487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44488
44489 2012-03-09  David S. Miller  <davem@davemloft.net>
44490
44491         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44492         variables with appropriate CPP guards.
44493         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44494         from the frame pointer, not the stack pointer.  Correct layout
44495         comments.  Fix test on resulting framesize and the management of
44496         the outregs buffer for pltexit.  Preserve floating point return
44497         values across _dl_call_pltexit call.
44498         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44499         framesize and the management of the outregs buffer for pltexit.
44500         Preserve floating point return values across _dl_call_pltexit
44501         call.
44502         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44503         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44504         (la_sparc64_gnu_pltexit): New functions.
44505         (print_exit): Fix format string for return register value.
44506
44507 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44508
44509         * sunrpc/Makefile (others): Add rpcgen.
44510         ($(objpfx)rpcgen): Remove special build rule and dependency on
44511         libc.
44512         * sunrpc/rpcgen.c: New file.
44513
44514 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44515
44516         [BZ #13673]
44517         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44518         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44519         * sysdeps/i386/crti.S: Likewise.
44520         * sysdeps/i386/crtn.S: Likewise.
44521         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44522         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44523         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44524         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44525         * sysdeps/sh/crti.S: Likewise.
44526         * sysdeps/sh/crtn.S: Likewise.
44527         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44528
44529         [BZ #13673]
44530         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44531         with URL.
44532         * locale/programs/locfile-kw.gperf: Likewise.
44533         * locale/programs/charmap-kw.h: Regenerated.
44534         * locale/programs/locfile-kw.h: Likewise.
44535
44536         [BZ #13673]
44537         * intl/plural.y: Replace FSF snail mail address with URL.
44538         * intl/plural.c: Regenerated.
44539
44540 2012-03-09  Richard Henderson  <rth@twiddle.net>
44541
44542         * include/math_private.h: Remove file.
44543         * math/math_private.h: Move file ...
44544         * sysdeps/generic/math_private.h: ... here.
44545
44546         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44547         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44548         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44549
44550         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44551         and <math_private.h>.
44552         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44553         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44554         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44555         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44556         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44557         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44558         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44559         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44560         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44561         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44562         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44563         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44564         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44565         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44566         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44567         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44568         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44569         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44570         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44571         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44572         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44573         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44574         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44575         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44576         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44577         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44578         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44579         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44580         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44581         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44582         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44583         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44584         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44585         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44586         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44587         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44588         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44589         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44590         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44591         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44592         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44593         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44594         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44595         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44596         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44597         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44598         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44599         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44600         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44601         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44602         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44603         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44604         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44605         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44606         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44607         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44608         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44609         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44610         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44611         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44612         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44613         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44614         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44615         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44616         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44617         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44618         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44619         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44620         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44621         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44622         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44623         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44624         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44625         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44626         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44627         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44628         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44629         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44636         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44637         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44638         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44640         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44641         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44642         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44643         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44644         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44645         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44646         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44647         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44648         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44649         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44650         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44651         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44652         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44653         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44654         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44655         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44656         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44657         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44658         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44659         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44660         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44661         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44662         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44663         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44664         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44665         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44666         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44667         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44668         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44669         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44670         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44671         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44672         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44673         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44674         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44675         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44676         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44677         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44678         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44679         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44680         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44681         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44682         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44683         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44684         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44685         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44686         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44687         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44688         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44689         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44690         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44691         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44692         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44693         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44694         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44695         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44696         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44697         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44698         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44699         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44700         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44701         * sysdeps/ieee754/k_standard.c: Likewise.
44702         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44703         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44704         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44705         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44706         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44707         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44708         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44709         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44710         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44711         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44712         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44713         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44714         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44715         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44716         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44717         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44718         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44719         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44720         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44721         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44722         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44724         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44725         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44726         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44727         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44728         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44729         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44731         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44733         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44735         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44736         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44737         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44738         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44739         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44740         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44741         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44742         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44743         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44744         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44745         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44746         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44747         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44748         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44749         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44750         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44751         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44752         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44753         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44754         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44755         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44756         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44757         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44758         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44759         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44760         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44761         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44762         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44763         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44764         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44765         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44766         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44767         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44768         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44769         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44770         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44771         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44772         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44773         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44774         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44775         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44776         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44777         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44810         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44811         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44813         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44814         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44815         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44816         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44817         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44818         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44820         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44821         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44822         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44823         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44824         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44825         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44826         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44827         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44828         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44829         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44830         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44831         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44832         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44834         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44835         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44839         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44840         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44843         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44844         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44845         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44846         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44847         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44848         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44849         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44850         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44851         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44852         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44860         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44862         * sysdeps/ieee754/s_lib_version.c: Likewise.
44863         * sysdeps/ieee754/s_matherr.c: Likewise.
44864         * sysdeps/ieee754/s_signgam.c: Likewise.
44865         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44866         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44867         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44868         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44869         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44870         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44871         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44872         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44873         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44874         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44875         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44876         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44877         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44878         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44879         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44880         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44881         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44882         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44883         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44884         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44885         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44886
44887 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44888
44889         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44890         * sunrpc/rpc_main.c: Likewise.
44891         * sunrpc/rpc_svcout.c: Likewise.
44892
44893 2012-03-09  David S. Miller  <davem@davemloft.net>
44894
44895         * include/math_private.h: New file.
44896
44897 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44898
44899         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44900         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44901         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44902         from <bits/socket_type.h>.
44903         (enum __socket_type): Don't define here.
44904         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44905         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44906         bits/socket_type.h.
44907
44908         [BZ #13566]
44909         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44910         checking __USE_GNU.
44911
44912         * Makerules ($(inst_includedir)/%.h): New rule.
44913         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44914         (install-others): Remove variable setting.
44915         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44916
44917 2012-03-08  Richard Henderson  <rth@twiddle.net>
44918
44919         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44920         from macro to inline function; merge with the
44921         !__LIBC_INTERNAL_MATH_INLINES version.
44922         (__ieee754_sqrtf): Likewise.
44923
44924         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44925         to inline function.
44926         (__rintf, __floor, __floorf): Likewise.
44927
44928         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44929         macro to inline function.
44930         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44931
44932         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44933         not <math/math_private.h>.
44934
44935 2012-03-08  David S. Miller  <davem@davemloft.net>
44936
44937         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44938         copyright year.
44939         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44940
44941 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44942
44943         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44944         normalization.
44945         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44946         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44947
44948 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44949
44950         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44951         be defined individually, they must be defined as a block.  Define
44952         S for printing a string instead of hidint the different by using a
44953         macro for adding the 'l'.
44954         * stdio-common/tst-fphex-wide.c: Adjust.
44955
44956 2012-03-07  Marek Polacek  <polacek@redhat.com>
44957
44958         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44959
44960 2012-03-08  Marek Polacek  <polacek@redhat.com>
44961
44962         [BZ #13806]
44963         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44964         * stdio-common/tst-fphex.c: Define a few macros to make the
44965         test reusable.  Use them.
44966         * stdio-common/tst-fphex-wide.c: New file.
44967
44968 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44969
44970         [BZ #6911]
44971         * manual/macros.texi (gnusystems): New macro.
44972         (nongnusystems): Likewise.
44973         (gnulinuxhurdsystems): Likewise.
44974         (gnuhurdsystems): Likewise..
44975         (gnulinuxsystems): Likewise.
44976         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44977         variants of the GNU system, not "GNU system".
44978         * manual/conf.texi: Likewise.
44979         * manual/errno.texi: Likewise.  Update example of errno macro
44980         expansion.
44981         * manual/filesys.texi: Likewise.
44982         (getumask): Document as specific to GNU/Hurd.
44983         * manual/install.texi: Likewise.  Reword some references to
44984         GNU/Linux.
44985         * manual/intro.texi: Likewise.
44986         * manual/io.texi: Likewise.
44987         (File Name Portability): Detail which constraints are inapplicable
44988         to all GNU systems and which are only inapplicable to GNU/Hurd.
44989         * manual/job.texi: Likewise.
44990         * manual/llio.texi: Likewise.
44991         (O_NOCTTY): Document as present on GNU/Linux.
44992         * manual/maint.texi: Likewise.
44993         * manual/memory.texi: Likewise.
44994         * manual/pattern.texi: Likewise.
44995         * manual/pipe.texi: Likewise.
44996         * manual/process.texi: Likewise.
44997         * manual/resource.texi: Likewise.
44998         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44999         child on GNU/Hurd.
45000         * manual/setjmp.texi: Likewise.
45001         * manual/signal.texi: Likewise.
45002         * manual/startup.texi: Likewise.
45003         * manual/stdio.texi: Likewise.
45004         * manual/terminal.texi: Likewise.
45005         (ONLCR): Document as POSIX.
45006         (OXTABS): Document availability on GNU/Linux as XTABS.
45007         (ONOEOT): Document availability separately from other bits.
45008         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45009         * manual/time.texi: Likewise.
45010         * manual/users.texi: Likewise.
45011         * INSTALL: Regenerated.
45012         * sysdeps/gnu/errlist.c: Regenerated.
45013
45014         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45015         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45016         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45017         puts.
45018         * configure: Regenerated.
45019
45020 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45021
45022         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45023         default includes instead of AC_HEADER_CHECK.
45024         * sysdeps/i386/configure: Regenerated.
45025
45026         [BZ #10716]
45027         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45028         * math/s_cacoshf.c (__cacoshf): Likewise.
45029         * math/s_cacoshl.c (__cacoshl): Likewise.
45030         * math/s_casinh.c (__casinh): Set signs of result from argument.
45031         * math/s_casinhf.c (__casinhf): Likewise.
45032         * math/s_casinhl.c (__casinhl): Likewise.
45033         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45034         (casinh_test): Add more tests.
45035         * sysdeps/i386/fpu/libm-test-ulps: Update.
45036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45037
45038 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45039
45040         * po/zh_TW.po: Update from translation team.
45041
45042         * login/Makefile (distribute): Remove variable.
45043         * catgets/Makefile: Likewise.
45044         * mach/Makefile: Likewise.
45045         * malloc/Makefile: Likewise.
45046         * misc/Makefile: Likewise.
45047         * iconv/Makefile: Likewise.
45048         * nscd/Makefile: Likewise.
45049         * hurd/Makefile: Likewise.
45050         * manual/Makefile: Likewise.
45051         * locale/Makefile: Likewise.
45052         * intl/Makefile: Likewise.
45053         * conform/Makefile: Likewise.
45054         * nss/Makefile: Likewise.
45055         * time/Makefile: Likewise.
45056         * soft-fp/Makefile: Likewise.
45057         * dirent/Makefile: Likewise.
45058         * gmon/Makefile: Likewise.
45059         * po/Makefile: Likewise.
45060         * rt/Makefile: Likewise.
45061         * socket/Makefile: Likewise.
45062         * math/Makefile: Likewise.
45063         * signal/Makefile: Likewise.
45064         * debug/Makefile: Likewise.
45065         * elf/Makefile: Likewise.
45066         * timezone/Makefile: Likewise.
45067         * stdlib/Makefile: Likewise.
45068         * iconvdata/Makefile: Likewise.
45069         * sunrpc/Makefile: Likewise.
45070         * io/Makefile: Likewise.
45071         * argp/Makefile: Likewise.
45072         * inet/Makefile: Likewise.
45073         * hesiod/Makefile: Likewise.
45074         * grp/Makefile: Likewise.
45075         * csu/Makefile: Likewise.
45076         * wctype/Makefile: Likewise.
45077         * crypt/Makefile: Likewise.
45078         * libio/Makefile: Likewise.
45079         * string/Makefile: Likewise.
45080         * nis/Makefile: Likewise.
45081         * resolv/Makefile: Likewise.
45082         * stdio-common/Makefile: Likewise.
45083         * wcsmbs/Makefile: Likewise.
45084         * dlfcn/Makefile: Likewise.
45085         * posix/Makefile: Likewise.
45086
45087         [BZ #6959]
45088         * timezone/Makefile: Don't install timezone files, just the programs
45089         and scripts.
45090
45091 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45092
45093         * nss/databases.def: Add missing gshadow entry.
45094
45095         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45096
45097 2012-03-06  Marek Polacek  <polacek@redhat.com>
45098
45099         [BZ #13726]
45100         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45101         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45102         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45103         * stdio-common/tst-long-dbl-fphex.c: New file.
45104
45105 2012-03-06  David S. Miller  <davem@davemloft.net>
45106
45107         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45108         (set_obp_int): New function.
45109         (get_obp_int): New function.
45110         (__get_clockfreq_via_dev_openprom): Likewise.
45111         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45112         Avoid unused variable warnings on 'val' and use builtin_expect.
45113         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45114         __builtin_expect.
45115         (INLINE_CLONE_SYSCALL): Likewise.
45116
45117 2012-03-05  David S. Miller  <davem@davemloft.net>
45118
45119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45120
45121 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45122
45123         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45124
45125         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45126         only for |x| >= 40.
45127         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45128
45129 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45130
45131         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45132         Replace gettimeofday with __vdso_gettimeofday.
45133
45134         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45135         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45136         __vdso_clock_gettime and __vdso_getcpu.
45137
45138         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45139         time with __vdso_time.
45140
45141 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45142
45143         * manual/lang.texi (size_t): Note types to which size_t may be
45144         equivalent with the GNU C Library, but do not describe when
45145         differences between them are significant.
45146
45147 2012-03-05  Andreas Jaeger  <aj@suse.de>
45148
45149         * sysdeps/i386/fpu/libm-test-ulps: Update.
45150
45151 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45152
45153         [BZ #3976]
45154         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45155         (__ieee754_pow): Save and restore rounding mode and use
45156         round-to-nearest for main computations.
45157         * math/libm-test.inc (pow_test_tonearest): New function.
45158         (pow_test_towardzero): Likewise.
45159         (pow_test_downward): Likewise.
45160         (pow_test_upward): Likewise.
45161         (main): Call the new functions.
45162         * sysdeps/i386/fpu/libm-test-ulps: Update.
45163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45164
45165         [BZ #3976]
45166         * math/libm-test.inc (cosh_test_tonearest): New function.
45167         (cosh_test_towardzero): Likewise.
45168         (cosh_test_downward): Likewise.
45169         (cosh_test_upward): Likewise.
45170         (sinh_test_tonearest): Likewise.
45171         (sinh_test_towardzero): Likewise.
45172         (sinh_test_downward): Likewise.
45173         (sinh_test_upward): Likewise.
45174         (main): Call the new functions.
45175         * sysdeps/i386/fpu/libm-test-ulps: Update.
45176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45177
45178 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45179
45180         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45181         default stack guard is set in last bytes.
45182         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45183
45184 2012-03-05  Kees Cook  <keescook@chromium.org>
45185
45186         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45187
45188         [BZ #13656]
45189         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45190         possibly allocate from heap instead of stack.
45191         * stdio-common/bug-vfprintf-nargs.c: New file.
45192         * stdio-common/Makefile (tests): Add nargs overflow test.
45193
45194 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45195
45196         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45197
45198 2012-03-03  Marek Polacek  <polacek@redhat.com>
45199
45200         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45201         * math/math_private.h: Likewise.
45202         * stdlib/tst-strtod.c: Likewise.
45203         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45204         * sysdeps/x86_64/bits/atomic.h: Likewise.
45205
45206 2012-03-02  David S. Miller  <davem@davemloft.net>
45207
45208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45210         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45212         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45213         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45214         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45215         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45216
45217 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45218
45219         [BZ #13792]
45220         * manual/examples/README: New file, says the example source files
45221         can be used under GPL>=2.
45222         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45223         line containing just "*/".
45224         * manual/examples/add.c: Add copyright header (GPL>=2).
45225         * manual/examples/argp-ex1.c: Likewise.
45226         * manual/examples/argp-ex2.c: Likewise.
45227         * manual/examples/argp-ex3.c: Likewise.
45228         * manual/examples/argp-ex4.c: Likewise.
45229         * manual/examples/atexit.c: Likewise.
45230         * manual/examples/db.c: Likewise.
45231         * manual/examples/dir.c: Likewise.
45232         * manual/examples/dir2.c: Likewise.
45233         * manual/examples/execinfo.c: Likewise.
45234         * manual/examples/filecli.c: Likewise.
45235         * manual/examples/filesrv.c: Likewise.
45236         * manual/examples/fmtmsgexpl.c: Likewise.
45237         * manual/examples/genpass.c: Likewise.
45238         * manual/examples/inetcli.c: Likewise.
45239         * manual/examples/inetsrv.c: Likewise.
45240         * manual/examples/isockad.c: Likewise.
45241         * manual/examples/longopt.c: Likewise.
45242         * manual/examples/memopen.c: Likewise.
45243         * manual/examples/memstrm.c: Likewise.
45244         * manual/examples/mkfsock.c: Likewise.
45245         * manual/examples/mkisock.c: Likewise.
45246         * manual/examples/mygetpass.c: Likewise.
45247         * manual/examples/pipe.c: Likewise.
45248         * manual/examples/popen.c: Likewise.
45249         * manual/examples/rprintf.c: Likewise.
45250         * manual/examples/search.c: Likewise.
45251         * manual/examples/select.c: Likewise.
45252         * manual/examples/setjmp.c: Likewise.
45253         * manual/examples/sigh1.c: Likewise.
45254         * manual/examples/sigusr.c: Likewise.
45255         * manual/examples/stpcpy.c: Likewise.
45256         * manual/examples/strdupa.c: Likewise.
45257         * manual/examples/strftim.c: Likewise.
45258         * manual/examples/strncat.c: Likewise.
45259         * manual/examples/subopt.c: Likewise.
45260         * manual/examples/swapcontext.c: Likewise.
45261         * manual/examples/termios.c: Likewise.
45262         * manual/examples/testopt.c: Likewise.
45263         * manual/examples/testpass.c: Likewise.
45264         * manual/examples/timeval_subtract.c: Likewise.
45265
45266         [BZ #13792]
45267         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45268         function to ...
45269         * manual/timeval_subtract.c.texi: ... here, new file.
45270
45271 2012-03-02  David S. Miller  <davem@davemloft.net>
45272
45273         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45274
45275 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45276
45277         [BZ #3976]
45278         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45279         (__sin): Save and restore rounding mode and use round-to-nearest
45280         for all computations.
45281         (__cos): Save and restore rounding mode and use round-to-nearest
45282         for all computations.
45283         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45284         <fenv.h>.
45285         (tan): Save and restore rounding mode and use round-to-nearest for
45286         all computations.
45287         * math/libm-test.inc (cos_test_tonearest): New function.
45288         (cos_test_towardzero): Likewise.
45289         (cos_test_downward): Likewise.
45290         (cos_test_upward): Likewise.
45291         (sin_test_tonearest): Likewise.
45292         (sin_test_towardzero): Likewise.
45293         (sin_test_downward): Likewise.
45294         (sin_test_upward): Likewise.
45295         (tan_test_tonearest): Likewise.
45296         (tan_test_towardzero): Likewise.
45297         (tan_test_downward): Likewise.
45298         (tan_test_upward): Likewise.
45299         (main): Call the new functions.
45300         * sysdeps/i386/fpu/libm-test-ulps: Update.
45301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45302
45303         [BZ #10135]
45304         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45305         small n, then large n, before computing and testing k+n.
45306         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45307         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45308         Likewise.
45309         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45310         Likewise.
45311         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45312         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45313         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45314         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45315         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45316         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45317         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45318         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45319         * math/libm-test.inc (scalbn_test): Add more tests.
45320         (scalbln_test): Likewise.
45321
45322         * manual/filesys.texi (mode_t): Describe constraints on size and
45323         signedness, not exact equivalence to a particular type.
45324         (ino_t): Likewise.
45325         (ino64_t): Likewise.
45326         (dev_t): Likewise.
45327         (nlink_t): Likewise.
45328         (blkcnt_t): Likewise.
45329         (blkcnt64_t): Likewise.
45330         * manual/llio.texi (off_t): Likewise.
45331
45332         [BZ #3976]
45333         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45334         (__ieee754_exp): Save and restore rounding mode and use
45335         round-to-nearest for all computations.
45336         * math/libm-test.inc (exp_test_tonearest): New function.
45337         (exp_test_towardzero): Likewise.
45338         (exp_test_downward): Likewise.
45339         (exp_test_upward): Likewise.
45340         (main): Call the new functions.
45341         * sysdeps/i386/fpu/libm-test-ulps: Update.
45342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45343
45344 2012-03-01  Chris Demetriou  <cgd@google.com>
45345
45346         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45347         have predictable order.
45348
45349 2012-03-01  David S. Miller  <davem@davemloft.net>
45350
45351         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45352
45353         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45354         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45355         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45356         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45357
45358         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45359         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45360         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45361         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45362         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45363         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45364         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45365         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45366         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45367
45368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45369
45370         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45371         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45372         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45373
45374         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45375         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45376         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45377         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45378         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45379         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45380         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45381         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45382         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45383         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45384         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45385         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45386         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45387         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45388         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45389         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45390         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45391         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45392         * sysdeps/sparc/elf/configure: Regenerated.
45393
45394 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45395
45396         * configure.in (AS, LD): Require binutils 2.20 or later.
45397         * configure: Regenerated.
45398         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45399         as required minimum version.
45400         * INSTALL: Regenerated.
45401
45402         [BZ #2541]
45403         [BZ #4108]
45404         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45405         before squaring exponent.
45406         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45407         bottom long double and 27 bits of top long double before squaring
45408         exponent.
45409         * math/libm-test.inc (erfc_test): Add more tests.
45410         * sysdeps/i386/fpu/libm-test-ulps: Update.
45411         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45413
45414 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45415
45416         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45417         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45418         containing bit-fields.
45419         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45420         * soft-fp/single.h (_FP_UNION_S): Likewise.
45421         * soft-fp/double.h (_FP_UNION_D): Likewise.
45422
45423 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45424
45425         [BZ #13786]
45426         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45427         not include ../strcmp.S.
45428         [USE_AS_STRNCASECMP_L]: Likewise.
45429         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45430         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45431         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45432         (__strncasecmp_l_ia32): Define as alias to
45433         __strncasecmp_l_nonascii.
45434
45435         [BZ #5794]
45436         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45437         * sysdeps/i386/fpu/libm-test-ulps: Update.
45438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45439
45440         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45442
45443 2012-02-29  Jeff Law  <law@redhat.com>
45444
45445         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45446         out of bounds read.
45447
45448 2012-02-29  Marek Polacek  <polacek@redhat.com>
45449
45450         [BZ #13706]
45451         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45452         * elf/Makefile: Add rules to run tst-unused-dep.out.
45453
45454 2012-02-28  David S. Miller  <davem@davemloft.net>
45455
45456         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45457         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45458         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45459         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45460         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45461         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45462
45463 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45464
45465         * math/libm-test.inc (llround_test): Move one test from
45466         lround_test.  Use TEST_f_L in moved test.
45467         (lround_test): Move misplaced test to llround_test.  Add testcase
45468         from bug 2561.
45469
45470 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45471
45472         * sysdeps/x86_64/fpu/e_expf.S: New file.
45473         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45474
45475 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45476
45477         [BZ #13637]
45478         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45479         of remain_len that may cause incomplete multi-byte character and
45480         false match.
45481         * posix/bug-regex33.c: New file.
45482         * posix/Makefile (tests): Add bug-regex33.
45483
45484 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45485
45486         * manual/macros.texi: New file.
45487         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45488         * manual/libc.texinfo: Include macros.texi.
45489         * manual/creatute.texi: Likewise.
45490         * manual/install.texi: Likewise.
45491         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45492         @glibcadj{} in references to the GNU C Library.
45493         * manual/charset.texi: Likewise.
45494         * manual/conf.texi: Likewise.
45495         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45496         when not using those macros.
45497         * manual/creature.texi: Likewise.
45498         * manual/crypt.texi: Likewise.
45499         * manual/errno.texi: Likewise.
45500         * manual/filesys.texi: Likewise.
45501         * manual/header.texi: Likewise.
45502         * manual/install.texi: Likewise.
45503         * manual/intro.texi: Likewise.
45504         * manual/io.texi: Likewise.
45505         * manual/job.texi: Likewise.
45506         * manual/lang.texi: Likewise.
45507         * manual/libc.texiinfo: Likewise.
45508         * manual/llio.texi: Likewise.
45509         * manual/locale.texi: Likewise.
45510         * manual/maint.texi: Likewise.
45511         * manual/math.texi: Likewise.
45512         * manual/memory.texi: Likewise.
45513         * manual/message.texi: Likewise.
45514         * manual/nss.texi: Likewise.
45515         * manual/pattern.texi: Likewise.
45516         * manual/process.texi: Likewise.
45517         * manual/resource.texi: Likewise.
45518         * manual/search.texi: Likewise.
45519         * manual/setjmp.texi: Likewise.
45520         * manual/signal.texi: Likewise.
45521         * manual/socket.texi: Likewise.
45522         * manual/startup.texi: Likewise.
45523         * manual/stdio.texi: Likewise.
45524         * manual/string.texi: Likewise.
45525         * manual/sysinfo.texi: Likewise.
45526         * manual/syslog.texi: Likewise.
45527         * manual/terminal.texi: Likewise.
45528         * manual/time.texi: Likewise.
45529         * manual/users.texi: Likewise.
45530         * INSTALL: Regenerated.
45531         * NOTES: Regenerated.
45532         * sysdeps/gnu/errlist.c: Regenerated.
45533
45534 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45535
45536         * include/dirent.h: Include <dirstream.h> before
45537         <dirent/dirent.h>.
45538
45539 2012-02-28  David S. Miller  <davem@davemloft.net>
45540
45541         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45542         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45543         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45544         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45545
45546 2012-02-27  David S. Miller  <davem@davemloft.net>
45547
45548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45550         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45551         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45552
45553         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45554         frame pointer instead of stack pointer relative arg slot.
45555         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45556         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45557         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45558
45559 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45560
45561         [BZ #3992]
45562         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45563
45564 2012-02-27  David S. Miller  <davem@davemloft.net>
45565
45566         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45567         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45568         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45570         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45571         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45572         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45573         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45574
45575 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45576
45577         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45578         later.  Allow versions 5-9.
45579         * configure: Regenerated.
45580         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45581         required minimum version and 4.6 as recommended version.  Do not
45582         mention bugs in GCC 2.7 and 2.8.
45583         * INSTALL: Regenerated.
45584
45585 2012-02-27  David S. Miller  <davem@davemloft.net>
45586
45587         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45588         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45589         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45590         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45591         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45592         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45593         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45594         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45595
45596         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45597         manipulate bits before adding and subtracting TWO112[sx].
45598         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45599
45600 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45601
45602         [BZ #13775]
45603         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45604         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45605         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45606         being in POSIX, because they are in 1003.1-2008.
45607
45608         * rt/tst-aio.c: Include <fcntl.h>.
45609         * rt/tst-aio7.c: Likewise.
45610         * rt/tst-aio64.c: Likewise.
45611
45612         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45613
45614 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45615
45616         * manual/install.texi (--with-headers): Describe headers as
45617         interface headers, not private headers.
45618         (Specific advice for GNU/Linux systems): Describe use of headers
45619         from "make headers_install", not private headers from older
45620         kernels.
45621         * INSTALL: Regenerated.
45622         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45623         Change to 2.6.19.
45624         * sysdeps/unix/sysv/linux/configure: Regenerated.
45625
45626         * manual/llio.texi (fclean): Remove documentation.
45627
45628         * manual/Makefile (libc-texi-generated): New variable.  Include
45629         version.texi.
45630         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45631         $(libc-texi-generated), not duplicated list of files.
45632         (version.texi, stamp-version): New rules.
45633         (realclean): Remove $(libc-texi-generated), not individual files
45634         from that list.  Do not remove dir-add.texinfo.
45635         * manual/libc.texinfo: Comment out uses of edition numbers and
45636         references to printed manual.  Remove last-updated dates.
45637         (EDITION): Comment out.
45638         (ISBN): Likewise.
45639         (VERSION, UPDATED): Remove.
45640         (version.texi): Include.
45641
45642 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45643
45644         * sysdeps/posix/spawni.c: Include <signal.h>.
45645         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45646         * sysdeps/pthread/aio_fsync.c: Likewise.
45647
45648 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45649
45650         * conform/Makefile (tests): Run only when not cross-compiling and
45651         when fast-check is not defined.
45652
45653         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45654         * conform/data/limits.h-data: Fixes for POSIX2008.
45655         * conform/run-conformtest.sh: Run all tests.
45656         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45657         headers.
45658         * include/bits/dlfcn.h: Likewise.
45659         * include/langinfo.h: Likewise.
45660         * include/monetary.h: Likewise.
45661         * include/sys/poll.h: Likewise.
45662
45663         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45664         for __USE_GNU.
45665         * posix/spawn.h: Define __need_sigset_t.
45666         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45667         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45668         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45669         to get sigevent_t only.
45670         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45671         only for __USE_GNU.
45672         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45673         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45674         process_vm_writev only for __USE_GNU.
45675         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45676
45677         * conform/Makefile: For now ignore errors from run-conformtest.
45678         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45679         POSIX to avoid namespace pollution.  Don't prepend headers.
45680         * conform/data/aio.h-data: Fixes for POSIX testing.
45681         * conform/data/fcntl.h-data: Likewise.
45682         * conform/data/glob.h-data: Likewise.
45683         * conform/data/grp.h-data: Likewise.
45684         * conform/data/pthread.h-data: Likewise.
45685         * conform/data/pwd.h-data: Likewise.
45686         * conform/data/signal.h-data: Likewise.
45687         * conform/data/spawn.h-data: Likewise.
45688         * conform/data/stdio.h-data: Likewise.
45689         * conform/data/stdlib.h-data: Likewise.
45690         * conform/data/stropts.h-data: Likewise.
45691         * conform/data/sys/mman.h-data: Likewise.
45692         * conform/data/sys/stat.h-data: Likewise.
45693         * conform/data/sys/types.h-data: Likewise.
45694         * conform/data/sys/wait.h-data: Likewise.
45695         * conform/data/time.h-data: Likewise.
45696         * conform/data/unistd.h-data: Likewise.
45697         * conform/data/utime.h-data: Likewise.
45698
45699         * io/sys/stat.h: fchmod was always in POSIX.
45700         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45701         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45702         * rt/aio.h: Define __need_timespec before including <time.h>.
45703         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45704         struct.  Add forward declaration of pthread_attr_t and use it in
45705         sigevent.
45706         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45707         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45708         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45709         always remove CLK_TCK definition.
45710
45711 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45712
45713         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45714
45715 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45716
45717         * conform/run-conformtest.sh: New file.
45718         * conform/Makefile: Run run-conformtest for tests.
45719         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45720         support.
45721
45722         * conform/data/uchar.h-data: New file.
45723         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45724         * conform/data/arpa/inet.h-data: Likewise.
45725         * conform/data/assert.h-data: Likewise.
45726         * conform/data/complex.h-data: Likewise.
45727         * conform/data/cpio.h-data: Likewise.
45728         * conform/data/ctype.h-data: Likewise.
45729         * conform/data/dirent.h-data: Likewise.
45730         * conform/data/dlfcn.h-data: Likewise.
45731         * conform/data/errno.h-data: Likewise.
45732         * conform/data/fcntl.h-data: Likewise.
45733         * conform/data/float.h-data: Likewise.
45734         * conform/data/fmtmsg.h-data: Likewise.
45735         * conform/data/fnmatch.h-data: Likewise.
45736         * conform/data/ftw.h-data: Likewise.
45737         * conform/data/glob.h-data: Likewise.
45738         * conform/data/grp.h-data: Likewise.
45739         * conform/data/iconv.h-data: Likewise.
45740         * conform/data/inttypes.h-data: Likewise.
45741         * conform/data/langinfo.h-data: Likewise.
45742         * conform/data/libgen.h-data: Likewise.
45743         * conform/data/limits.h-data: Likewise.
45744         * conform/data/locale.h-data: Likewise.
45745         * conform/data/math.h-data: Likewise.
45746         * conform/data/monetary.h-data: Likewise.
45747         * conform/data/mqueue.h-data: Likewise.
45748         * conform/data/ndbm.h-data: Likewise.
45749         * conform/data/net/if.h-data: Likewise.
45750         * conform/data/netdb.h-data: Likewise.
45751         * conform/data/netinet/in.h-data: Likewise.
45752         * conform/data/nl_types.h-data: Likewise.
45753         * conform/data/poll.h-data: Likewise.
45754         * conform/data/pthread.h-data: Likewise.
45755         * conform/data/pwd.h-data: Likewise.
45756         * conform/data/regex.h-data: Likewise.
45757         * conform/data/sched.h-data: Likewise.
45758         * conform/data/search.h-data: Likewise.
45759         * conform/data/semaphore.h-data: Likewise.
45760         * conform/data/setjmp.h-data: Likewise.
45761         * conform/data/signal.h-data: Likewise.
45762         * conform/data/spawn.h-data: Likewise.
45763         * conform/data/stdarg.h-data: Likewise.
45764         * conform/data/stdio.h-data: Likewise.
45765         * conform/data/stdlib.h-data: Likewise.
45766         * conform/data/string.h-data: Likewise.
45767         * conform/data/strings.h-data: Likewise.
45768         * conform/data/stropts.h-data: Likewise.
45769         * conform/data/sys/ipc.h-data: Likewise.
45770         * conform/data/sys/mman.h-data: Likewise.
45771         * conform/data/sys/msg.h-data: Likewise.
45772         * conform/data/sys/resource.h-data: Likewise.
45773         * conform/data/sys/select.h-data: Likewise.
45774         * conform/data/sys/sem.h-data: Likewise.
45775         * conform/data/sys/shm.h-data: Likewise.
45776         * conform/data/sys/socket.h-data: Likewise.
45777         * conform/data/sys/stat.h-data: Likewise.
45778         * conform/data/sys/statvfs.h-data: Likewise.
45779         * conform/data/sys/time.h-data: Likewise.
45780         * conform/data/sys/timeb.h-data: Likewise.
45781         * conform/data/sys/times.h-data: Likewise.
45782         * conform/data/sys/types.h-data: Likewise.
45783         * conform/data/sys/uio.h-data: Likewise.
45784         * conform/data/sys/un.h-data: Likewise.
45785         * conform/data/sys/utsname.h-data: Likewise.
45786         * conform/data/sys/wait.h-data: Likewise.
45787         * conform/data/syslog.h-data: Likewise.
45788         * conform/data/tar.h-data: Likewise.
45789         * conform/data/termios.h-data: Likewise.
45790         * conform/data/utime.h-data: Likewise.
45791         * conform/data/utmpx.h-data: Likewise.
45792         * conform/data/varargs.h-data: Likewise.
45793         * conform/data/wchar.h-data: Likewise.
45794         * conform/data/wctype.h-data: Likewise.
45795         * conform/data/wordexp.h-data: Likewise.
45796
45797         * include/stropts.h: New file.
45798         * include/uchar.h: New file.
45799         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45800         * include/assert.h: Likewise.
45801         * include/ctype.h: Likewise.
45802         * include/dirent.h: Likewise.
45803         * include/dlfcn.h: Likewise.
45804         * include/fcntl.h: Likewise.
45805         * include/fnmatch.h: Likewise.
45806         * include/glob.h: Likewise.
45807         * include/grp.h: Likewise.
45808         * include/libio.h: Likewise.
45809         * include/locale.h: Likewise.
45810         * include/math.h: Likewise.
45811         * include/net/if.h: Likewise.
45812         * include/netdb.h: Likewise.
45813         * include/netinet/in.h: Likewise.
45814         * include/pthread.h: Likewise.
45815         * include/pwd.h: Likewise.
45816         * include/regex.h: Likewise.
45817         * include/sched.h: Likewise.
45818         * include/search.h: Likewise.
45819         * include/setjmp.h: Likewise.
45820         * include/signal.h: Likewise.
45821         * include/stdio.h: Likewise.
45822         * include/stdlib.h: Likewise.
45823         * include/string.h: Likewise.
45824         * include/sys/cdefs.h: Likewise.
45825         * include/sys/mman.h: Likewise.
45826         * include/sys/msg.h: Likewise.
45827         * include/sys/resource.h: Likewise.
45828         * include/sys/select.h: Likewise.
45829         * include/sys/socket.h: Likewise.
45830         * include/sys/stat.h: Likewise.
45831         * include/sys/statvfs.h: Likewise.
45832         * include/sys/time.h: Likewise.
45833         * include/sys/times.h: Likewise.
45834         * include/sys/uio.h: Likewise.
45835         * include/sys/utsname.h: Likewise.
45836         * include/sys/wait.h: Likewise.
45837         * include/termios.h: Likewise.
45838         * include/time.h: Likewise.
45839         * include/ulimit.h: Likewise.
45840         * include/unistd.h: Likewise.
45841         * include/utime.h: Likewise.
45842         * include/wchar.h: Likewise.
45843         * include/wctype.h: Likewise.
45844         * include/wordexp.h: Likewise.
45845
45846         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45847
45848         * time/time.h: TIME_UTC must be a macro.
45849         Make timespec_get available for ISO C11 only as well.
45850
45851 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45852
45853         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45854         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45855
45856 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45857
45858         * configure.in: Use -o not -a in test for unsupported multi-arch.
45859
45860 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45861
45862         * manual/texinfo.tex: Update to version 2012-01-19.16.
45863
45864 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45865
45866         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45867
45868 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45869
45870         [BZ #13738]
45871         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45872         * manual/fdl-1.3.texi: New file.
45873         * manual/fdl-1.1.texi: File removed.
45874
45875         [BZ #13738]
45876         * manual/libc.texinfo (FDL_VERSION): New @set.
45877         Use it for mention of FDL in cover text.
45878         (Documentation License): Use it in @include file name.
45879
45880 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45881             Roland McGrath  <roland@hack.frob.com>
45882
45883         [BZ #5461]
45884         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45885         (not LONG_LONG_MAX and LONG_LONG_MIN.
45886         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45887         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45888         name.
45889         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45890
45891 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45892
45893         [BZ #2547]
45894         [BZ #11365]
45895         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45896         manipulate bits before adding and subtracting TWO23[sx].
45897         * math/libm-test.inc (nearbyint_test): Add more tests.
45898
45899 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45900
45901         [BZ #2548]
45902         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45903         bits before adding and subtracting TWO23[sx].
45904         * math/libm-test.inc (rint_test): Add more tests.
45905         (rint_test_tonearest): Likewise.
45906         (rint_test_towardzero): Likewise.
45907         (rint_test_downward): Likewise.
45908         (rint_test_upward: Likewise.
45909
45910 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45911
45912         [BZ #10110]
45913         * include/stdc-predef.h: New file.  Extracted from features.h.
45914         * include/features.h: Include stdc-predef.h.
45915         * Makefile (headers): Add stdc-predef.h.
45916         * CONFORMANCE (Compiler limitations): Update.
45917
45918 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45919
45920         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45921
45922 2012-02-21  David S. Miller  <davem@davemloft.net>
45923
45924         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45925         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45926
45927 2012-02-20  David S. Miller  <davem@davemloft.net>
45928
45929         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45930         using a normal save/restore sequence, rather than allocating a
45931         dummy stack frame just to store a frame pointer and restore.
45932         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45933
45934 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45935
45936         * manual/install.texi: Fix stray word in line-wrapped comment.
45937
45938 2012-02-20  David S. Miller  <davem@davemloft.net>
45939
45940         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45941         both binutils and gcc support GOTDATA.
45942
45943         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45944         "rd %pc" in the PIC register setup sequences.
45945
45946         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45947         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45948         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45949         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45950         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45951         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45952         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45953         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45954         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45955         (SYSCALL_ERROR_HANDLER): Likewise.
45956         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45957         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45958         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45959         (SYSCALL_ERROR_HANDLER): Likewise.
45960
45961         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45962         (HAVE_GCC_GOTDATA): New.
45963         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45964         relocation support in both binutils and gcc.
45965         * sysdeps/sparc/elf/configure: Regenerate.
45966
45967         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45968         * sysdeps/sparc/sparc32/elf/configure: Delete.
45969         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45970         * sysdeps/sparc/sparc64/elf/configure: Delete.
45971         * sysdeps/sparc/elf/configure.in: New file.
45972         * sysdeps/sparc/elf/configure: Generate.
45973
45974         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45975         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45976         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45977         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45978         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45979
45980 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45981
45982         * manual/install.texi: Do not mention specific glibc version
45983         numbers.
45984         * manual/libc.texinfo (VERSION, UPDATED): Update.
45985         (@copying): Use @copyright{} and range of years.
45986
45987 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45988
45989         [BZ #13695]
45990         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45991         [crti.S not in sysdirs] (generated): Do not append.
45992         [crti.S not in sysdirs] (omit-deps): Likewise.
45993         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45994         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45995         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45996         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45997         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45998         Likewise.
45999         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46000         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46001         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46002         * csu/defs.awk: Remove file.
46003         * sysdeps/generic/initfini.c: Likewise.
46004         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46005         variable.
46006         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46007         Likewise.
46008
46009 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46010
46011         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46012         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46013         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46014         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46015         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46016         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46017         <bits/epoll.h>.
46018         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46019         (__EPOLL_PACKED): Define to empty if not defined by
46020         <bits/epoll.h>.
46021         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46022         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46023         bits/epoll.h.
46024
46025 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46026
46027         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46028         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46029         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46030         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46031         <bits/timerfd.h>.
46032         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46033         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46034         bits/timerfd.h.
46035
46036 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46037
46038         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46039         in C locale.
46040         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46041         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46042         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46044
46045 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46046
46047         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46048         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46049
46050 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46051
46052         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46053         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46054         defined.
46055         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46056         Likewise.
46057         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46058         entry for 2.16.
46059
46060 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46061
46062         * math/w_acos.c: Use non-signaling floating-point comparisons.
46063         * math/w_acosf.c: Likewise.
46064         * math/w_acosh.c: Likewise.
46065         * math/w_acoshf.c: Likewise.
46066         * math/w_acoshl.c: Likewise.
46067         * math/w_acosl.c: Likewise.
46068         * math/w_asin.c: Likewise.
46069         * math/w_asinf.c: Likewise.
46070         * math/w_asinl.c: Likewise.
46071         * math/w_atanh.c: Likewise.
46072         * math/w_atanhf.c: Likewise.
46073         * math/w_atanhl.c: Likewise.
46074         * math/w_exp2.c: Likewise.
46075         * math/w_exp2f.c: Likewise.
46076         * math/w_exp2l.c: Likewise.
46077         * math/w_j0.c: Likewise.
46078         * math/w_j0f.c: Likewise.
46079         * math/w_j0l.c: Likewise.
46080         * math/w_j1.c: Likewise.
46081         * math/w_j1f.c: Likewise.
46082         * math/w_j1l.c: Likewise.
46083         * math/w_jn.c: Likewise.
46084         * math/w_jnf.c: Likewise.
46085         * math/w_log.c: Likewise.
46086         * math/w_log10.c: Likewise.
46087         * math/w_log10f.c: Likewise.
46088         * math/w_log10l.c: Likewise.
46089         * math/w_log2.c: Likewise.
46090         * math/w_log2f.c: Likewise.
46091         * math/w_log2l.c: Likewise.
46092         * math/w_logf.c: Likewise.
46093         * math/w_logl.c: Likewise.
46094         * math/w_sqrt.c: Likewise.
46095         * math/w_sqrtf.c: Likewise.
46096         * math/w_sqrtl.c: Likewise.
46097         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46098         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46099         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46100         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46101         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46102
46103 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46104
46105         [BZ #9739]
46106         * manual/string.texi (strnlen): Use correct parameter name in
46107         equivalent expression.
46108
46109 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46110
46111         [BZ #11174]
46112         * manual/users.texi (seteuid): Consistently use neweuid for
46113         argument name.
46114
46115 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46116
46117         [BZ #13704]
46118         * manual/nss.texi (Services in the NSS configuration): Correct
46119         list of services in example configuration file.
46120
46121 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46122
46123         [BZ #11322]
46124         * manual/arith.texi: Remove statements about negative zero
46125         behaving identically to zero.
46126
46127 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46128
46129         [BZ #5993]
46130         * manual/install.texi: Do not document upgrading from libc5.
46131
46132 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46133
46134         [BZ #4596]
46135         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46136
46137 2012-02-18  David S. Miller  <davem@davemloft.net>
46138
46139         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46140         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46141         %o7 across the call.
46142         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46143         instead.
46144         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46145         SETUP_PIC_REG_LEAF.
46146         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46147         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46148         * sysdeps/sparc/crtn.S: Likewise.
46149
46150 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46151
46152         * aout/Makefile: Remove.
46153
46154 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46155
46156         [BZ #13058]
46157         * manual/examples/argp-ex1.c (main): Format definition in GNU
46158         style.
46159         * manual/examples/argp-ex2.c (main): Likewise.
46160         * manual/examples/argp-ex3.c (main): Likewise.
46161         * manual/examples/argp-ex4.c (main): Likewise.
46162         * manual/examples/longopt.c (main): Use new-style prototype
46163         definition.
46164         * manual/examples/strncat.c (main): Specify return type and use
46165         (void) for arguments.
46166         * manual/examples/subopt.c (main): Use char **argv argument.
46167
46168 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46169
46170         [BZ #5077]
46171         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46172         rounding modes.
46173
46174 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46175
46176         [BZ #6907]
46177         * manual/string.texi (strchr): Change when strchrnul is
46178         recommended.
46179
46180 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46181
46182         [BZ #174]
46183         * manual/locale.texi (setlocale): Document LOCPATH.
46184
46185 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46186
46187         [BZ #10210]
46188         * manual/process.texi (execle): Move @dots{} before last argument.
46189
46190 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46191
46192         [BZ #12047]
46193         * manual/charset.texi (Generic Charset Conversion): Fix typo
46194         (LC_TYPE -> LC_CTYPE).
46195
46196 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46197
46198         [BZ #5805]
46199         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46200         (scalbnf): Likewise.
46201         (scalbnl): Likewise.
46202         (scalbln): Likewise.
46203         (scalblnf): Likewise.
46204         (scalblnl): Likewise.
46205         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46206         (vwarnx): Likewise.
46207         (verr): Likewise.
46208         (verrx): Likewise.
46209         * manual/filesys.texi (telldir): Use braces around return type.
46210         * manual/llio.texi (mmap): Add space after comma.
46211         (mmap64): Likewise.
46212         * manual/math.texi (jn): Use @var{} on parameter names.
46213         (jnf): Likewise.
46214         (jnl): Likewise.
46215         (yn): Likewise.
46216         (ynf): Likewise.
46217         (ynl): Likewise.
46218         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46219         line.
46220         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46221         "...".
46222         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46223         (sched_get_priority_max): Likewise.
46224         * manual/signal.texi (sigvec): Add space after comma.
46225         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46226         names.
46227         (if_indextoname): Likewise.
46228         (if_freenameindex): Likewise.
46229         (sendto): Use ',' instead of '.' in prototype.
46230         * manual/startup.texi (syscall): Use @dots{} instead of literal
46231         "...".
46232         * manual/stdio.texi (__fpending): Separate initial words of
46233         paragraph from @deftypefun line.
46234         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46235         "...".
46236         (vsyslog): Use @var{} on parameter names.
46237         * manual/terminal.texi (stty): Use @var{} on parameter names.
46238         * manual/users.texi (getutmp): Use @var{} on parameter names.
46239         (getutmpx): Likewise.
46240
46241 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46242
46243         [BZ #6884]
46244         * manual/stdio.texi (fopen): Fix typos in description of
46245         ",ccs=STRING".
46246
46247 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46248
46249         [BZ #4026]
46250         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46251         get clock_id definition.
46252
46253 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46254
46255         [BZ #4822]
46256         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46257         (madvise): Cast every argument to void on its own.
46258
46259 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46260
46261         [BZ #9902]
46262         * manual/startup.texi (Exit Status): Fix typo.
46263
46264 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46265
46266         [BZ #10140]
46267         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46268         * manual/examples/argp-ex2.c: Likewise.
46269         * manual/examples/argp-ex3.c: Likewise.
46270
46271 2012-02-16  Richard Henderson  <rth@redhat.com>
46272
46273         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46274         * sysdeps/s390/s390-32/initfini.c: Remove.
46275         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46276         * sysdeps/s390/s390-64/initfini.c: Remove.
46277
46278 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46279
46280         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46281         compiler output for sysdeps/generic/initfini.c.
46282         * sysdeps/sh/elf/initfini.c: Remove file.
46283
46284 2012-02-16  David S. Miller  <davem@davemloft.net>
46285
46286         [BZ #11494]
46287         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46288
46289         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46290         * sysdeps/sparc/crti.S: New file.
46291         * sysdeps/sparc/crtn.S: New file.
46292         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46293         * sysdeps/sparc/sparc64/Makefile: Likewise.
46294
46295 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46296
46297         [BZ #3335]
46298         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46299
46300 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46301
46302         [BZ #4822]
46303         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46304
46305         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46306         (write, read, close): Likewise.
46307         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46308
46309 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46310
46311         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46312         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46313         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46314         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46315         <bits/signalfd.h>.
46316         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46317         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46318         bits/signalfd.h.
46319
46320 2012-02-14  Marek Polacek  <polacek@redhat.com>
46321
46322         * sysdeps/x86_64/crti.S: New file.
46323         * sysdeps/x86_64/crtn.S: New file.
46324         * sysdeps/x86_64/elf/initfini.c: Remove file.
46325
46326 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46327
46328         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46329         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46330         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46331         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46332         <bits/inotify.h>.
46333         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46334         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46335         bits/inotify.h.
46336
46337 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46338
46339         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46340         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46341         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46342         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46343         <bits/eventfd.h>.
46344         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46345         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46346         bits/eventfd.h.
46347
46348 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46349
46350         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46351         __feraiseexcept instead of feraiseexcept.
46352
46353         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46354         nanosleep invocations.
46355         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46356         strings, and add error checking for a nanosleep invocations.
46357
46358 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46359
46360         Replace FSF snail mail address with URLs, as per GNU coding standards.
46361         Most of the snail mail addresses were wrong anyway, and omitting
46362         them makes the source code easier to maintain.  Almost all of the
46363         changes are to license notices and to locale LC_IDENTIFICATION
46364         addresses, except for this one:
46365         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46366         not its snail mail address.
46367
46368 2012-02-09  Richard Henderson  <rth@twiddle.net>
46369
46370         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46371         of kernel-features.h.
46372
46373         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46374
46375 2012-02-08  Marek Polacek  <polacek@redhat.com>
46376
46377         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46378         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46379         * sysdeps/gnu/_G_config.h: Likewise.
46380         * sysdeps/generic/_G_config.h: Likewise.
46381
46382 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46383
46384         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46385         tests.
46386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46387
46388         * sysdeps/powerpc/powerpc32/crti.S: New file.
46389         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46390         * sysdeps/powerpc/powerpc64/crti.S: New file.
46391         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46392
46393         * Makeconfig (have-initfini): Don't set.
46394         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46395         * configure.in (nopic_initfini): Don't substitute.
46396         * config.h.in (HAVE_INITFINI): Don't #undef.
46397         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46398         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46399
46400 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46401
46402         Support crti.S and crtn.S provided directly by architectures.
46403         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46404         [crti.S in sysdirs] (omit-deps): Likewise.
46405         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46406         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46407         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46408         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46409         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46410         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46411         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46412         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46413         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46414         compiler output for sysdeps/generic/initfini.c.
46415         * sysdeps/i386/elf/Makefile: Remove file.
46416         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46417
46418 2012-02-07  Marek Polacek  <polacek@redhat.com>
46419
46420         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46421         * sysdeps/gnu/_G_config.h: Likewise.
46422         * sysdeps/mach/hurd/_G_config.h: Likewise.
46423
46424 2012-02-07  Marek Polacek  <polacek@redhat.com>
46425
46426         * math/Makefile (tests): Add tst-CMPLX2.
46427         * math/tst-CMPLX2.c: New file.
46428
46429 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46430
46431         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46432
46433         * math/libm-test.inc (jn_test): Add missing L suffix.
46434
46435 2012-02-06  Marek Polacek  <polacek@redhat.com>
46436
46437         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46438         * sysdeps/i386/fpu/e_powf.S: Likewise.
46439         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46440         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46441         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46442         * sysdeps/i386/fpu/e_pow.S: Likewise.
46443         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46444         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46445         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46446         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46447         * sysdeps/i386/fpu/e_log2.S: Likewise.
46448         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46449         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46450         * sysdeps/i386/fpu/e_powl.S: Likewise.
46451         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46452         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46453         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46454         * sysdeps/i386/fpu/e_logl.S: Likewise.
46455         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46456         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46457         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46458         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46459         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46460         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46461         * sysdeps/i386/fpu/e_log.S: Likewise.
46462         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46463         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46464         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46465         * sysdeps/i386/fpu/e_logf.S: Likewise.
46466         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46467         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46468         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46469         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46470         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46471         * sysdeps/i386/fpu/e_log10.S: Likewise.
46472         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46473         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46474         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46475         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46476         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46477         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46478         * sysdeps/i386/asm-syntax.h: Likewise.
46479         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46480         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46481         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46482         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46483         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46484         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46485         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46486         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46487         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46488         * sysdeps/powerpc/sysdep.h: Likewise.
46489         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46490         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46491
46492 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46493
46494         [BZ #411]
46495         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46496
46497 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46498
46499         * sysdeps/i386/sysdep.h: Include <features.h>.
46500         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46501         version.
46502
46503 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46504
46505         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46506         Define.
46507         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46508         LOAD_PIC_REG_STR.
46509
46510 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46511
46512         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46513         (SETUP_PIC_REG): Use GET_PC_THUNK.
46514         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46515         macro.
46516
46517 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46518
46519         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46520         for non-PIC compilation.
46521         (SETUP_PIC_REG): Add .p2align directive.
46522         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46523         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46524         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46525         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46526         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46527         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46528         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46529         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46530         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46531         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46532         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46533         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46534         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46535         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46536         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46537         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46538         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46539         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46540         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46541         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46542         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46543         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46544         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46545         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46546         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46547         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46548         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46549         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46550         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46551         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46552         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46553         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46554         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46555         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46556         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46557         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46558         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46559         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46560         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46561         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46562         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46563
46564 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46565
46566         * math/tst-CMPLX.c: Include <stdio.h>.
46567
46568 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46569
46570         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46571         float.
46572         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46573         * sysdeps/sparc/bits/mathdef.h: Likewise.
46574
46575 2012-01-31  Marek Polacek  <polacek@redhat.com>
46576
46577         * libio/libio.h: Don't define _PARAMS.
46578         * locale/programs/config.h: Don't define PARAMS.
46579         * stdlib/strtol_l.c: Likewise.
46580         (__strtol_l): Remove PARAMS from the prototype.
46581
46582 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46583
46584         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46585         names.  Just use the correct names.  Remove unnecessary wrapper
46586         functions.
46587         * malloc/arena.c: Likewise.
46588         * malloc/hooks.c: Likewise.
46589
46590         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46591         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46592         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46593
46594 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46595
46596         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46597         into tail calls.
46598         (update_get_addr): New function.
46599         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46600         GET_ADDR_MODULE parameter.
46601
46602 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46603
46604         * crypt/cert.c: Remove __STDC__ conditionals.
46605         * crypt/crypt-entry.c: Likewise.
46606         * crypt/crypt_util.c: Likewise.
46607         * libio/filedoalloc.c: Likewise.
46608         * libio/fileops.c: Likewise.
46609         * libio/genops.c: Likewise.
46610         * libio/iofclose.c: Likewise.
46611         * libio/iofdopen.c: Likewise.
46612         * libio/iofopen.c: Likewise.
46613         * libio/iofopen64.c: Likewise.
46614         * libio/iogetdelim.c: Likewise.
46615         * libio/iopopen.c: Likewise.
46616         * libio/obprintf.c: Likewise.
46617         * libio/oldfileops.c: Likewise.
46618         * libio/oldiofclose.c: Likewise.
46619         * libio/oldiofdopen.c: Likewise.
46620         * libio/oldiofopen.c: Likewise.
46621         * libio/oldiopopen.c: Likewise.
46622         * libio/wfiledoalloc.c: Likewise.
46623         * libio/wgenops.c: Likewise.
46624         * locale/programs/xmalloc.c: Likewise.
46625         * misc/syslog.c: Likewise.
46626         * stdio-common/xbug.c: Likewise.
46627         * string/memchr.c: Likewise.
46628         * string/memcmp.c: Likewise.
46629         * string/memrchr.c: Likewise.
46630         * string/rawmemchr.c: Likewise.
46631         * sysdeps/posix/getcwd.c: Likewise.
46632         * time/strftime_l.c: Likewise.
46633
46634 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46635
46636         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46637         * config.make.in (config-cflags-sse2avx): Define.
46638         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46639         Fix typo.
46640
46641 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46642
46643         * scripts/config.guess: Update from upstream config git repository.
46644         * scripts/config.sub: Likewise.
46645
46646 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46647
46648         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46649         (EM_NUM): Update.
46650         (R_TILEPRO_*, R_TILEGX_*): New macros.
46651
46652         * scripts/firstversions.awk: Fix bug in version range handling.
46653
46654         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46655
46656         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46657
46658         * include/sys/epoll.h: New file.
46659         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46660         libc_hidden_def.
46661
46662 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46663
46664         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46665         Avoid unnecessary __WORDSIZE == 64 test.
46666         (fmaxf): Use VEX format if possible.
46667         (fmax): Likewise.
46668         (fminf): Likewise.
46669         (fmin): Likewise.
46670
46671         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46672         * math/math_private.h: Remove libc_fegetround* and
46673         libc_fesetround*.
46674         * sysdeps/i386/configure.in: Check for -msse2avx.
46675         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46676         also if SSE2AVX is defined.
46677         Remove libc_fegetround* and libc_fesetround*.
46678         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46679         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46680         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46681         of HAS_YMM_USABLE.
46682         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46683         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46684         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46685         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46686         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46687
46688         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46689
46690 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46691
46692         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46693         size is not set.
46694         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46695
46696 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46697
46698         [BZ #13618]
46699         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46700         relocation.
46701         * Makeconfig (libm): Define.
46702         * elf/Makefile: Add rules to build and run tst-relsort1.
46703         * elf/tst-relsort1.c: New file.
46704         * elf/tst-relsort1mod1.c: New file.
46705         * elf/tst-relsort1mod2.c: New file.
46706
46707 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46708
46709         * math/s_ldexp.c: Remove __STDC__ conditionals.
46710         * math/s_ldexpf.c: Likewise.
46711         * math/s_ldexpl.c: Likewise.
46712         * math/s_nextafter.c: Likewise.
46713         * math/s_nexttowardf.c: Likewise.
46714         * math/s_significand.c: Likewise.
46715         * math/s_significandf.c: Likewise.
46716         * math/s_significandl.c: Likewise.
46717         * math/w_jnl.c: Likewise.
46718         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46719         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46720         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46721         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46722         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46723         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46724         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46725         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46726         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46727         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46728         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46729         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46730         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46731         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46732         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46733         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46734         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46735         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46736         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46737         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46738         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46739         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46740         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46741         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46742         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46743         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46744         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46745         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46746         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46747         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46748         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46749         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46750         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46751         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46752         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46753         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46754         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46755         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46756         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46757         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46758         * sysdeps/ieee754/k_standard.c: Likewise.
46759         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46760         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46761         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46762         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46763         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46764         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46765         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46766         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46767         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46768         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46769         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46770         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46771         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46772         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46773         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46774         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46775         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46776         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46777         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46778         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46779         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46780         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46781         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46782         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46783         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46784         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46785         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46786         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46787         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46788         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46789         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46790         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46791         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46792         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46793         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46794         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46795         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46796         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46797         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46798         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46799         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46800         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46801         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46802         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46803         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46804         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46805         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46806         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46807         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46808         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46809         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46810         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46811         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46812         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46813         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46814         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46815         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46816         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46817         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46818         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46819         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46820         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46821         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46822         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46823         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46824         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46825         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46826         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46827         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46828         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46829         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46830         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46831         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46832         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46833         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46834         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46835         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46836         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46837         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46838         * sysdeps/ieee754/s_matherr.c: Likewise.
46839         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46840         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46841         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46842         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46843
46844 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46845
46846         * crypt/md5.h: Remove __STDC__ conditionals.
46847         * libio/libioP.h: Likewise.
46848         * locale/programs/config.h: Likewise.
46849         * sysdeps/generic/sysdep.h: Likewise.
46850         * sysdeps/i386/asm-syntax.h: Likewise.
46851         * sysdeps/s390/asm-syntax.h: Likewise.
46852         * sysdeps/unix/sysdep.h: Likewise.
46853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46855
46856 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46857
46858         * libio/libio.h: Remove __STDC__ conditionals.
46859         * malloc/obstack.h: Likewise.
46860         * math/complex.h: Likewise.
46861         * math/math.h: Likewise.
46862         * sysdeps/generic/_G_config.h: Likewise.
46863         * sysdeps/gnu/_G_config.h: Likewise.
46864         * sysdeps/mach/hurd/_G_config.h: Likewise.
46865         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46866         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46867         * sysdeps/sparc/bits/mathdef.h: Likewise.
46868
46869 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46870
46871         [BZ #13583]
46872         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46873         Clean up HAS_* macros.
46874         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46875         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46876         possible.
46877         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46878         HAS_AVX.
46879         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46880         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46881         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46882         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46883         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46884
46885 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46886
46887         * elf/tst-unique3.cc (gets): Remove declaration.
46888         * elf/tst-unique3lib.cc (gets): Likewise.
46889         * elf/tst-unique3lib2.cc (gets): Likewise.
46890         * elf/tst-unique4.cc (gets): Likewise.
46891
46892 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46893
46894         * include/stdio.h: Add C++ protection.  Add gets declarations and
46895         definitions.
46896         * debug/tst-chk1.c: Don't declare gets here.
46897         * stdio-common/tst-gets.c: Likewise.
46898
46899 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46900
46901         * posix/glob: Remove directory.
46902
46903 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46904
46905         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46906
46907 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46908
46909         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46910         of the non-standard EPFNOSUPPORT.
46911
46912 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46913
46914         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46915         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46916         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46917
46918 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46919
46920         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46921
46922 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46923
46924         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46925         transient errors.
46926         * nscd/grpcache.c (cache_addgr): Likewise.
46927         * nscd/hstcache.c (cache_addhst): Likewise.
46928         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46929         * nscd/pwdcache.c (cache_addpw): Likewise.
46930         * nscd/servicescache.c (cache_addserv): Likewise.
46931
46932 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46933
46934         * malloc/malloc.c: Various cleanups.
46935         * malloc/hooks.c: Likewise.
46936
46937         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46938         * stdlib/bug-fmtmsg1.c: New file.
46939
46940         * stdlib/fmtmsg.c (init): Add missing unlock.
46941         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46942
46943 2012-01-12  Marek Polacek  <polacek@redhat.com>
46944
46945         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46946         and _GNU_SOURCE.
46947
46948 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46949
46950         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46951         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46952         macro to ensure uniqueness of label name.
46953         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46954         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46955
46956 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46957
46958         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46959
46960         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46961         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46962         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46963         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46964
46965 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46966
46967         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46968
46969         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46970         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46971         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46972
46973         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46974
46975         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46976         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46977         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46978         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46979
46980         * math/bits/math-finite.h: Add ldexp support.
46981
46982 2012-01-10  Marek Polacek  <polacek@redhat.com>
46983
46984         * locale/programs/localedef.h (show_archive_content): Add noreturn
46985         attribute.
46986
46987 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46988
46989         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46990
46991 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46992
46993         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46994
46995         * io/Makefile (headers): Add bits/poll2.h.
46996
46997 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46998
46999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47000         typo #include statement.
47001
47002 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47003
47004         * include/sys/cdefs.h: Define __attribute_alloc_size.
47005         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47006         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47007         * elf/pldd.c: Likewise.
47008         * iconv/iconv_charmap.c: Likewise.
47009         * iconv/iconvconfig.c: Likewise.
47010         * iconv/strtab.c: Likewise.
47011         * locale/programs/locale.c: Likewise.
47012         * locale/programs/localedef.h: Likewise.
47013         * locale/programs/simple-hash.c: Likewise.
47014         * nscd/nscd.h: Likewise.
47015         * nss/makedb.c: Likewise.
47016         * sysdeps/generic/ldconfig.h: Likewise.
47017         * locale/programs/localedef.c: Remove xmalloc prototype.
47018         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47019
47020 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47021
47022         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47023         appropriate.
47024
47025 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47026
47027         * math/Makefile (tests): Add tst-CMPLX.
47028         * math/tst-CMPLX.c: New file.
47029
47030         * math/complex.h (CMPLXL): Fix typo.
47031
47032         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47033         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47034         GLIBC_2.16.
47035         * debug/tst-chk1.c: Add poll and ppoll tests.
47036         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47037         * include/sys/poll.h: Add hidden proto for ppoll.
47038         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47039         * sysdeps/mach/hurd/ppoll.c: Likewise.
47040         * io/ppoll.c: Likewise.
47041         * debug/poll_chk.c: New file.
47042         * debug/ppoll_chk.c: New file.
47043         * include/bits/poll2.h: New file.
47044         * io/bits/poll2.h: New file.
47045
47046         [BZ #1350]
47047         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47048
47049         * configure.in: static is always set to yes.  Remove.
47050         * config.make.in: Don't set build-static.
47051         * Makeconfig: Remove use of build-static.
47052         * dlfcn/Makefile: Likewise.
47053         * elf/Makefile: Likewise.
47054         * math/Makefile: Likewise.
47055         * misc/Makefile: Likewise.
47056         * nptl/Makefile: Likewise.
47057         * sysdeps/mach/hurd/Makefile: Likewise.
47058
47059         * configure.in: PWD_P is not used anymore.
47060         * config.make.in: Remove PWD_P entry.
47061
47062         * configure.in: Remove last remnants of RANLIB.
47063         No need to check for signed size_t anymore.
47064         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47065         and IA-64.
47066         Remove __builtin_expect test because we require at least gcc 3.4.
47067         * aclocal.m4: Likewise.
47068
47069         * wcsmbs/mbrtoc16.c: Implement using towc function.
47070         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47071         * wcsmbs/wcsmbsload.c: Likewise.
47072         * iconv/gconv_simple.c: Likewise.
47073         * iconv/gconv_int.h: Likewise.
47074         * iconv/gconv_builtin.h: Likewise.
47075         * iconv/iconv_prog.c: Remove CHAR16 handling.
47076
47077         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47078
47079         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47080
47081         * configure.in: Remove --with-elf and --enable-bounded options.
47082         Dont set base_machine for ia64.  More non-ELF conditions removed.
47083         Remove testing and setting of leading underscore information.
47084         * config.make.in (build-bounded): Set to no.
47085         * config.h.in: Remove NO_UNDERSCORES entry.
47086         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47087         them.
47088         * csu/start.c: Remove !NO_UNDERSCORE code.
47089         * locale/localeinfo.h: Likewise.
47090         * sysdeps/generic/machine-gmon.h: Likewise.
47091         * sysdeps/generic/sysdep.h: Likewise.
47092         * sysdeps/i386/sysdep.h: Likewise.
47093         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47094         * sysdeps/mach/sysdep.h: Likewise.
47095         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47096         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47097         * sysdeps/sh/sysdep.h: Likewise.
47098         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47099         * sysdeps/unix/i386/sysdep.S: Likewise.
47100         * sysdeps/unix/sparc/start.c: Likewise.
47101         * sysdeps/unix/sparc/sysdep.S: Likewise.
47102         * sysdeps/unix/sparc/sysdep.h: Likewise.
47103         * sysdeps/unix/start.c: Likewise.
47104         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47105         * sysdeps/x86_64/sysdep.h: Likewise.
47106
47107 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47108
47109         [BZ #13553]
47110         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47111         for non-gcc.
47112         * argp/argp-fmtstream.h: Use const instead __const.
47113         * argp/argp.h: Likewise.
47114         * assert/assert.h: Likewise.
47115         * bits/fenv.h: Likewise.
47116         * bits/sched.h: Likewise.
47117         * bits/sigset.h: Likewise.
47118         * bits/sigthread.h: Likewise.
47119         * catgets/nl_types.h: Likewise.
47120         * conform/data/pthread.h-data: Likewise.
47121         * crypt/crypt-private.h: Likewise.
47122         * crypt/crypt.h: Likewise.
47123         * crypt/crypt_util.c: Likewise.
47124         * ctype/ctype.h: Likewise.
47125         * debug/execinfo.h: Likewise.
47126         * debug/mbsnrtowcs_chk.c: Likewise.
47127         * debug/mbsrtowcs_chk.c: Likewise.
47128         * debug/wcsnrtombs_chk.c: Likewise.
47129         * debug/wcsrtombs_chk.c: Likewise.
47130         * debug/wcstombs_chk.c: Likewise.
47131         * dirent/dirent.h: Likewise.
47132         * dlfcn/dlfcn.h: Likewise.
47133         * elf/neededtest4.c: Likewise.
47134         * grp/grp.h: Likewise.
47135         * gshadow/gshadow.h: Likewise.
47136         * iconv/gconv.h: Likewise.
47137         * iconv/gconv_int.h: Likewise.
47138         * iconv/gconv_simple.c: Likewise.
47139         * iconv/iconv.h: Likewise.
47140         * iconv/loop.c: Likewise.
47141         * iconv/skeleton.c: Likewise.
47142         * include/aio.h: Likewise.
47143         * include/aliases.h: Likewise.
47144         * include/argz.h: Likewise.
47145         * include/arpa/inet.h: Likewise.
47146         * include/assert.h: Likewise.
47147         * include/dirent.h: Likewise.
47148         * include/dlfcn.h: Likewise.
47149         * include/execinfo.h: Likewise.
47150         * include/fcntl.h: Likewise.
47151         * include/fenv.h: Likewise.
47152         * include/glob.h: Likewise.
47153         * include/grp.h: Likewise.
47154         * include/libintl.h: Likewise.
47155         * include/mntent.h: Likewise.
47156         * include/netdb.h: Likewise.
47157         * include/pwd.h: Likewise.
47158         * include/rpc/netdb.h: Likewise.
47159         * include/sched.h: Likewise.
47160         * include/search.h: Likewise.
47161         * include/shadow.h: Likewise.
47162         * include/signal.h: Likewise.
47163         * include/stdio.h: Likewise.
47164         * include/stdlib.h: Likewise.
47165         * include/string.h: Likewise.
47166         * include/sys/socket.h: Likewise.
47167         * include/sys/stat.h: Likewise.
47168         * include/sys/statfs.h: Likewise.
47169         * include/sys/statvfs.h: Likewise.
47170         * include/sys/syslog.h: Likewise.
47171         * include/sys/time.h: Likewise.
47172         * include/sys/uio.h: Likewise.
47173         * include/time.h: Likewise.
47174         * include/unistd.h: Likewise.
47175         * include/utmp.h: Likewise.
47176         * include/wchar.h: Likewise.
47177         * include/wctype.h: Likewise.
47178         * inet/aliases.h: Likewise.
47179         * inet/arpa/inet.h: Likewise.
47180         * inet/netinet/ether.h: Likewise.
47181         * inet/netinet/in.h: Likewise.
47182         * intl/libintl.h: Likewise.
47183         * io/bits/fcntl2.h: Likewise.
47184         * io/fcntl.h: Likewise.
47185         * io/ftw.h: Likewise.
47186         * io/sys/poll.h: Likewise.
47187         * io/sys/stat.h: Likewise.
47188         * io/sys/statfs.h: Likewise.
47189         * io/sys/statvfs.h: Likewise.
47190         * io/utime.h: Likewise.
47191         * libio/bits/stdio.h: Likewise.
47192         * libio/bits/stdio2.h: Likewise.
47193         * libio/libio.h: Likewise.
47194         * libio/libioP.h: Likewise.
47195         * libio/stdio.h: Likewise.
47196         * locale/lc-ctype.c: Likewise.
47197         * locale/locale.h: Likewise.
47198         * login/utmp.h: Likewise.
47199         * malloc/arena.c: Likewise.
47200         * malloc/malloc.c: Likewise.
47201         * malloc/malloc.h: Likewise.
47202         * malloc/mcheck.c: Likewise.
47203         * malloc/mtrace.c: Likewise.
47204         * math/bits/mathcalls.h: Likewise.
47205         * math/fenv.h: Likewise.
47206         * math/math_private.h: Likewise.
47207         * misc/bits/error.h: Likewise.
47208         * misc/bits/syslog.h: Likewise.
47209         * misc/err.h: Likewise.
47210         * misc/error.h: Likewise.
47211         * misc/fstab.h: Likewise.
47212         * misc/mntent.h: Likewise.
47213         * misc/regexp.h: Likewise.
47214         * misc/search.h: Likewise.
47215         * misc/sgtty.h: Likewise.
47216         * misc/sys/mman.h: Likewise.
47217         * misc/sys/syslog.h: Likewise.
47218         * misc/sys/uio.h: Likewise.
47219         * misc/sys/xattr.h: Likewise.
47220         * misc/ttyent.h: Likewise.
47221         * nis/rpcsvc/ypclnt.h: Likewise.
47222         * nss/nss.h: Likewise.
47223         * posix/bits/unistd.h: Likewise.
47224         * posix/fnmatch.h: Likewise.
47225         * posix/glob.h: Likewise.
47226         * posix/sched.h: Likewise.
47227         * posix/spawn.h: Likewise.
47228         * posix/sys/wait.h: Likewise.
47229         * posix/unistd.h: Likewise.
47230         * posix/wordexp.h: Likewise.
47231         * pwd/pwd.h: Likewise.
47232         * resolv/netdb.h: Likewise.
47233         * resource/sys/resource.h: Likewise.
47234         * rt/aio.h: Likewise.
47235         * rt/bits/mqueue2.h: Likewise.
47236         * rt/mqueue.h: Likewise.
47237         * shadow/shadow.h: Likewise.
47238         * signal/signal.h: Likewise.
47239         * socket/send.c: Likewise.
47240         * socket/sendto.c: Likewise.
47241         * socket/sys/socket.h: Likewise.
47242         * stdio-common/printf.h: Likewise.
47243         * stdlib/bits/stdlib.h: Likewise.
47244         * stdlib/fmtmsg.h: Likewise.
47245         * stdlib/monetary.h: Likewise.
47246         * stdlib/stdlib.h: Likewise.
47247         * stdlib/ucontext.h: Likewise.
47248         * streams/stropts.h: Likewise.
47249         * string/argz.h: Likewise.
47250         * string/bits/string2.h: Likewise.
47251         * string/string.h: Likewise.
47252         * string/strings.h: Likewise.
47253         * sunrpc/rpc/auth.h: Likewise.
47254         * sunrpc/rpc/auth_des.h: Likewise.
47255         * sunrpc/rpc/clnt.h: Likewise.
47256         * sunrpc/rpc/netdb.h: Likewise.
47257         * sunrpc/rpc/pmap_clnt.h: Likewise.
47258         * sunrpc/rpc/xdr.h: Likewise.
47259         * sysdeps/generic/inttypes.h: Likewise.
47260         * sysdeps/generic/net/if.h: Likewise.
47261         * sysdeps/generic/sys/swap.h: Likewise.
47262         * sysdeps/gnu/net/if.h: Likewise.
47263         * sysdeps/gnu/utmpx.h: Likewise.
47264         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47265         * sysdeps/i386/i486/bits/string.h: Likewise.
47266         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47267         * sysdeps/s390/bits/string.h: Likewise.
47268         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47269         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47270         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47271         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47272         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47273         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47274         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47275         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47276         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47277         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47278         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47279         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47280         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47281         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47282         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47283         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47284         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47285         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47286         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47287         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47288         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47289         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47290         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47291         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47292         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47293         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47294         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47295         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47296         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47297         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47298         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47299         * sysvipc/sys/ipc.h: Likewise.
47300         * sysvipc/sys/msg.h: Likewise.
47301         * sysvipc/sys/sem.h: Likewise.
47302         * sysvipc/sys/shm.h: Likewise.
47303         * termios/termios.h: Likewise.
47304         * time/sys/time.h: Likewise.
47305         * time/time.h: Likewise.
47306         * wcsmbs/bits/wchar2.h: Likewise.
47307         * wcsmbs/uchar.h: Likewise.
47308         * wcsmbs/wchar.h: Likewise.
47309         * wctype/wctype.h: Likewise.
47310
47311         [BZ #13551]
47312         * Makeconfig: Remove all but ELF support including AIX support.
47313         * Makerules: Likewise.
47314         * config.h.in: Likewise.
47315         * config.make.in: Likewise.
47316         * configure: Likewise.
47317         * configure.in: Likewise.
47318         * csu/Makefile: Likewise.
47319         * csu/version.c: Likewise.
47320         * debug/Makefile: Likewise.
47321         * dlfcn/Makefile: Likewise.
47322         * elf/Makefile: Likewise.
47323         * extra-lib.mk: Likewise.
47324         * iconv/Makefile: Likewise.
47325         * include/libc-symbols.h: Likewise.
47326         * include/shlib-compat.h: Likewise.
47327         * resolv/Makefile: Likewise.
47328         * resolv/res_libc.c: Likewise.
47329         * rt/Makefile: Likewise.
47330         * sysdeps/i386/asm-syntax.h: Likewise.
47331         * sysdeps/i386/sysdep.h: Likewise.
47332         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47333         * sysdeps/mach/sysdep.h: Likewise.
47334         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47335         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47336         * sysdeps/s390/asm-syntax.h: Likewise.
47337         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47338         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47339         * sysdeps/sh/sysdep.h: Likewise.
47340         * sysdeps/unix/sparc/sysdep.h: Likewise.
47341         * sysdeps/wordsize-32/divdi3.c: Likewise.
47342         * sysdeps/x86_64/sysdep.h: Likewise.
47343
47344         * argp/Versions: Remove _argp_unlock_xxx.
47345
47346         [BZ #13559]
47347         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47348         * abilist/libBrokenLocale.abilist: Likewise.
47349         * abilist/libanl.abilist: Likewise.
47350         * abilist/libc.abilist: Likewise.
47351         * abilist/libcrypt.abilist: Likewise.
47352         * abilist/libdl.abilist: Likewise.
47353         * abilist/libm.abilist: Likewise.
47354         * abilist/libnsl.abilist: Likewise.
47355         * abilist/libpthread.abilist: Likewise.
47356         * abilist/libresolv.abilist: Likewise.
47357         * abilist/librt.abilist: Likewise.
47358         * abilist/libthread_db.abilist: Likewise.
47359         * abilist/libutil.abilist: Likewise.
47360         * abilist/libnss_db.abilist: New file.
47361
47362         * scripts/abilist.awk: Add support for indirect functions.
47363
47364         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47365
47366         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47367
47368         * shlib-versions: Remove entries for ports architectures.
47369
47370         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47371         files in ports.
47372         * elf/stackguard-macros.h: Remove support for IA-64.
47373         * elf/tst-auditmod1.c: Likewise.
47374         * sysdeps/generic/ldsodefs.h: Likewise.
47375
47376         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47377         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47378         configure files.
47379
47380         [BZ #13552]
47381         * configure.in: Remove --enable-omitfp support.
47382         * FAQ.in: Adjust.
47383         * config.make.in: Likewise.
47384         * Makeconfig: Likewise.
47385         * manual/install.texi: Likewise.
47386
47387         In case anyone cares, the IA-64 architecture could move to ports.
47388         * sysdeps/ia64/*: Removed.
47389         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47390         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47391
47392         [BZ #13555]
47393         * configure.in: Remove entries for unsupported architectures.
47394
47395         [BZ #13533]
47396         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47397         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47398         routines.
47399         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47400         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47401         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47402         fall back to using wcrtomb.
47403         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47404         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47405         renaming.
47406         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47407         * wcsmbs/tst-c16c32-1.c: New file.
47408
47409         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47410         local variable.
47411
47412         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47413
47414         * elf/tst-unique3.cc: Add explicit declaration of gets.
47415         * elf/tst-unique3lib.cc: Likewise.
47416         * elf/tst-unique3lib2.cc: Likewise.
47417         * elf/tst-unique4.cc: Likewise.
47418
47419         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47420
47421 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47422
47423         [BZ #13566]
47424         * assert/assert.h (static_assert): Don't define for C++.
47425         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47426         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47427
47428 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47429
47430         * iconv/loop.c (single loop): Fix assertion in storing of
47431         remaining bytes.
47432
47433         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47434
47435 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47436
47437         * posix/getconf.c: Update copyright year.
47438         * nss/getent.c: Likewise.
47439         * nss/makedb.c: Likewise.
47440         * iconv/iconvconfig.c: Likewise.
47441         * iconv/iconv_prog.c: Likewise.
47442         * elf/ldconfig.c: Likewise.
47443         * elf/pldd.c: Likewise.
47444         * elf/sotruss.ksh: Likewise.
47445         * catgets/gencat.c: Likewise.
47446         * csu/version.c: Likewise.
47447         * elf/ldd.bash.in: Likewise.
47448         * elf/sprof.c (print_version): Likewise.
47449         * locale/programs/locale.c: Likewise.
47450         * locale/programs/localedef.c: Likewise.
47451         * login/programs/pt_chown.c: Likewise.
47452         * nscd/nscd.c (print_version): Likewise.
47453         * debug/xtrace.sh: Likewise.
47454         * malloc/memusage.sh: Likewise.
47455         * malloc/mtrace.pl: Likewise.
47456         * debug/catchsegv.sh: Likewise.
47457
47458 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47459
47460         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47461         pure attribute.
47462
47463 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47464
47465         [BZ #13533]
47466         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47467         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47468         transformations.
47469         * iconv/gconv_int.h: Likewise.
47470         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47471         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47472         from libc for GLIBC_2.16.
47473         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47474         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47475         * wcsmbs/uchar.h: Really define mbstate_t.
47476         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47477         * wcsmbs/c16rtomb.c: New file.
47478         * wcsmbs/mbrtoc16.c: New file.
47479         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47480         for C/POSIX locale.
47481         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47482         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47483
47484         * wcsmbs/wchar.h: Add missing __restrict.
47485
47486 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47487
47488         [BZ #13532]
47489         * time/Makefile (routines): Add timespec_get.
47490         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47491         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47492         timespec for ISO C11.
47493         * time/timespec_get.c: New file.
47494         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47495         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47496
47497         [BZ #13531]
47498         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47499         * stdlib/stdlib.h: Declare aligned_alloc.
47500         * Versions.def: Add GLIBC_2.16 for libc.
47501         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47502
47503         [BZ 13527]
47504         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47505         ISO C11.
47506
47507         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47508         code.
47509
47510         [BZ #13528]
47511         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47512
47513         [BZ #13529]
47514         * assert/assert.h (static_assert): Define.
47515
47516         * version.h: Update for 2.16 development version.
47517
47518         [BZ #13526]
47519         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47520         _ISOC11_SOURCE.
47521
47522         * version.h (RELEASE): Bump for 2.15 release.
47523         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47524
47525         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47526         Patch by Marek Polacek <mpolacek@redhat.com>.
47527
47528         * bits/byteswap.h: Protect long long constants with __extension__.
47529         * sysdeps/i386/bits/byteswap.h: Likewise.
47530         * sysdeps/ia64/bits/byteswap.h: Likewise.
47531         * sysdeps/s390/bits/byteswap.h: Likewise.
47532         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47533
47534 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47535
47536         [BZ #13540]
47537         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47538         destination buffer.
47539         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47540
47541 2011-12-23  Marek Polacek  <polacek@redhat.com>
47542
47543         * elf/dl-addr.c (determine_info): Add inline keyword.
47544         * elf/tst-auditmod4b.c (check_avx): Likewise.
47545         * elf/tst-auditmod6b.c (check_avx): Likewise.
47546         * elf/tst-auditmod6c.c (check_avx): Likewise.
47547         * elf/tst-auditmod7b.c (check_avx): Likewise.
47548
47549 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47550
47551         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47552         !__SSE_MATH__.
47553
47554 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47555
47556         [BZ #13540]
47557         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47558         processing for last bytes.
47559
47560 2011-08-06  Bruno Haible  <bruno@clisp.org>
47561
47562         [BZ #13061]
47563         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47564         U+0385, not to U+1FEE.
47565
47566         [BZ #13062]
47567         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47568         entry for U+00A5 U+0301.
47569
47570 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47571
47572         [BZ #13166]
47573         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47574         buffer for the output is too small.
47575
47576         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47577         optimization.
47578
47579         [BZ #13185]
47580         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47581         SSE flags if possible.
47582
47583 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47584
47585         [BZ #13540]
47586         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47587         processing for last bytes.
47588
47589 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47590
47591         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47592         (syscall-list-default-options, syscall-list-default-condition)
47593         (syscall-list-includes): Define.
47594         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47595         list of ABIs and options and #if conditions for each ABI.  Do not
47596         handle common syscalls between ABIs specially.
47597         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47598         Remove.
47599         (syscall-list-variants, syscall-list-32bit-options)
47600         (syscall-list-32bit-condition, syscall-list-64bit-options)
47601         (syscall-list-64bit-condition): Define.
47602         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47603         (syscall-list-variants, syscall-list-32bit-options)
47604         (syscall-list-32bit-condition, syscall-list-64bit-options)
47605         (syscall-list-64bit-condition): Define.
47606         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47607         Remove.
47608         (syscall-list-variants, syscall-list-32bit-options)
47609         (syscall-list-32bit-condition, syscall-list-64bit-options)
47610         (syscall-list-64bit-condition): Define.
47611         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47612         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
47617 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47618
47619         * locale/iso-639.def: Add brx entry.
47620
47621         [BZ #13328]
47622         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47623         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47624
47625         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47626         __feraiseexcept_renamed.
47627
47628 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47629
47630         [BZ #13538]
47631         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47632         EPOLLET with unsigned values.
47633         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47634         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47635
47636         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47637         to large cancellation.
47638         * math/s_cacoshf.c: Likewise.
47639         * math/s_cacoshl.c: Likewise.
47640
47641 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47642
47643         [BZ #13305]
47644         [BZ #12786]
47645         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47646         * math/s_cacoshf.c: Likewise.
47647         * math/s_cacoshl.c: Likewise.
47648
47649 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47650
47651         [BZ #13439]
47652         * iconv/gconv.h: Define __GCONV_SWAP.
47653         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47654         * iconvdata/utf-16.c: Likewise.
47655         * iconvdata/utf-32.c: Likewise.
47656
47657 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47658
47659         [BZ #13524]
47660         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47661         numerator after shifting it by one limb.
47662
47663 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47664
47665         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47666         under [__USE_EXTERN_INLINES].
47667
47668 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47669
47670         [BZ #13446]
47671         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47672
47673 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47674
47675         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47676         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47677         optimized code.
47678         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47679         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47680         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47681         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47682         for strncasecmp/strncasecmp_l compilation.
47683         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47684         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47685
47686 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47687
47688         [BZ #13484]
47689         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47690         of __asm__.
47691
47692 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47693
47694         [BZ #13506]
47695         * time/tzfile.c (__tzfile_read): Check values from file header.
47696
47697 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47698
47699         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47700         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47701         * powerpc/powerpc32/dl-start.S: Likewise.
47702         * powerpc/powerpc32/elf/start.S: Likewise.
47703         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47704         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47705         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47706         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47707         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47708         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47709         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47710         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47711         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47712         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47713         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47714         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47715         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47716         * powerpc/powerpc32/memset.S: Likewise.
47717         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47718         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47719         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47720         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47721         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47722         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47723         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47724         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47725         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47726         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47727         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47728         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47729         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47730
47731 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47732
47733         * math/libm-test.inc: Added more nearbyint tests.
47734         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47735         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47736         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47737         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47738
47739 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47740
47741         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47742         FD_CLOEXEC.
47743
47744 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47745
47746         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47747         Add wcscpy-ssse3 wcscpy-c.
47748         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47749         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47750         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47751         * sysdeps/x86_64/wcschr.S: New file.
47752         * sysdeps/x86_64/wcsrchr.S: New file.
47753         * string/test-strcmp.c: Remove checking of wcscmp function for
47754         wrong alignments.
47755         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47756         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47757         wcsrchr-sse2 wcsrchr-c.
47758         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47759         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47760         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47761         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47762         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47763         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47764         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47765         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47766         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47767         * wcsmbc/wcschr.c (WCSCHR): New macro.
47768
47769 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47770
47771         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47772         * wcsmbs/test-wcsrchr.c: New file.
47773         * string/test-strrchr.c: Add wcsrchr support.
47774         (WIDE): New macro.
47775         * wcsmbs/test-wcscpy.c: New file.
47776         * string/test-strcpy.c: Add wcscpy support.
47777         (WIDE): New macro.
47778
47779 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47780
47781         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47782         the inner loop.
47783
47784 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47785
47786         [BZ #13472]
47787         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47788
47789 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47790
47791         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47792         Minor optimizations.
47793
47794         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47795         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47796         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47797
47798 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47799
47800         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47801         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47802         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47803         for gcc to avoid warnings.
47804         * inet/Makefile (tests): Add tst-checks.
47805         * inet/tst-checks.c: New file.
47806
47807         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47808         warning.
47809
47810         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47811         __wmemcmp_sse2.
47812
47813         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47814         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47815
47816         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47817
47818 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47819
47820         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47821         problem.
47822
47823         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47824
47825 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47826
47827         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47828         conditional on GCC version.
47829         (__arch_compare_and_exchange_val_8_acq)
47830         (__arch_compare_and_exchange_val_16_acq)
47831         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47832         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47833         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47834
47835 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47836
47837         * sysdeps/sh/backtrace.c: New file.
47838
47839 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47840
47841         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47842         parenthesis.
47843
47844 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47845
47846         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47847         falling back to utime.
47848
47849 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47850
47851         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47852         expectations for float.
47853
47854 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47855
47856         * locale/weight.h (findidx): Add parameter len.
47857         * locale/weightwc.h (findidx): Likewise.
47858         * posix/fnmatch_loop.c (FCT): Adjust caller.
47859         * posix/regcomp.c (build_equiv_class): Likewise.
47860         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47861         * posix/regexec.c (check_node_accept_bytes): Likewise.
47862         * string/strcoll_l.c (STRCOLL): Likewise.
47863         * string/strxfrm_l.c (STRXFRM): Likewise.
47864
47865 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47866
47867         * Makefile.in: Remove CVSOPT handling.
47868         * configure.in: Remove use of AC_REVISION.
47869         * iconvdata/Makefile (distribute): No need to filter out CVS.
47870         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47871         handling.
47872
47873 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47874
47875         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47876         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47877         [USE_AS_STRNCASECMP_L]: Likewise.
47878         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47879         NO_TLS_DIRECT_SEG_REFS.
47880         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47881         Fix argument offsets for non-PIC.
47882         [USE_AS_STRNCASECMP_L]: Likewise.
47883         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47884         NO_TLS_DIRECT_SEG_REFS.
47885
47886 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47887
47888         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47889         O_CLOEXEC.
47890         * locale/loadlocale.c (_nl_load_locale): Likewise.
47891
47892 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47893
47894         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47895         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47896         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47897         (SYSCALL_GETTIME): Set errno on error.
47898
47899         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47900         count references to noai6ai_cached.
47901
47902 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47903
47904         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47905
47906         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47907         FD_CLOEXEC for /proc/self/maps.
47908
47909         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47910         FD_CLOEXEC for /proc/meminfo.
47911
47912         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47913         gai.conf.
47914
47915         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47916         FD_CLOEXEC for given file.
47917
47918         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47919
47920         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47921         FD_CLOEXEC for /etc/hosts.
47922         (_gethtent): Likewise.
47923
47924         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47925
47926         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47927         cancellation and set FD_CLOEXEC for /etc/netgroup.
47928
47929         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47930         reading /etc/publickey.
47931
47932         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47933         allow cancellation when reading /etc/group.
47934
47935         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47936         cancellation.
47937         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47938
47939         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47940         when using data file.
47941
47942         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47943
47944         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47945         (write_nis_obj): Use "c" and "e" in fopen.
47946
47947         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47948
47949         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47950
47951         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47952
47953         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47954
47955         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47956         locale.alias.
47957
47958         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47959
47960         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47961
47962         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47963
47964         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47965         file parsing and set FD_CLOEXEC.
47966
47967 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47968
47969         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47970
47971 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47972
47973         * malloc/arena.c (arena_get2): Don't call reused_arena when
47974         _int_new_arena failed.
47975
47976 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47977
47978         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47979         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47980         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47981         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47982         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47983         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47984         to compile strcasecmp and strncasecmp.
47985         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47986         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47987
47988         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47989
47990 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47991
47992         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47993         locale-defines.sym to gen-as-const-headers.
47994         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47995         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47996         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47997         to compile strcasecmp and strncasecmp.
47998         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47999         strcasecmp_l and strncasecmp_l.
48000         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48001         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48002         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48003         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48004         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48005         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48006         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48007         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48008         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48009         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48010         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48011
48012 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48013
48014         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48015         result of SYSDEP_GETTIME_CPU to retval.
48016         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48017         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48018
48019         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48020         variable.
48021
48022         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48023         mantissa words.
48024         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48025
48026         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48027         from unused variable.
48028
48029         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48030         DWARF definitions.
48031         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48032         for assembling.
48033
48034         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48035         over namespaces.
48036
48037         * sunrpc/rpc_prot.c (rejected): Fix case value.
48038
48039         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48040         unsigned long long int to avoid warnings in shift.
48041
48042         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48043         of use of trans.
48044         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48045         variable tmp.
48046
48047         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48048         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48049         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48050
48051         * nis/nis_table.c (nis_list): Use variable of correct type for
48052         result of __follow_path call.
48053
48054 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48055
48056         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48057         of math functions ceil, trunc, floor, round, and sqrt, when
48058         avaliable on the platform.
48059         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48060         name clash.
48061         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48062         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48063         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48064
48065 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48066
48067         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48068         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48069
48070 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48071
48072         * include/unistd.h: Fix __readlink return type.
48073         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48074
48075 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48076
48077         * stdlib/ucontext.h: Undo last change for makecontext.
48078
48079 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48080
48081         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48082
48083         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48084         * setjmp/setjmp.h: Mark functions as non-leaf.
48085         * setjmp/bits/setjmp2.h: Likewise.
48086         * stdlib/ucontext.h: Likewise.
48087
48088 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48089
48090         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48091         (reused_arena): Don't check arena limit.
48092         (arena_get2): Atomically check arena limit.
48093
48094 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48095
48096         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48097         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48098
48099         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48100         instructions.
48101
48102 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48103
48104         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48105         handler when locking.
48106
48107         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48108         Fix size of allocated buffer.
48109
48110 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48111
48112         [BZ #10103]
48113         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48114         declarations for long double functions.
48115         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48116
48117         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48118
48119 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48120
48121         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48122         installed.
48123
48124         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48125         is disabled.
48126
48127 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48128
48129         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48130
48131 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48132
48133         * include/alloca.h (stackinfo_alloca_round): Define.
48134         (extend_alloca): Use it.
48135         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48136         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48137         here.
48138
48139         * scripts/check-local-headers.sh: Ignore libaudit.h.
48140
48141         * nscd/Makefile (extra-objs): Make recursively expanded.
48142
48143 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48144
48145         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48146         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48147
48148         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48149         * posix/tst-rfc3484-2.c: Likewise.
48150         * posix/tst-rfc3484-3.c: Likewise.
48151
48152         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48153         process_vm_writev.
48154         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48155         process_vm_writev.
48156         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48157         process_vm_writev from libc using GLIBC_2.15 version.
48158
48159         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48160
48161 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48162
48163         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48164         stack usage.
48165
48166 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48167
48168         [BZ #13367]
48169         * nss/getent.c (initgroups_keys): Show error message in case no group
48170         names are given.
48171
48172         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48173         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48174         __bump_nl_timestamp.
48175         * nscd/connections (nscd_init): When host database is served open
48176         netlink socket and request notification about configuration changes.
48177         (main_loop_poll): Track netlink file descriptor and bump timestamp
48178         in case data becomes available.
48179         (main_loop_epoll): Likewise.
48180         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48181         (database_pers_head): Add extra_data fileds.
48182         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48183         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48184         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48185         Adjust caller.
48186         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48187         in6ai data, call __free_in6ai.
48188         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48189         Add -DHAVE_NETLINK.
48190         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48191         interface information.  Reuse previous data if netlink timestamp
48192         is not changed.
48193         (__bump_nl_timestamp): New function.
48194         (__free_in6ai): New function.
48195
48196 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48197
48198         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48199         close_not_cancel_no_status here.
48200         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48201
48202 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48203
48204         [BZ #13276]
48205         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48206         return value.
48207
48208         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48209         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48210         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48211
48212 2011-07-03  Andreas Jaeger  <aj@suse.de>
48213
48214         [BZ #10709]
48215         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48216         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48217         * math/libm-test.inc (sin_test): Add test case.
48218
48219 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48220
48221         [BZ #13337]
48222         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48223         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48224
48225         * elf/chroot_canon.c (chroot_canon): Cleanups.
48226
48227         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48228
48229         [BZ #13335]
48230         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48231         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48232
48233         * string/test-strchr.c: Make usable for strchrnul testing.
48234         * string/test-strchrnul.c: New file.
48235         * string/Makefile (strop-tests): Add strchrnul.
48236
48237         * po/it.po: Update from translation team.
48238         * po/es.po: Likewise.
48239
48240 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48241
48242         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48243         the three constants needed as parameters.  Drop the others.
48244         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48245         __m128i_strloadu_tolower.
48246         Create and initialize variable zero and use it in all the places
48247         where _mm_setzero_si128 was used.
48248
48249         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48250         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48251         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48252         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48253         anymore.
48254         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48255         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48256         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48257         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48258         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48259         __mpranred, __mptan.
48260         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48261         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48262         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48263         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48264         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48265         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48266         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48267         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48268         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48269
48270 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48271
48272         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48273         redefine if SHARED.
48274         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48275
48276         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48277         wide char related routines to wcsmbs subdir.
48278
48279 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48280
48281         [BZ #13344]
48282         * misc/sys/cdefs.h (__THROWNL): Define.
48283         * posix/unistd.h: Use __THREADNL instead of __THREAD
48284         for memory synchronization functions.
48285
48286 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48287
48288         [BZ #13349]
48289         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48290         doesn't exist.
48291         * manual/stdio.texi (Obstack Streams): Node removed.
48292
48293 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48294
48295         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48296         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48297         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48298
48299         * math/math_private.h (math_force_eval): Allow non-addressable
48300         arguments.
48301         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48302
48303 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48304
48305         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48306         file is not needed.
48307
48308         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48309         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48310         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48311         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48312         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48313         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48314         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48315         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48316         Add AVX variants.
48317         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48318         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48319         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48320         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48321         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48322         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48323         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48324         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48325         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48326         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48327         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48328         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48329         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48330         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48331         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48332         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48333         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48334         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48335         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48336
48337         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48338         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48339
48340         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48341         place.  Use VEX encoding when compiling for AVX.
48342
48343 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48344
48345         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48346         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48347
48348         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48349
48350 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48351
48352         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48353         useless if() expression.
48354         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48355         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48356         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48357         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48358         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48359         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48360         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48361         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48362         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48363         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48364         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48365         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48366         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48367         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48368         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48369         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48370         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48371         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48372         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48373
48374         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48375
48376 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48377
48378         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48379         condition.
48380         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48381
48382 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48383
48384         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48385         .text section.  Avoid duplicate constants.
48386         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48387         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48388         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48389         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48390         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48391         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48392         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48393         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48394         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48395         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48396         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48397         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48398         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48399         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48400         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48401         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48402         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48403         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48404         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48405         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48406         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48407         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48408         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48409         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48410         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48411         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48412         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48413         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48414         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48415         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48416         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48417         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48418         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48419         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48420         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48421         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48422         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48423         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48424         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48425         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48426         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48427         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48428         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48429         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48430         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48431
48432 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48433
48434         * sysdeps/x86_64/dla.h: Move to ...
48435         * sysdeps/x86_64/fpu/dla.h: ...here.
48436         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48437         situations.  Use __builtin_fma only for gcc 4.6 and up.
48438
48439         * config.make.in: Add have-mfma4 entry.
48440         * configure.in: Substitute libc_cv_cc_fma4.
48441         * math/Makefile (dbl-only-routines): Add sincostab.
48442         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48443         Use __sincostab not sincos.
48444         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48445         name is a macro.
48446         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48447         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48448         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48449         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48450         using __copysign.
48451         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48452         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48453         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48454         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48455         and __inv.
48456         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48457         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48458         __copysign.
48459         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48460         define aliases when function name is a macro.
48461         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48462         sysdeps/ieee754/dbl-64/sincos.tbl.
48463         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48464         fma4-enabled routines.
48465         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48466         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48467         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48468         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48469         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48470         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48471         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48472         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48473         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48474         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48475         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48476         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48477         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48478         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48479         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48480         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48481         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48482         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48483         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48484         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48485         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48486         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48487         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48488         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48489         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48490         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48491         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48492         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48493         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48494         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48495
48496         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48497         rename.
48498         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48500         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48502         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48503         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48504         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48506
48507 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48508
48509         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48510
48511 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48512
48513         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48514
48515         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48516         prediction.
48517         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48518
48519         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48520         Remove unused variable magic_bits.
48521         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48522
48523         * string/strnlen.c: Define and use STRNLEN macro.
48524         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48525         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48526         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48527         * wcsmbs/wcslen.c: Define and use WCSLEN.
48528         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48529         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48530         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48531         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48532         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48533         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48534         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48535
48536 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48537
48538         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48539         strnlen-sse2-no-bsf.
48540         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48541         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48542         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48543         Add strnlen support.
48544         (USE_AS_STRNLEN): New macro.
48545         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48546         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48547         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48548         * sysdeps/x86_64/wcslen.S: New file.
48549
48550 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48551
48552         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48553         XMM-moves are used for copying on small sizes.
48554
48555 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48556
48557         * wcsmbs/Makefile (strop-tests): Add wcschr.
48558         * wcsmbs/test-wcschr.c: New file.
48559         * string/test-strchr.c: Update.
48560         Add wcschr support.
48561         (WIDE): New macro.
48562
48563 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48564
48565         * wcsmbs/Makefile (strop-tests): Add wcslen.
48566         * wcsmbs/test-wcslen.c: New file.
48567         * string/test-strlen.c: Update.
48568         Add wcslen support.
48569         (WIDE): New macro.
48570
48571 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48572
48573         * po/it.po: Update from translation team.
48574
48575 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48576
48577         * sysdeps/x86_64/wcscmp.S: Update.
48578         Fix wrong comparison semantics.
48579         wcscmp shall use signed comparison not unsigned.
48580         Don't use substraction to avoid overflow bug.
48581         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48582         * wcsmbc/wcscmp.c: Likewise.
48583         * string/test-strcmp.c: Likewise.
48584         Add new tests to check cases with negative values.
48585
48586 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48587
48588         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48589         * sysdeps/x86_64/dla.h: ...here.  New file.
48590         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48591         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48592         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48593         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48594         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48595         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48596         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48598         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48599
48600 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48601
48602         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48603         __ynl_finite aliases.
48604
48605 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48606
48607         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48608
48609         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48610         define DLA_FMA.
48611         [DLA_FMA] (EMULV): Use DLA_FMA.
48612         [DLA_FMA] (MUL12): Use EMULV.
48613         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48614         that are not needed.
48615         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48616         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48617         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48618         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48619         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48620         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48621         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48622
48623 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48624
48625         * math/s_nan.c: Undef __nan.
48626         * math/s_nanf.c: Undef __nanf.
48627         * math/s_nanl.c: Undef __nanl.
48628         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48629         "math_private.h".
48630
48631 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48632
48633         * math/s_catan.c: Add branch predictions.
48634         * math/s_catanf.c: Likewise.
48635         * math/s_catanh.c: Likewise.
48636         * math/s_catanhf.c: Likewise.
48637         * math/s_catanhl.c: Likewise.
48638         * math/s_catanl.c: Likewise.
48639         * math/s_cexp.c: Likewise.
48640         * math/s_cexpf.c: Likewise.
48641         * math/s_cexpl.c: Likewise.
48642         * math/s_clog.c: Likewise.
48643         * math/s_clog10.c: Likewise.
48644         * math/s_clog10f.c: Likewise.
48645         * math/s_clog10l.c: Likewise.
48646         * math/s_clogf.c: Likewise.
48647         * math/s_clogl.c: Likewise.
48648         * math/s_csqrt.c: Likewise.
48649         * math/s_csqrtf.c: Likewise.
48650         * math/s_csqrtl.c: Likewise.
48651         * math/s_ctanf.c: Likewise.
48652         * math/s_ctanh.c: Likewise.
48653         * math/s_ctanhf.c: Likewise.
48654         * math/s_ctanhl.c: Likewise.
48655         * math/s_ctanl.c: Likewise.
48656
48657         * math/math_private.h: Define __nan, __nanf, __nanl.
48658         * math/s_cacosh.c: Include <math_private.h>.
48659         * math/s_cacoshl.c: Likewise.
48660         * math/s_casinh.c: Likewise.
48661         * math/s_casinhf.c: Likewise.
48662         * math/s_casinhl.c: Likewise.
48663         * math/s_ccos.c: Rely entire on ccosh.
48664         * math/s_ccosf.c: Rely entire on ccoshf.
48665         * math/s_ccosl.c: Rely entirely on ccoshl.
48666         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48667         Remove tests for FE_INVALID.
48668         * math/s_ccoshf.c: Likewise.
48669         * math/s_ccoshl.c: Likewise.
48670         * math/s_csin.c: Likewise.
48671         * math/s_csinf.c: Likewise.
48672         * math/s_csinh.c Likewise.
48673         * math/s_csinhf.c: Likewise.
48674         * math/s_csinhl.c: Likewise.
48675         * math/s_csinl.c: Likewise.
48676         * math/s_ctan.c: Likewise.
48677         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48678         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48679         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48680
48681 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48682
48683         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48684         compilation problems.
48685
48686         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48687         __builtin_expect.
48688
48689 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48690
48691         * sysdeps/i386/configure.in: Test for -mfma4 option.
48692         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48693         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48694         COMMON_CPUID_INDEX_80000001.
48695         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48696         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48697         use it if FMA3 is not supported.
48698         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48699
48700         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48701         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48702
48703 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48704
48705         [BZ #12892]
48706         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48707         it would create a cycle with a link time dependency.
48708
48709 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48710
48711         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48712         instruction.
48713         * string/Makefile (strop-tests): Add rawmemchr.
48714         * string/test-rawmemchr.c: New file.
48715
48716         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48717         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48718         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48719         when compiling str{,n}casecmp and when AVX is available.  Hook up
48720         new optimized code in initializers.
48721
48722 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48723
48724         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48725         __feraiseexcept instead of feraiseexcept.
48726
48727 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48728
48729         * math/math_private.h: Define defaults for libc_fetestexcept and
48730         libc_feupdateenv.
48731         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48732         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48733         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48734         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48735         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48736         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48737         libc_fetestexcept and libc_feupdateenv.
48738
48739         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48740         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48741         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48742         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48743         libc_feholdexcept_setround.
48744
48745         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48746         Add s_nearbyint-c and s_nearbyintf-c.
48747         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48748         nearbyintf inlines.
48749         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48750         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48751         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48752         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48753
48754         * math/math_private.h: Define defaults for libc_fegetround,
48755         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48756         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48757         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48758         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48759         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48760         standard functions.
48761         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48762         Remove comments and hacks for old compiler versions.
48763         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48764         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48765         libc_feholdexceptl.
48766
48767 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48768
48769         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48770         (__feraiseexcept_renamed): Add __NTH.
48771         (feraiseexcept): Add __NTH.  Rename local variables to fix
48772         namespace violations.
48773
48774 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48775
48776         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48777
48778         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48779
48780         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48781         recently added interfaces.
48782         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48783
48784         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48785         about macro parameter expansion.
48786
48787         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48788         __NO_MATH_INLINES is defined.  Cleanups.
48789
48790         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48791         and __floorf is target has SSE4.1.
48792         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48793         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48794         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48795         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48796
48797         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48798         name.
48799         (floorf): Likewise.
48800
48801         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48802
48803 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48804
48805         * misc/sys/cdefs.h: Fix last change.
48806
48807         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48808         database lookup.
48809
48810 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48811
48812         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48813
48814         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48815         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48816         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48817         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48818         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48819         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48820         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48821         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48822         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48823         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48824         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48825         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48826         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48827         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48828         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48829         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48830         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48831         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48832         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48833         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48834         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48835         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48836
48837         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48838         ceil, ceilf, floor, floorf.
48839
48840         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48841         Perform IRELATIVE relocations last.
48842
48843         * elf/do-rel.h: Add another parameter nrelative, replacing the
48844         local variable with the same name.  Change name of the function
48845         to end in Rel or Rela (uppercase).
48846         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48847         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48848         elf_dynamic_do_##reloc function.
48849
48850 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48851
48852         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48853         is sufficient, at least on modern CPUs.
48854
48855         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48856
48857         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48858         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48859
48860         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48861         __expl_finite.
48862         * math/bits/math-finite.h: Add entries for exp.
48863         * math/e_expl.c: Add __*_finite alias.
48864         * sysdeps/i386/fpu/e_exp.S: Likewise.
48865         * sysdeps/i386/fpu/e_expf.S: Likewise.
48866         * sysdeps/i386/fpu/e_expl.c: Likewise.
48867         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48868         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48869         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48870         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48871         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48872         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48873         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48874
48875         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48876         is sufficient, at least on modern CPUs.
48877
48878         * ctype/ctype-info.c (__ctype_init): Define.
48879         * include/ctype.h (__ctype_init): Declare.
48880         (__ctype_b_loc): The variable is always initialized.
48881         (__ctype_toupper_loc): Likewise.
48882         (__ctype_tolower_loc): Likewise.
48883         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48884         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48885
48886 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48887
48888         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48889
48890         * configure.in: Also look in $cxxmachine/include for C++ system
48891         headers.
48892
48893 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48894
48895         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48896         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48897         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48898         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48899         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48900         (USE_AS_WMEMCMP): New macro.
48901         Fixing indents.
48902         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48903         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48904         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48905         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48906         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48907         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48908         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48909         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48910         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48911         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48912         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48913         (USE_AS_WMEMCMP): New macro.
48914         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48915         * sysdeps/string/test-memcmp.c: Update.
48916         Fix simple_wmemcmp.
48917         Add new tests.
48918         * wcsmbs/wmemcmp.c: Update.
48919         (WMEMCMP): New macro.
48920         Fix overflow bug.
48921
48922 2011-10-12  Andreas Jaeger  <aj@suse.de>
48923
48924         [BZ #13268]
48925         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48926
48927 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48928
48929         * libio/iofwide.c (do_length): Avoid warning.
48930
48931         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48932
48933 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48934
48935         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48936
48937         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48938         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48939         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48940         * sysdeps/i386/i686/fpu/e_log.S: New file.
48941         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48942         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48943
48944         * ctype/ctype.h: Add support for inlined isXXX functions when
48945         compiling C++ code.
48946
48947 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48948
48949         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48950
48951         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48952
48953 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48954
48955         [BZ #13291]
48956         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48957
48958 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48959
48960         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48961         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48962         feraiseexcept.
48963
48964         * sysdeps/x86_64/memrchr.S: Check for zero size.
48965
48966         * string/stratcliff.c: Add memrchr tests.
48967
48968 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48969
48970         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48971         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48972         rawmemchr-sse2 rawmemchr-sse2-bsf.
48973         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48974         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48975         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48976         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48977         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48978         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48979         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48980         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48981         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48982         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48983         * string/memrchr.c (MEMRCHR): New macro.
48984
48985 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48986
48987         Add integration with gcc's -ffinite-math-only and optimize wrapper
48988         functions in libm.
48989         * Versions.def: Define GLIBC_2.15 version for libm.
48990         * math/Makefile (headers): Add bits/math-finite.h.
48991         * math/bits/math-finite.h: New file.
48992         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48993         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48994         * math/e_acoshl.c: Add __*_finite alias.
48995         * math/e_acosl.c: Likewise.
48996         * math/e_asinl.c: Likewise.
48997         * math/e_atan2l.c: Likewise.
48998         * math/e_atanhl.c: Likewise.
48999         * math/e_coshl.c: Likewise.
49000         * math/e_exp10.c: Likewise.
49001         * math/e_exp10f.c: Likewise.
49002         * math/e_exp10l.c: Likewise.
49003         * math/e_exp2l.c: Likewise.
49004         * math/e_fmodl.c: Likewise.
49005         * math/e_gammal_r.c: Likewise.
49006         * math/e_hypotl.c: Likewise.
49007         * math/e_j0l.c: Likewise.
49008         * math/e_j1l.c: Likewise.
49009         * math/e_jnl.c: Likewise.
49010         * math/e_lgammal_r.c: Likewise.
49011         * math/e_log10l.c: Likewise.
49012         * math/e_log2l.c: Likewise.
49013         * math/e_logl.c: Likewise.
49014         * math/e_powl.c: Likewise.
49015         * math/e_sinhl.c: Likewise.
49016         * math/e_sqrtl.c: Likewise.
49017         * math/e_scalb.c: Completely rewritten and optimized.
49018         * math/e_scalbf.c: Likewise.
49019         * math/e_scalbl.c: Likewise.
49020         * math/w_acos.c: Likewise.
49021         * math/w_acosf.c: Likewise.
49022         * math/w_acosl.c: Likewise.
49023         * math/w_acosh.c: Likewise.
49024         * math/w_acoshf.c: Likewise.
49025         * math/w_acoshl.c: Likewise.
49026         * math/w_asin.c: Likewise.
49027         * math/w_asinf.c: Likewise.
49028         * math/w_asinl.c: Likewise.
49029         * math/w_atan2.c: Likewise.
49030         * math/w_atan2f.c: Likewise.
49031         * math/w_atan2l.c: Likewise.
49032         * math/w_atanh.c: Likewise.
49033         * math/w_atanhf.c: Likewise.
49034         * math/w_atanhl.c: Likewise.
49035         * math/w_exp10.c: Likewise.
49036         * math/w_exp10f.c: Likewise.
49037         * math/w_exp10l.c: Likewise.
49038         * math/w_fmod.c: Likewise.
49039         * math/w_fmodf.c: Likewise.
49040         * math/w_fmodl.c: Likewise.
49041         * math/w_j0.c: Likewise.
49042         * math/w_j0f.c: Likewise.
49043         * math/w_j0l.c: Likewise.
49044         * math/w_j1.c: Likewise.
49045         * math/w_j1f.c: Likewise.
49046         * math/w_j1l.c: Likewise.
49047         * math/w_jn.c: Likewise.
49048         * math/w_jnf.c: Likewise.
49049         * math/w_log.c: Likewise.
49050         * math/w_logf.c: Likewise.
49051         * math/w_logl.c: Likewise.
49052         * math/w_log10.c: Likewise.
49053         * math/w_log10f.c: Likewise.
49054         * math/w_log10l.c: Likewise.
49055         * math/w_log2.c: Likewise.
49056         * math/w_log2f.c: Likewise.
49057         * math/w_log2l.c: Likewise.
49058         * math/w_pow.c: Likewise.
49059         * math/w_powf.c: Likewise.
49060         * math/w_powl.c: Likewise.
49061         * math/w_remainder.c: Likewise.
49062         * math/w_remainderf.c: Likewise.
49063         * math/w_remainderl.c: Likewise.
49064         * math/w_scalb.c: Likewise.
49065         * math/w_scalbf.c: Likewise.
49066         * math/w_scalbl.c: Likewise.
49067         * math/w_sqrt.c: Likewise.
49068         * math/w_sqrtf.c: Likewise.
49069         * math/w_sqrtl.c: Likewise.
49070         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49071         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49072         used.
49073         * math/math_private.h: Declare __kernel_standard_f.
49074         * math/w_cosh.c: Remove cruft and optimize a bit.
49075         * math/w_coshf.c: Likewise.
49076         * math/w_coshl.c: Likewise.
49077         * math/w_exp2.c: Likewise.
49078         * math/w_exp2f.c: Likewise.
49079         * math/w_exp2l.c: Likewise.
49080         * math/w_hypot.c: Likewise.
49081         * math/w_hypotf.c: Likewise.
49082         * math/w_hypotl.c: Likewise.
49083         * math/w_lgamma.c: Likewise.
49084         * math/w_lgamma_r.c: Likewise.
49085         * math/w_lgammaf.c: Likewise.
49086         * math/w_lgammaf_r.c: Likewise.
49087         * math/w_lgammal.c: Likewise.
49088         * math/w_lgammal_r.c: Likewise.
49089         * math/w_sinh.c: Likewise.
49090         * math/w_sinhf.c: Likewise.
49091         * math/w_sinhl.c: Likewise.
49092         * math/w_tgamma.c: Likewise.
49093         * math/w_tgammaf.c: Likewise.
49094         * math/w_tgammal.c: Likewise.
49095         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49096         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49097         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49098         Minor optimizations.  Pretty printing.  Remove cruft.
49099         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49100         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49101         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49102         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49103         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49104         * sysdeps/i386/fpu/e_asin.S: Likewise.
49105         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49106         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49107         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49108         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49109         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49110         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49111         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49112         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49113         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49114         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49115         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49116         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49117         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49118         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49119         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49120         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49121         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49122         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49123         * sysdeps/i386/fpu/e_log.S: Likewise.
49124         * sysdeps/i386/fpu/e_log10.S: Likewise.
49125         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49126         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49127         * sysdeps/i386/fpu/e_log2.S: Likewise.
49128         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49129         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49130         * sysdeps/i386/fpu/e_logf.S: Likewise.
49131         * sysdeps/i386/fpu/e_logl.S: Likewise.
49132         * sysdeps/i386/fpu/e_pow.S: Likewise.
49133         * sysdeps/i386/fpu/e_powf.S: Likewise.
49134         * sysdeps/i386/fpu/e_powl.S: Likewise.
49135         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49136         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49137         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49138         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49139         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49140         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49141         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49142         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49143         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49144         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49145         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49146         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49147         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49148         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49149         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49150         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49151         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49152         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49153         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49154         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49155         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49156         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49157         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49158         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49161         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49162         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49163         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49164         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49165         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49166         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49167         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49168         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49169         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49170         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49171         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49172         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49173         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49174         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49175         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49176         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49177         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49178         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49179         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49180         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49181         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49182         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49183         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49184         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49185         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49186         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49187         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49188         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49189         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49190         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49191         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49192         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49193         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49194         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49195         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49206         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49207         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49208         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49209         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49210         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49213         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49214         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49215         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49216         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49218         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49219         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49220         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49221         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49222         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49223         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49224         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49225         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49226         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49227         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49228         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49229         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49230         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49231         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49232         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49233         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49234         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49235         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49236         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49237         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49238         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49239         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49240         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49241         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49242         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49243         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49244         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49245         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49246         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49247         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49248         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49249         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49250         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49251         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49252         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49253         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49254         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49255         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49256         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49257         (__isnanf): Likewise.
49258         (__isinf_ns): Likewise.
49259         (__isinf_nsf): Likewise.
49260         (__finite): Likewise.
49261         (__finitef): Likewise.
49262         (__ieee754_sqrt): Define as macro.
49263         (__ieee754_sqrtf): Define as macro.
49264         (__ieee754_sqrtl): Define as macro.
49265         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49266         inlined copy.
49267         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49268         __FINITE_MATH_ONLY__ consistent.
49269         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49270
49271 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49272
49273         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49274         of rawmemchr.
49275
49276         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49277
49278 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49279
49280         * po/ja.po: Update from translation team.
49281
49282 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49283
49284         * locale/programs/locarchive.c (prepare_address_space): New function.
49285         (create_archive, enlarge_archive, open_archive): Use it.
49286
49287         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49288         inside [SHARED], where it is used.
49289
49290         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49291
49292         * nss/getent.c (netgroup_keys): Remove unused variable.
49293         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49294
49295 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49296
49297         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49298         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49299         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49300         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49301         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49302         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49303         * math/Makefile (libm-calls): Add s_isinf_ns.
49304         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49305         * math/multc3.c: Likewise.
49306         * math/s_casin.c: Likewise.
49307         * math/s_casinf.c: Likewise.
49308         * math/s_casinl.c: Likewise.
49309         * math/s_ccos.c: Likewise.
49310         * math/s_ccosf.c: Likewise.
49311         * math/s_ccosl.c: Likewise.
49312         * math/s_ctan.c: Likewise.
49313         * math/s_ctanf.c: Likewise.
49314         * math/s_ctanh.c: Likewise.
49315         * math/s_ctanhf.c: Likewise.
49316         * math/s_ctanhl.c: Likewise.
49317         * math/s_ctanl.c: Likewise.
49318         * math/w_fmod.c: Likewise.
49319         * math/w_fmodf.c: Likewise.
49320         * math/w_fmodl.c: Likewise.
49321         * math/w_remainder.c: Likewise.
49322         * math/w_remainderf.c: Likewise.
49323         * math/w_remainderl.c: Likewise.
49324         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49325         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49326         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49327         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49328         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49329         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49330         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49331         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49332
49333         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49334         of the number.
49335         * stdio-common/printf_fphex.c: Likewise.
49336         * stdio-common/printf_size.c: Likewise.
49337
49338         * math/e_exp10.c: Include math_private.h using <...> not "...".
49339         * math/e_exp10f.c: Likewise.
49340         * math/e_exp10l.c: Likewise.
49341         * math/e_exp2l.c: Likewise.
49342         * math/e_j0l.c: Likewise.
49343         * math/e_j1l.c: Likewise.
49344         * math/e_jnl.c: Likewise.
49345         * math/e_lgammal_r.c: Likewise.
49346         * math/e_rem_pio2l.c: Likewise.
49347         * math/e_scalb.c: Likewise.
49348         * math/e_scalbf.c: Likewise.
49349         * math/e_scalbl.c: Likewise.
49350         * math/k_cosl.c: Likewise.
49351         * math/k_sinl.c: Likewise.
49352         * math/k_tanl.c: Likewise.
49353         * math/s_cacoshf.c: Likewise.
49354         * math/s_catan.c: Likewise.
49355         * math/s_catanf.c: Likewise.
49356         * math/s_catanh.c: Likewise.
49357         * math/s_catanhf.c: Likewise.
49358         * math/s_catanhl.c: Likewise.
49359         * math/s_catanl.c: Likewise.
49360         * math/s_ccosh.c: Likewise.
49361         * math/s_ccoshf.c: Likewise.
49362         * math/s_ccoshl.c: Likewise.
49363         * math/s_cexp.c: Likewise.
49364         * math/s_cexpf.c: Likewise.
49365         * math/s_cexpl.c: Likewise.
49366         * math/s_clog.c: Likewise.
49367         * math/s_clog10.c: Likewise.
49368         * math/s_clog10f.c: Likewise.
49369         * math/s_clog10l.c: Likewise.
49370         * math/s_clogf.c: Likewise.
49371         * math/s_clogl.c: Likewise.
49372         * math/s_csin.c: Likewise.
49373         * math/s_csinf.c: Likewise.
49374         * math/s_csinh.c: Likewise.
49375         * math/s_csinhf.c: Likewise.
49376         * math/s_csinhl.c: Likewise.
49377         * math/s_csinl.c: Likewise.
49378         * math/s_csqrt.c: Likewise.
49379         * math/s_csqrtf.c: Likewise.
49380         * math/s_csqrtl.c: Likewise.
49381         * math/s_ctan.c: Likewise.
49382         * math/s_ctanf.c: Likewise.
49383         * math/s_ctanh.c: Likewise.
49384         * math/s_ctanhf.c: Likewise.
49385         * math/s_ctanhl.c: Likewise.
49386         * math/s_ctanl.c: Likewise.
49387         * math/s_ldexp.c: Likewise.
49388         * math/s_ldexpf.c: Likewise.
49389         * math/s_ldexpl.c: Likewise.
49390         * math/s_significand.c: Likewise.
49391         * math/s_significandf.c: Likewise.
49392         * math/s_significandl.c: Likewise.
49393         * math/w_acos.c: Likewise.
49394         * math/w_acosf.c: Likewise.
49395         * math/w_acosh.c: Likewise.
49396         * math/w_acoshf.c: Likewise.
49397         * math/w_acoshl.c: Likewise.
49398         * math/w_acosl.c: Likewise.
49399         * math/w_asin.c: Likewise.
49400         * math/w_asinf.c: Likewise.
49401         * math/w_asinl.c: Likewise.
49402         * math/w_atan2.c: Likewise.
49403         * math/w_atan2f.c: Likewise.
49404         * math/w_atan2l.c: Likewise.
49405         * math/w_atanh.c: Likewise.
49406         * math/w_atanhf.c: Likewise.
49407         * math/w_atanhl.c: Likewise.
49408         * math/w_cosh.c: Likewise.
49409         * math/w_coshf.c: Likewise.
49410         * math/w_coshl.c: Likewise.
49411         * math/w_dremf.c: Likewise.
49412         * math/w_exp10.c: Likewise.
49413         * math/w_exp10f.c: Likewise.
49414         * math/w_exp10l.c: Likewise.
49415         * math/w_exp2.c: Likewise.
49416         * math/w_exp2f.c: Likewise.
49417         * math/w_fmod.c: Likewise.
49418         * math/w_fmodf.c: Likewise.
49419         * math/w_fmodl.c: Likewise.
49420         * math/w_hypot.c: Likewise.
49421         * math/w_hypotf.c: Likewise.
49422         * math/w_hypotl.c: Likewise.
49423         * math/w_j0.c: Likewise.
49424         * math/w_j0f.c: Likewise.
49425         * math/w_j0l.c: Likewise.
49426         * math/w_j1.c: Likewise.
49427         * math/w_j1f.c: Likewise.
49428         * math/w_j1l.c: Likewise.
49429         * math/w_jn.c: Likewise.
49430         * math/w_jnf.c: Likewise.
49431         * math/w_jnl.c: Likewise.
49432         * math/w_lgamma.c: Likewise.
49433         * math/w_lgamma_r.c: Likewise.
49434         * math/w_lgammaf.c: Likewise.
49435         * math/w_lgammaf_r.c: Likewise.
49436         * math/w_lgammal.c: Likewise.
49437         * math/w_lgammal_r.c: Likewise.
49438         * math/w_log.c: Likewise.
49439         * math/w_log10.c: Likewise.
49440         * math/w_log10f.c: Likewise.
49441         * math/w_log10l.c: Likewise.
49442         * math/w_log2.c: Likewise.
49443         * math/w_log2f.c: Likewise.
49444         * math/w_log2l.c: Likewise.
49445         * math/w_logf.c: Likewise.
49446         * math/w_logl.c: Likewise.
49447         * math/w_pow.c: Likewise.
49448         * math/w_powf.c: Likewise.
49449         * math/w_powl.c: Likewise.
49450         * math/w_remainder.c: Likewise.
49451         * math/w_remainderf.c: Likewise.
49452         * math/w_remainderl.c: Likewise.
49453         * math/w_scalb.c: Likewise.
49454         * math/w_scalbf.c: Likewise.
49455         * math/w_scalbl.c: Likewise.
49456         * math/w_sinh.c: Likewise.
49457         * math/w_sinhf.c: Likewise.
49458         * math/w_sinhl.c: Likewise.
49459         * math/w_sqrt.c: Likewise.
49460         * math/w_sqrtf.c: Likewise.
49461         * math/w_sqrtl.c: Likewise.
49462         * math/w_tgamma.c: Likewise.
49463         * math/w_tgammaf.c: Likewise.
49464         * math/w_tgammal.c: Likewise.
49465
49466         * po/ja.po: Update from translation team.
49467
49468 2011-09-29  Andreas Jaeger  <aj@suse.de>
49469
49470         [BZ #13179]
49471         * sunrpc/netname.c (netname2host): Fix logic.
49472
49473         [BZ #6779]
49474         [BZ #6783]
49475         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49476         correctly.
49477         * math/w_remainder.c (__remainder): Likewise.
49478         * math/w_remainderf.c (__remainderf): Likewise.
49479         * math/libm-test.inc (remainder_test): Add test cases.
49480
49481 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49482
49483         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49484         sdiv_qrnnd.
49485
49486 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49487
49488         * string/test-memcmp.c: Avoid unncessary #defines.
49489         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49490
49491 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49492
49493         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49494         Use new sse2 version for core i3 - i7 as it's faster
49495         than sse42 version.
49496         (bit_Prefer_PMINUB_for_stringop): New.
49497         * sysdeps/x86_64/rawmemchr.S: Update.
49498         Replace with faster SSE2 version.
49499         * sysdeps/x86_64/memrchr.S: New file.
49500         * sysdeps/x86_64/memchr.S: Update.
49501         Replace with faster SSE2 version.
49502
49503 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49504
49505         * elf/dl-load.c (lose): Add cast to avoid warning.
49506
49507 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49508
49509         * po/ca.po: Update from translation team.
49510
49511         * inet/getnetgrent_r.c: Hook up nscd.
49512         * nscd/Makefile (routines): Add nscd_netgroup.
49513         (nscd-modules): Add netgroupcache.
49514         (CFLAGS-netgroupcache.c): Define.
49515         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49516         (cache_search): Add const to second parameter.
49517         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49518         INNETGR.
49519         (dbs): Add netgrdb entry.
49520         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49521         (verify_persistent_db): Handle netgrdb.
49522         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49523         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49524         GETFDNETGR.
49525         (netgroup_response_header): Define.
49526         (innetgroup_response_header): Define.
49527         (datahead): Add netgroup_response_header and innetgroup_response_header
49528         elements.
49529         * nscd/nscd.conf: Add entries for netgroup cache.
49530         * nscd/nscd.h (dbtype): Add netgrdb.
49531         (_PATH_NSCD_NETGROUP_DB): Define.
49532         (netgroup_iov_disabled): Declare.
49533         (xmalloc, xcalloc, xrealloc): Move declarations here.
49534         (cache_search): Adjust prototype.
49535         Add netgroup-related prototypes.
49536         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49537         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49538         (__nscd_innetgr): Declare.
49539         * nscd/selinux.c (perms): Use access_vector_t as element type and
49540         add netgroup-related initializers.
49541         * nscd/netgroupcache.c: New file.
49542         * nscd/nscd_netgroup.c: New file.
49543         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49544         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49545         For four parameters use innetgr.
49546         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49547         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49548         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49549         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49550
49551         * nscd/connections.c (register_traced_file): Don't register file
49552         for disabled databases.
49553
49554 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49555
49556         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49557
49558         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49559         from tree and freeing node.
49560
49561 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49562
49563         * nss/nsswitch.c (__nss_database_lookup): Handle
49564         nss_parse_service_list out of memory case.
49565
49566 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49567
49568         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49569         out of memory case.
49570
49571 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49572
49573         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49574         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49575         pass it down.
49576         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49577         elf_machine_rela, elf_machine_lazy_rel.
49578         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49579         (ELF_DYNAMIC_DO_REL): Likewise.
49580         (ELF_DYNAMIC_DO_RELA): Likewise.
49581         (ELF_DYNAMIC_RELOCATE): Likewise.
49582         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49583         to ELF_DYNAMIC_DO_REL.
49584         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49585         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49586         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49587         elf_machine_rela.
49588         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49589         skip_ifunc, don't call ifunc function if non-zero.
49590         (elf_machine_rela): Likewise.
49591         (elf_machine_lazy_rel): Likewise.
49592         (elf_machine_lazy_rela): Likewise.
49593         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49594         (elf_machine_lazy_rel): Likewise.
49595         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49596         Likewise.
49597         (elf_machine_lazy_rel): Likewise.
49598         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49599         Likewise.
49600         (elf_machine_lazy_rel): Likewise.
49601         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49602         (elf_machine_lazy_rel): Likewise.
49603         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49604         (elf_machine_lazy_rel): Likewise.
49605         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49606         (elf_machine_lazy_rel): Likewise.
49607         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49608         (elf_machine_lazy_rel): Likewise.
49609         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49610         (elf_machine_lazy_rel): Likewise.
49611         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49612         (elf_machine_lazy_rel): Likewise.
49613
49614 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49615
49616         * nss/nss_files/files-init.c (_nss_files_init): Use static
49617         initialization for all the *_traced_file variables.
49618
49619 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49620
49621         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49622
49623 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49624
49625         [BZ #13226]
49626         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49627
49628 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49629
49630         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49631         Reread the line before reparsing it.
49632
49633 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49634
49635         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49636
49637 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49638             Maxim Kuvyrkov  <maxim@codesourcery.com>
49639             Joseph Myers  <joseph@codesourcery.com>
49640
49641         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49642         if needed for __stack_chk_guard.
49643
49644 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49645
49646         * sysdeps/posix/spawni.c (script_execute): Always define it.
49647         It will be optimized away if unused.
49648         (maybe_script_execute): New function.
49649         (__spawni): Call it.
49650
49651         * Makerules: Don't include tls.make.
49652         (config-tls): Always set to thread.
49653         * tls.make.c: File removed.
49654
49655 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49656
49657         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49658         * config.make.in (CPPFLAGS-config): New substituted variable.
49659
49660 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49661
49662         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49663
49664         [BZ #13192]
49665         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49666         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49667
49668 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49669
49670         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49671         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49672         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49673         (CALL_FAIL): Likewise.
49674         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49675         (CALL_FAIL): Macro removed.
49676         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49677
49678 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49679
49680         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49681         for __FINITE_MATH_ONLY__ == 1.
49682
49683 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49684
49685         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49686         __ieee754_sqrt instead of sqrt.
49687         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49688         __ieee754_sqrtf instead of sqrtf.
49689         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49690         __floorf instead of floorf.
49691         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49692         __floorf, __truncf instead of floorf, truncf.
49693
49694 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49695
49696         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49697
49698         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49699         __extern_always_inline.
49700         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49701         32-bit.
49702
49703 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49704
49705         * elf/rtld.c (dl_main): Also relocate in dependency order when
49706         doing symbol dependency testing.
49707
49708 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49709
49710         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49711         Always define `refsym'.
49712
49713 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49714
49715         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49716         (__FD_ELT): Renamed from __FDELT.
49717         * misc/bits/select2.h (__FD_ELT): Likewise.
49718         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49719         __FD_MASK instead of __FDELT, __FDMASK.
49720         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49721         Likewise.
49722         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49723         Likewise.
49724
49725         * elf/Makefile (gen-ldd): Fix pattern.
49726
49727         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49728         (init_tls): Likewise.
49729
49730 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49731
49732         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49733
49734 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49735
49736         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49737         `struct cmsghdr *' instead of `void *'.
49738         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49739         Likewise.
49740
49741 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49742
49743         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49744         if non-absolute.
49745         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49746         ldd_rewrite_script.
49747
49748 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49749
49750         * configure.in: Remove --with-tls option.
49751         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49752         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49753         out in case it is missing.
49754         * sysdeps/ia64/elf/configure.in: Likewise.
49755         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49756         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49757         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49758         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49759         * sysdeps/sh/elf/configure.in: Likewise.
49760         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49761         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49762         * sysdeps/x86_64/elf/configure.in: Likewise.
49763         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49764         * sysdeps/mach/hurd/tls.h: Likewise.
49765
49766         [BZ #13067]
49767         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49768
49769         [BZ #13090]
49770         * configure.in: Fix use of AC_INIT.
49771
49772         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49773
49774 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49775
49776         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49777         __set_errno.
49778         * malloc/hooks.c: Likewise.
49779
49780         [BZ #11929]
49781         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49782         variables statically.
49783         (narenas): Initialize.
49784         (list_lock): Initialize.
49785         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49786         initializtion of main_arena and list_lock.  Small cleanups.
49787         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49788         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49789         Add initializers to main_arena and mp_.
49790         (malloc_state): Remove pagesize member.  Change all users to use
49791         GLRO(dl_pagesize).
49792
49793         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49794         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49795         is always initialized.
49796
49797         * malloc/malloc.c: Removed unused configurations and dead code.
49798         * malloc/arena.c: Likewise.
49799         * malloc/hooks.c: Likewise.
49800         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49801
49802         * include/tls.h: Removed.  USE___THREAD must always be defined.
49803         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49804         * elf/dl-libc.c: Likewise.
49805         * elf/dl-tsd.c: Likewise.
49806         * include/errno.h: Likewise.
49807         * include/netdb.h: Likewise.
49808         * include/resolv.h: Likewise.
49809         * inet/herrno-loc.c: Likewise.
49810         * inet/herrno.c: Likewise.
49811         * malloc/arena.c: Likewise.
49812         * malloc/hooks.c: Likewise.
49813         * malloc/malloc.c: Likewise.
49814         * resolv/res-state.c: Likewise.
49815         * resolv/res_libc.c: Likewise.
49816         * sysdeps/i386/dl-machine.h: Likewise.
49817         * sysdeps/ia64/dl-machine.h: Likewise.
49818         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49819         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49820         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49821         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49822         * sysdeps/sh/dl-machine.h: Likewise.
49823         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49824         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49825         * sysdeps/unix/i386/sysdep.S: Likewise.
49826         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49827         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49828         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49829         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49830         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49831         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49832         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49833         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49834         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49835         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49836         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49837         * sysdeps/x86_64/dl-machine.h: Likewise.
49838         * tls.make.c: Likewise.
49839
49840         * configure.in: Remove --with-__thread option.  Make tests for
49841         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49842         tls_model attribute fail if no support is available.  Remove
49843         USE_IN_LIBIO.
49844         * Makeconfig: Adjust for dropped configure option.  All features are
49845         now mandatory.
49846         * Makerules: Likewise.
49847         * Versions.def: Likewise.
49848         * argp/argp-fmtstream.c: Likewise.
49849         * argp/argp-fmtstream.h: Likewise.
49850         * argp/argp-help.c: Likewise.
49851         * assert/assert.c: Likewise.
49852         * config.h.in: Likewise.
49853         * config.make.in: Likewise.
49854         * configure: Likewise.
49855         * configure.in: Likewise.
49856         * csu/Versions: Likewise.
49857         * csu/init.c: Likewise.
49858         * elf/tst-audit2.c: Likewise.
49859         * elf/tst-tls10.c: Likewise.
49860         * elf/tst-tls10.h: Likewise.
49861         * elf/tst-tls11.c: Likewise.
49862         * elf/tst-tls12.c: Likewise.
49863         * elf/tst-tls14.c: Likewise.
49864         * elf/tst-tlsmod11.c: Likewise.
49865         * elf/tst-tlsmod12.c: Likewise.
49866         * elf/tst-tlsmod13.c: Likewise.
49867         * elf/tst-tlsmod13a.c: Likewise.
49868         * elf/tst-tlsmod14a.c: Likewise.
49869         * elf/tst-tlsmod15b.c: Likewise.
49870         * elf/tst-tlsmod16a.c: Likewise.
49871         * elf/tst-tlsmod16b.c: Likewise.
49872         * elf/tst-tlsmod7.c: Likewise.
49873         * elf/tst-tlsmod8.c: Likewise.
49874         * elf/tst-tlsmod9.c: Likewise.
49875         * gmon/gmon.c: Likewise.
49876         * grp/fgetgrent_r.c: Likewise.
49877         * grp/putgrent.c: Likewise.
49878         * hurd/fopenport.c: Likewise.
49879         * include/libc-symbols.h: Likewise.
49880         * include/tls.h: Likewise.
49881         * intl/gettextP.h: Likewise.
49882         * intl/loadinfo.h: Likewise.
49883         * locale/global-locale.c: Likewise.
49884         * locale/localeinfo.h: Likewise.
49885         * mach/devstream.c: Likewise.
49886         * malloc/arena.c: Likewise.
49887         * malloc/set-freeres.c: Likewise.
49888         * misc/err.c: Likewise.
49889         * misc/getttyent.c: Likewise.
49890         * misc/mntent_r.c: Likewise.
49891         * posix/getopt.c: Likewise.
49892         * posix/wordexp.c: Likewise.
49893         * pwd/fgetpwent_r.c: Likewise.
49894         * resolv/Versions: Likewise.
49895         * resolv/res_hconf.c: Likewise.
49896         * shadow/fgetspent_r.c: Likewise.
49897         * shadow/putspent.c: Likewise.
49898         * stdio-common/printf_fphex.c: Likewise.
49899         * stdio-common/tmpfile.c: Likewise.
49900         * stdlib/abort.c: Likewise.
49901         * stdlib/fmtmsg.c: Likewise.
49902         * sunrpc/auth_unix.c: Likewise.
49903         * sunrpc/clnt_perr.c: Likewise.
49904         * sunrpc/clnt_tcp.c: Likewise.
49905         * sunrpc/clnt_udp.c: Likewise.
49906         * sunrpc/clnt_unix.c: Likewise.
49907         * sunrpc/openchild.c: Likewise.
49908         * sunrpc/svc_simple.c: Likewise.
49909         * sunrpc/svc_tcp.c: Likewise.
49910         * sunrpc/svc_udp.c: Likewise.
49911         * sunrpc/svc_unix.c: Likewise.
49912         * sunrpc/xdr.c: Likewise.
49913         * sunrpc/xdr_array.c: Likewise.
49914         * sunrpc/xdr_rec.c: Likewise.
49915         * sunrpc/xdr_ref.c: Likewise.
49916         * sunrpc/xdr_stdio.c: Likewise.
49917
49918 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49919
49920         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49921
49922 2011-07-03  Andreas Jaeger  <aj@suse.de>
49923
49924         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49925         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49926         regenerate with gen-libm-tests.pl.
49927
49928 2010-05-12  Petr Baudis  <pasky@suse.cz>
49929
49930         [BZ #11589]
49931         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49932         around j0() zero points by switching to j1().
49933         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49934         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49935         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49936         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49937
49938 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49939
49940         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49941         instead of 0.
49942         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49943         instead of 0.
49944         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49945         Patch in part by Pavel Roskin <proski@gnu.org>.
49946
49947         [BZ #13138]
49948         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49949         realloc.
49950         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49951         Free memory block if necessary.
49952
49953         [BZ #12847]
49954         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49955         be NULL.  Don't lock in this case.
49956
49957 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49958
49959         * elf/elf.h (ELFOSABI_GNU): New macro.
49960         (ELFOSABI_LINUX): Define to that.
49961
49962 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49963
49964         * string/strncat.c (strncat): Undef the symbol in case it has been
49965         defined in bits/string.h.
49966
49967 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49968
49969         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49970
49971         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49972         link map.
49973
49974 2011-08-17  Andreas Jaeger  <aj@suse.de>
49975
49976         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49977
49978 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49979             Ian Lance Taylor  <iant@google.com>
49980
49981         * math/libm-test.inc (lround_test): New testcase.
49982         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49983
49984 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49985
49986         * Makefile: Remove support for automatic cvs check-ins.
49987         * Makerules: Likewise.
49988         * config.make.in: Likewise.
49989         * configure.in: Likewise.
49990         * intl/Makefile: Likewise.
49991         * locale/Makefile: Likewise.
49992         * po/Makefile: Likewise.
49993         * posix/Makefile: Likewise.
49994         * sysdeps/gnu/Makefile: Likewise.
49995         * sysdeps/mach/hurd/Makefile: Likewise.
49996         * sysdeps/sparc/sparc32/Makefile: Likewise.
49997
49998         [BZ #13118]
49999         * posix/Makefile (bug-regex32-ENV): Define.
50000         Patch by John Stanley <jpsinthemix@verizon.net>.
50001
50002         * misc/Makefile (headers): Add bits/select2.h.
50003         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50004         * misc/bits/select2.h: New file.
50005         * include/bits/select2.h: New file.
50006         * debug/Makefile (routines): Add fdelt_chk.
50007         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50008         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50009         FD_ISSET.
50010         * debug/fdelt_chk.c: New file.
50011
50012         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50013         * wcsmbs/test-wmemcmp.c: Likewise.
50014         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50015         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50016
50017 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50018
50019         * string/Makefile (strop-tests): Add memcmp.
50020         * string/test-wmemcmp.c: New file.
50021         * string/test-memcmp.c: Add wmemcmp support.
50022
50023 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50024
50025         [BZ #13153]
50026         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50027         2011-07-19 change.
50028
50029         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50030         garbage value in a __mach_port_mod_refs call in the cases of the
50031         task-self and thread-self ports.
50032
50033 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50034
50035         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50036
50037 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50038
50039         * elf/dl-load.c (lose): Check for non-null L.
50040
50041 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50042
50043         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50044
50045         * elf/dl-libc.c (dlerror_run): Pass back error code from
50046         dl_catch_error.
50047
50048         [BZ #13123]
50049         * elf/dl-load.c (lose): Free l_origin if it is valid.
50050
50051         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50052         names.
50053         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50054         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50055         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50056         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50057         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50058         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50059
50060 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50061
50062         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50063         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50064         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50065         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50066         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50067         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50068         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50069         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50070         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50071         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50072
50073 2011-08-15  Alan Modra  <amodra@gmail.com>
50074
50075         [BZ #13092]
50076         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50077         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50078         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50079         ppc_mcount to static-only-routines.
50080         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50081         __mcount_internal.
50082         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50083         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50084
50085 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50086
50087         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50088         for finite and infinity parameters.
50089
50090 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50091
50092         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50093         and add nop instructions for throughput optimization.
50094         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50095
50096 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50097
50098         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50099         aligned copy for power7 with vector-scalar instructions.
50100         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50101
50102 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50103
50104         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50105         AVX check.
50106
50107 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50108
50109         [BZ #13144]
50110         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50111         last change.
50112
50113 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50114
50115         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50116         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50117         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50118         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50119         clock_gettime.
50120
50121 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50122
50123         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50124         Forgot to demangle the pointer.
50125
50126         * sysdeps/i386/sysdep.h: Define atom_text_section.
50127         * sysdeps/x86_64/sysdep.h: Likewise.
50128         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50129         section with atom_text_section.
50130         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50131         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50132         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50133         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50134         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50135
50136         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50137         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50138         already be defined.  Change to take two parameters and don't assign
50139         result to variable.  Adjust all users.
50140         Define INTERNAL_GETTIME if not already defined.
50141         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50142         call.
50143         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50144         HAVE_CLOCK_GETTIME_VSYSCALL.
50145         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50146
50147         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50148         gettimeofday vsyscall, just use time.
50149
50150 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50151
50152         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50153         <errno.h>.
50154
50155 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50156
50157         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50158         syscall on x86-64.
50159         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50160         syscall.
50161         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50162         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50163         syscall if possible.
50164
50165 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50166
50167         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50168         e_ident.  Don't pass to find_mapsXX.
50169         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50170
50171 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50172
50173         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50174         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50175         * sysdeps/x86_64/multiarch/strchr.S: Update.
50176         Check bit_slow_BSF bit.
50177         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50178         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50179         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50180
50181 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50182
50183         [BZ #13134]
50184         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50185         before glibc 2.15.
50186         (tryshell): Define.
50187         (__spawni): Change last parameter to be flag.  Test
50188         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50189         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50190         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50191         * posix/spawni.c: Likewise.
50192         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50193         * posix/spawnp.c: Likewise.  Change normal version to use
50194         SPAWN_XFLAGS_USE_PATH.
50195         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50196         SPAWN_XFLAGS_TRY_SHELL.
50197
50198         [BZ #13150]
50199         * posix/glob.h: Remove gcc 1.x support.
50200
50201         [BZ #13068]
50202         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50203
50204 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50205
50206         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50207         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50208         strrchr-sse2-bsf
50209         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50210         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50211         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50212         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50213         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50214         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50215
50216 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50217
50218         * sysdeps/x86_64/wcscmp.S: New file.
50219
50220         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50221         wcscmp-c wcscmp-sse2
50222         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50223         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50224         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50225         * wcsmbs/wcscmp.c: Allow renaming.
50226
50227 2011-09-05  David S. Miller  <davem@davemloft.net>
50228
50229         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50230         stack slot, rather than the struct return pointer slot.
50231         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50232         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50233         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50234         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50235
50236 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50237
50238         * po/ja.po: Update from translation team.
50239
50240         [BZ #13144]
50241         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50242         kernel in 64-bit binaries.
50243
50244 2011-09-01  David S. Miller  <davem@davemloft.net>
50245
50246         * elf/elf.h (HWCAP_SPARC_*): Move to..
50247         * sysdeps/sparc/sysdep.h: this new file and add new values.
50248         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50249         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50250         _DL_HWCAP_COUNT to 24.
50251         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50252         entries.
50253         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50254         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50255         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50256         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50257         instead of magic constants.
50258         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50259
50260 2011-08-31  David S. Miller  <davem@davemloft.net>
50261
50262         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50263         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50264         Reimplement to do errno handling inline.
50265         (SYSCALL_ERROR_HANDLER): New macro.
50266         (__SYSCALL_STRING): Do not do errno handling in asm.
50267         (__CLONE_SYSCALL_STRING): Delete.
50268         (__INTERNAL_SYSCALL_STRING): Delete.
50269         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50270         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50271         (PSEUDO): Reimplement to do errno handling inline.
50272         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50273         (SYSCALL_ERROR_HANDLER): New macro.
50274         (__SYSCALL_STRING): Do not do errno handling in asm.
50275         (__CLONE_SYSCALL_STRING): Delete.
50276         (__INTERNAL_SYSCALL_STRING): Delete.
50277         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50278         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50279         i386.
50280         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50281         (inline_syscall*): Add 'err' argument.
50282         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50283         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50284         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50285         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50286
50287         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50288         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50289
50290 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50291
50292         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50293
50294 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50295
50296         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50297         directive.
50298
50299 2011-08-24  David S. Miller  <davem@davemloft.net>
50300
50301         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50302
50303 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50304
50305         * elf/Makefile: Add rules to build and run unload8 test.
50306         * elf/unload8.c: New file.
50307         * elf/unload8mod1.c: New file.
50308         * elf/unload8mod1x.c: New file.
50309         * elf/unload8mod2.c: New file.
50310         * elf/unload8mod3.c: New file.
50311
50312         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50313         it wasn't used.
50314
50315 2011-08-23  David S. Miller  <davem@davemloft.net>
50316
50317         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50318         subtract stack bias.
50319         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50320         %sp not %fp in calculations.
50321         (_JMPBUF_UNWINDS_ADJ): Likewise.
50322
50323         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50324         (aio_suspend): Call it to force an exception region around the
50325         AIO_MISC_WAIT() invocation.
50326
50327 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50328
50329         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50330         backslash.
50331
50332 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50333
50334         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50335         protection macro.
50336         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50337         and <dl-machine.h>.
50338         (Elf64_FuncDesc): Remove.
50339
50340 2011-08-22  David S. Miller  <davem@davemloft.net>
50341
50342         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50343         sigaltstack check, add missing cfi directives.
50344         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50345         missing cfi directives, and sigaltstack handling.
50346
50347 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50348
50349         [BZ #11724]
50350         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50351         object is seen twice.
50352         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50353
50354         * elf/Makefile (distribute): Add tst-initorder2.c.
50355         (tests): Add tst-initorder2.
50356         (modules-names): Add tst-initorder2a tst-initorder2b
50357         tst-initorder2c tst-initorder2d.  Add rules to build them.
50358         ($(objpfx)tst-initorder2.out): New rule.
50359         * elf/tst-initorder2.c: New file.
50360         * elf/tst-initorder2.exp: New file.
50361
50362 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50363
50364         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50365
50366         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50367         dependencies back to end of function.
50368
50369         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50370         $(elfobjdir)/ld.so.
50371
50372 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50373
50374         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50375         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50376         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50377         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50378         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50379         of __vdso_gettimeofday.
50380         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50381         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50382         attribute_hidden.
50383         (_libc_vdso_platform_setup): Remove initialization of
50384         __vdso_gettimeofday and __vdso_time.
50385
50386 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50387
50388         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50389         and fgetc_unlocked.
50390         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50391         getc_unlocked.
50392
50393         * elf/dl-open.c (add_to_global): Report additions to the global scope
50394         for LD_DEBUG=scopes.
50395         (dl_open_worker): Also print scope of newly loaded dependencies.
50396         (_dl_show_scope): Indicate if there is no scope.
50397
50398         [BZ #13114]
50399         * stdio-common/Makefile (tests): Add bug24.
50400         * stdio-common/bug24.c: New file.
50401
50402 2011-08-19  Andreas Jaeger  <aj@suse.de>
50403
50404         [BZ #13114]
50405         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50406         non-existant file when using close-on-exec mode.
50407
50408 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50409
50410         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50411         the very first instruction.
50412
50413         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50414         the CFI state in the end.
50415         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50416         inclusion of dl-trampoline.h.
50417         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50418
50419 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50420
50421         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50422         expectations for long double.
50423
50424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50425         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50426
50427 2011-08-14  David S. Miller  <davem@davemloft.net>
50428
50429         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50430         artificual limit depends upon the system page size.
50431
50432 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50433
50434         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50435         * resolv/Makefile: Define CFLAGS-libresolv.
50436
50437 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50438
50439         * nss/makedb.c (compute_tables): Make variables used in nested
50440         function static.
50441
50442 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50443
50444         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50445         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50446         if buffer was too small.
50447
50448         * elf/pldd.c (main): Attach to all threads in the process.
50449         Rewrite /proc handling to use *at functions.
50450
50451 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50452
50453         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50454         specifies first scope to show.
50455         (dl_open_worker): Update callers.  Move printing scope of new
50456         object to before the relocation.
50457         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50458         * sysdeps/generic/ldsodefs.h: Update declaration.
50459
50460         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50461         string for the scope number.
50462
50463 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50464
50465         * nscd/servicescache.c (cache_addserv): Make sure written is always
50466         initialized.
50467
50468 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50469
50470         * sysdeps/i386/i486/bits/atomic.h
50471         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50472         statement expression, so as to suppress "set but not used" warning.
50473         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50474
50475         * string/strncat.c (STRNCAT): Use prototype definition.
50476
50477         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50478         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50479         -Iprograms here.
50480         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50481         (localedef-modules): Add localedef.
50482         (locale-modules): Add locale.
50483
50484         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50485         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50486         to avoid a warning.
50487
50488 2011-08-14  David S. Miller  <davem@davemloft.net>
50489
50490         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50491         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50492
50493 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50494
50495         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50496         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50497         * elf/rtld.c (dl_main): Set l_name of vDSO.
50498         Call _dl_show_scope when DL_DEBUG_SCOPES.
50499         (process_dl_debug): Recognize scopes flag and also set it for all.
50500         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50501         Declare _dl_show_scope.
50502
50503         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50504         (do_dlopen): Pass caller_dlopen to dl_open.
50505         (__libc_dlopen_mode): Initialize caller_dlopen.
50506
50507         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50508         of libc.  Make tolower call locale-independent.  Optimize a bit by
50509         using isdigit instead of isalnum.
50510         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50511
50512 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50513
50514         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50515         was a dependency or dynamically loaded.
50516
50517 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50518
50519         * intl/l10nflist.c: Allow architecture-specific pop function.
50520         * sysdeps/x86_64/l10nflist.c: New file.
50521
50522         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50523         classification.
50524
50525 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50526
50527         * include/dirent.h: Add libc_hidden_proto for scandirat and
50528         scandirat64.  Don't declare __scandirat64.
50529         * dirent/scandirat.c: Add libc_hidden_def.
50530         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50531         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50532
50533 2011-08-10  David S. Miller  <davem@davemloft.net>
50534
50535         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50536         enum.
50537         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50538         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50539         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50540
50541 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50542
50543         * Versions.def [libc]: Add GLIBC_2.15.
50544         * dirent/Makefile (routines): Add scandirat and scandirat64.
50545         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50546         GLIBC_2.15.
50547         * dirent/dirent.h: Declare scandirat and scandirat64.
50548         * dirent/scandirat.c: New file.
50549         * dirent/scandirat64.c: New file.
50550         * sysdeps/wordsize-64/scandirat.c: New file.
50551         * sysdeps/wordsize-64/scandirat64.c: New file.
50552         * dirent/opendir.c: Define opendirat.
50553         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50554         using scandirat.
50555         * dirent/scandir64.c: Adjust for scandir.c change.
50556         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50557         __scandirat64, and __scandir_cancel_handler.
50558         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50559         additional parameter and use openat instead of open (outside of ld.so).
50560         Add new __opendir as wrapper around __opendirat.
50561         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50562         here without requiring old scandirat implementation.
50563
50564 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50565
50566         * dirent/scandir.c (cancel_handler): Renamed to
50567         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50568         defined.  Adjust users.
50569         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50570         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50571
50572 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50573
50574         * string/test-string.h (IMPL): Use __STRING to expand name and then
50575         stringify it.
50576
50577         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50578         of cleanups.
50579
50580 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50581
50582         * string/Makefile: Update.
50583         (strop-tests): Append strncat.
50584         * string/test-wcscmp.c: New file.
50585         New comprehensive test for wcscmp.
50586         * string/test-strcmp.c: Update.
50587         (WIDE): New define.
50588
50589 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50590
50591         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50592         line.
50593
50594 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50595
50596         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50597         encoding to ACE if AI_IDN.
50598
50599 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50600
50601         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50602         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50603
50604 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50605
50606         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50607         Fix overflow bug in strncat.
50608         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50609
50610         * string/test-strncat.c: Update.
50611         Add new tests for checking overflow bugs.
50612
50613 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50614
50615         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50616         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50617         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50618         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50619         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50620         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50621         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50622         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50623         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50624
50625         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50626         (USE_AS_STRCAT): Define.
50627         Add strcat and strncat support.
50628         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50629
50630 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50631
50632         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50633         __n bigger than INT_MAX+1.
50634         (__strncmp_g): Likewise.
50635
50636 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50637
50638         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50639         * libio/stido.h: Likewise.
50640
50641         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50642         (AF_NFC): Define.
50643         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50644         (AF_NFC): Define.
50645
50646         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50647         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50648         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50649         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50650         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50651
50652         [BZ #13021]
50653         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50654         installed.
50655
50656         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50657         typo.
50658         (_dl_x86_64_save_sse): Likewise.
50659
50660 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50661
50662         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50663         OSXSAVE.
50664         (_dl_x86_64_save_sse): Likewise.
50665
50666         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50667
50668         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50669
50670 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50671
50672         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50673         change.
50674         (_dl_x86_64_save_sse): Use correct AVX check.
50675
50676 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50677
50678         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50679         bug in strncpy/strncat.
50680         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50681
50682 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50683
50684         * string/tester.c (test_strcat): Add tests for different alignments
50685         of source and destination.
50686         (test_strncat): Likewise.
50687
50688 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50689
50690         [BZ #12852]
50691         * posix/glob.c (glob): Check passed in values before using them in
50692         expressions to avoid some overflows.
50693         (glob_in_dir): Likewise.
50694
50695         [BZ #13007]
50696         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50697         check for AVX enablement so that we don't crash with old kernels and
50698         new hardware.
50699         * elf/tst-audit4.c: Add same checks here.
50700         * elf/tst-audit6.c: Likewise.
50701
50702         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50703
50704 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50705
50706         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50707
50708 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50709
50710         * po/cs.po: Update from translation team.
50711         * po/bg.po: Likewise.
50712
50713 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50714
50715         * misc/sys/cdefs.h: Add support for const attribute.
50716         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50717         to gnu_dev_{major,minor,makedev} functions.
50718
50719 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50720
50721         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50722
50723 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50724
50725         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50726         strlen results.
50727
50728 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50729
50730         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50731         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50732         register in order to avoid conflicts with the soft frame pointer
50733         being held in r11 when necessary.
50734         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50735         (INTERNAL_VSYSCALL_NCS): Likewise.
50736
50737 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50738
50739         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50740         * elf/dl-fini.c (_dl_fini): Adjust caller.
50741         * elf/dl-close.c (_dl_close_worker): Likewise.
50742         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50743
50744 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50745
50746         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50747         "aux_cache->nlibs < 0".
50748
50749         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50750         in the reload-count case.
50751
50752 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50753
50754         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50755         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50756         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50757         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50758         * sysdeps/x86_64/multiarch/strcat.S: New file.
50759         * sysdeps/x86_64/multiarch/strncat.S: New file.
50760         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50761         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50762         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50763         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50764         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50765         (USE_AS_STRCAT): Define.
50766         Add strcat and strncat support.
50767         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50768         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50769         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50770         * string/strncat.c: Update.
50771         (USE_AS_STRNCAT): Define.
50772         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50773         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50774         and i7.
50775         * sysdeps/x86_64/multiarch/init-arch.h
50776         (bit_Prefer_PMINUB_for_stringop): New.
50777         (index_Prefer_PMINUB_for_stringop): Likewise.
50778         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50779         bit_Prefer_PMINUB_for_stringop.
50780
50781 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50782
50783         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50784         buffer64.
50785         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50786         of casting of buffer.
50787         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50788         buffer32 and buffer64.
50789         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50790         writes instead of casting of buffer.
50791         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50792         buffer32.
50793         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50794         casting of buffer.
50795
50796 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50797
50798         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50799
50800 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50801
50802         * nscd/nscd.c (termination_handler): Don't do anything for a database
50803         if it has not yet been initialized.
50804
50805 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50806
50807         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50808
50809 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50810
50811         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50812
50813 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50814
50815         * po/nl.po: Update from translation team.
50816         * po/sv.po: Likewise.
50817
50818 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50819
50820         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50821         now disallowed by GCC.
50822
50823         * configure.in (use-default-link): Default to yes if a test -shared
50824         link meets our qualifications.
50825         * configure: Regenerated.
50826
50827         * config.make.in (output-format): New variable.
50828         * configure.in: Check for ld --print-output-format support.
50829         * configure: Regenerated.
50830         * Makerules ($(common-objpfx)format.lds)
50831         [$(output-format) != unknown]: Just use $(output-format),
50832         instead of the linker-script munging.
50833
50834 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50835
50836         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50837         of $(common-objpfx)shlib.lds.
50838         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50839
50840         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50841         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50842
50843         * configure.in (-z relro check): Adjust test code to add a large
50844         writable data section after it.
50845         * configure: Regenerated.
50846
50847 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50848
50849         * configure.in (-z relro check): Fix test code to make the variable
50850         truly const.
50851         * configure: Regenerated.
50852
50853 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50854
50855         * nscd/nscd.h (struct traced_file): Define.
50856         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50857         elements.  Add traced_files.
50858         (inotify_fd): Declare.
50859         (register_traced_file): Declare.
50860         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50861         (inotify_fd): Export.
50862         (resolv_conf_descr): Remove.
50863         (nscd_init): Move inotify descriptor creation to main.
50864         Don't register files for notification here.
50865         (register_traced_file): New function.
50866         (invalidate_cache): Don't use reset_res to determine whether to call
50867         res_init, go through the list of registered files.
50868         (main_loop_poll): The inotify descriptors are now stored in the
50869         structures for the traced files.
50870         (main_loop_epoll): Likewise
50871         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50872         to __nss_disable_nscd.
50873         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50874         for a database anymore.  Check the records for all the registered
50875         files instead.
50876         * nss/Makefile (libnss_files-routines): Add files-init.
50877         (libnss_db-routines): Add db-init.
50878         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50879         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50880         * nss/nss_db/db-init.c: New file.
50881         * nss/nss_files/files-init.c: New file.
50882         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50883         __nss_lookup_function.
50884         (__nss_lookup_function): Call nss_load_library.
50885         (nss_load_all_libraries): New function.
50886         (__nss_disable_nscd): Take parameter with callback function for files
50887         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50888         used for the cached services.
50889         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50890         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50891         options for features to all the files in nscd.
50892
50893         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50894
50895 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50896
50897         * csu/elf-init.c (__libc_csu_init): Comment typo.
50898
50899 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50900
50901         * po/pl.po: Update from translation team.
50902         * po/ja.po: Likewise.
50903         * po/ru.po: Likewise.
50904         * po/ko.po: Likewise.
50905         * po/fr.po: Likewise.
50906
50907 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50908
50909         * configure.in (.ctors/.dtors header and trailer check):
50910         Use an empirical test on a built program.
50911         * configure: Regenerated.
50912
50913         * configure.in (-z relro check): Use an empirical test on a built DSO.
50914         Detect, but do not require, on ia64.
50915         * configure: Regenerated.
50916
50917         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50918         Update tests that use readelf to use $READELF instead.
50919         * configure: Regenerated.
50920
50921 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50922
50923         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50924         if the result is not used.
50925
50926 2011-07-05  Andreas Jaeger  <aj@suse.de>
50927
50928         [BZ#9696]
50929         * stdlib/tst-strtod.c: Add testcase.
50930
50931 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50932
50933         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50934         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50935         The latter has a higher limit.  Take additional parameter to pass to
50936         the new function.
50937         (__pathconf): Pass file to __statfs_link_max.
50938         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50939         __statfs_link_max.
50940         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50941         __statfs_link_max.
50942
50943         [BZ #12868]
50944         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50945         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50946         Handle Lustre.
50947         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50948         (__statfs_filesize_max): Likewise.
50949         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50950
50951 2011-07-05  Andreas Jaeger  <aj@suse.de>
50952
50953         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50954
50955 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50956
50957         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50958         `status' variable.
50959         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50960         Likewise.
50961
50962 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50963
50964         * Makefile (strop-tests): Add strncat.
50965         * string/test-strncat.c: New file.
50966
50967 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50968
50969         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50970
50971 2011-06-21  Andreas Jaeger  <aj@suse.de>
50972
50973         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50974         Copy rule from iconvdata/Makefile.
50975
50976 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50977
50978         [BZ #12922]
50979         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50980         but no long options are defined, just return 'W'.
50981
50982 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50983
50984         [BZ #9696]
50985         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50986
50987 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50988
50989         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50990         netgroups to read.
50991         (innetgr): Likewise.
50992
50993 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50994
50995         * config.make.in (install_root): Default to $(DESTDIR).
50996
50997 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50998
50999         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51000
51001 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51002
51003         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51004
51005         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51006         containing directory rather than embedding absolute directory names.
51007
51008         * scripts/check-local-headers.sh: Rewritten using awk.
51009         Match by word, not by line.  Print error messages for matches.
51010         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51011
51012         * Makerules [shlib-lds-flags empty]:
51013         ($(common-objpfx)libc_pic.opts): New target.
51014         ($(common-objpfx)libc_pic.os.clean): New target.
51015         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51016
51017         * config.make.in (OBJCOPY): New variable.
51018         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51019         * configure: Regenerated.
51020
51021         * config.make.in (use-default-link): New variable.
51022         * configure.in (use_default_link): Grok --with-default-link to set it.
51023         * configure: Regenerated.
51024         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51025         (shlib-lds, shlib-lds-flags): Define to empty.
51026
51027         * Makerules (shlib-lds): New variable.
51028         (shlib-lds-flags): New variable.
51029         (build-shlib, build-moduile, build-module-asneeded): Use it.
51030         ($(common-objpfx)libc.so): Use $(shlib-lds).
51031         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51032         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51033
51034         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51035         DT_FLAGS/DT_FLAGS_1 with zero flags.
51036
51037         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51038         linker script munging.
51039
51040 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51041
51042         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51043         as 128-bit value.
51044         * crypt/sha512.c (sha512_process_block): Perform total addition using
51045         128-bit if possible.
51046         (__sha512_finish_ctx): Likewise.
51047         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51048         as 64-bit value.
51049         * crypt/sha256.c (SWAP64): Define.
51050         (sha256_process_block): Perform total addition using 64-bit if
51051         possible.
51052         (__sha256_finish_ctx): Likewise.
51053
51054 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51055
51056         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51057         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51058         * nscd/hstcache.c (cache_addhst): Likewise.
51059         * nscd/grpcache.c (cache_addgr): Likewise.
51060         * nscd/aicache.c (addhstaiX): Likewise
51061         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51062
51063 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51064
51065         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51066         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51067         * nscd/hstcache.c (cache_addhst): Likewise.
51068         * nscd/grpcache.c (cache_addgr): Likewise.
51069         * nscd/aicache.c (addhstaiX): Likewise
51070
51071 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51072
51073         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51074         domain only when needed.
51075
51076 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51077
51078         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51079         is always restored.
51080
51081 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51082
51083         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51084         are re-adding the entry.
51085         * nscd/servicescache.c (cache_addserv): Likewise.
51086
51087 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51088
51089         * sysdeps/generic/dl-irel.h: fix protection against multiple
51090         inclusions.
51091         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51092
51093 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51094
51095         [BZ #12935]
51096         * malloc/memusage.sh: Fix quoting in message.
51097         * debug/xtrace.sh: Likewise.
51098
51099         * configure.in: Remove support for --experimental-malloc option, make
51100         it the default.
51101         * config.make.in: Likewise.
51102         * malloc/Makefile: Likewise.
51103
51104 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51105
51106         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51107         two-byte characters.
51108
51109 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51110
51111         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51112         AC_CACHE_CHECK invocation.
51113         * configure: Regenerated.
51114
51115         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51116
51117 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51118
51119         [BZ #12350]
51120         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51121         bit from old_res_options.
51122
51123         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51124
51125         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51126         value type for setfct.
51127
51128 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51129
51130         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51131         __gettimeofday instead of gettimeofday.
51132
51133 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51134
51135         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51136
51137 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51138
51139         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51140
51141         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51142         info.
51143
51144 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51145
51146         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51147         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51148         strcpy-sse2-unaligned strncpy-sse2-unaligned
51149         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51150         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51151         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51152         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51153         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51154         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51155         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51156         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51157         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51158         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51159         (STRCPY): Support SSE2 and SSSE3 versions.
51160
51161 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51162
51163         [BZ #12874]
51164         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51165         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51166         kernels which artificially limit size of requests.
51167
51168 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51169
51170         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51171         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51172         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51173         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51174         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51175         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51176         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51177         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51178         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51179         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51180         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51181         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51182         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51183         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51184         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51185         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51186         Enable unaligned load optimization for Intel Core i3, i5 and i7
51187         processors.
51188         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51189         Define.
51190         (index_Fast_Unaligned_Load): Define.
51191         (HAS_FAST_UNALIGNED_LOAD): Define.
51192
51193 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51194
51195         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51196
51197 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51198
51199         [BZ #12907]
51200         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51201         until it is clear that the information is realy needed.
51202         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51203
51204 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51205
51206         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51207
51208 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51209
51210         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51211         /sys/devices/system/cpu/online if it is usable.
51212
51213         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51214         reading the information from the /proc filesystem to once a second.
51215
51216 2011-06-21  Andreas Jaeger  <aj@suse.de>
51217
51218         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51219         NULL after inclusion of kernel headers.
51220
51221 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51222
51223         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51224         calls to internal_setent.
51225
51226         [BZ #12885]
51227         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51228         addresses using gethostbyname4_r ignore IPv4 addresses.
51229
51230         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51231         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51232
51233         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51234
51235 2011-06-20  David S. Miller  <davem@davemloft.net>
51236
51237         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51238         inclusions.
51239         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51240
51241         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51242         (elf_irel): Use it.
51243         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51244         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51245         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51246         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51247         * sysdeps/x86_64/dl-irel.h: Likewise.
51248
51249         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51250         * elf/dl-sym.c: Likewise.
51251
51252 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51253
51254         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51255         need to dereference resplen2.
51256
51257 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51258
51259         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51260
51261 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51262
51263         * Makeconfig: Define vardbdir and inst_vardbdir.
51264         * nss/Makefile: Add rules to install db-Makefile.
51265
51266         * nss/nss_db/db-XXX.c: Cleanup.
51267
51268         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51269         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51270         GLIBC_PRIVATE.
51271         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51272         * nss/makedb.c: Implement -g option to specify that value strings
51273         are generated and should not be added to table iterated over for
51274         get*ent calls.
51275         * nss/nss_db/db-initgroups.c: New file.
51276
51277         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51278         interface.
51279
51280         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51281         (internal_getgrouplist): Adjust to name change.
51282         Update use_initgroups_entry if this is not the first call.
51283         * nss/databases.def: Add initgroups entry.
51284
51285         * nss/makedb.c (compute_tables): Check result of multiple hash table
51286         sizes to minimize maximum chain length.
51287
51288 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51289
51290         * Versions.def: Add entry for libnss_db.
51291         * shlib-versions: Likewise.
51292         * nss/Makefile: Add rules to build libnss_db.
51293         * nss/Versions: Add libnss_db information.  Organize libnss_files
51294         entries better.
51295         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51296         makedb progra.  Some minor improvements to generate smaller files.
51297         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51298         here from...
51299         * nss/makedb.c: ...here.
51300         Improve database format to be smaller and require less memory at
51301         runtime.
51302         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51303         db anymore.
51304         * nss/nss_db/db-netgrp.c: Likewise.
51305         * nss/nss_db/db-open.c: Likewise.
51306         * nss/nss_files/flies-XXX.x: Adjust comments.
51307         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51308         * nss/nss_files/files-grp.c: Likewise.
51309         * nss/nss_files/files-hosts.c: Likewise.
51310         * nss/nss_files/files-network.c: Likewise.
51311         * nss/nss_files/files-proto.c: Likewise.
51312         * nss/nss_files/files-pwd.c: Likewise.
51313         * nss/nss_files/files-rpc.c: Likewise.
51314         * nss/nss_files/files-service.c: Likewise.
51315         * nss/nss_files/files-sgrp.c: Likewise.
51316         * nss/nss_files/files-spwd.c: Likewise.
51317         * nss/nss_db/db-alias.c: Removed.
51318         * nss/nss_db/dummy-db.h: Removed.
51319
51320 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51321
51322         * nss/makedb.c: Rewritten to not use database library.
51323         * nss/Makefile: Update to build new makedb program.
51324
51325 2011-06-14  Andreas Jaeger  <aj@suse.de>
51326
51327         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51328         memset declaration.
51329
51330 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51331
51332         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51333         tmpbuf.
51334
51335 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51336
51337         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51338         * elf/Makefile ($(objpfx)ld.so): Likewise.
51339
51340         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51341         Don't list ld.so twice in dependencies.
51342
51343         * posix/bug-regex31.c: Include <stdlib.h>.
51344
51345         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51346
51347         * nis/nss_compat/compat-spwd.c
51348         (getspent_next_nss_netgr): Remove unused variable.
51349         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51350
51351         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51352         nonmembers" output to use the right array.
51353
51354         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51355
51356         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51357
51358         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51359         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51360         * catgets/gencat.c (read_input_file): Likewise.
51361         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51362
51363         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51364         variable definition inside #if's controlling its use.
51365
51366         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51367
51368         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51369
51370         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51371
51372         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51373         unreachable code.
51374
51375         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51376
51377         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51378         * configure: Regenerated.
51379
51380         * Makerules: Revert last change.
51381         * elf/Makefile: Likewise.
51382
51383 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51384
51385         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51386         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51387         (reloc-link): Likewise.
51388
51389 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51390
51391         * elf/Makefile: Add rules to build pldd.
51392         * elf/pldd.c: New file.
51393         * elf/pldd-xx.c: New file.
51394
51395 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51396
51397         * version.h: Update for 2.15 development version.
51398
51399 2011-06-07  David S. Miller  <davem@davemloft.net>
51400
51401         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51402         ifuncs.
51403         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51404         elf_machine_lazy_rel): Likewise.
51405         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51406         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51407         elf_machine_lazy_rel): Likewise.
51408         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51409         dl_hwcap via passed in argument.
51410         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51411         Likewise.
51412
51413 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51414
51415         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51416
51417 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51418
51419         [BZ #12849]
51420         * manual/fdl-1.1.texi: New file, verbatim from:
51421         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51422         * manual/lgpl-2.1.texi: New file, verbatim from:
51423         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51424         * manual/Makefile (licenses): New variable, list those new file names.
51425         (texis): Use it.
51426         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51427
51428         * manual/fdl.texi: File removed.
51429         * manual/lesser.texi: File removed.
51430         * manual/libc.texinfo (Copying, Documentation License):
51431         Use new @include file names, put @appendix directive before @include.
51432
51433 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51434
51435         [BZ #12841]
51436         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51437         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51438         (mq_open): Add __NTH.
51439
51440 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51441
51442         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51443         Assume Intel Core i3/i5/i7 processor if AVX is available.
51444
51445 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51446
51447         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51448         typo.
51449
51450 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51451
51452         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51453         memory.  Use alloca_account.  Fix memory leak when retrying.
51454
51455 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51456
51457         * version.h (RELEASE): Bump for 2.14 release.
51458         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51459
51460         * config.make.in (RANLIB): Remove entry.
51461
51462 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51463
51464         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51465         (libc.pot): Work around missing support for .ksh extension in xgettext.
51466
51467         [BZ #12684]
51468         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51469         if both request failed.
51470         (send_dg): In case of server errors clear resplen or *resplen2.
51471
51472         [BZ #12454]
51473         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51474         when there are multiple maps.
51475         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51476         (_dl_fini): Remove test here.
51477
51478         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51479
51480 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51481
51482         [BZ #12350]
51483         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51484         bit from old_res_options.
51485         (gaih_inet): Likewise.
51486
51487         [BZ #11099]
51488         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51489         as signed.
51490
51491         * resolv/res_init.c (res_setoptions): Make the code more compact.
51492
51493         [BZ #11558]
51494         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51495         set RES_USEVC.
51496
51497         [BZ #11634]
51498         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51499
51500         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51501
51502         [BZ #11781]
51503         * malloc/malloc.h: Declare malloc hook variables as volatile.
51504
51505         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51506         in last patch.
51507
51508         [BZ #11799]
51509         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51510         raise in the comment.
51511         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51512         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51513         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51514
51515 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51516
51517         [BZ #12811]
51518         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51519         grow the buffers more if it already has to be sufficient.
51520         (build_wcs_upper_buffer): Likewise.
51521         * posix/regexec.c (check_matching): Likewise.
51522         (clean_state_log_if_needed): Likewise.
51523         (extend_buffers): Don't enlarge buffers beyond size of the input
51524         buffer.
51525         Patches mostly by Emil Wojak <emil@wojak.eu>.
51526         * posix/bug-regex32.c: New file.
51527         * posix/Makefile (tests): Add bug-regex32.
51528
51529         * locale/findlocale.c (_nl_find_locale): Return right away if
51530         _nl_explode_name failed.
51531         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51532
51533         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51534
51535         * debug/xtrace.sh: Unify messages.
51536         * malloc/memusage.sh: Likewise.
51537
51538         [BZ #12813]
51539         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51540         time symbol from vDSO.  Substitute with vsyscall if not available.
51541         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51542         __vdso_time.
51543
51544         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51545         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51546         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51547         Add sendmmsg and internal_sendmmsg.
51548         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51549         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51550         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51551
51552         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51553         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51554         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51555
51556 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51557
51558         [BZ #12813]
51559         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51560         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51561         available.
51562         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51563         __vdso_getcpu.
51564
51565         [BZ #12814]
51566         * iconvdata/Makefile (tests): Add bug-iconv9.
51567         * iconvdata/bug-iconv9.c: New file.
51568
51569 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51570
51571         [BZ #12814]
51572         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51573
51574 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51575
51576         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51577         (struct user_regs_struct): Change intcs field back to cs.
51578
51579 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51580
51581         * po/ja.po: Update from translation team.
51582
51583 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51584
51585         [BZ #12795]
51586         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51587         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51588
51589 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51590
51591         * stdlib/longlong.h: Update from GCC.
51592
51593 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51594
51595         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51596         parameter name.
51597         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51598         Add parameter name.
51599         (__sysconf): Pass it down.
51600
51601 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51602
51603         [BZ #12671]
51604         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51605         some situations.
51606         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51607         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51608         add in in __libc_use_alloca calls.  Adjust callers.
51609         (glob): Use malloc in some situations.
51610
51611         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51612         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51613         pltexit.
51614
51615 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51616
51617         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51618         and CLOCK_BOOTTIME_ALARM.
51619
51620         [BZ #12782]
51621         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51622         is returned.
51623
51624         * string/_strerror.c (__strerror_r): Print negative errors as signed
51625         numbers.
51626
51627         [BZ #12777]
51628         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51629         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51630         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51631
51632         * configure.in: Fix typo in redirection and correct removal of test
51633         files in two cases.
51634
51635         [BZ #12788]
51636         * locale/setlocale.c (new_composite_name): Fix test to check for
51637         identical name of all categories.
51638
51639         [BZ #12792]
51640         * libio/filedoalloc.c (local_isatty): New function.
51641         (_IO_file_doallocate): Use local_isatty.
51642         * stdio-common/perror.c (perror): In case a new stream is used
51643         forward the stream error.
51644         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51645         error flag.
51646
51647 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51648
51649         [BZ #11869]
51650         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51651         alloca.
51652         * include/alloca.h (extend_alloca_account): Define.
51653
51654         [BZ #11857]
51655         * posix/regex.h: Fix comments with documentation of user-accessible
51656         fields after compilation and describe correct free'ing of pattern
51657         after re_compile_pattern.
51658         Patch by Reuben Thomas <rrt@sc3d.org>.
51659
51660 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51661
51662         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51663         and -mno-altivec to prevent the compiler from using Altivec and/or
51664         VSX instructions when the corresponding registers are not available.
51665
51666 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51667
51668         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51669
51670 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51671
51672         * libio/freopen.c (freopen): Use __dup2, not dup2.
51673         * libio/freopen64.c (freopen64): Likewise.
51674
51675 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51676
51677         [BZ #12775]
51678         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51679         * math/Makefile (tests): Add test-powl.
51680         (CFLAGS-test-powl.c): Define.
51681         * math/test-powl.c: New file.
51682
51683 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51684
51685         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51686
51687 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51688
51689         [BZ #11837]
51690         * iconvdata/gb18030.c: Update to GB18020-2005.
51691
51692 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51693
51694         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51695         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51696         Patch by Aharon Robbins <arnold@skeeve.com>.
51697
51698         [BZ #11892]
51699         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51700         on the stack.
51701
51702         [BZ #11895]
51703         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51704         through underflows.
51705
51706         [BZ #12766]
51707         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51708         point to strings before performing equality test for error_one_per_line
51709         mode.
51710
51711         [BZ #11697]
51712         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51713
51714         [BZ #11820]
51715         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51716         (struct user_fpregs_struct): Avoid __uint*_t types.
51717
51718         [BZ #6420]
51719         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51720         symbol info.  Use it instead of calling _dl_addr locally.
51721         (lock_and_info): New function.
51722         (tr_freehook): Call lock_and_info and pass symbol info as additional
51723         parameter to tr_where.
51724         (tr_mallochook): Likewise.
51725         (tr_reallochook): Likewise.
51726         (tr_memalignhook): Likewise.
51727
51728         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51729         used and couldn't be at all thread-safe.
51730
51731 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51732
51733         * libio/freopen.c (freopen): Don't close old file descriptor
51734         before the new one is opened.  Instead dup the new file descriptor
51735         to the old one after the new stream is created.
51736         * libio/freopen64.c (freopen64): Likewise.
51737         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51738         * libio/fileops.c (_IO_new_file_close_it): Handle new
51739         _IO_FLAGS2_NOCLOSE flag.
51740         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51741         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51742         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51743         _IO_FLAGS2_NOCLOSE flag.
51744         * include/unistd.h: Add hidden_proto for dup3.
51745         Define __have_dup3.
51746         * io/dup3.c: Define hidden symbol.
51747         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51748
51749         [BZ #7101]
51750         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51751         when an incomplete long option is used.
51752         * posix/tst-getopt_long1.c: New file.
51753         * posix/Makefile (tests): Add tst-getopt_long1.
51754
51755         [BZ #10138]
51756         * scripts/config.guess: Update from autoconf-2.68.
51757         * scripts/config.sub: Likewise.
51758
51759         [BZ #10157]
51760         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51761         tests into ...
51762         (has_cpuclock): ...this.  New function.
51763         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51764         macro here based on has_cpuclock code.
51765
51766         [BZ #10149]
51767         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51768         First byte (not low byte) is now always NUL.
51769         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51770
51771         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51772         Use non-cancelable interfaces.
51773
51774         [BZ #9809]
51775         * locale/iso-639.def: Add entry for Sorani.
51776
51777         [BZ #11901]
51778         * include/stdlib.h: Move include protection to the right place.
51779         Define abort_msg_s.  Declare __abort_msg with it.
51780         * stdlib/abort.c (__abort_msg): Adjust type.
51781         * assert/assert.c (__assert_fail_base): New function.  Majority
51782         of code from __assert_fail.  Allocate memory for __abort_msg with
51783         mmap.
51784         (__assert_fail): Now call __assert_fail_base.
51785         * assert/assert-perr.c: Remove bulk of implementation.  Use
51786         __assert_fail_base.
51787         * include/assert.hL Declare __assert_fail_base.
51788         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51789         mmap.
51790         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51791
51792 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51793
51794         [BZ #11952]
51795         [BZ #12453]
51796         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51797         until all modules are registered in the DTV.
51798         * elf/Makefile: Add rules to build and run tst-tls19.
51799         * elf/tst-tls19.c: New file.
51800         * elf/tst-tls19mod1.c: New file.
51801         * elf/tst-tls19mod2.c: New file.
51802         * elf/tst-tls19mod3.c: New file.
51803         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51804
51805         [BZ #12083]
51806         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51807         correctly.
51808
51809         [BZ #12601]
51810         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51811         two-byte sequence errors.
51812         * iconvdata/Makefile (tests): Add bug-iconv8.
51813         * iconvdata/bug-iconv8.c: New file.
51814
51815         [BZ #12626]
51816         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51817         buf2 definition.
51818
51819         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51820
51821         [BZ #12432]
51822         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51823         (dummy_getcfa): New function.
51824         (init): Get _Unwind_GetCFA address, use dummy if not found.
51825         (backtrace_helper): In recursion check, also check whether CFA changes.
51826         (__backtrace): Completely initialize arg.
51827
51828         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51829         storing incomplete byte sequence in state object.  Avoid testing for
51830         guaranteed too small input if we know there is enough data available.
51831
51832 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51833
51834         * Makeconfig (+link-pie): Indent.
51835         * Rules (binaries-pie): Define if $(have-fpie) and
51836         $(build-shared).
51837         (binaries-shared): Also filter out $(binaries-pie).
51838         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51839         * nscd/Makefile (others-pie): Add nscd.
51840         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51841         ($(objpfx)nscd): Remove command override.
51842         * login/Makefile (others-pie): Add pt_chown.
51843         ($(objpfx)pt_chown): Remove command override.
51844         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51845         remove command overrides.
51846
51847 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51848
51849         * libio/tst_putwc.c: Fix error messages.
51850
51851         [BZ #12724]
51852         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51853         currently writing and seek to current position when not.
51854         * libio/Makefile (tests): Add bug-fclose1.
51855         * libio/bug-fclose1.c: New file.
51856
51857 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51858
51859         [BZ #12511]
51860         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51861         don't set DF_1_NODELETE here.
51862         (do_lookup_x): When entering new entry test for copy relocation
51863         and if necessary set DF_1_NODELETE flag.
51864         * elf/tst-unique4.cc: New file.
51865         * elf/tst-unique4.h: New file.
51866         * elf/tst-unique4lib.cc: New file.
51867         * elf/Makefile: Add rules to build and run tst-unique4.
51868         Patch by Piotr Bury <pbury@goahead.com>.
51869
51870 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51871
51872         [BZ #12052]
51873         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51874
51875         [BZ #12625]
51876         * misc/mntent_r.c (addmntent): Flush the stream after the output
51877
51878         [BZ #12393]
51879         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51880         (is_trusted_path_normalize): Skip initial colon.  Append slash
51881         to empty buffer.  Duplicate is_trusted_path code but allow
51882         constructed patch to be prefix.
51883         (is_dst): Allow $ORIGIN followed by /.
51884         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51885         Correct testing of result of is_trusted_path_normalize
51886         (decompose_rpath): Fix warning.
51887
51888 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51889
51890         [BZ #11257]
51891         * grp/initgroups.c (internal_getgrouplist): When we found the service
51892         list through the initgroups entry in nsswitch.conf do not always
51893         continue on a successful lookup.  Don't always use the
51894         __nss_group_database value if it is set.
51895         * nss/nsswitch.conf (initgroups): Change action for successful db
51896         lookup to continue for compatibility.
51897
51898 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51899
51900         [BZ #11532]
51901         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51902         and CP774 modules.
51903         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51904         and CP774 modules.
51905         * iconvdata/tst-tables.sh: Likewise.
51906         * iconvdata/cp770.c: New file.
51907         * iconvdata/cp771.c: New file.
51908         * iconvdata/cp772.c: New file.
51909         * iconvdata/cp773.c: New file.
51910         * iconvdata/cp774.c: New file.
51911         * iconvdata/testdata/CP770: New file.
51912         * iconvdata/testdata/CP770..UTF8: New file.
51913         * iconvdata/testdata/CP771: New file.
51914         * iconvdata/testdata/CP771..UTF8: New file.
51915         * iconvdata/testdata/CP772: New file.
51916         * iconvdata/testdata/CP772..UTF8: New file.
51917         * iconvdata/testdata/CP773: New file.
51918         * iconvdata/testdata/CP773..UTF8: New file.
51919         * iconvdata/testdata/CP774: New file.
51920         * iconvdata/testdata/CP774..UTF8: New file.
51921
51922         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51923         END CHARMAP line.
51924         * iconvdata/gen-8bit-gap.sh: Likewise.
51925         * iconvdata/gen-8bit.sh: Likewise.
51926
51927         * locale/iso-639.def: Add ary entry.
51928
51929         [BZ #11258]
51930         * locale/C-translit.h.in: Add U20A1 transliteration.
51931
51932         [BZ #12178]
51933         * locale/iso-639.def: Add wae entry.
51934         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51935
51936         [BZ #12545]
51937         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51938         for n.
51939
51940         [BZ #12711]
51941         * locale/C-translit.h.in: Add entry for U20B9.
51942         Patch by pravin.d.s@gmail.com.
51943
51944 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51945
51946         [BZ #12713]
51947         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51948         ENAMETOOLONG use generic getcwd.
51949         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51950         in rtld.  Use *stat64.
51951         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51952         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51953         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51954         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51955         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51956         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51957         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51958         __fstatat64 macros.
51959         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51960         * dirent/rewinddir.c: Add libc_hidden_def.
51961         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51962         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51963
51964         * include/dirent.h (__alloc_dir): Add flags parameter.
51965         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51966         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51967         __alloc_dir.
51968         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51969         from fdopendir if O_CLOEXEC is already set.
51970
51971 2011-03-15  Alan Modra  <amodra@gmail.com>
51972
51973         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51974         l_tls_firstbyte_offset non-zero.  Save padding offset in
51975         l_tls_firstbyte_offset for later use.
51976         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51977         freeing static tls block.
51978
51979 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51980
51981         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51982         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51983         being defined by the kernel headers.
51984
51985 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51986
51987         [BZ #12734]
51988         * resolv/resolv.h: Define RES_NOTLDQUERY.
51989         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51990         no-tld-query and set RES_NOTLDQUERY.
51991         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51992         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51993         modern BIND to search name as TLD unless forbidden.
51994
51995 2011-05-07  Petr Baudis  <pasky@suse.cz>
51996             Ulrich Drepper  <drepper@gmail.com>
51997
51998         [BZ #12393]
51999         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52000         (is_trusted_path): ...to here.
52001         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52002         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52003         using is_trusted_path_normalize() in setuid scripts.
52004
52005 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52006
52007         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52008         __BEGIN/__END_DECLS.
52009
52010 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52011
52012         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52013         NSS_STATUS_NOTFOUND if no record was found.
52014
52015 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52016
52017         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52018         (headers-not-in-tirpc): Remove rpc/netdb.h
52019         * resolv/netdb.h: Revert last change.
52020
52021 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52022
52023         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52024         circular dependency between libgcc.a and libc.a.
52025
52026 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52027
52028         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52029         * nis/Makefile: Don't install rpcsvc/*.
52030         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52031         instead of <rpc/types.h>.
52032         (MAXHOSTNAMELEN): Define.
52033
52034 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52035
52036         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52037
52038 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52039
52040         [BZ #12714]
52041         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52042         gethostbyname4_r when IPv6 results are possible.
52043
52044 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52045
52046         [BZ #12723]
52047         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52048         _PC_PIPE_BUF handling.
52049
52050 2011-04-30  Bruno Haible  <bruno@clisp.org>
52051
52052         [BZ #12717]
52053         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52054         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52055         to 'int'.
52056         * inet/getnameinfo.c (getnameinfo): Likewise.
52057
52058 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52059
52060         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52061         to groups setting in database lookup.
52062         * nss/nsswitch.conf: Add initgroups entry.
52063
52064 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52065
52066         [BZ #12685]
52067         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52068         mode string.
52069         Patch by Eric Blake <eblake@redhat.com>.
52070
52071 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52072
52073         * sunrpc/Makefile (need-export-routines): Add svc_run.
52074         (routines): Remove svc_run.
52075         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52076         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52077         * sunrpc/svc_run.c (svc_run): Likewise.
52078         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52079
52080 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52081
52082         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52083         problem in reallocation in last patch.
52084
52085 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52086
52087         * sunrpc/Makefile: Move inclusion of Rules.
52088
52089 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52090
52091         * nss/nss_files/files-initgroups.c: New file.
52092         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52093         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52094         _nss_files_initgroups_dyn.
52095
52096 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52097
52098         * elf/elf.h (R_ARM_IRELATIVE): Define.
52099
52100 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52101
52102         * po/ru.po: Update from translation team.
52103
52104 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52105
52106         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52107         dependencies.
52108
52109 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52110
52111         [BZ #12653]
52112         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52113         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52114         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52115         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52116         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52117
52118 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52119
52120         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52121         differing bytes.
52122         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52123         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52124         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52125
52126 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52127
52128         [BZ #12420]
52129         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52130         storing it.
52131         * stdlib/bug-getcontext.c: New file.
52132         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52133
52134 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52135
52136         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52137         instructions into .machine "z9-109".
52138         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52139         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52140
52141 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52142
52143         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52144         between environment variables and auxiliary vector.
52145
52146 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52147
52148         * Makefile: Add rules to build linkobj/libc.so.
52149         * include/libc-symbols.h: Define libc_hidden_nolink.
52150         * include/rpc/auth.h: Mark functions which are to be hidden.
52151         * include/rpc/auth_des.h: Likewise.
52152         * include/rpc/auth_unix.h: Likewise.
52153         * include/rpc/clnt.h: Likewise.
52154         * include/rpc/des_crypt.h: Likewise.
52155         * include/rpc/key_prot.h: Likewise.
52156         * include/rpc/pmap_clnt.h: Likewise.
52157         * include/rpc/pmap_prot.h: Likewise.
52158         * include/rpc/pmap_rmt.h: Likewise.
52159         * include/rpc/rpc_msg.h: Likewise.
52160         * include/rpc/svc.h: Likewise.
52161         * include/rpc/svc_auth.h: Likewise.
52162         * include/rpc/xdr.h: Likewise.
52163         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52164         * nss/Makefile: Likewise.
52165         * sunrpc/Makefile: Don't install headers.  Build library with normal
52166         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52167         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52168         for the compat linking library.  Remove use of INTDEF/INTUSE.
52169         * sunrpc/auth_none.c: Likewise.
52170         * sunrpc/auth_unix.c: Likewise.
52171         * sunrpc/authdes_prot.c: Likewise.
52172         * sunrpc/authuxprot.c: Likewise.
52173         * sunrpc/clnt_gen.c: Likewise.
52174         * sunrpc/clnt_perr.c: Likewise.
52175         * sunrpc/clnt_raw.c: Likewise.
52176         * sunrpc/clnt_simp.c: Likewise.
52177         * sunrpc/clnt_tcp.c: Likewise.
52178         * sunrpc/clnt_udp.c: Likewise.
52179         * sunrpc/clnt_unix.c: Likewise.
52180         * sunrpc/des_crypt.c: Likewise.
52181         * sunrpc/des_soft.c: Likewise.
52182         * sunrpc/get_myaddr.c: Likewise.
52183         * sunrpc/key_call.c: Likewise.
52184         * sunrpc/key_prot.c: Likewise.
52185         * sunrpc/netname.c: Likewise.
52186         * sunrpc/pm_getmaps.c: Likewise.
52187         * sunrpc/pm_getport.c: Likewise.
52188         * sunrpc/pmap_clnt.c: Likewise.
52189         * sunrpc/pmap_prot.c: Likewise.
52190         * sunrpc/pmap_prot2.c: Likewise.
52191         * sunrpc/pmap_rmt.c: Likewise.
52192         * sunrpc/publickey.c: Likewise.
52193         * sunrpc/rpc_cmsg.c: Likewise.
52194         * sunrpc/rpc_common.c: Likewise.
52195         * sunrpc/rpc_dtable.c: Likewise.
52196         * sunrpc/rpc_prot.c: Likewise.
52197         * sunrpc/rpc_thread.c: Likewise.
52198         * sunrpc/rtime.c: Likewise.
52199         * sunrpc/svc.c: Likewise.
52200         * sunrpc/svc_auth.c: Likewise.
52201         * sunrpc/svc_authux.c: Likewise.
52202         * sunrpc/svc_raw.c: Likewise.
52203         * sunrpc/svc_run.c: Likewise.
52204         * sunrpc/svc_simple.c: Likewise.
52205         * sunrpc/svc_tcp.c: Likewise.
52206         * sunrpc/svc_udp.c: Likewise.
52207         * sunrpc/svc_unix.c: Likewise.
52208         * sunrpc/svcauth_des.c: Likewise.
52209         * sunrpc/xcrypt.c: Likewise.
52210         * sunrpc/xdr.c: Likewise.
52211         * sunrpc/xdr_array.c: Likewise.
52212         * sunrpc/xdr_float.c: Likewise.
52213         * sunrpc/xdr_intXX_t.c: Likewise.
52214         * sunrpc/xdr_mem.c: Likewise.
52215         * sunrpc/xdr_rec.c: Likewise.
52216         * sunrpc/xdr_ref.c: Likewise.
52217         * sunrpc/xdr_sizeof.c: Likewise.
52218         * sunrpc/xdr_stdio.c: Likewise.
52219
52220 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52221
52222         [BZ #12650]
52223         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52224         * sysdeps/ia64/dl-tls.h: Likewise.
52225         * sysdeps/powerpc/dl-tls.h: Likewise.
52226         * sysdeps/s390/dl-tls.h: Likewise.
52227         * sysdeps/sh/dl-tls.h: Likewise.
52228         * sysdeps/sparc/dl-tls.h: Likewise.
52229         * sysdeps/x86_64/dl-tls.h: Likewise.
52230         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52231
52232 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52233
52234         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52235         rpath element also skip the following colon.
52236         (expand_dynamic_string_token): Add is_path parameter and pass
52237         down to DL_DST_REQUIRED and _dl_dst_substitute.
52238         (decompose_rpath): Call expand_dynamic_string_token with
52239         non-zero is_path.  Ignore empty rpaths.
52240         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52241         with zero is_path.
52242
52243 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52244
52245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52246         Make cancelable.
52247
52248 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52249
52250         [BZ #12655]
52251         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52252         Patch by Filipe David Manana <fdmanana@apache.org>.
52253
52254 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52255
52256         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52257         Maintain aligned stack.
52258         (CHECK_RSP): Remove unused macro.
52259
52260 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52261
52262         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52263         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52264
52265 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52266
52267         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52268
52269         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52270
52271 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52272
52273         [BZ #12518]
52274         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52275         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52276         * sysdeps/x86_64/memmove.c: New file.
52277         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52278         (memcpy): Renamed to ...
52279         (__new_memcpy): This.
52280         (memcpy): Provide GLIBC_2_14 memcpy.
52281         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52282         (memcpy): Provide GLIBC_2_2_5 memcpy.
52283
52284 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52285
52286         [BZ #12631]
52287         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52288
52289 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52290
52291         * misc/syncfs.c: New file.
52292         * misc/Makefile (routines): Add syncfs.
52293         * posix/unistd.h: Declare syncfs.
52294         * sysdeps/unix/syscalls.list: Add syncfs.
52295
52296 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52297
52298         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52299         open_by_handle_at.
52300         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52301         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52302         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52303         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52304         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52305         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52306         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52307
52308 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52309
52310         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52311         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52312         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52313         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52314         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52315         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52316         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52317
52318         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52319         sync_file_range.c with -fexceptions.
52320         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52321         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52322         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52323         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52324         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52325         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52326         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52327         sync_file_range as cancellation point
52328         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52329         now a wrapper around __call_sync_file_range with cancellation handling.
52330         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52331         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52332         function name to __call_sync_file_range.
52333         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52334         Add call_sync_file_range.
52335
52336 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52337
52338         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52339         bits/timex.h.
52340
52341 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52342
52343         * iconv/iconv.h: Fix typo in comment.
52344         * io/fcntl.h: Likewise.
52345         * libio/stdio.h: Likewise.
52346         * posix/spawn.h: Likewise.
52347         * posix/unistd.h: Likewise.
52348         * stdlib/stdlib.h: Likewise.
52349         * time/time.h: Likewise.
52350         * wcsmbs/wchar.h: Likewise.
52351
52352         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52353         open_by_handle): Add.
52354         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52355         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52356         Augment a few comments.
52357         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52358         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52359         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52360         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52361         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52362         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52363         open_by_handle.
52364
52365         * io/fcntl.h (AT_EMPTY_PATH): Define.
52366
52367 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52368
52369         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52370         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52371         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52372         to...
52373         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52374         * Versions.def: Add GLIBC_2.14.
52375         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52376         Export.
52377
52378 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52379
52380         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52381         round counter.
52382         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52383
52384 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52385
52386         [BZ #12597]
52387         * string/test-strncmp.c (do_page_test): New function.
52388         (check2): Likewise.
52389         (test_main): Call check2.
52390         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52391
52392 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52393
52394         [BZ #12587]
52395         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52396         Handle cache information in CPU leaf 4.
52397         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52398
52399 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52400
52401         [BZ #12583]
52402         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52403         character representation.
52404         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52405
52406 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52407
52408         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52409         END(__isnan) to END(__isnanf) to match function entry point/label
52410         EALIGN(__isnanf,...).
52411
52412 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52413
52414         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52415
52416 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52417
52418         [BZ #12510]
52419         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52420         copy from the symbol referenced in the relocation to initialize the
52421         used variable.
52422         Patch by Piotr Bury <pbury@goahead.com>.
52423         * elf/Makefile: Add rules to build and tst-unique3.
52424         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52425         * elf/tst-unique3.cc: New file.
52426         * elf/tst-unique3.h: New file.
52427         * elf/tst-unique3lib.cc: New file.
52428         * elf/tst-unique3lib2.cc: New file.
52429
52430         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52431
52432 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52433
52434         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52435         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52436         to _start.
52437
52438 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52439
52440         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52441         to-be-loaded object along a path to loader is ld.so.
52442
52443 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52444             Ulrich Drepper  <drepper@gmail.com>
52445
52446         * sysdeps/x86_64/memset.S: After aligning destination, code
52447         branches to different locations depending on the value of
52448         misalignment, when multiarch is enabled. Fix this.
52449
52450 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52451
52452         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52453         Set _x86_64_preferred_memory_instruction for AMD processsors.
52454         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52455         Set bit_Prefer_SSE_for_memop for AMD processors.
52456
52457 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52458
52459         * libio/fmemopen.c (fmemopen): Optimize a bit.
52460
52461 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52462
52463         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52464
52465 2011-03-03  Roland McGrath  <roland@redhat.com>
52466
52467         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52468
52469 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52470
52471         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52472         __bzero_ultra1 instead of __memset_ultra1.
52473
52474 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52475             Ulrich Drepper  <drepper@gmail.com>
52476
52477         [BZ #12509]
52478         * include/link.h (struct link_map): Add l_orig_initfini.
52479         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52480         returning unsuccessfully.
52481         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52482         close of a file loaded at startup, restore the original l_initfini
52483         list.
52484         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52485         list, store the pointer.
52486         * elf/Makefile ($(objpfx)noload-mem): New rule.
52487         (noload-ENV): Define.
52488         (tests): Add $(objpfx)noload-mem.
52489         * elf/noload.c: Include <memcheck.h>.
52490         (main): Call mtrace.  Close all opened handles.
52491
52492 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52493
52494         [BZ #12454]
52495         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52496         dependencies are missing.
52497
52498 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52499
52500         Fix __if_freereq crash: Unlike the generic version which uses free,
52501         Hurd needs munmap.
52502         * sysdeps/mach/hurd/ifreq.h: New file.
52503
52504 2011-01-27  Petr Baudis  <pasky@suse.cz>
52505             Ulrich Drepper  <drepper@gmail.com>
52506
52507         [BZ 12445]#
52508         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52509         to extend_alloca().
52510         * stdio-common/bug23.c: New file.
52511         * stdio-common/Makefile (tests): Add bug23.
52512
52513 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52514             Ulrich Drepper  <drepper@gmail.com>
52515
52516         [BZ #12489]
52517         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52518         before performing relro protection.  At old place add assertion
52519         to make sure nothing changed.
52520
52521 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52522             Glauber de Oliveira Costa  <glommer@gmail.com>
52523
52524         * elf/elf.h: Add new ARM TLS relocs.
52525
52526 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52527
52528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52529         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52530         cast from r3.
52531         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52532         'tests' variable.
52533         * sysdeps/wordsize-64/tst-writev.c: New file.
52534
52535 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52536
52537         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52538         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52539         insns in _dl_start to prevent a TOC reference before relocs are
52540         resolved.
52541
52542 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52543
52544         [BZ #12469]
52545         * Makeconfig: Remove RANLIB definition.
52546         * Makerules: Don't use RANLIB.
52547         * aclocal.m4: Remove ranlib test.
52548         * configure.in: No need to check for ranlib.
52549         * elf/rtld-Rules: Don't use RANLIB.
52550
52551 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52552
52553         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52554         protection macro.
52555         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52556         inclusion protection macro.
52557
52558         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52559         SIGRTMIN and SIGRTMAX and print information in that case only when
52560         SIGRTMIN is defined.
52561
52562 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52563
52564         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52565         arginfo fn returning -1.
52566
52567         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52568         and thousands string is zero terminated.
52569
52570 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52571
52572         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52573         sysdeps/unix/sysv/linux/bits/socket.h.
52574
52575 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52576
52577         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52578         (__CPU_COUNT): Remove old macros.
52579         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52580         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52581         (__CPU_ALLOC, __CPU_FREE): Add macros.
52582         (__sched_cpualloc, __sched_cpufree): Add declarations.
52583
52584 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52585
52586         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52587         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52588         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52589         (readdhstai): Return value of addhstaiX call.
52590         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52591         (addgrbyX): Return value returned by cache_addgr.
52592         (readdgrbyname): Return value returned by addgrbyX.
52593         (readdgrbygid): Likewise.
52594         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52595         (addpwbyX): Return value returned by cache_addpw.
52596         (readdpwbyname): Return value returned by addhstbyX.
52597         (readdpwbyuid): Likewise.
52598         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52599         (addservbyX): Return value returned by cache_addserv.
52600         (readdservbyname): Return value returned by addservbyX:
52601         (readdservbyport): Likewise.
52602         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52603         (addhstbyX): Return value returned by cache_addhst.
52604         (readdhstbyname): Return value returned by addhstbyX.
52605         (readdhstbyaddr): Likewise.
52606         (readdhstbynamev6): Likewise.
52607         (readdhstbyaddrv6): Likewise.
52608         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52609         (readdinitgroups): Return value returned by addinitgroupsX.
52610         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52611         (prune_cache): Keep track of timeout value of re-added entries.
52612         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52613         * nscd/nscd.h: Adjust prototypes of readd* functions.
52614
52615 2011-02-04  Roland McGrath  <roland@redhat.com>
52616
52617         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52618         (nis_stats): Likewise.
52619         * nis/nis_modify.c (nis_modify): Likewise.
52620         * nis/nis_remove.c (nis_remove): Likewise.
52621         * nis/nis_add.c (nis_add): Likewise.
52622
52623         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52624
52625         * posix/fnmatch_loop.c: Add some consts.
52626
52627         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52628
52629 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52630
52631         [BZ #12460]
52632         * config.make.in (config-cflags-novzeroupper): Define.
52633         * configure.in: Substitute libc_cv_cc_novzeroupper.
52634         * elf/Makefile (AVX-CFLAGS): Define.
52635         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52636         (CFLAGS-tst-auditmod4a.c): Likewise.
52637         (CFLAGS-tst-auditmod4b.c): Likewise.
52638         (CFLAGS-tst-auditmod6b.c): Likewise.
52639         (CFLAGS-tst-auditmod6c.c): Likewise.
52640         (CFLAGS-tst-auditmod7b.c): Likewise.
52641         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52642
52643 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52644
52645         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52646         function to the callback.
52647         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52648
52649 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52650
52651         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52652         of errno.
52653
52654 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52655
52656         [BZ #11724]
52657         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52658         of constructors.
52659         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52660         of destructors.
52661         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52662
52663         [BZ #11724]
52664         * elf/Makefile: Add rules to build and run new test.
52665         * elf/tst-initorder.c: New file.
52666         * elf/tst-initorder.exp: New file.
52667         * elf/tst-initordera1.c: New file.
52668         * elf/tst-initordera2.c: New file.
52669         * elf/tst-initordera3.c: New file.
52670         * elf/tst-initordera4.c: New file.
52671         * elf/tst-initorderb1.c: New file.
52672         * elf/tst-initorderb2.c: New file.
52673         * elf/tst-order-a1.c: New file.
52674         * elf/tst-order-a2.c: New file.
52675         * elf/tst-order-a3.c: New file.
52676         * elf/tst-order-a4.c: New file.
52677         * elf/tst-order-b1.c: New file.
52678         * elf/tst-order-b2.c: New file.
52679         * elf/tst-order-main.c: New file.
52680         New test case by George Gensure <werkt0@gmail.com>.
52681
52682 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52683
52684         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52685         decoding ACE if AI_CANONIDN.
52686
52687 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52688
52689         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52690
52691 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52692
52693         * version.h (RELEASE): Bump for 2.13 release.
52694         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52695
52696         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52697
52698         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52699         MADV_NOHUGEPAGE.
52700         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52701         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52702         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52703         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52704         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52705         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52706
52707         * posix/getconf.c: Update copyright year.
52708         * catgets/gencat.c: Likewise.
52709         * csu/version.c: Likewise.
52710         * debug/catchsegv.sh: Likewise.
52711         * debug/xtrace.sh: Likewise.
52712         * elf/ldconfig.c: Likewise.
52713         * elf/ldd.bash.in: Likewise.
52714         * elf/sprof.c (print_version): Likewise.
52715         * iconv/iconv_prog.c: Likewise.
52716         * iconv/iconvconfig.c: Likewise.
52717         * locale/programs/locale.c: Likewise.
52718         * locale/programs/localedef.c: Likewise.
52719         * malloc/memusage.sh: Likewise.
52720         * malloc/mtrace.pl: Likewise.
52721         * nscd/nscd.c (print_version): Likewise.
52722         * nss/getent.c: Likewise.
52723
52724         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52725         PF_CAIF, and PF_ALG.
52726         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52727
52728 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52729
52730         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52731         (modules-names): Use them.
52732         (ifunc-test-modules, ifunc-pie-tests): Define.
52733         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52734         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52735         (test-extras): Likewise.
52736         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52737         $(compile-command.c).
52738         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52739         (all-built-dso): Define.
52740         (check-textrel.out, check-execstack.out): Depend on it.
52741
52742         * configure.in: Don't override --enable-multi-arch.
52743
52744 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52745
52746         [BZ #6812]
52747         * nscd/hstcache.c (tryagain): Define.
52748         (cache_addhst): Return tryagain not notfound for temporary errors.
52749         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52750         failed.
52751
52752 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52753
52754         [BZ #10563]
52755         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52756         to make the syscall.
52757         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52758
52759         [BZ #12378]
52760         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52761         and fall back to matching as normal character if the string ends before
52762         the matching ']' is found.  This is what POSIX requires.
52763         * posix/testfnm.c: Adjust test result.
52764         * posix/globtest.sh: Adjust test result.  Add new test.
52765         * posix/tst-fnmatch.input: Likewise.
52766         * posix/tst-fnmatch2.c: Add new test.
52767
52768 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52769
52770         * elf/Makefile (check-execstack): Revert last change.  Depend on
52771         check-execstack.h.
52772         (check-execstack.h): New target.
52773         (generated): Add check-execstack.h.
52774         * elf/check-execstack.c: Include "check-execstack.h".
52775         (main): Revert last change.
52776         (handle_file): Return zero if GNU_STACK is absent and
52777         DEFAULT_STACK_PERMS doesn't include PF_X.
52778
52779 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52780
52781         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52782         in child fails because the descriptor is already closed.
52783         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52784         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52785         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52786
52787         [BZ #12397]
52788         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52789         syscall.
52790
52791         [BZ #10484]
52792         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52793         temporary buffer used to handle multi lookups locally.
52794         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52795
52796 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52797
52798         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52799         loader is ld.so.
52800
52801 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52802
52803         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52804         alignment for SSE2.
52805
52806 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52807
52808         [BZ #12394]
52809         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52810         characters.  When rounding increased number of integer digits recompute
52811         number of groups.
52812         * stdio-common/tst-grouping.c: New file.
52813         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52814
52815 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52816
52817         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52818         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52819
52820         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52821         void.
52822         * bits/select.h: Likewise.
52823
52824 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52825
52826         * po/ja.po: Update from translation team.
52827
52828 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52829
52830         [BZ #11155]
52831         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52832         implementation just like for lxstat, fxstatat, et al.
52833
52834 2010-12-27  Jim Meyering  <meyering@redhat.com>
52835
52836         [BZ #12348]
52837         * posix/regexec.c (build_trtable): Return failure indication upon
52838         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52839
52840 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52841
52842         [BZ #12201]
52843         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52844         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52845         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52846         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52847
52848         [BZ #12207]
52849         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52850
52851         [BZ #12204]
52852         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52853         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52854
52855 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52856
52857         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52858         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52859         script has SORT_BY_INIT_PRIORITY.
52860         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52861         NO_CTORS_DTORS_SECTIONS is defined.
52862         * elf/soinit.c: Likewise.
52863         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52864         NO_CTORS_DTORS_SECTIONS is defined.
52865         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52866         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52867         * sysdeps/sh/init-first.c: Likewise.
52868         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52869
52870 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52871
52872         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52873         always use the slow path.
52874
52875 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52876
52877         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52878         similar rule which adds the sysdep directories to the header search in
52879         order to pick up the correct platform stackinfo.h.
52880         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52881         perform test if it is, otherwise return successfully without testing.
52882         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52883         DEFAULT_STACK_PERMS define in stackinfo.h.
52884         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52885         defined in stackinfo.h.
52886         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52887         DEFAULT_STACK_PERMS defined in stackinfo.h.
52888         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52889         * sysdeps/ia64/stackinfo.h: Likewise.
52890         * sysdeps/s390/stackinfo.h: Likewise.
52891         * sysdeps/sh/stackinfo.h: Likewise.
52892         * sysdeps/sparc/stackinfo.h: Likewise.
52893         * sysdeps/x86_64/stackinfo.h: Likewise.
52894         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52895         PF_X for powerpc64.  Retain PF_X for powerpc32.
52896
52897 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52898
52899         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52900         accurately.
52901         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52902         GETDENTS_64BIT_ALIGNED.
52903
52904 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52905
52906         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52907
52908 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52909
52910         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52911         _GNU_SOURCE.
52912
52913         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52914         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52915         Remove __restrict.
52916         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52917         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52918
52919 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52920
52921         [BZ #11655]
52922         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52923         are initialized.
52924
52925 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52926
52927         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52928
52929 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52930
52931         * po/it.po: Update from translation team.
52932
52933 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52934
52935         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52936         unused codes.
52937
52938 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52939
52940         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52941
52942 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52943
52944         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52945         specially.
52946         (gaih_getanswer_slice): Likewise.
52947
52948 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52949
52950         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52951
52952 2010-05-31  Petr Baudis  <pasky@suse.cz>
52953
52954         [BZ #11149]
52955         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52956         silently even in the chroot mode.
52957
52958 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52959
52960         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52961         last patch a bit.  Pretty printing
52962
52963 2010-05-31  Petr Baudis <pasky@suse.cz>
52964
52965         [BZ #10085]
52966         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52967         initialization of skip_initgroups_dyn.
52968
52969 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52970
52971         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52972         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52973
52974 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52975
52976         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52977
52978 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52979
52980         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52981         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52982         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52983         ($(objpfx)tst-fnmatch-mem): New rule.
52984         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52985         * posix/tst-fnmatch.c (main): Call mtrace.
52986
52987 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52988
52989         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52990         Support Intel processor model 6 and model 0x2c.
52991
52992 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52993
52994         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52995           signed comparison.
52996
52997 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52998
52999         [BZ #12205]
53000         * string/test-strncasecmp.c (check_result): New function.
53001         (do_one_test): Use it.
53002         (check1): New function.
53003         (test_main): Use it.
53004         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53005         Support strcasecmp and strncasecmp.
53006
53007 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53008
53009         [BZ #12194]
53010         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53011         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53012
53013 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53014
53015         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53016         IFUNC support.
53017         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53018         memset-x86-64.
53019         * sysdeps/x86_64/multiarch/bzero.S: New file.
53020         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53021         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53022         * sysdeps/x86_64/multiarch/memset.S: New file.
53023         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53024         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53025         Set bit_Prefer_SSE_for_memop for Intel processors.
53026         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53027         Define.
53028         (index_Prefer_SSE_for_memop): Define.
53029         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53030
53031 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53032
53033         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53034         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53035
53036 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53037
53038         [BZ #12191]
53039         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53040         (__x86_64_raw_data_cache_size_half): Likewise.
53041         (__x86_64_raw_shared_cache_size): Likewise.
53042         (__x86_64_raw_shared_cache_size_half): Likewise.
53043
53044         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53045         (__x86_64_raw_data_cache_size_half): Likewise.
53046         (__x86_64_raw_shared_cache_size): Likewise.
53047         (__x86_64_raw_shared_cache_size_half): Likewise.
53048         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53049         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53050         and __x86_64_raw_shared_cache_size_half.  Round
53051         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53052         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53053         to multiple of 256 bytes.
53054
53055 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53056
53057         [BZ #12167]
53058         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53059         of inacessible symlinks.  Verify result of symlink before returning it.
53060         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53061         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53062
53063 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53064
53065         * math/math.h (isinf): Fix typo in comment.
53066
53067 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53068
53069         * po/da.po: Update from translation team.
53070
53071 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53072
53073         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53074         is added to the list.
53075
53076 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53077             Ulrich Drepper  <drepper@gmail.com>
53078
53079         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53080         the global list here.  Move code to...
53081         (_dl_add_to_namespace_list): ...here.  New function.
53082         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53083         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53084         * elf/dl-load.c (lose): Don't remove the element from the list.
53085         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53086         (_dl_map_object): Likewise.
53087
53088 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53089
53090         [BZ #12159]
53091         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53092         into all bytes of SSE register.
53093         Patch by Richard Li <richardpku@gmail.com>.
53094
53095 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53096
53097         [BZ #12140]
53098         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53099         perturbing.
53100
53101 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53102
53103         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53104         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53105         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53106         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53108         submachine.
53109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53110
53111 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53112
53113         * include/dlfcn.h (__RTLD_SECURE): Define.
53114         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53115         mode & __RTLD_SECURE instead.
53116         (open_path): Rename preloaded parameter to secure.
53117         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53118         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53119         * elf/dl-deps.c (openaux): Likewise.
53120         * elf/rtld.c (struct map_args): Remove is_preloaded.
53121         (map_doit): Don't use it.
53122         (dl_main): Likewise.
53123         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53124         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53125
53126 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53127
53128         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53129         (sysd-rules-targets): Remove duplicates.
53130         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53131         rtld-%.$o dependency.
53132
53133 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53134
53135         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53136         _dl_map_object do it.
53137
53138 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53139
53140         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53141         fast fma builtins, define the macros in the C99 standard.
53142         (FP_FAST_FMAF): Likewise.
53143         (FP_FAST_FMAL): Likewise.
53144         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53145
53146         * bits/mathdef.h: Update copyright year.
53147         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53148
53149 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53150
53151         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53152         builtins, define the macros in the C99 standard.
53153         (FP_FAST_FMAF): Likewise.
53154         (FP_FAST_FMAL): Likewise.
53155         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53156         multiply/add.
53157         (FP_FAST_FMAF): Likewise.
53158
53159 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53160
53161         [BZ #3268]
53162         * math/libm-test.inc (fma_test): Some new testcases.
53163         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53164         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53165         y and infinite z.  Do multiplication by C already in long double.
53166         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53167         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53168         y and infinite z.  Do bitwise or of inexact bit into u.d.
53169         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53170         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53171         * sysdeps/i386/fpu/s_fma.S: Removed.
53172         * sysdeps/i386/fpu/s_fmal.S: Removed.
53173
53174 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53175
53176         [BZ #3268]
53177         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53178         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53179         computation is not scheduled after fetestexcept.  Fix value
53180         of minimum denormal long double.
53181
53182 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53183
53184         [BZ #3268]
53185         * math/libm-test.inc (fma_test): Add some more tests.
53186         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53187         correctly.
53188
53189 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53190
53191         * scripts/data/localplt-s390-linux-gnu.data: New file.
53192         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53193
53194 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53195
53196         [BZ #3268]
53197         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53198         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53199         instead of dbl-64.
53200         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53201         inlines.
53202         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53203         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53204         if one of x and y is very large and the other is subnormal.
53205         * sysdeps/s390/fpu/s_fmaf.c: New file.
53206         * sysdeps/s390/fpu/s_fma.c: New file.
53207         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53208         * sysdeps/powerpc/fpu/s_fma.S: New file.
53209         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53210         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53211         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53212
53213 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53214
53215         [BZ #3268]
53216         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53217         fma tests.
53218         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53219         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53220         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53221         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53222         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53223         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53224         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53225
53226 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53227
53228         [BZ #12078]
53229         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53230         * posix/bug-regex31.input: Add test case.
53231
53232 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53233
53234         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53235         * posix/bug-regex31.input: New file.
53236
53237         [BZ #12078]
53238         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53239         (parse_sub_exp): Fix last change, use postorder.
53240
53241         * posix/bug-regex31.c: New file.
53242         * posix/Makefile: Add rules to build and run bug-regex31.
53243
53244         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53245
53246         [BZ #12078]
53247         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53248
53249         [BZ #12108]
53250         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53251         to have entries in sys_siglist.
53252
53253         [BZ #12093]
53254         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53255         be NULL.
53256
53257 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53258
53259         [BZ #3268]
53260         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53261         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53262         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53263         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53264         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53265         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53266         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53267         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53268         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53269         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53270         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53271         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53272         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53273         * math/ftestexcept.c (fetestexcept): Likewise.
53274         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53275         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53276         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53277         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53278         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53279         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53280         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53281
53282 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53283
53284         [BZ #12107]
53285         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53286         newline.
53287
53288 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53289
53290         * string/bug-strstr1.c: New file.
53291         * string/Makefile: Add rules to build and run bug-strstr1.
53292
53293 2010-10-05  Eric Blake  <eblake@redhat.com>
53294
53295         [BZ #12092]
53296         * string/str-two-way.h (two_way_long_needle): Always clear memory
53297         when skipping input due to the shift table.
53298
53299 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53300
53301         [BZ #12005]
53302         * malloc/mcheck.c: Handle large requests.
53303
53304         [BZ #12077]
53305         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53306         for strncmp and strncasecmp.
53307         * string/stratcliff.c: Add tests for strcmp and strncmp.
53308         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53309
53310 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53311
53312         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53313         __set_fpscr.
53314
53315 2010-09-30  Andreas Jaeger  <aj@suse.de>
53316
53317         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53318         (CGROUP_SUPER_MAGIC): Define.
53319         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53320         Handle btrfs and cgroup file systems.
53321         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53322         Likewise.
53323
53324 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53325
53326         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53327         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53328
53329 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53330
53331         [BZ #12067]
53332         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53333         trying to locate the ELF header.
53334
53335 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53336
53337         [BZ #11611]
53338         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53339         Mask out sign-bit copies when constructing f_fsid.
53340
53341 2010-09-24  Petr Baudis <pasky@suse.cz>
53342
53343         * debug/stack_chk_fail_local.c: Add missing licence exception.
53344         * debug/warning-nop.c: Likewise.
53345
53346 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53347
53348         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53349         implementing getdents64 using getdents syscall, set d_type if
53350         __ASSUME_GETDENTS32_D_TYPE.
53351
53352 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53353
53354         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53355         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53356
53357 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53358
53359         [BZ #12037]
53360         * posix/unistd.h: Undo change of feature selection for ftruncate from
53361         2010-01-11.
53362
53363 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53364
53365         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53366         detection.
53367
53368 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53369
53370         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53371         fanotify_mark.
53372         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53373
53374 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53375
53376         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53377         variables after CHECK_SP call.
53378         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53379
53380 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53381             Ulrich Drepper  <drepper@redhat.com>
53382
53383         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53384         re-relocationg ld.so.
53385         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53386         _dl_init_paths call.
53387         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53388         here anymore.
53389
53390 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53391
53392         * resolv/res_init.c (__res_vinit): Count the default server we added.
53393
53394 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53395             Ulrich Drepper  <drepper@redhat.com>
53396
53397         [BZ #11968]
53398         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53399         (____longjmp_chk): Use %ebx for saving value across system call.
53400         Add unwind info.
53401
53402 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53403
53404         * manual/Makefile: Don't mix pattern rules with normal rules.
53405
53406 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53407
53408         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53409         operation.
53410         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53411         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53412         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53413         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53414         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53415         Likewise.
53416
53417 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53418
53419         [BZ #11979]
53420         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53421         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53422
53423 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53424
53425         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53426         * sysdeps/x86_64/addmul_1.S: Likewise.
53427         * sysdeps/x86_64/lshift.S: Likewise.
53428         * sysdeps/x86_64/mul_1.S: Likewise.
53429         * sysdeps/x86_64/rshift.S: Likewise.
53430         * sysdeps/x86_64/sub_n.S: Likewise.
53431         * sysdeps/x86_64/submul_1.S: Likewise.
53432
53433 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53434
53435         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53436         Define __sched_param instead of SCHED_* and sched_param when
53437         <bits/sched.h> is included with __need_schedparam defined.
53438         * bits/sched.h [__need_schedparam]
53439         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53440         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53441         (__defined_schedparam): Define to 1.
53442         (__sched_param): New structure, identical to sched_param.
53443         (__need_schedparam): Undefine.
53444
53445 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53446
53447         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53448         (epoll_create1): Declare.
53449
53450         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53451
53452 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53453
53454         [BZ #7066]
53455         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53456         shifting retval into place.
53457
53458 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53459
53460         * nis/rpcsvc/nis.h: Update copyright notice.
53461         * nis/rpcsvc/nis.x: Likewise.
53462         * nis/rpcsvc/nis_callback.h: Likewise.
53463         * nis/rpcsvc/nis_callback.x: Likewise.
53464         * nis/rpcsvc/nis_object.x: Likewise.
53465         * nis/rpcsvc/nis_tags.h: Likewise.
53466         * nis/rpcsvc/yp.h: Likewise.
53467         * nis/rpcsvc/yp.x: Likewise.
53468         * nis/rpcsvc/ypupd.h: Likewise.
53469         * nis/yp_xdr.c: Likewise.
53470         * nis/ypupdate_xdr.c: Likewise.
53471
53472         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53473         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53474         (pmap_getport): Use __libc_rpc_getport.
53475         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53476         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53477         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53478
53479 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53480
53481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53482         fanotify_mark.
53483
53484 2010-08-27  Roland McGrath  <roland@redhat.com>
53485
53486         * sysdeps/i386/i686/multiarch/Makefile
53487         (CFLAGS-varshift.c): New variable.
53488
53489 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53490
53491         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53492         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53493
53494         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53495
53496         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53497
53498 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53499
53500         * sysdeps/x86_64/strlen.S: Unroll the loop.
53501         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53502         strlen-sse2 strlen-sse2-bsf.
53503         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53504         __strlen_no_bsf if bit_Slow_BSF is set.
53505         (__strlen_sse42): Removed.
53506         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53507         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53508
53509 2010-08-25  Roland McGrath  <roland@redhat.com>
53510
53511         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53512         * sysdeps/x86_64/multiarch/varshift.c: New file.
53513         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53514         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53515         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53516         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53517
53518 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53519
53520         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53521         strlen-sse2 strlen-sse2-bsf.
53522         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53523         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53524         (__strlen_sse2): Removed.
53525         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53526         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53527         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53528         bit_Slow_BSF for Atom.
53529         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53530         (index_Slow_BSF): Define.
53531         (HAS_SLOW_BSF): Define.
53532
53533 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53534
53535         [BZ #10851]
53536         * resolv/res_init.c (__res_vinit): When no server address at all
53537         is given default to loopback.
53538
53539 2010-08-24  Roland McGrath  <roland@redhat.com>
53540
53541         * configure.in: Remove config-name.h generation.
53542         * configure: Regenerated.
53543         * config-name.in: File removed.
53544         * scripts/config-uname.sh: New file.
53545         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53546         ($(objdir)config-name.h): New target.
53547
53548         * sunrpc/rpc_parse.h: Avoid nested comment.
53549
53550 2010-08-24  Richard Henderson  <rth@redhat.com>
53551             Ulrich Drepper  <drepper@redhat.com>
53552             H.J. Lu  <hongjiu.lu@intel.com>
53553
53554         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53555         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53556         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53557         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53558         _mm_alignr_epi8 with _mm_loadu_si128.
53559         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53560         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53561         (__m128i_shift_right): Removed.
53562         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53563         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53564         * sysdeps/x86_64/multiarch/varshift.h: New file.
53565         * sysdeps/x86_64/multiarch/varshift.S: New file.
53566
53567 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53568
53569         * configure.in: Move assembler checks to before sysdep dir checking.
53570
53571 2010-08-20  Petr Baudis  <pasky@suse.cz>
53572
53573         * LICENSES: Sync the sunrpc license.
53574
53575 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53576
53577         * sunrpc/auth_des.c: Update copyright notice once again.
53578         * sunrpc/auth_none.c: Likewise.
53579         * sunrpc/auth_unix.c: Likewise.
53580         * sunrpc/authdes_prot.c: Likewise.
53581         * sunrpc/authuxprot.c: Likewise.
53582         * sunrpc/bindrsvprt.c: Likewise.
53583         * sunrpc/clnt_gen.c: Likewise.
53584         * sunrpc/clnt_perr.c: Likewise.
53585         * sunrpc/clnt_raw.c: Likewise.
53586         * sunrpc/clnt_simp.c: Likewise.
53587         * sunrpc/clnt_tcp.c: Likewise.
53588         * sunrpc/clnt_udp.c: Likewise.
53589         * sunrpc/clnt_unix.c: Likewise.
53590         * sunrpc/des_crypt.c: Likewise.
53591         * sunrpc/des_soft.c: Likewise.
53592         * sunrpc/get_myaddr.c: Likewise.
53593         * sunrpc/getrpcport.c: Likewise.
53594         * sunrpc/key_call.c: Likewise.
53595         * sunrpc/key_prot.c: Likewise.
53596         * sunrpc/openchild.c: Likewise.
53597         * sunrpc/pm_getmaps.c: Likewise.
53598         * sunrpc/pm_getport.c: Likewise.
53599         * sunrpc/pmap_clnt.c: Likewise.
53600         * sunrpc/pmap_prot.c: Likewise.
53601         * sunrpc/pmap_prot2.c: Likewise.
53602         * sunrpc/pmap_rmt.c: Likewise.
53603         * sunrpc/rpc/auth.h: Likewise.
53604         * sunrpc/rpc/auth_unix.h: Likewise.
53605         * sunrpc/rpc/clnt.h: Likewise.
53606         * sunrpc/rpc/des_crypt.h: Likewise.
53607         * sunrpc/rpc/key_prot.h: Likewise.
53608         * sunrpc/rpc/netdb.h: Likewise.
53609         * sunrpc/rpc/pmap_clnt.h: Likewise.
53610         * sunrpc/rpc/pmap_prot.h: Likewise.
53611         * sunrpc/rpc/pmap_rmt.h: Likewise.
53612         * sunrpc/rpc/rpc.h: Likewise.
53613         * sunrpc/rpc/rpc_des.h: Likewise.
53614         * sunrpc/rpc/rpc_msg.h: Likewise.
53615         * sunrpc/rpc/svc.h: Likewise.
53616         * sunrpc/rpc/svc_auth.h: Likewise.
53617         * sunrpc/rpc/types.h: Likewise.
53618         * sunrpc/rpc/xdr.h: Likewise.
53619         * sunrpc/rpc_clntout.c: Likewise.
53620         * sunrpc/rpc_cmsg.c: Likewise.
53621         * sunrpc/rpc_common.c: Likewise.
53622         * sunrpc/rpc_cout.c: Likewise.
53623         * sunrpc/rpc_dtable.c: Likewise.
53624         * sunrpc/rpc_hout.c: Likewise.
53625         * sunrpc/rpc_main.c: Likewise.
53626         * sunrpc/rpc_parse.c: Likewise.
53627         * sunrpc/rpc_parse.h: Likewise.
53628         * sunrpc/rpc_prot.c: Likewise.
53629         * sunrpc/rpc_sample.c: Likewise.
53630         * sunrpc/rpc_scan.c: Likewise.
53631         * sunrpc/rpc_scan.h: Likewise.
53632         * sunrpc/rpc_svcout.c: Likewise.
53633         * sunrpc/rpc_tblout.c: Likewise.
53634         * sunrpc/rpc_util.c: Likewise.
53635         * sunrpc/rpc_util.h: Likewise.
53636         * sunrpc/rpcinfo.c: Likewise.
53637         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53638         * sunrpc/rpcsvc/key_prot.x: Likewise.
53639         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53640         * sunrpc/rpcsvc/mount.x: Likewise.
53641         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53642         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53643         * sunrpc/rpcsvc/rex.x: Likewise.
53644         * sunrpc/rpcsvc/rstat.x: Likewise.
53645         * sunrpc/rpcsvc/rusers.x: Likewise.
53646         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53647         * sunrpc/rpcsvc/spray.x: Likewise.
53648         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53649         * sunrpc/rtime.c: Likewise.
53650         * sunrpc/svc.c: Likewise.
53651         * sunrpc/svc_auth.c: Likewise.
53652         * sunrpc/svc_authux.c: Likewise.
53653         * sunrpc/svc_raw.c: Likewise.
53654         * sunrpc/svc_run.c: Likewise.
53655         * sunrpc/svc_simple.c: Likewise.
53656         * sunrpc/svc_tcp.c: Likewise.
53657         * sunrpc/svc_udp.c: Likewise.
53658         * sunrpc/svc_unix.c: Likewise.
53659         * sunrpc/svcauth_des.c: Likewise.
53660         * sunrpc/xcrypt.c: Likewise.
53661         * sunrpc/xdr.c: Likewise.
53662         * sunrpc/xdr_array.c: Likewise.
53663         * sunrpc/xdr_float.c: Likewise.
53664         * sunrpc/xdr_mem.c: Likewise.
53665         * sunrpc/xdr_rec.c: Likewise.
53666         * sunrpc/xdr_ref.c: Likewise.
53667         * sunrpc/xdr_sizeof.c: Likewise.
53668         * sunrpc/xdr_stdio.c: Likewise.
53669
53670         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53671         handling.
53672
53673 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53674
53675         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53676
53677 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53678
53679         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53680         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53681         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53682         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53683         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53684         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53685         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53686         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53687         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53688         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53689         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53690         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53691         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53692         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53693
53694 2010-07-26  Anton Blanchard  <anton@samba.org>
53695
53696         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53697         * malloc/arena.c (heap_trim): Likewise.
53698
53699 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53700
53701         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53702         here.  Not...
53703         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53704         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53705
53706 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53707
53708         * sysdeps/i386/elf/Makefile: New file.
53709
53710 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53711
53712         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53713         from fanotify_init.
53714         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53715         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53716
53717 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53718
53719         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53720         of strncasecmp_l.
53721         * sysdeps/multiarch/strcmp.S: Likewise.
53722
53723 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53724
53725         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53726         strncase_l-nonascii.
53727         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53728         Add strncase_l-ssse3.
53729         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53730         * sysdeps/x86_64/strcmp.S: Likewise.
53731         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53732         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53733         * sysdeps/x86_64/strncase.S: New file.
53734         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53735         * sysdeps/x86_64/strncase_l.S: New file.
53736         * string/Makefile (strop-tests): Add strncasecmp.
53737         * string/test-strncasecmp.c: New file.
53738
53739         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53740         warning.
53741
53742         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53743         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53744
53745 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53746
53747         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53748
53749 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53750
53751         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53752         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53753         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53754
53755 2010-05-01  Alan Modra  <amodra@gmail.com>
53756
53757         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53758         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53759         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53760         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53761         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53762         tidying.  Don't tail-call __sigjmp_save for static lib.
53763         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53764         save location.
53765         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53766         (CALL_MCOUNT): Add eh info, and nop after bl.
53767         (TAIL_CALL_SYSCALL_ERROR): New macro.
53768         (PSEUDO_RET): Use it.
53769         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53770         Correct save location of integer regs and cr.
53771         (_dl_profile_resolve): Correct cr save location.  Delete nops
53772         after bl when SHARED.  Reduce cfi size a little by better
53773         placement of cfi directives.
53774         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53775         make a stack frame.  Instead use parm save area as a temp.
53776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53777         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53779         Don't make a stack frame for parent, use parm save area.
53780         Increase child stack frame to 112 bytes.  Don't save unused reg,
53781         and adjust reg usage.  Set up cfi on error recovery and
53782         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53784         (__makecontext): Add dummy nop after jump to exit.
53785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53786         Use correct parm save area and cr save, reduce stack frame.
53787         Correct cfi for possible PSEUDO_RET frame setup.
53788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53789         Branch to local label emitted by PSEUDO_RET rather than
53790         __syscall_error.
53791
53792 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53793
53794         [BZ #11904]
53795         * locale/programs/locale.c (print_assignment): New function.
53796         (show_locale_vars): Use it.
53797
53798 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53799
53800         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53801         field.
53802         (struct statfs64): Likewise.
53803         (_STATFS_F_FLAGS): Define.
53804         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53805         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53806         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53807         (ST_VALID): Define locally.
53808         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53809         __statvfs_getflags, use the provided value.
53810         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53811         __ASSUME_STATFS_F_FLAGS.
53812
53813         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53814
53815         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53816         Add sys/fanotify.h.
53817         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53818         fanotify_mask for GLIBC_2.13.
53819         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53820         fanotify_init and fanotify_mark.
53821         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53822         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53823
53824         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53825         Add prlimit.
53826         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53827         prlimit64 for GLIBC_2.13.
53828         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53829         prlimit64.
53830         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53831         syscall.
53832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53833         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53834         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53835         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53836         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53837         add prlimit alias.
53838         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53839
53840         [BZ #11903]
53841         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53842         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53843
53844         * nss/Makefile: Add rules to build and run tst-nss-test1.
53845         * shlib-versions: Add entry for libnss_test1.
53846         * nss/nss_test1.c: New file.
53847         * nss/tst-nss-test1.c: New file.
53848
53849         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53850         (__nss_configure_lookup): Set appropriate entry in
53851         __nss_configure_lookup to true.
53852         * nss/nsswitch.h: Define enum with indeces of databases in
53853         databases and __nss_database_custom arrays.  Declare
53854         __nss_database_custom.
53855         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53856         to avoid using nscd when custom rules are installed.
53857         * nss/getXXbyYY_r.c: Likewise.
53858         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53859
53860         * nss/nss_files/files-parse.c: Whitespace fixes.
53861
53862 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53863
53864         [BZ #11883]
53865         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53866         * posix/fnmatch_loop.c: Likewise.
53867
53868 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53869
53870         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53871         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53872         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53873         * Versions.def [GLIBC_2.13]: Add.
53874
53875 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53876
53877         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53878         Also fail if tpwd after pwuid call is NULL.
53879
53880 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53881
53882         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53883         when converting to ms.
53884
53885 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53886
53887         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53888         EOPNOTSUPP errors with ENOTTY.
53889         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53890         EOPNOTSUPP errors with ENOTTY.
53891
53892 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53893
53894         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53895         Add strcasecmp_l-ssse3.
53896         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53897         strcasecmp.
53898         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53899         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53900         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53901
53902 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53903
53904         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53905
53906         * string/Makefile (strop-tests): Add strcasecmp.
53907         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53908         strcasecmp_l-nonascii.
53909         (gen-as-const-headers): Add locale-defines.sym.
53910         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53911         * sysdeps/x86_64/strcasecmp.S: New file.
53912         * sysdeps/x86_64/strcasecmp_l.S: New file.
53913         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53914         * sysdeps/x86_64/locale-defines.sym: New file.
53915         * string/test-strcasecmp.c: New file.
53916
53917         * string/test-strcasestr.c: Test both ends of the range of characters.
53918         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53919
53920 2010-07-29  Roland McGrath  <roland@redhat.com>
53921
53922         [BZ #11856]
53923         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53924
53925 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53926
53927         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53928         for ld.so.
53929
53930 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53931
53932         * manual/memory.texi (Malloc Tunable Parameters): Document
53933         M_PERTURB.
53934
53935 2010-07-26  Roland McGrath  <roland@redhat.com>
53936
53937         [BZ #11840]
53938         * configure.in (-fgnu89-inline check): Set and substitute
53939         gnu89_inline, not libc_cv_gnu89_inline.
53940         * configure: Regenerated.
53941         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53942
53943 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53944
53945         * string/test-strnlen.c: New file.
53946         * string/Makefile (strop-tests): Add strnlen.
53947         * string/tester.c (test_strnlen): Add a few more test cases.
53948         * string/tst-strlen.c: Better error reporting.
53949
53950         * sysdeps/x86_64/strnlen.S: New file.
53951
53952 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53953
53954         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53955         lower-latency instructions.
53956
53957 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53958
53959         * string/test-strcasestr.c: New file.
53960         * string/test-strstr.c: New file.
53961         * string/Makefile (strop-tests): Add strstr and strcasestr.
53962         * string/str-two-way.h: Don't undefine MAX.
53963         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53964
53965 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53966
53967         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53968         strcasestr-nonascii.
53969         (CFLAGS-strcasestr-nonascii.c): Define.
53970         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53971         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53972         Remove unused attribute.
53973
53974 2010-07-20  Roland McGrath  <roland@redhat.com>
53975
53976         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53977         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53978         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53979         like LD_HWCAP_MASK can disable hwcaps.
53980
53981 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53982
53983         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53984
53985 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53986
53987         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53988         call in strcasestr.
53989         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53990         __strcasestr_sse42_nonascii.
53991         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53992         strcasestr-nonascii.c.
53993         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53994
53995 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53996
53997         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53998         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53999         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54000         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54001
54002 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54003
54004         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54005         fcntl.
54006
54007 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54008
54009         [BZ #11577]
54010         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54011         dl_signal_cerror.
54012
54013 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54014
54015         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54016         _PC_PIPE_BUF using F_GETPIPE_SZ.
54017
54018 2010-07-05  Roland McGrath  <roland@redhat.com>
54019
54020         * manual/arith.texi (Rounding Functions): Fix rint description
54021         implicit in round description.
54022
54023 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54024
54025         * elf/Makefile: Fix linking for a few tests to make recent linker
54026         happy.
54027
54028 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54029
54030         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54031         $(common-objpfx)libc_nonshared.a.
54032
54033 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54034
54035         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54036         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54037         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54038         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54039         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54040         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54041         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54042         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54057         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54058         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54059         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54060         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54061         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54062         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54063         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54064         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54065         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54066         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54067         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54068         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54083
54084 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54085
54086         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54087         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54088         * string/memmove.c (memmove): Renamed to ...
54089         (MEMMOVE): ...this.  Default to memmove.
54090         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54091         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54092         (END_CHK): Define.
54093         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54094         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54095         mempcpy-ssse3-back memmove-ssse3-back.
54096         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54097         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54098         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54099         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54100         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54101         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54102         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54103         * sysdeps/x86_64/multiarch/memmove.c: New file.
54104         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54105         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54106         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54107         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54108         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54109         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54110         Define.
54111         (index_Fast_Copy_Backward): Define.
54112         (HAS_ARCH_FEATURE): Define.
54113         (HAS_FAST_REP_STRING): Define.
54114         (HAS_FAST_COPY_BACKWARD): Define.
54115
54116 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54117
54118         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54119         Restore proper fallback handling.
54120
54121 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54122
54123         [BZ #11701]
54124         * posix/group_member.c (__group_member): Correct checking loop.
54125
54126         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54127         OOM in getpwuid_r correctly.  Return error number when the caller
54128         should return, otherwise -1.
54129         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54130         call returning > 0 value.
54131         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54132
54133 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54134
54135         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54136         libc_nonshared.a from targets in modules-names.
54137
54138 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54139
54140         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54141         requires it.
54142
54143 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54144
54145         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54146         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54147         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54148         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54149
54150 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54151
54152         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54153
54154 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54155
54156         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54157         and F_GETPIPE_SZ.
54158         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54159         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54160         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54161         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54162         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54163         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54164
54165 2010-06-14  Roland McGrath  <roland@redhat.com>
54166
54167         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54168
54169 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54170
54171         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54172         __REDIRECT followed by __THROW.
54173         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54174         * posix/getopt.h (getopt): Likewise.
54175
54176 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54177
54178         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54179         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54180         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54181         in AT_FLAGS.
54182         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54183         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54184
54185 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54186
54187         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54188
54189 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54190
54191         [BZ #11640]
54192         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54193         Properly check family and model.
54194
54195 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54196
54197         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54198
54199 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54200
54201         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54202
54203 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54204
54205         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54206         symbol reference.
54207
54208 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54209
54210         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54211         symbol reference.
54212
54213 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54214
54215         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54216         and internal_recvmmsg.
54217         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54218         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54219         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54220         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54221
54222         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54223         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54224         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54225
54226 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54227
54228         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54229
54230 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54231
54232         POWER7 optimizations.
54233         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54234         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54235
54236 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54237
54238         * version.h: Update for 2.13 development version.
54239
54240 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54241
54242         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54243         exceptions.  Return 0.
54244
54245 2010-05-07  Roland McGrath  <roland@redhat.com>
54246
54247         * elf/ldconfig.c (main): Add a const.
54248
54249 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54250
54251         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54252         (args_options): Add no-idn option.
54253         (ahosts_keys_int): Add idn_flags to ai_flags.
54254         (parse_option): Handle 'i' option to clear idn_flags.
54255
54256         * malloc/malloc.c (_int_free): Possible race in the most recently
54257         added check.  Only act on the data if no current modification
54258         happened.
54259
54260 See ChangeLog.17 for earlier changes.