Avoid infinite loop in nss_dns getnetbyname [BZ #17630]
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2
3         [BZ #17630]
4         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
5         names.
6
7 2014-12-16  Allan McRae  <allan@archlinux.org>
8
9         * stdio-common/Makefile (tests): Re-add bug26.
10
11 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
12
13         [BZ #17657]
14         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
15         static array.
16
17 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
18
19         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
20         (__lll_lock_wait): Likewise.
21         (__lll_timedlock_wait): Likewise.
22         (__lll_timedwait_tid): Likewise.
23         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
24         (__lll_robust_timedlock_wait): Likewise.
25         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
26         (lll_cond_trylock): Likewise.
27         (__lll_lock): Likewise.
28         (__lll_robust_lock): Likewise.
29         (__lll_cond_lock): Likewise.
30         (lll_robust_cond_lock): Likewise.
31         (__lll_timedlock): Likewise.
32         (__lll_robust_timedlock): Likewise.
33         (__lll_unlock): Likewise.
34         (__lll_robust_unlock): Likewise.
35         (lll_wait_tid): Likewise.
36         (lll_timedwait_tid): Likewise.
37
38 2014-12-15  Torvald Riegel  <triegel@redhat.com>
39
40         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
41
42 2014-12-15  Torvald Riegel  <triegel@redhat.com>
43
44         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
45
46 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
47
48         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
49         * stdio-common/tst-sprintf.c: Likewise.
50
51 2014-12-15  Torvald Riegel  <triegel@redhat.com>
52
53         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
54
55 2014-12-15  Jeff Law  <law@redhat.com>
56
57         [BZ #16617]
58         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
59         on the heap.  (CVE-2012-3406)
60         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
61         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
62         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
63
64 2014-12-15  Will Newton  <will.newton@linaro.org>
65
66         * manual/install.texi: Bump required version of texinfo
67         to 4.7 from 4.5.
68         * INSTALL: Regenerated.
69         * configure.ac: Check for makeinfo version 4.7 and above.
70         * configure: Regenerated.
71
72 2014-12-12  Roland McGrath  <roland@hack.frob.com>
73
74         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
75         PREFIX, string constant to insert between directory and name.
76         * sysdeps/posix/shm_open.c: Update caller.
77         * sysdeps/posix/shm_unlink.c: Likewise.
78         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
79         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
80         (SEM_SHM_PREFIX): New macro.
81         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
82         [$(have-thread-library) = no].
83         * nptl/Makefile (libpthread-routines): Add shm-directory.
84         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
85         * sysdeps/nptl/shm-directory.h: New file.
86         * sysdeps/posix/shm-directory.c
87         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
88         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
89         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
90         INTERNAL_SYSCALL.
91         (__where_is_shmfs): Function removed.
92         (mountpoint, defaultmount, defaultdir, __namedsem_once):
93         Variables removed.
94         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
95         Use SHM_GET_NAME.
96         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
97
98         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
99         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
100         unconditional for use inside libpthread.
101         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
102
103 2014-12-12  Roland McGrath  <roland@hack.frob.com>
104
105         * nptl/pthread_getaffinity.c: New file.
106         * nptl/pthread_setaffinity.c: New file.
107         * nptl/pthread_getname.c: New file.
108         * nptl/pthread_setname.c: New file.
109
110         * nptl/pthread_create.c (START_THREAD_DEFN)
111         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
112
113 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
114             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
115
116         * resolv/res_send.c (send_vc): Disable warning resplen may
117         be used uninitialized.
118
119 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
120
121         * nptl/tst-mutex6.c
122         (ATTR_NULL): New define checks ATTR against NULL.
123         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
124         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
125
126 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
127
128         [BZ #17581]
129         * malloc/hooks.c
130         (mem2mem_check): Revert my previous change.
131         (malloc_check_get_size): Revert my previous change.
132         (mem2chunk_check): Revert my previous change.
133
134 2014-12-11  Roland McGrath  <roland@hack.frob.com>
135
136         * sysdeps/posix/shm-directory.c: New file.
137         * sysdeps/posix/shm-directory.h: New file.
138         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
139         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
140         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
141         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
142         Transmute EPERM to EACCES.
143         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
144         from ...
145         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
146         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
147
148 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
149
150         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
151         pointer and cast to uintptr_t.
152         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
153         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
154         Add cast to avoid warning.
155         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
156
157 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
158
159         * nptl/semaphore.h: Move to ...
160         * sysdeps/pthread/semaphore.h: ... here.
161         * Makefile (installed-headers): Change nptl/semaphore.h to
162         sysdeps/pthread/semaphore.h.
163
164 2014-12-11  Roland McGrath  <roland@hack.frob.com>
165
166         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
167         generated error format strings.
168
169         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
170         -Wformat-extra-args warnings for scanf formats.
171         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
172         test of zero-length format (duh).
173         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
174         corner-case scanf format test.
175         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
176         generated fprintf format string.
177         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
178         corner-case sprintf format tests.
179         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
180         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
181         -Wformat-extra-args warnings throughout.
182         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
183         (CFLAGS-scanf4.c): Likewise.
184         (CFLAGS-scanf7.c): Likewise.
185         (CFLAGS-tst-sprintf.c): Likewise.
186         (CFLAGS-tst-printf.c): Likewise.
187         (CFLAGS-tst-printfsz.c): Likewise.
188
189 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
190
191         * include/cpio.h: New file.
192         * include/fmtmsg.h: Likewise.
193
194         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
195         corresponding format argument to size_t.
196         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
197         arguments.
198         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
199         corresponding format argument to size_t.
200         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
201         arguments.
202         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
203         corresponding format argument to size_t.
204         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
205         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
206         (CFLAGS-tst-mbswcs2.c): Likewise.
207         (CFLAGS-tst-mbswcs3.c): Likewise.
208         (CFLAGS-tst-mbswcs4.c): Likewise.
209         (CFLAGS-tst-mbswcs5.c): Likewise.
210         (CFLAGS-tst-trans.c): Likewise
211
212 2014-12-11  Roland McGrath  <roland@hack.frob.com>
213
214         * posix/regexbug1.c (main): Use "%s" format with regerror results,
215         rather than assuming they won't contain any '%'s.
216
217 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
218
219         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
220         inhibit_loop_to_libcall to avoid recursive calls.
221         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
222         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
223
224 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
225
226         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
227         prototype.
228
229 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
230
231         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
232         integer value instead of boolean.
233
234 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
235
236         * malloc/malloc.c: Fix powerof2 check.
237
238 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
239
240         * locale/programs/locfile.h (maybe_swap_uint32):
241         Remove inline and add unused attribute.
242
243 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
244
245         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
246         Truncating assembler expression to a .long expression.
247
248 2014-12-11  Andreas Schwab  <schwab@suse.de>
249
250         * elf/rtld.c (struct map_args): Constify str member.
251         (do_preload): Constify fname argument.
252
253 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
254
255         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
256         constants definition.
257
258 2014-12-11  Andreas Schwab  <schwab@suse.de>
259
260         [BZ #16657]
261         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
262         FORCE_ELISION instead of DO_ELISION.
263         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
264         Remove.
265         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
266         Likewise.
267
268         * iconvdata/gconv-modules: Remove duplicate entry.
269
270 2014-12-11  Will Newton  <will.newton@linaro.org>
271
272         Merge gettext 0.19.3 into intl/.
273
274         This involves a number of cosmetic changes to comments
275         and ANSI function definitions and prototypes throughout
276         all the files. The gettext copyright header is used but
277         with the date ranges taken from the glibc copy.
278
279         * NEWS: Add gettext merge to 2.21.
280         * intl/bindtextdom.c: Switch to gettext copyright.
281         Use ANSI definitions and prototypes.
282         Use gl_* locking primitives rather than __libc_* ones.
283         Use __builtin_expect rather than __glibc_likely/unlikely.
284         * intl/dcgettext.c: Switch to gettext copyright.
285         Use ANSI definitions and prototypes.
286         * intl/dcigettext.c: Switch to gettext copyright.
287         Use ANSI definitions and prototypes.
288         (INTDIV0_RAISES_SIGFPE): New define.
289         Use gl_* locking primitives rather than __libc_* ones.
290         Include eval-plural.h instead of plural-eval.c.
291         Use __builtin_expect rather than __glibc_likely/unlikely.
292         * intl/dcngettext.c: Switch to gettext copyright.
293         Use ANSI definitions and prototypes.
294         * intl/dgettext.c: Likewise.
295         * intl/dngettext.c: Likewise.
296         * intl/plural-eval.c: Renamed to...
297         * intl/eval-plural.h: ...this.
298         * intl/explodename.c: Switch to gettext copyright.
299         Use ANSI definitions and prototypes.
300         (_nl_explode_name): Use strchr instead of __rawmemchr.
301         * intl/finddomain.c: Switch to gettext copyright.
302         Use ANSI definitions and prototypes.
303         Use gl_* locking primitives rather than __libc_* ones.
304         (_nl_find_domain): Use malloc rather than alloca for
305         allocation of temporary locale name.
306         * intl/gettext.c: Switch to gettext copyright.
307         Use ANSI definitions and prototypes.
308         * intl/gettextP.h: Switch to gettext copyright.
309         Use ANSI definitions and prototypes.
310         Use gl_* locking primitives rather than __libc_* ones.
311         * intl/gmo.h: Switch to gettext copyright.
312         (struct sysdep_string): Move struct segment_pair outside of
313         struct definition.
314         * intl/hash-string.c: Use ANSI definitions and prototypes.
315         * intl/hash-string.h: Switch to gettext copyright.
316         Use ANSI definitions and prototypes.
317         * intl/l10nflist.c: Switch to gettext copyright.
318         Use ANSI definitions and prototypes.
319         (_nl_normalize_codeset): Avoid integer overflow.
320         * intl/loadinfo.h: Switch to gettext copyright.
321         Use ANSI definitions and prototypes.
322         (LIBINTL_DLL_EXPORTED): New define.
323         (PATH_SEPARATOR): New define.
324         * intl/loadmsgcat.c: Switch to gettext copyright.
325         * intl/localealias.c: Switch to gettext copyright.
326         Use ANSI definitions and prototypes.
327         (_nl_expand_alias): Use PATH_SEPARATOR.
328         * intl/ngettext.c: Switch to gettext copyright.
329         Use ANSI definitions and prototypes.
330         * intl/plural-exp.c: Likewise.
331         * intl/plural-exp.h: Switch to gettext copyright.
332         Use ANSI definitions and prototypes.
333         (struct expression): Move definition of enum operator outside
334         of struct definition.
335         * intl/plural.c: Regenerate.
336         * intl/plural.y: Switch to gettext copyright.
337         Use ANSI definitions and prototypes.
338         Port to bison 3.0.
339         * intl/textdomain.c: Switch to gettext copyright.
340         Use ANSI definitions and prototypes.
341         Use gl_* locking primitives rather than __libc_* ones.
342
343 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
344
345         * debug/warning-nop.c: Add used atrribute.
346
347 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
348
349         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
350
351         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
352         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
353         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
354
355 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
356             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
357
358         [BZ #17634]
359         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
360         Undefine after defining function.  Define as weak alias of
361         __wcschr.  Use libc_hidden_weak.
362         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
363         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
364         (libc_hidden_def): Also define __GI___wcschr alias.
365         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
366         __wcschr and define as weak alias of __wcschr.
367         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
368         __wcschr.
369         [!WCSCHR] (DEFAULT_WCSCHR): Define.
370         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
371         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
372         libc_hidden_weak.  Do not use libc_hidden_def.
373         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
374         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
375         __GI___wcschr alias.
376         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
377         [IS_IN (libc)] (wcschr): Define as macro expanding to
378         __redirect_wcschr.
379         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
380         [IS_IN (libc)] (__wcschr_power6): Likewise.
381         [IS_IN (libc)] (__wcschr_power7): Likewise.
382         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
383         instead of wcschr.
384         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
385         __libc_wcschr.
386         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
387         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
388         __wcschr and define as weak alias of __wcschr.  Use
389         libc_hidden_builtin_def.
390         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
391         as weak alias of __wcschr.  Use libc_hidden_weak.
392         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
393         wcschr.
394         * time/era.c (_nl_init_era_entries): Likewise.
395         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
396         variable.
397         (test-xfail-XPG3/time.h/linknamespace): Likewise.
398         (test-xfail-XPG4/time.h/linknamespace): Likewise.
399
400 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
401
402         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
403         format for long int variable.
404
405 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
406
407         [BZ #10672]
408         * manual/search.texi: (Array Sort Function): Remove claim how to make
409         qsort stable.
410
411 2014-12-10  Andreas Schwab  <schwab@suse.de>
412
413         [BZ #12847]
414         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
415         user-controlled locks.
416
417 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
418
419         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
420         register.
421
422 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
423
424         * configure.ac (--disable-werror): New configure option.
425         (enable_werror): New AC_SUBST.
426         * configure: Regenerated.
427         * config.make.in (enable-werror): New variable.
428         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
429         -Wno-error=undef.
430         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
431         * manual/install.texi (Configuring and compiling): Document
432         --disable-werror.
433         * INSTALL: Regenerated.
434         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
435         (CFLAGS-tst-chk2.c): Likewise.
436         (CFLAGS-tst-chk3.c): Likewise.
437         (CFLAGS-tst-chk4.cc): Likewise.
438         (CFLAGS-tst-chk5.cc): Likewise.
439         (CFLAGS-tst-chk6.cc): Likewise.
440         (CFLAGS-tst-lfschk1.c): Likewise.
441         (CFLAGS-tst-lfschk2.c): Likewise.
442         (CFLAGS-tst-lfschk3.c): Likewise.
443         (CFLAGS-tst-lfschk4.cc): Likewise.
444         (CFLAGS-tst-lfschk5.cc): Likewise.
445         (CFLAGS-tst-lfschk6.cc): Likewise.
446
447         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
448         (main): Disable -Wdeprecated-declarations around calls to
449         register_printf_function.
450
451         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
452         (do_test): Disable -Wdiv-by-zero around some calls to
453         fwrite_unlocked and fread_unlocked.
454
455         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
456         (DIAG_POP_NEEDS_COMMENT): Likewise.
457         (_DIAG_STR1): Likewise.
458         (_DIAG_STR): Likewise.
459         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
460         * stdio-common/bug21.c: Include <libc-internal.h>.
461         (do_test): Disable -Wformat around call to sscanf.
462         * stdio-common/scanf14.c: Include <libc-internal.h>.
463         (main): Disable -Wformat around some calls to scanf functions.
464
465 2014-12-09  Torvald Riegel  <triegel@redhat.com>
466
467         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
468
469 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
470
471         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
472         stack variable alignment.
473
474 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
475
476         [BZ #17682]
477         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
478         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
479         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
480         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
481         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
482         __getrlimit instead of getrlimit.
483         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
484         __gettimeofday instead of gettimeofday.
485         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
486         Likewise.
487         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
488         Likewise.
489         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
490         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
491         Remove variable.
492         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
493         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
494
495 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
496
497         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
498         for wide-character tests.
499
500 2014-12-04  Roland McGrath  <roland@hack.frob.com>
501
502         * io/openat64.c: #include <libc-internal.h>
503         (__openat64): Prototypify.  Use ignore_value on MODE.
504         * io/openat.c: Likewise.
505         * misc/reboot.c: #include <libc-internal.h>
506         (reboot): Prototypify.  Use ignore_value on HOWTO.
507         * misc/ptrace.c: #include <libc-internal.h>
508         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
509
510 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
511
512         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
513         XPG4, UNIX98 and XOPEN2K.
514         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
515         Remove variable.
516         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
517
518 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
519
520         * libio/fileops.c: Use ISO C style for function definitions.
521         * libio/iofopen.c: Likewise.
522         * libio/wfileops.c: Likewise.
523
524         [BZ #17653]
525         * libio/fileops.c (_IO_new_file_underflow): Unset cached
526         offset on EOF.
527         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
528         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
529         (fgets_func): Function pointer to fgets and fgetws.
530         (do_ftell_test): Add test to verify ftell value after read
531         EOF.
532         (do_test): Set fgets_func.
533
534         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
535         O_TRUNC flag for w and w+ modes.
536         (do_rewind_test): Likewise.
537         (do_ftell_test): Likewise.
538         (do_write_test): Likewise.
539
540         [BZ #17647]
541         * libio/fileops.c (do_ftell): Seek only when there are
542         unflushed writes.
543         * libio/wfileops.c (do_ftell_wide): Likewise.
544         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
545         test case.
546         (do_one_test): Call it.
547
548 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
549
550         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
551         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
552         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
553         Remove variable.
554         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
555         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
556         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
557
558 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
559
560         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
561         Remove variable.
562         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
563
564         [BZ #17668]
565         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
566         as weak alias of __getifaddrs.  Use libc_hidden_weak.
567         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
568         __freeifaddrs.  Use libc_hidden_weak.
569         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
570         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
571         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
572         __freeifaddrs.  Use libc_hidden_weak.
573         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
574         __getifaddrs and define as weak alias of __getifaddrs.  Use
575         libc_hidden_weak.
576         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
577         __freeifaddrs.  Use libc_hidden_weak.
578         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
579         Remove variable.
580         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
581         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
582
583 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
584
585         [BZ #17601]
586         * sysdeps/mips/start.S (__start): Use indirect jump to call
587         __libc_start_main.
588
589 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
590
591         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
592
593         * nptl/tst-mutex1.c: Include <stdbool.h>.
594         [!ATTR] (ATTR_NULL): New macro.
595         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
596         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
597         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
598
599         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
600         to char *.
601
602         [BZ #17665]
603         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
604         Change conditional to [__USE_MISC].
605
606         [BZ #17664]
607         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
608         fgets_unlocked.
609         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
610         __fgets_unlocked.
611         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
612         fgets_unlocked.
613         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
614         Remove variable.
615         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
616         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
617         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
618         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
619         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
620         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
621         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
622         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
623         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
624
625         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
626
627 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
628
629         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
630         Remove strpbrk objects.
631         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
632         (__libc_ifunc_impl_list): Remove strpbrk implementation.
633         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
634         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
635         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
636         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
637
638         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
639         Remove strcspn objects.
640         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
641         (__libc_ifunc_impl_list): Remove strcspn implementation.
642         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
643         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
644         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
645         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
646
647         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
648         Remove strspn objetcs.
649         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
650         (__libc_ifunc_impl_list): Remove strspn implementation.
651         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
652         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
653         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
654         * sysdeps/powerpc/powerpc64/strspn.S: New file.
655
656 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
657
658         [BZ #17581]
659         * malloc/hooks.c
660         (mem2mem_check): Add a terminator to the chain of checking blocks.
661         (malloc_check_get_size): Use it here.
662         (mem2chunk_check): Ditto.
663
664 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
665
666         * sysdeps/powerpc/powerpc64/strtok.S: New file.
667         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
668
669 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
670
671         * bits/ioctl-types.h: Indent preprocessor directives correctly.
672
673         * nptl/nptl-init.c: Include libc-internal.h.
674         (__pthread_initialize_minimal_internal): Use ROUND_UP.
675
676         * elf/ldconfig.c (search_dir): Expand comment.
677
678 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
679
680         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
681         variable.
682         (linknamespace-symlist-stdlibs-tests): Likewise.
683         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
684         instead of $(objpfx)symlist-stdlibs.
685         (linknamespace-libs-isoc): New variable.
686         (linknamespace-libs): Use $(linknamespace-libs-isoc).
687         (linknamespace-libs-ISO): New variable.
688         (linknamespace-libs-ISO99): Likewise.
689         (linknamespace-libs-ISO11): Likewise.
690         (linknamespace-libs-XPG3): Likewise.
691         (linknamespace-libs-XPG4): Likewise.
692         (linknamespace-libs-POSIX): Likewise.
693         (linknamespace-libs-UNIX98): Likewise.
694         (linknamespace-libs-XOPEN2K): Likewise.
695         (linknamespace-libs-POSIX2008): Likewise.
696         (linknamespace-libs-XOPEN2K8): Likewise.
697         ($(objpfx)symlist-stdlibs): Replace by
698         $(linknamespace-symlist-stdlibs-tests).  Use
699         $(linknamespace-libs-$*) as set of libraries.
700         ($(linknamespace-header-tests)): Update dependencies.  Use
701         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
702         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
703         * conform/linknamespace.pl: Remove comment about considering
704         definitions of symbols from irrelevant libraries.
705
706 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
707
708         [BZ #13862]
709         * elf/dl-tls.c: Include <atomic.h>.
710         (oom): Remove #ifdef SHARED/#endif.
711         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
712         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
713         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
714         big enough.
715         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
716         * nptl/Makefile (tests): Add tst-stack4.
717         (modules-names): Add tst-stack4mod.
718         ($(objpfx)tst-stack4): New.
719         (tst-stack4mod.sos): Likewise.
720         ($(objpfx)tst-stack4.out): Likewise.
721         ($(tst-stack4mod.sos)): Likewise.
722         (clean): Likewise.
723         * nptl/tst-stack4.c: New file.
724         * nptl/tst-stack4mod.c: Likewise.
725
726 2014-11-27  J. Brown  <jb999@gmx.de>
727
728         * sysdeps/x86/bits/string.h: Add recent CPUs.
729
730 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
731
732         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
733         sigblock.
734
735         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
736         feof.
737
738         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
739         variable.
740
741 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
742
743         * nscd/connections.c: Include libc-internal.h because of macro
744         usage ignore_value.
745
746 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
747
748         * string/bits/string3.h (__warn_memset_zero_len): Don't
749         declare for gcc newer than 5.0.
750         (memset): Don't test for zero-length __LEN for gcc newer than
751         5.0.
752
753 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
754
755         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
756         size_t for %zu format.
757
758         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
759         difference, not %ju.
760
761 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
762
763         * include/libc-internal.h (ignore_value): New macro.
764         * nscd/connections.c (restart): Wrap calls to setuid and setgid
765         with ignore_value.
766
767         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
768         definition.
769
770         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
771         pthread_cleanup_push to void *.
772
773         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
774         Undefine.
775
776         [BZ #16619]
777         [BZ #16740]
778         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
779         instead of 1L << 52.
780
781         * libio/bug-rewind.c (do_test): Check fwscanf return values.
782         * libio/bug-rewind2.c (do_test): Likewise.
783
784         * debug/test-stpcpy_chk-ifunc.c: Remove file.
785         * debug/test-strcpy_chk-ifunc.c: Likewise.
786         * wcsmbs/test-wcschr-ifunc.c: Likewise.
787         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
788         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
789         * wcsmbs/test-wcslen-ifunc.c: Likewise.
790         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
791         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
792         * Rules [$(multi-arch) = no] (tests): Do not filter out
793         $(tests-ifunc).
794         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
795         * debug/Makefile (tests-ifunc): Remove variable.
796         (tests): Do not add $(tests-ifunc).
797         * wcsmbs/Makefile (tests-ifunc): Remove variable.
798         (tests): Do not add $(tests-ifunc).
799         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
800         [TEST_IFUNC]: Remove conditionals.
801         * string/test-string.h (TEST_IFUNC): Remove macro.
802         [TEST_IFUNC]: Remove conditionals.
803
804         * string/test-strchr.c [!WIDE] (L): New macro.
805         [WIDE] (L): Likewise.
806         (check1): Use CHAR instead of char.  Use L on string and character
807         constants.
808
809 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
810
811         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
812         tests.
813         * sysdeps/powerpc/bits/atomic.h
814         (__arch_atomic_exchange_and_add_32_acq): Add definition.
815         (__arch_atomic_exchange_and_add_32_rel): Likewise.
816         (atomic_exchange_and_add_acq): Likewise.
817         (atomic_exchange_and_add_rel): Likewise.
818         * sysdeps/powerpc/powerpc32/bits/atomic.h
819         (__arch_atomic_exchange_and_add_64_acq): Add definition.
820         (__arch_atomic_exchange_and_add_64_rel): Likewise.
821         * sysdeps/powerpc/powerpc64/bits/atomic.h
822         (__arch_atomic_exchange_and_add_64_acq): Add definition.
823         (__arch_atomic_exchange_and_add_64_rel): Likewise.
824
825 2014-11-26  Torvald Riegel  <triegel@redhat.com>
826
827         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
828         Change synchronization of __sched_fifo_min_prio and
829         __sched_fifo_max_prio.
830         * nptl/pthread_mutexattr_getprioceiling.c
831         (pthread_mutexattr_getprioceiling): Likewise.
832         * nptl/pthread_mutexattr_setprioceiling.c
833         (pthread_mutexattr_setprioceiling): Likewise.
834         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
835         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
836         Likewise.
837
838 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
839
840         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
841         void.
842
843 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
844
845         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
846         third argument const.
847
848 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
849
850         fnmatch: work around GCC compiler warning bug with uninit var
851         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
852         This works around a bug with x86-64 GCC 4.9.2 and earlier
853         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
854         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
855         used uninitialized in this function [-Wmaybe-uninitialized]".
856
857 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
858
859         * posix/bug-regex31.c (main): Return RES not 0.
860
861 2014-11-25  Anton Blanchard <anton@samba.org>
862
863         * sysdeps/powerpc/bits/atomic.h
864         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
865
866 2014-11-24  Sterling Augustine  <saugustine@google.com>
867
868         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
869
870 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
871
872         [BZ #17608]
873         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
874
875 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
876
877         [BZ #17633]
878         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
879         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
880         variable.
881         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
882         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
883
884 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
885
886         * string/strncpy.c (strncpy): Improve performance by using memset.
887
888 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
889
890         * string/strcpy.c (strcpy):
891         Improve performance by using strlen and memcpy.
892
893 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
894
895         * string/strcoll_l.c (get_next_seq): __always_inline.
896         * string/strcoll_l.c (do_compare): __always_inline.
897
898 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
899
900         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
901         defined.
902         * include/mqueue.h: Likewise.
903         * include/stdlib.h: Likewise.
904
905         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
906         (get_null_defines): Adjust.
907         * sunrpc/Makefile: Adjust comment.
908         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
909         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
910         (CFLAGS-interp.c): Likewise.
911         (CFLAGS-ldconfig.c): Likewise.
912         (CPPFLAGS-.os): Likewise.
913         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
914         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
915         * extra-modules.mk (extra-modules.mk): Likewise.
916         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
917         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
918         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
919         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
920         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
921         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
922         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
923         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
924         * iconvdata/Makefile (CPPFLAGS): Likewise.
925         (cpp-srcs-left): Add libof for all iconvdata routines.
926         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
927         * include/assert.h: Likewise.
928         * include/ctype.h: Likewise.
929         * include/errno.h: Likewise.
930         * include/libc-symbols.h: Likewise.
931         * include/math.h: Likewise.
932         * include/netdb.h: Likewise.
933         * include/resolv.h: Likewise.
934         * include/stdio.h: Likewise.
935         * include/stdlib.h: Likewise.
936         * include/string.h: Likewise.
937         * include/sys/stat.h: Likewise.
938         * include/wctype.h: Likewise.
939         * intl/l10nflist.c: Likewise.
940         * libidn/idn-stub.c: Likewise.
941         * libio/libioP.h: Likewise.
942         * nptl/libc_multiple_threads.c: Likewise.
943         * nptl/pthreadP.h: Likewise.
944         * posix/regex_internal.h: Likewise.
945         * resolv/res_hconf.c: Likewise.
946         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
947         * sysdeps/arm/memmove.S: Likewise.
948         * sysdeps/arm/sysdep.h: Likewise.
949         * sysdeps/generic/_itoa.h: Likewise.
950         * sysdeps/generic/symbol-hacks.h: Likewise.
951         * sysdeps/gnu/errlist.awk: Likewise.
952         * sysdeps/gnu/errlist.c: Likewise.
953         * sysdeps/i386/i586/memcpy.S: Likewise.
954         * sysdeps/i386/i586/memset.S: Likewise.
955         * sysdeps/i386/i686/memcpy.S: Likewise.
956         * sysdeps/i386/i686/memmove.S: Likewise.
957         * sysdeps/i386/i686/mempcpy.S: Likewise.
958         * sysdeps/i386/i686/memset.S: Likewise.
959         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
960         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
961         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
962         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
963         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
964         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
965         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
966         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
967         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
968         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
969         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
970         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
971         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
972         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
973         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
974         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
975         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
976         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
977         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
978         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
979         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
980         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
981         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
982         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
983         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
984         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
985         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
986         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
987         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
988         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
989         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
990         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
991         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
992         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
993         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
994         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
995         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
996         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
997         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
998         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
999         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1000         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1001         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1002         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1003         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1004         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1005         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1006         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1007         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1008         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1009         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1010         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1011         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1012         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1013         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1014         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1015         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1016         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1017         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1018         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1019         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1020         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1021         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1022         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1023         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1024         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1025         * sysdeps/posix/closedir.c: Likewise.
1026         * sysdeps/posix/opendir.c: Likewise.
1027         * sysdeps/posix/readdir.c: Likewise.
1028         * sysdeps/posix/rewinddir.c: Likewise.
1029         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1030         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1031         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1032         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1033         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1034         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1035         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1036         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1037         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1038         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1039         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1040         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1041         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1042         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1043         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1044         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1045         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1046         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1047         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1048         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1049         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1050         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1051         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1052         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1053         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1054         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1055         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1056         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1057         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1058         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1059         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1060         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1061         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1062         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1063         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1064         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1065         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1066         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1067         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1068         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1069         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1070         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1071         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1072         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1073         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1074         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1075         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1076         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1077         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1078         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1079         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1080         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1081         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1082         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1083         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1084         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1085         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1086         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1087         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1088         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1089         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1090         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1091         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1092         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1093         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1094         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1095         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1096         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1097         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1098         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1099         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1100         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1101         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1102         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1103         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1104         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1105         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1106         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1107         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1108         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1109         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1110         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1111         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1112         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1113         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1114         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1115         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1116         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1117         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1118         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1119         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1120         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1121         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1122         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1123         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1124         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1125         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1126         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1127         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1128         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1129         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1130         * sysdeps/unix/alpha/sysdep.S: Likewise.
1131         * sysdeps/unix/alpha/sysdep.h: Likewise.
1132         * sysdeps/unix/make-syscalls.sh: Likewise.
1133         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1134         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1135         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1136         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1137         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1138         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1139         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1140         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1141         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1142         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1143         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1144         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1145         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1146         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1147         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1148         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1149         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1150         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1151         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1152         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1153         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1154         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1155         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1156         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1157         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1158         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1159         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1162         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1163         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1164         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1165         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1166         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1167         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1168         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1169         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1170         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1171         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1172         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1173         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1174         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1175         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1176         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1177         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1178         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1179         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1180         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1181         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1182         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1183         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1184         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1185         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1186         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1187         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1188         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1189         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1190         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1191         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1192         * sysdeps/x86_64/memcpy.S: Likewise.
1193         * sysdeps/x86_64/memmove.c: Likewise.
1194         * sysdeps/x86_64/memset.S: Likewise.
1195         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1196         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1197         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1198         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1199         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1200         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1201         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1202         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1203         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1204         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1205         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1206         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1207         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1208         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1209         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1210         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1211         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1212         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1213         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1214         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1215         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1216         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1217         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1218         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1219         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1220         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1221         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1222         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1223         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1224         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1225         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1226         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1227         * sysdeps/x86_64/strcmp.S: Likewise.
1228
1229         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1230
1231         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1232         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1233         * elf/rtld-Rules: Likewise.
1234         * elf/setup-vdso.h: Likewise.
1235         * include/assert.h: Likewise.
1236         * include/bits/stdlib-float.h: Likewise.
1237         * include/errno.h: Likewise.
1238         * include/sys/stat.h: Likewise.
1239         * include/unistd.h: Likewise.
1240         * sysdeps/aarch64/setjmp.S: Likewise.
1241         * sysdeps/alpha/setjmp.S: Likewise.
1242         * sysdeps/arm/__longjmp.S: Likewise.
1243         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1244         * sysdeps/arm/setjmp.S: Likewise.
1245         * sysdeps/arm/sysdep.h: Likewise.
1246         * sysdeps/generic/_itoa.h: Likewise.
1247         * sysdeps/generic/dl-sysdep.h: Likewise.
1248         * sysdeps/generic/ldsodefs.h: Likewise.
1249         * sysdeps/i386/dl-tls.h: Likewise.
1250         * sysdeps/i386/setjmp.S: Likewise.
1251         * sysdeps/m68k/setjmp.c: Likewise.
1252         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1253         * sysdeps/mach/hurd/opendir.c: Likewise.
1254         * sysdeps/posix/getcwd.c: Likewise.
1255         * sysdeps/posix/opendir.c: Likewise.
1256         * sysdeps/posix/profil.c: Likewise.
1257         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1258         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1259         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1260         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1261         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1262         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1263         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1264         * sysdeps/s390/dl-tls.h: Likewise.
1265         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1266         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1267         * sysdeps/sh/sh3/setjmp.S: Likewise.
1268         * sysdeps/sh/sh4/setjmp.S: Likewise.
1269         * sysdeps/unix/alpha/sysdep.h: Likewise.
1270         * sysdeps/unix/arm/sysdep.S: Likewise.
1271         * sysdeps/unix/i386/sysdep.S: Likewise.
1272         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1273         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1274         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1275         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1276         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1277         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1278         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1279         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1280         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1281         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1282         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1283         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1284         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1287         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1288         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1289         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1290         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1291         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1292         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1293         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1294         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1295         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1296         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1297         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1298         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1299         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1300         * sysdeps/x86_64/setjmp.S: Likewise.
1301
1302         * include/math.h: Use IS_IN instead of IS_IN_libm.
1303         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1304         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1305         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1306         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1307         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1308         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1309         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1310         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1311         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1312         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1313         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1314         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1315         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1316         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1317         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1318         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1319         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1320         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1321         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1322         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1323         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1324         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1325         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1326         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1327         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1328         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1329         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1330         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1331         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1332         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1333         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1334         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1335         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1337         Likewise.
1338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1339         Likewise.
1340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1341         Likewise.
1342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1343         Likewise.
1344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1345         Likewise.
1346         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1347         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1348         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1349         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1350         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1351         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1357         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1358         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1359         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1360         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1361         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1362         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1363         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1364         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1365         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1366         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1367         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1368         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1369         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1370         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1372         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1373
1374         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1375         * nptl/pthreadP.h: Likewise.
1376         * nptl_db/structs.def: Likewise.
1377         * sysdeps/arm/sysdep.h: Likewise.
1378         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1379         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1380         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1381         * sysdeps/unix/alpha/sysdep.h: Likewise.
1382         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1383         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1384         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1385         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1386         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1387         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1388         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1389         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1390         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1391         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1392         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1393         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1394         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1395         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1398         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1399         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1400         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1401         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1402         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1403         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1404         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1405         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1406         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1407         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1408
1409         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1410         * nptl/pthreadP.h: Likewise.
1411         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1412         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1413         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1414         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1415         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1416         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1417         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1418         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1419         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1420         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1421         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1422         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1424         Likewise.
1425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1426         Likewise.
1427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1428         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1429         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1430         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1431         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1432         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1433         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1434         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1435
1436         * dlfcn/dladdr.c: Use IS_IN.
1437         * dlfcn/dladdr1.c: Likewise.
1438         * dlfcn/dlclose.c: Likewise.
1439         * dlfcn/dlerror.c: Likewise.
1440         * dlfcn/dlinfo.c: Likewise.
1441         * dlfcn/dlmopen.c: Likewise.
1442         * dlfcn/dlopen.c: Likewise.
1443         * dlfcn/dlsym.c: Likewise.
1444         * dlfcn/dlvsym.c: Likewise.
1445
1446         * include/ifaddrs.h: Use IS_IN.
1447         * inet/check_pf.c: Likewise.
1448         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1449         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1450
1451         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1452         IS_IN_ldconfig.
1453         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1454         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1455
1456         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1457         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1458         IS_IN (libc).
1459
1460         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1461
1462         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1463         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1464         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1465         * include/libc-symbols.h (IS_IN_LIB): New macro.
1466         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1467         * include/netdb.h: Likewise.
1468         * include/stap-probe.h: Remove all uses of IN_LIB.
1469
1470         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1471         instead of IN_MODULE.
1472         * include/libc-symbols.h (IN_MODULE): Define using
1473         MODULE_NAME.
1474         (PASTE_NAME, PASTE_NAME1): New macros.
1475         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1476         of IN_LIB.
1477         (STAP_PROBE_ASM): Likewise.
1478
1479 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1480
1481         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1482         __mach_init in dlopened libc.
1483
1484 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1485
1486         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1487         * sysdeps/arm/preconfigure: Regenerate.
1488
1489 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1490
1491         * nptl/pthread_create.c (__pthread_create_2_1): Set
1492         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1493         when copying values from IATTR into PD.
1494
1495 2014-11-21  Will Newton  <will.newton@linaro.org>
1496             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1497
1498         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1499         Refactor inline-asm.  Also add comment.
1500
1501         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1502         ElfW macro instead of hardcoded Elf64 types.
1503         (la_aarch64_gnu_pltenter): Likewise.
1504         * sysdeps/aarch64/dl-machine.h
1505         (elf_machine_runtime_setup): Use ElfW(Addr).
1506
1507         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1508         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1509         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1510         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1511         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1512         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1513         (R_AARCH64_TLS_DTPMOD): This.
1514         (R_AARCH64_TLS_DTPREL64): Rename to ...
1515         (R_AARCH64_TLS_DTPREL): This.
1516         (R_AARCH64_TLS_TPREL64): Rename to ...
1517         (R_AARCH64_TLS_TPREL): This.
1518         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1519         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1520         R_AARCH64_TLS_TPREL64.
1521         (elf_machine_rela): Likewise.
1522
1523 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1524
1525         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1526         by setting it to 0.  64b atomics are not supported currently.
1527
1528 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1529
1530         [BZ #16469]
1531         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1532         search domain names.
1533
1534 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1535
1536         [BZ #16469]
1537         * NEWS: Update.
1538         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1539         trailing dot.
1540         * posix/tst-getaddrinfo5.c: New.
1541         * posix/Makefile (tests): Add it.
1542
1543 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1544
1545         [BZ #14498]
1546         * NEWS: Fixed.
1547         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1548         after parsing line but before break_if_match.
1549         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1550         if there is a protocol mismatch.
1551
1552 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1553
1554         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1555         because the potential race is on the user-supplied stream.
1556
1557 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1558
1559         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1560         string literal if not passed a buffer.
1561         * manual/job.texi (ctermid): Update reasoning, note deviation
1562         from posix, suggest mtasurace when not passed a buffer, for
1563         future non-preliminary safety notes.
1564
1565 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1566
1567         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1568         of not passing it a buffer.
1569         Reported by Peng Haitao.
1570
1571 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1572
1573         * manual/Makefile ($(objpfx)stamp-summary): Require
1574         check-safety.sh to pass.
1575         * manual/check-safety.sh: Wish for verification that every
1576         @deftypefn and @deftypefun is followed by a @safety remark.
1577
1578 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1579
1580         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1581
1582         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1583         PTHREAD_CANCEL_ASYNCHRONOUS.
1584         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1585         send SIGCANCEL.
1586
1587         * nptl/default-sched.h: New file.
1588         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1589         * nptl/pthread_create.c: Include it.
1590         (__pthread_create_2_1): Use collect_default_sched instead of making
1591         Linux syscalls here directly.
1592
1593 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1594
1595         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1596         __pthread_once): Use C11 atomics.
1597
1598 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1599
1600         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1601
1602 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1603
1604         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1605         atomic_thread_fence_acquire, atomic_thread_fence_release,
1606         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1607         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1608         atomic_compare_exchange_weak_relaxed,
1609         atomic_compare_exchange_weak_acquire,
1610         atomic_compare_exchange_weak_release,
1611         atomic_exchange_acquire, atomic_exchange_release,
1612         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1613         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1614         atomic_fetch_and_acquire,
1615         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1616
1617 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1618
1619         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1620         USE_ATOMIC_COMPILER_BUILTINS): Define.
1621         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1622         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1623         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1624         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1625         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1626         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1627         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1628         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1629         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1630         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1631         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1632         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1633         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1634         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1635         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1636         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1637         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1638         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1639         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1640         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1641         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1642         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1643         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1644         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1645         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1646         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1647         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1648         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1649         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1650         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1651         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1652         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1653         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1654         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1655         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1656         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1657         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1658         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1659         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1660         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1661
1662 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1663
1664         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1665         the sched_priority value here.  It was already checked when the user
1666         called pthread_attr_setschedparam.
1667
1668         * nptl/tst-bad-schedattr.c: New file.
1669         * nptl/Makefile (tests): Add it.
1670
1671 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1672             Florian Weimer  <fweimer@redhat.com>
1673             Joseph Myers  <joseph@codesourcery.com>
1674             Adam Conrad  <adconrad@0c3.net>
1675             Andreas Schwab  <schwab@suse.de>
1676             Brooks  <bmoses@google.com>
1677
1678         [BZ #17625]
1679         * wordexp-test.c (__dso_handle): Add prototype.
1680         (__register_atfork): Likewise.
1681         (__app_register_atfork): New function.
1682         (registered_forks): New global.
1683         (register_fork): New function.
1684         (test_case): Add 3 new tests for WRDE_CMDSUB.
1685         (main): Call __app_register_atfork.
1686         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1687         fork count is non-zero fail the test.
1688         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1689         is set.
1690         (parse_dollars): Remove check for WRDE_NOCMD.
1691         (parse_dquote): Likewise.
1692
1693 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1694
1695         * Makeconfig (built-modules): List non-library modules to be
1696         built.
1697         (module-cppflags): Include libc-modules.h for
1698         everything except shlib-versions.v.i.
1699         (CPPFLAGS): Use it.
1700         (before-compile): Add libc-modules.h.
1701         ($(common-objpfx)libc-modules.h,
1702         $(common-objpfx)libc-modules.stmp): New targets.
1703         (common-generated): Add libc-modules.h and libc-modules.stmp.
1704         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1705         * include/libc-symbols.h: Don't include libc-modules.h.
1706         * include/libc-modules.h: Remove file.
1707         * scripts/gen-libc-modules.awk: New script to generate
1708         libc-modules.h.
1709         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1710         Depend on libc-modules.stmp.
1711
1712         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1713
1714         * Makeconfig (in-module): Get value of libof set for the
1715         translation unit.
1716         (CPPFLAGS): Use $(in-module).
1717         * Makerules: Don't suffix routine names for nonlib.
1718         * include/libc-modules.h: New file.
1719         * include/libc-symbols.h: Include libc-modules.h
1720         (IS_IN): New macro to replace IS_IN_* macros.
1721         * elf/Makefile: Set libof-* for each routine.
1722         * elf/rtld-Rules: Likewise.
1723         * extra-modules.mk: Likewise.
1724         * iconv/Makefile: Likewise.
1725         * iconvdata/Makefile: Likewise.
1726         * locale/Makefile: Likewise.
1727         * malloc/Makefile: Likewise.
1728         * nss/Makefile: Likewise.
1729         * sysdeps/gnu/Makefile: Likewise.
1730         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1731         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1732         * sysdeps/s390/s390-64/Makefile: Likewise.
1733         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1734         CPPFLAGS for nscd instead of nonlib.
1735
1736 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1737
1738         * nptl/createthread.c: New file.
1739
1740         * nptl/createthread.c: Moved ...
1741         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1742
1743         * nptl/createthread.c: Add proper top-line comment.
1744         (do_clone): Folded into ...
1745         (create_thread): ... here.  Take new arguments STOPPED_START and
1746         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1747         increment __nptl_threads, do event-reporting logic, do
1748         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1749         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1750         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1751         just send SIGCANCEL.
1752         * nptl/pthread_create.c: Forward-declare create_thread before
1753         including createthread.c.
1754         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1755         declaration, and new macro START_THREAD_SELF to replace argument.
1756         Remove return statement.
1757         (report_thread_creation): New function.
1758         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1759         synchronization logic, and __nptl_nthreads increment here, around
1760         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1761         PD->parent_cancelhandling here, before create_thread.  When
1762         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1763         __deallocate_stack, and ENOMEM translation here.
1764
1765 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1766
1767         [BZ #17616]
1768         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1769         (mptwo): Rename to __mptwo.
1770         (__inv): Use __mptwo instead of mptwo.
1771         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1772         (mptwo): Rename to __mptwo.
1773         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1774         of mpone and __mptwo instead of mptwo.
1775         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1776         instead of mpone.
1777         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1778         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1779         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1780         of mpone and __mptwo instead of mptwo.
1781         (__mpranred): Use __mpone instead of mpone.
1782         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1783         variable.
1784         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1785         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1786         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1787         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1788         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1789         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1790         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1791         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1792         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1793         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1794         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1795         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1796         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1797         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1798         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1799         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1800         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1801         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1802         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1803
1804 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1805
1806         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1807         replace BSD Handler xref with BSD Signal Handling.
1808
1809 2014-11-17  Richard Henderson  <rth@redhat.com>
1810
1811         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1812         (_FP_PACK_RAW_2): Remove.
1813         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1814         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1815         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1816         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1817         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1818         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1819         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1820         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1821         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1822         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1823         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1824         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1825         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1826         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1827         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1828         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1829
1830 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1831
1832         * signal/signal.h [__USE_MISC]
1833         (struct sigvec): Remove type.
1834         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1835         (sigvec): Remove declaration.
1836         * sysdeps/posix/sigvec.c: Moved ...
1837         * signal/sigvec.c: ... here, replacing old file.
1838         (struct sigvec): New type, copied from old signal.h definition.
1839         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1840         (__sigvec): Convert definition to prototype.
1841         (sigvec): Replace weak_alias with compat_symbol.
1842         * signal/Versions (libc: GLIBC_2.21): New version set.
1843         * include/signal.h: Remove __sigvec declaration.
1844         * sysdeps/unix/bsd/sigvec.c: Remove file.
1845         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1846         * manual/signal.texi (BSD Handler): Remove subsection.
1847         Move siginterrupt up to ...
1848         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1849         (Blocking in BSD): Fold subsection into its parent.
1850         * NEWS: Mention sigvec removal.
1851
1852 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1853
1854         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1855         (DLA_FMS): Make definition conditional only on [__FMA4__].
1856         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1857         definition.
1858
1859         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1860         Make definition conditional only on [PROF].
1861         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1862         definition.
1863         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1864         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1865
1866         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1867         !__GNUC__].
1868         * include/signal.h (__sigpause): Move declaration above call to
1869         libc_hidden_proto.
1870         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1871         variable.
1872         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1873         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1874
1875 2014-11-14  David S. Miller  <davem@davemloft.net>
1876
1877         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1878         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1879
1880 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1881
1882         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1883         * configure: Regenerated.
1884         * manual/install.texi (Tools for Compilation): Document a
1885         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1886         compiler verified to work.
1887         * INSTALL: Regenerated.
1888
1889         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1890         redeclare with asm name.
1891         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1892         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1893         including <string.h>.
1894         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1895         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1896         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1897         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1898         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1899         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1900         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1901
1902 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1903
1904         * stdlib/strtol.c (__strtol): Use prototype definition.
1905
1906         [BZ #17594]
1907         * stdlib/strtol.c (SYM__): New macro.
1908         (SYM__1): Likewise.
1909         (__strtol): Likewise.
1910         (strtol): Rename to __strtol and define as weak alias of
1911         __strtol.  Use libc_hidden_weak.
1912
1913 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1914
1915         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1916         Use numbered labels in inline assembly.
1917
1918 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1919
1920         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1921         Add setjmp LIBC_PROBE.
1922         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1923         Likewise.
1924         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1925         Add longjmp, longjmp_target LIBC_PROBE.
1926         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1927         Likewise.
1928
1929 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1930
1931         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1932         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1933         to get rid of unused variable warning.
1934
1935 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1936
1937         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1938         Check for unwind_backtrace ==  NULL only in SHARED case.
1939         (__backchain_backtrace): Compile only in SHARED case.
1940         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1941         Likewise.
1942         (__backchain_backtrace): Declare as static.
1943
1944 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1945
1946         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1947         (__libc_multiple_threads_ptr): Variable moved ...
1948         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1949
1950 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1951
1952         * conform/GlibcConform.pm: New file.
1953         * conform/conformtest.pl: Use GlibcConform module.
1954         * conform/linknamespace.pl: New file.
1955         * conform/list-header-symbols.pl: Likewise.
1956         * conform/Makefile (linknamespace-symlists-base): New variable.
1957         (linknamespace-symlists-tests): Likewise.
1958         (linknamespace-header-base): Likewise.
1959         (linknamespace-header-tests): Likewise.
1960         (tests-special): Add new tests.
1961         ($(linknamespace-symlists-tests)): New rule.
1962         (linknamespace-libs): New variable.
1963         ($(objpfx)symlist-stdlibs): New rule.
1964         ($(linknamespace-header-tests)): Likewise.
1965         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1966         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1967         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1968         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1969         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1970         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1971         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1972         (test-xfail-ISO/math.h/linknamespace): Likewise.
1973         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1974         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1975         (test-xfail-ISO/time.h/linknamespace): Likewise.
1976         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1977         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1978         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1979         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1980         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1981         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1982         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1983         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1984         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1985         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1986         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1987         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1988         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1989         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1990         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1991         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1992         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1993         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1994         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1995         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1996         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1997         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1998         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1999         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2000         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2001         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2002         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2003         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2004         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2005         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2006         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2007         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2008         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2009         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2010         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2011         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2012         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2013         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2014         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2015         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2016         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2017         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2018         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2019         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2020         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2021         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2022         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2023         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2024         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2025         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2026         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2027         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2028         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2029         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2030         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2031         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2032         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2033         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2034         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2035         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2036         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2037         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2038         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2039         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2040         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2041         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2042         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2043         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2044         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2045         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2046         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2047         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2048         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2049         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2050         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2051         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2052         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2053         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2054         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2055         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2056         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2057         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2058         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2059         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2060         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2061         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2062         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2063         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2064         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2065         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2066         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2067         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2068         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2069         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2070         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2071         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2072         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2073         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2074         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2075         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2076         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2077         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2078         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2079         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2080         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2081         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2082         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2083         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2084         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2085         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2086         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2087         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2088         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2089         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2090         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2091         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2092         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2093         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2094         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2095         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2096         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2097         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2098         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2099         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2100         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2101         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2102         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2103         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2104         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2105         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2106         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2107         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2108         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2109         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2110         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2111         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2112         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2113         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2114         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2115         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2116         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2117         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2118         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2119         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2120         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2121         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2122         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2123         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2124         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2125         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2126
2127         [BZ #17589]
2128         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2129         of fgets_unlocked.
2130
2131         [BZ #17585]
2132         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2133         (memmem): Rename to __memmem and define as weak alias of
2134         __memmem.  Use libc_hidden_weak.
2135         (__memmem): Use libc_hidden_def.
2136         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2137         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2138         memmem.
2139
2140         [BZ #17582]
2141         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2142         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2143         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2144         and define as weak alias of __fgets_unlocked.  Use
2145         libc_hidden_weak.
2146         (__fgets_unlocked): Use libc_hidden_def.
2147         * include/stdio.h (__fgets_unlocked): Declare.  Use
2148         libc_hidden_proto.
2149         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2150         __fgets_unlocked instead of fgets_unlocked.
2151         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2152         (GET_NPROCS_CONF_PARSER): Likewise.
2153         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2154         (GET_NPROCS_CONF_PARSER): Likewise.
2155
2156         [BZ #17574]
2157         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2158         weak alias of __wmemset.  Use libc_hidden_weak.
2159         (__wmemset): Use libc_hidden_def.
2160         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2161         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2162         of wmemset.
2163
2164         [BZ #17573]
2165         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2166         with asm name __mempcpy.
2167         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2168
2169         [BZ #17572]
2170         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2171         and define as weak alias of __rawmemchr.
2172         (__rawmemchr): Do not define as strong alias of rawmemchr.
2173
2174         [BZ #17571]
2175         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2176         alias of __qsort_r.
2177         (qsort): Call __qsort_r instead of qsort_r.
2178         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2179         (__qsort_r): Declare.  Call libc_hidden_proto.
2180         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2181         instead of qsort_r.
2182         * nscd/gai.c (__qsort_r): Define to qsort_r.
2183         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2184         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2185         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2186
2187         [BZ #17570]
2188         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2189         define as weak alias of __malloc_info.
2190
2191         [BZ #17584]
2192         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2193         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2194         (__rewinddir): Use libc_hidden_def.
2195         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2196         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2197         (__rewinddir): Use libc_hidden_def.
2198         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2199         weak alias of __rewinddir.  Don't use libc_hidden_def.
2200         (__rewinddir): Use libc_hidden_def.
2201         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2202         (__rewinddir): Use libc_hidden_proto.
2203         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2204         rewinddir.
2205         (__getcwd): Use __rewinddir instead of rewinddir.
2206
2207         [BZ #17583]
2208         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2209         alias of __fileno.  Use libc_hidden_weak.
2210         (__fileno): Use libc_hidden_def.
2211         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2212         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2213         alias of __ftello.
2214         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2215         __ftello.
2216         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2217         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2218         libc_hidden_def.
2219         (fread_unlocked): Don't use libc_hidden_ver.
2220         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2221         and define as weak alias of __fread_unlocked.  Don't use
2222         libc_hidden_def.
2223         (__fread_unlocked): Use libc_hidden_def.
2224         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2225         (ftello): Don't use libc_hidden_proto.
2226         (__ftello): Declare.  Use libc_hidden_proto.
2227         (fread_unlocked): Don't use libc_hidden_proto.
2228         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2229         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2230         and __ftello instead of fileno, fread_unlocked and ftello.
2231
2232 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2233
2234         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2235         GOT12.
2236         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2237         Likewise.
2238         (_dl_start_user): Likewise.
2239         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2240
2241 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2242             Siddhesh Poyarekar  <siddhesh@redhat.com>
2243
2244         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2245         Move argv and envp down instead of moving argc up.
2246         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2247
2248 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2249
2250         [BZ #17506]
2251         * test-skeleton.c (main): Return successful if one of
2252         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2253         * string/tst-strcoll-overflow.c: Define expected status.
2254
2255 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2256
2257         [BZ #17475]
2258         * locale/iso-639.def: Define Bhili and Tulu language codes.
2259
2260 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2261
2262         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2263
2264 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2265
2266         [BZ #17555]
2267         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2268
2269 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2270
2271         * configure.ac: Updated check of minimal required version to
2272         2.22.
2273         * manual/install.texi (Tools for Compilation): Updated version
2274         number.
2275         * configure: Regenerated.
2276         * INSTALL: Likewise.
2277
2278 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2279
2280         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2281         __tls_get_addr.
2282
2283 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2284
2285         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2286         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2287         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2288         libc_hidden_weak.
2289         (waitpid): Define as alias of __waitpid.
2290         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2291         __waitpid.
2292         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2293         libc_hidden_weak.
2294         (waitpid): Define as alias of __waitpid.
2295         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2296         __libc_waitpid alias.
2297         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2298         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2299         Likewise.
2300         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2301         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2302         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2303         alias.
2304         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2305         __waitpid.
2306         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2307         libc_hidden_weak.
2308         (waitpid): Define as alias of __waitpid.
2309
2310 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2311
2312         * manual/llio.texi: Add comment that write safety has been
2313         fixed in Linux.
2314
2315         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2316         (localplt-build-dso): Add elf/ld.so.
2317         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2318         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2319         and free for ld.so.
2320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2321         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2323         Likewise.
2324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2325         Likewise.
2326         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2327         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2328         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2329         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2330         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2331         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2332         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2333         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2334         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2335         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2336         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2337
2338 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2339
2340         [BZ #14132]
2341         * include/libc-symbols.h (INTUSE): Remove macro.
2342         (INTDEF): Likewise.
2343         (INTVARDEF): Likewise.
2344         (_INTVARDEF): Likewise.
2345         (INTDEF2): Likewise.
2346         (INTVARDEF2): Likewise.
2347         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2348         rtld_hidden_def instead of INTVARDEF.
2349         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2350         (_dl_starting_up_internal): Remove declaration.
2351         (_dl_starting_up): Use rtld_hidden_proto.
2352         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2353         declaration.
2354         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2355         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2356         _dl_starting_up.
2357         * elf/dl-writev.h (_dl_writev): Likewise.
2358         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2359         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2360         _dl_starting_up_internal.
2361
2362 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2363
2364         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2365         test-skeleton.c.
2366
2367 2014-11-05  Will Newton  <will.newton@linaro.org>
2368
2369         * benchtests/Makefile: (bench-malloc): Add malloc thread
2370         scalability benchmark.
2371         * benchtests/bench-malloc-threads.c: New file.
2372
2373 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2374
2375         * sysdeps/aarch64/strchrnul.S: New file.
2376
2377 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2378
2379         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2380         definition.
2381         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2382         Likwise.
2383         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2384         Likewise.
2385         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2386         Likewise.
2387         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2388         Likewise.
2389         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2390         Likewise.
2391
2392 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2393
2394         * catgets/test-gencat.c: Use test-skeleton.c.
2395         * catgets/tst-catgets.c: Likewise.
2396         * csu/tst-empty.c: Likewise.
2397         * elf/tst-audit2.c: Likewise.
2398         * elf/tst-global1.c: Likewise.
2399         * elf/tst-pathopt.c: Likewise.
2400         * elf/tst-piemod1.c: Likewise.
2401         * elf/tst-tls10.c: Likewise.
2402         * elf/tst-tls11.c: Likewise.
2403         * elf/tst-tls12.c: Likewise.
2404         * gnulib/tst-gcc.c: Likewise.
2405         * iconvdata/tst-e2big.c: Likewise.
2406         * iconvdata/tst-loading.c: Likewise.
2407         * iconv/tst-iconv1.c: Likewise.
2408         * iconv/tst-iconv2.c: Likewise.
2409         * inet/test-inet6_opt.c: Likewise.
2410         * inet/tst-gethnm.c: Likewise.
2411         * inet/tst-network.c: Likewise.
2412         * inet/tst-ntoa.c: Likewise.
2413         * intl/tst-codeset.c: Likewise.
2414         * intl/tst-gettext2.c: Likewise.
2415         * intl/tst-gettext3.c: Likewise.
2416         * intl/tst-ngettext.c: Likewise.
2417         * intl/tst-translit.c: Likewise.
2418         * io/test-stat.c: Likewise.
2419         * libio/test-fmemopen.c: Likewise.
2420         * libio/tst-freopen.c: Likewise.
2421         * libio/tst-sscanf.c: Likewise.
2422         * libio/tst-ungetwc1.c: Likewise.
2423         * libio/tst-ungetwc2.c: Likewise.
2424         * libio/tst-widetext.c: Likewise.
2425         * localedata/tst-ctype.c: Likewise.
2426         * localedata/tst-digits.c: Likewise.
2427         * localedata/tst-leaks.c: Likewise.
2428         * localedata/tst-mbswcs1.c: Likewise.
2429         * localedata/tst-mbswcs2.c: Likewise.
2430         * localedata/tst-mbswcs3.c: Likewise.
2431         * localedata/tst-mbswcs4.c: Likewise.
2432         * localedata/tst-mbswcs5.c: Likewise.
2433         * localedata/tst-setlocale.c: Likewise.
2434         * localedata/tst-trans.c: Likewise.
2435         * localedata/tst-wctype.c: Likewise.
2436         * localedata/tst-xlocale1.c: Likewise.
2437         * login/tst-grantpt.c: Likewise.
2438         * malloc/tst-calloc.c: Likewise.
2439         * malloc/tst-malloc.c: Likewise.
2440         * malloc/tst-mallocstate.c: Likewise.
2441         * malloc/tst-mcheck.c: Likewise.
2442         * malloc/tst-mtrace.c: Likewise.
2443         * malloc/tst-obstack.c: Likewise.
2444         * math/atest-exp2.c: Likewise.
2445         * math/atest-exp.c: Likewise.
2446         * math/atest-sincos.c: Likewise.
2447         * math/test-matherr.c: Likewise.
2448         * math/test-misc.c: Likewise.
2449         * math/test-powl.c: Likewise.
2450         * math/tst-definitions.c: Likewise.
2451         * misc/tst-dirname.c: Likewise.
2452         * misc/tst-efgcvt.c: Likewise.
2453         * misc/tst-fdset.c: Likewise.
2454         * misc/tst-hsearch.c: Likewise.
2455         * misc/tst-mntent2.c: Likewise.
2456         * nptl/tst-sem7.c: Likewise.
2457         * nptl/tst-sem8.c: Likewise.
2458         * nptl/tst-sem9.c: Likewise.
2459         * nss/test-netdb.c: Likewise.
2460         * posix/tst-fnmatch.c: Likewise.
2461         * posix/tst-getlogin.c: Likewise.
2462         * posix/tst-gnuglob.c: Likewise.
2463         * posix/tst-mmap.c: Likewise.
2464         * pwd/tst-getpw.c: Likewise.
2465         * resolv/tst-inet_ntop.c: Likewise.
2466         * rt/tst-timer.c: Likewise.
2467         * stdio-common/test-fseek.c: Likewise.
2468         * stdio-common/test-popen.c: Likewise.
2469         * stdio-common/test-vfprintf.c: Likewise.
2470         * stdio-common/tst-cookie.c: Likewise.
2471         * stdio-common/tst-fileno.c: Likewise.
2472         * stdio-common/tst-gets.c: Likewise.
2473         * stdio-common/tst-obprintf.c: Likewise.
2474         * stdio-common/tst-perror.c: Likewise.
2475         * stdio-common/tst-sprintf2.c: Likewise.
2476         * stdio-common/tst-sprintf3.c: Likewise.
2477         * stdio-common/tst-sprintf.c: Likewise.
2478         * stdio-common/tst-swprintf.c: Likewise.
2479         * stdio-common/tst-tmpnam.c: Likewise.
2480         * stdio-common/tst-unbputc.c: Likewise.
2481         * stdio-common/tst-wc-printf.c: Likewise.
2482         * stdlib/tst-environ.c: Likewise.
2483         * stdlib/tst-fmtmsg.c: Likewise.
2484         * stdlib/tst-limits.c: Likewise.
2485         * stdlib/tst-rand48-2.c: Likewise.
2486         * stdlib/tst-rand48.c: Likewise.
2487         * stdlib/tst-random2.c: Likewise.
2488         * stdlib/tst-random.c: Likewise.
2489         * stdlib/tst-strtol.c: Likewise.
2490         * stdlib/tst-strtoll.c: Likewise.
2491         * stdlib/tst-tls-atexit.c: Likewise.
2492         * stdlib/tst-xpg-basename.c: Likewise.
2493         * string/test-ffs.c: Likewise.
2494         * string/tst-bswap.c: Likewise.
2495         * string/tst-inlcall.c: Likewise.
2496         * string/tst-strtok.c: Likewise.
2497         * string/tst-strxfrm.c: Likewise.
2498         * sysdeps/x86_64/tst-audit10.c: Likewise.
2499         * sysdeps/x86_64/tst-audit3.c: Likewise.
2500         * sysdeps/x86_64/tst-audit4.c: Likewise.
2501         * sysdeps/x86_64/tst-audit5.c: Likewise.
2502         * time/tst-ftime_l.c: Likewise.
2503         * time/tst-getdate.c: Likewise.
2504         * time/tst-mktime3.c: Likewise.
2505         * time/tst-mktime.c: Likewise.
2506         * time/tst-posixtz.c: Likewise.
2507         * time/tst-strptime2.c: Likewise.
2508         * time/tst-strptime3.c: Likewise.
2509         * wcsmbs/tst-btowc.c: Likewise.
2510         * wcsmbs/tst-mbrtowc.c: Likewise.
2511         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2512         * wcsmbs/tst-wchar-h.c: Likewise.
2513         * wcsmbs/tst-wcpncpy.c: Likewise.
2514         * wcsmbs/tst-wcrtomb.c: Likewise.
2515         * wcsmbs/tst-wcsnlen.c: Likewise.
2516         * wcsmbs/tst-wcstof.c: Likewise.
2517
2518 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2519
2520         [BZ #14132]
2521         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2522         INTDEF.
2523         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2524         declaration.
2525         (_dl_mcount): Use rtld_hidden_proto.
2526         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2527         _dl_mcount.
2528         * elf/rtld.c (_rtld_global_ro): Likewise.
2529
2530         [BZ #14132]
2531         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2532         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2533         of _dl_init_internal.
2534         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2535         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2536         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2537         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2538         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2539         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2540         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2541         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2542         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2543         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2544         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2545         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2546         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2547         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2548         * sysdeps/tile/dl-start.S (_start): Likewise.
2549         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2550         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2551
2552         [BZ #14132]
2553         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2554         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2555         (rtld_progname): Make macro definition unconditional.
2556         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2557         INTDEF.
2558         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2559         (dl_main): Likewise.
2560         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2561         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2562         instead of _dl_argv_internal.
2563         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2564         __GI__dl_argv instead of INTUSE(_dl_argv).
2565         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2566         __GI__dl_argv instead of _dl_argv_internal.
2567
2568         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2569         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2570         macro.
2571         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2572         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2573         New macro.
2574         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2575         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2576         macro.
2577         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2578         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2579
2580 2014-11-04  Andreas Schwab  <schwab@suse.de>
2581
2582         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2583
2584 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2585
2586         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2587         mtvsrd instruction in binary form.
2588
2589 2014-11-03  Andreas Schwab  <schwab@suse.de>
2590
2591         [BZ #17522]
2592         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2593         for less than MB_LEN_MAX use a local buffer of that size.
2594         * libio/tst-fputws.c: New file.
2595         * libio/Makefile (tests): Add tst-fputws.
2596
2597 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2598
2599         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2600         the size of the fpu_fr.fpu_dregs[] array.
2601
2602 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2603
2604         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2605         (__nanosleep): Do not define as alias.
2606         (nanosleep): Define as alias of __nanosleep.
2607         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2608         __libc_nanosleep name.
2609
2610 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2611
2612         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2613         install.texi in comment.
2614
2615 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2616
2617         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2618         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2619         ... add here and use lwsync or sync ...
2620         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2621         ... and add here using lwsync.
2622
2623 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2624
2625         * elf/dl-machine-reject-phdr.h: New file.
2626         * elf/dl-load.c: #include that.
2627         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2628         if that returned true.
2629
2630 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2631
2632         [BZ #17496]
2633         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2634         gen-as-const-headers chunk.  Add a big scare comment after the last
2635         safe place to touch before-compile.
2636
2637 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2638
2639         * manual/install.texi (Tools for Compilation): Update autoconf
2640         version requirements.
2641         * INSTALL: Regenerated.
2642
2643         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2644         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2645         (__libc_pselect): Likewise.
2646
2647         [BZ #14138]
2648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2652
2653 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2654
2655         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2656         correct barrier instruction.
2657         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2658         Likewise.
2659         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2660         Likewise.
2661
2662 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2663
2664         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2665         after defining inlines.  Instead, just use parens to defeat macro
2666         expansion of __isctype in its declaration.
2667
2668 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2669
2670         * include/sys/uio.h (__libc_readv): Remove declaration.
2671         (__libc_writev): Likewise.
2672         * misc/readv.c (__libc_readv): Rename to __readv.
2673         (__readv): Do not define as alias.
2674         (readv): Define as alias of __readv.
2675         * misc/writev.c (__libc_writev): Rename to __writev.
2676         (__writev): Do not define as alias.
2677         (writev): Define as alias of __writev.
2678         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2679         (__readv): Do not define as alias.
2680         (readv): Define unconditionally as alias of __readv.
2681         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2682         (__writev): Do not define as alias.
2683         (writev): Define unconditionally as alias of __writev.
2684         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2685         name.
2686         (writev): Do not define __libc_writev name.
2687
2688 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2689
2690         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2691         (convert_charseq): New function, broken out of ...
2692         (use_from_charmap): ... here.  Call it.
2693         (use_to_charmap): Use convert_charseq and free instead of duplicating
2694         its code with a variable-length stack struct.
2695
2696 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2697
2698         * include/fcntl.h (__libc_creat): Remove declaration.
2699         * io/creat.c (__libc_creat): Rename to creat.
2700         (creat): Do not define as alias.
2701         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2702         of creat instead of __libc_creat.
2703         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2704         to creat.
2705         (creat): Do not define as alias.
2706         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2707         __libc_creat.
2708         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2709         __libc_creat name.
2710         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2711         Likewise.
2712
2713 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2714
2715         * manual/llio.texi: Add comments discussing why write() may be
2716         considered MT-unsafe on Linux.
2717
2718 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2719
2720         * dl-load.c (local_strdup): Remove.
2721         (expand_dynamic_string_token): Use __strdup.
2722         (decompose_rpath): Likewise.
2723         (_dl_map_object): Likewise.
2724
2725 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2726
2727         [BZ #14132]
2728         * sysdeps/generic/unwind-dw2-fde.c
2729         (__register_frame_info_bases_internal): Do not declare.
2730         (__register_frame_info_table_bases_internal): Likewise.
2731         (__deregister_frame_info_bases_internal): Likewise.
2732         (__register_frame_info_bases): Declare and use hidden_proto before
2733         definition.  Use hidden_def instead of INTDEF.
2734         (__register_frame_info_table_bases): Likewise.
2735         (__deregister_frame_info_bases): Likewise.
2736         (__register_frame_info): Do not use INTUSE.
2737         (__register_frame): Likewise.
2738         (__register_frame_info_table): Likewise.
2739         (__register_frame_table): Likewise.
2740         (__deregister_frame_info): Likewise.
2741         (__deregister_frame): Likewise.
2742
2743 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2744
2745         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2746         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2747         not undefine.
2748         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2749         Likewise.
2750         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2751         Likewise.
2752
2753 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2754
2755         [BZ #14138]
2756         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2757         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2758         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2759         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2760         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2761         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2762         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2763         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2764         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2765         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2766         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2767         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2768         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2769         syscall.
2770         (setfsuid): Likewise.
2771         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2772         (setfsuid): Likewise.
2773         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2774         (setfsuid): Likewise.
2775         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2776         Likewise.
2777         (setfsuid): Likewise.
2778         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2779         (setfsuid): Likewise.
2780         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2781         Likewise.
2782         (setfsuid): Likewise.
2783
2784 2014-10-27  Andreas Schwab  <schwab@suse.de>
2785
2786         [BZ #17501]
2787         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2788         check for Slow_SSE4_2 feature bit.
2789         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2790         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2791         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2792         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2793
2794 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2795
2796         * configure.ac: Validate compiler version with a empirical test of
2797         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2798         $CC -v output.
2799         * configure: Regenerated.
2800
2801         * inet/htons.c (htons): Prototypify.
2802         * inet/htonl.c (htonl): Likewise.
2803
2804 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2805
2806         * string/strncat.c (strncat): Improve performance by using strlen.
2807
2808 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2809
2810         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2811
2812 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2813
2814         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2815         Call libc_fetestexcept_aarch64.
2816
2817 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2818
2819         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2820         Call libc_feholdexcept_aarch64.
2821
2822 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2823
2824         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2825         Call get_rounding_mode.
2826
2827 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2828
2829         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2830         Simplify logic.
2831
2832 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2833
2834         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2835         Simplify logic.
2836
2837 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2838
2839         [BZ #14138]
2840         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2841         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2842         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2843         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2844         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2845         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2846         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2847         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2848         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2849         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2850         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2851         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2852         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2853         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2854         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2855         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2856         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2857         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2858         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2859         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2860         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2861         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2862         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2863         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2864         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2865         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2866         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2867         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2868         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2869         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2870         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2871         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2872         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2873         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2874         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2875         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2876         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2877         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2878         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2879         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2880         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2881         syscall.
2882         (geteuid): Likewise.
2883         (getgid): Likewise.
2884         (getuid): Likewise.
2885         (getresgid): Likewise.
2886         (getresuid): Likewise.
2887         (getgroups): Likewise.
2888         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2889         (geteuid): Likewise.
2890         (getgid): Likewise.
2891         (getuid): Likewise.
2892         (getresgid): Likewise.
2893         (getresuid): Likewise.
2894         (getgroups): Likewise.
2895         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2896         (geteuid): Likewise.
2897         (getgid): Likewise.
2898         (getuid): Likewise.
2899         (getresgid): Likewise.
2900         (getresuid): Likewise.
2901         (getgroups): Likewise.
2902         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2903         Likewise.
2904         (geteuid): Likewise.
2905         (getgid): Likewise.
2906         (getuid): Likewise.
2907         (getresgid): Likewise.
2908         (getresuid): Likewise.
2909         (getgroups): Likewise.
2910         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2911         (geteuid): Likewise.
2912         (getgid): Likewise.
2913         (getuid): Likewise.
2914         (getresgid): Likewise.
2915         (getresuid): Likewise.
2916         (getgroups): Likewise.
2917         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2918         Likewise.
2919         (geteuid): Likewise.
2920         (getgid): Likewise.
2921         (getuid): Likewise.
2922         (getgroups): Likewise.
2923
2924         [BZ #14138]
2925         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2926         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2927         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2928         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2929         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2930         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2931         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2932         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2933         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2934         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2935         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2936         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2937         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2938         __chown.
2939         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2940         (lchown): Likewise.
2941         (fchown): Likewise.
2942         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2943         Likewise.
2944         (lchown): Likewise.
2945         (fchown): Likewise.
2946         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2947         (lchown): Likewise.
2948         (fchown): Likewise.
2949         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2950         Likewise.
2951         (lchown): Likewise.
2952         (fchown): Likewise.
2953
2954 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2955
2956         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2957         Simplify logic.
2958
2959 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2960
2961         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2962         Cleanup logic.
2963
2964 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2965
2966         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2967         Remove unused include.
2968
2969 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2970
2971         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2972         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2973         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2974         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2975
2976 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2977             Helge Deller <deller@gmx.de>
2978
2979         [BZ #17508]
2980         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2981         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2982         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2983
2984 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2985
2986         [BZ #14132]
2987         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2988         Remove macro definition.
2989         (__ashrdi3_v_glibc20): Likewise.
2990         (__lshrdi3_v_glibc20): Likewise.
2991         (__cmpdi2_v_glibc20): Likewise.
2992         (__ucmpdi2_v_glibc20): Likewise.
2993         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2994         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2995         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2996         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2997         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2998         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2999
3000 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3001
3002         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3003         old GNU extension [0] syntax.
3004         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3005         alloca rather than an array member with variable length.
3006         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3007         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3008         (parse_opt): ... here.  Likewise use alloca there.
3009         Validate the -i argument before checking for rootness.
3010         (send_shutdown): New function, broken out of ...
3011         (parse_opt): ... here.
3012
3013 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3014
3015         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3016         macro to get at the _rt_local_ro field.
3017         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3018         ([PIC] case) or _dl_hwcap ([!PIC] case).
3019         * sysdeps/arm/setjmp.S: Likewise.
3020
3021         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3022         * sysdeps/arm/configure.ac: New check to define it.
3023         * sysdeps/arm/configure: Regenerated.
3024         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3025         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3026         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3027         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3028         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3029         Use move/movt pair instead of a load.
3030         (LDST_GLOBAL): Macro removed.
3031         (LDR_GLOBAL): New macro replaces it.
3032         (LDR_HIDDEN): New macro.
3033         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3034         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3035
3036         * setjmp/tst-setjmp-static.c: New file.
3037         * setjmp/Makefile (tests): Add it.
3038         (tests-static): New variable.
3039
3040 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3041
3042         [BZ #17485]
3043         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3044
3045 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3046
3047         [BZ #14132]
3048         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3049
3050 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3051
3052         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3053
3054 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3055
3056         * io/fts.c (dirent_not_directory): New function.
3057         (fts_build): Call it.
3058
3059 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3060
3061         * nptl/version.c (__nptl_main): Use normal __write rather than
3062         INTERNAL_SYSCALL.
3063         (banner): Update copyright years.
3064
3065         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3066         gettimeofday.
3067         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3068         * nptl/pthread_cond_timedwait.c: Likewise.
3069         * nptl/pthread_mutex_timedlock.c: Likewise.
3070         * nptl/sem_timedwait.c: Likewise.
3071
3072         * sysdeps/nptl/bits/libc-lock.h
3073         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3074         (__libc_lock_init_recursive): Return void, not 0.
3075         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3076         (__libc_rwlock_init): Likewise.
3077         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3078
3079 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3080
3081         [BZ #15215]
3082         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3083         (__pthread_once_slow): ... here.
3084         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3085         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3086
3087 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3088
3089         [BZ #15215]
3090         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3091         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3092         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3093         * nptl/pthread_once.c (__pthread_once): Likewise.
3094         Update comments.
3095
3096 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3097
3098         [BZ #14138]
3099         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3100         name.
3101         (writev): Use __libc_writev as strong name.
3102         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3103         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3104
3105 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3106
3107         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3108
3109         * sysdeps/i386/nptl/tls.h
3110         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3111         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3112         New macros.
3113         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3114         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3115         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3116         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3117         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3118         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3119
3120         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3121         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3122         on [__NR_futex].
3123         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3124         broken out of ...
3125         (__pthread_mutex_init): ... here.  Call it.
3126         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3127         Conditionalize PI cases on [__NR_futex].
3128         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3129         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3130         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3131
3132         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3133         conditional on [SIGSETXID].
3134         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3135         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3136         is defined.  Likewise for SIGSETXID.
3137         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3138         Conditionalize definitions on [SIGSETXID].
3139         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3140         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3141         unblocking on [SIGCANCEL].
3142
3143         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3144         [__NR_set_robust_list].
3145
3146 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3147
3148         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3149         (do_compare): Likewise.
3150
3151 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3152
3153         [BZ #15884]
3154         * string/strcoll_l.c: Don't include stdio.h.
3155         (coll_seq): Remove members idxarr and rulearr.
3156         (get_next_seq_cached): Remove function.
3157         (get_next_seq): Likewise.
3158         (get_next_seq_nocache): Rename to get_next_seq.
3159         (do_compare): Remove function.
3160         (do_compare_nocache): Rename to do_compare.
3161         (STRCOLL): Remove weight and rules cache.
3162
3163 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3164
3165         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3166         * sysdeps/arm/sfp-machine.h: ... to here.
3167         * sysdeps/arm/Implies: Remove arm/soft-fp.
3168
3169 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3170
3171         * conform/data/sys/utsname.h-data (*_t): Allow.
3172         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3173         [POSIX] (WEXITED): Do not expect constant.
3174         [POSIX] (WSTOPPED): Likewise.
3175         [POSIX] (WNOHANG): Likewise.
3176         [POSIX] (WNOWAIT): Likewise.
3177         [POSIX] (siginfo_t): Do not expect type or elements.
3178         [POSIX] (pid_t): Do not expect type.
3179         [POSIX] (signal.h): Do not allow header.
3180         [POSIX] (sys/resource.h): Likewise.
3181         [POSIX] (si_*): Do not allow pattern.
3182         [POSIX] (W*): Likewise.
3183         [POSIX] (P_*): Likewise.
3184         [POSIX] (BUS_*): Likewise.
3185         [POSIX] (CLD_*): Likewise.
3186         [POSIX] (FPE_*): Likewise.
3187         [POSIX] (ILL_*): Likewise.
3188         [POSIX] (POLL_*): Likewise.
3189         [POSIX] (SEGV_*): Likewise.
3190         [POSIX] (SI_*): Likewise.
3191         [POSIX] (TRAP_*): Likewise.
3192         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3193         variable.
3194
3195 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3196
3197         [BZ #12926]
3198         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3199         infinite loop when __recvmsg returns 0.
3200
3201 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3202
3203         * CANCEL-FCT-WAIVE: Remove file.
3204         * CANCEL-FILE-WAIVE: Likewise.
3205
3206         [BZ #14132]
3207         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3208         instead of INTVARDEF.
3209         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3210         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3211         rtld_hidden_data_def instead of INTVARDEF.
3212         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3213         * elf/dl-deps.c (expand_dst): Likewise.
3214         * elf/dl-load.c (_dl_dst_count): Likewise.
3215         (_dl_dst_substitute): Likewise.
3216         (decompose_rpath): Likewise.
3217         (_dl_init_paths): Likewise.
3218         (open_path): Likewise.
3219         (_dl_map_object): Likewise.
3220         * elf/rtld.c (dl_main): Likewise.
3221         (process_dl_audit): Likewise.
3222         (process_envvars): Likewise.
3223         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3224         Remove declaration.
3225         (__libc_enable_secure): Use rtld_hidden_proto.
3226
3227 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3228
3229         * elf/dl-load.c
3230         (add_path): New function broken out of _dl_rtld_di_serinfo.
3231         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3232
3233 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3234
3235         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3236         parentheses around macro arguments.
3237         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3238         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3239         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3240         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3241         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3242         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3243         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3244         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3245         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3246         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3247         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3248         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3249         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3250         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3251         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3252         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3253         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3254         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3255         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3256         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3257         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3258         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3259         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3260         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3261         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3262         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3263         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3264         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3265         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3266         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3267         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3268         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3269         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3270         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3271         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3272         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3273         Likewise.
3274         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3275         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3276         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3277         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3278         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3279         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3280         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3281         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3282         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3283         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3284         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3285         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3286         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3287         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3288         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3289         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3290         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3291         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3292         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3293         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3294         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3295         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3296         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3297         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3298         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3299         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3300         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3301         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3302         (_FP_FRAC_SRS_1): Likewise.
3303         (_FP_FRAC_CLZ_1): Likewise.
3304         (_FP_MUL_MEAT_1_imm): Likewise.
3305         (_FP_MUL_MEAT_1_wide): Likewise.
3306         (_FP_MUL_MEAT_1_hard): Likewise.
3307         (_FP_SQRT_MEAT_1): Likewise.
3308         (_FP_FRAC_ASSEMBLE_1): Likewise.
3309         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3310         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3311         (__FP_CLZ_2): Likewise.
3312         (_FP_MUL_MEAT_2_wide): Likewise.
3313         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3314         (_FP_MUL_MEAT_2_gmp): Likewise.
3315         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3316         (_FP_SQRT_MEAT_2): Likewise.
3317         (_FP_FRAC_ASSEMBLE_2): Likewise.
3318         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3319         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3320         (_FP_FRAC_CLZ_4): Likewise.
3321         (_FP_MUL_MEAT_4_wide): Likewise.
3322         (_FP_MUL_MEAT_4_gmp): Likewise.
3323         (_FP_SQRT_MEAT_4): Likewise.
3324         (_FP_FRAC_ASSEMBLE_4): Likewise.
3325         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3326         * soft-fp/op-common.h (_FP_CMP): Likewise.
3327         (_FP_CMP_EQ): Likewise.
3328         (_FP_CMP_UNORD): Likewise.
3329         (_FP_TO_INT): Likewise.
3330         (_FP_FROM_INT): Likewise.
3331         [!__FP_CLZ] (__FP_CLZ): Likewise.
3332         (_FP_DIV_HELP_imm): Likewise.
3333         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3334         Likewise.
3335         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3336         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3337         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3338         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3339         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3340         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3341         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3342         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3344         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3345         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3346         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3347         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3348         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3349         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3350         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3351         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3352         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3353         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3354         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3355         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3356         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3357         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3358         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3359         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3360         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3362         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3363         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3364         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3365         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3366         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3367         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3368         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3369         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3370         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3371         (FP_UNPACK_RAW_SP): Likewise.
3372         (FP_PACK_RAW_S): Likewise.
3373         (FP_PACK_RAW_SP): Likewise.
3374         (FP_UNPACK_S): Likewise.
3375         (FP_UNPACK_SP): Likewise.
3376         (FP_UNPACK_SEMIRAW_S): Likewise.
3377         (FP_UNPACK_SEMIRAW_SP): Likewise.
3378         (FP_PACK_S): Likewise.
3379         (FP_PACK_SP): Likewise.
3380         (FP_PACK_SEMIRAW_S): Likewise.
3381         (FP_PACK_SEMIRAW_SP): Likewise.
3382         (_FP_SQRT_MEAT_S): Likewise.
3383         (FP_CMP_S): Likewise.
3384         (FP_CMP_EQ_S): Likewise.
3385         (FP_CMP_UNORD_S): Likewise.
3386         (FP_TO_INT_S): Likewise.
3387         (FP_FROM_INT_S): Likewise.
3388
3389         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3390
3391         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3392         (FP_EX_INVALID_IMZ): Likewise.
3393         (FP_EX_INVALID_IMZ_FMA): Likewise.
3394         (FP_EX_INVALID_ISI): Likewise.
3395         (FP_EX_INVALID_ZDZ): Likewise.
3396         (FP_EX_INVALID_IDI): Likewise.
3397         (FP_EX_INVALID_SQRT): Likewise.
3398         (FP_EX_INVALID_CVI): Likewise.
3399         (FP_EX_INVALID_VC): Likewise.
3400         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3401         "invalid" exceptions.
3402         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3403         (_FP_ADD_INTERNAL): Likewise.
3404         (_FP_MUL): Likewise.
3405         (_FP_FMA): Likewise.
3406         (_FP_DIV): Likewise.
3407         (_FP_CMP_CHECK_NAN): Likewise.
3408         (_FP_SQRT): Likewise.
3409         (_FP_TO_INT): Likewise.
3410         (FP_EXTEND): Likewise.
3411
3412 2014-10-09  Allan McRae  <allan@archlinux.org>
3413
3414         * po/fr.po: Update French translation from translation project.
3415
3416 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3417
3418         [BZ #14132]
3419         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3420         of INTDEF.
3421         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3422         (__cxa_atexit): Use libc_hidden_proto.
3423         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3424
3425         [BZ #14132]
3426         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3427         declaration.
3428         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3429         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3430         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3431         [!_ISOMAC] (__iswctype_internal): Likewise.
3432         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3433         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3434         alias.
3435         (fcntl): Remove __fcntl_internal alias.
3436         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3437         __connect_internal alias.
3438         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3439         Likewise.
3440
3441         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3442         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3443         FP_DENORM_ZERO.
3444         (_FP_CHECK_FLUSH_ZERO): New macro.
3445         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3446         (_FP_CMP): Likewise.
3447         (_FP_CMP_EQ): Likewise.
3448         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3449         FP_DENORM_ZERO.
3450         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3451         (FP_TRUNC): Likewise.
3452
3453         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3454         treated as invalid conversion, not as normal exponent.
3455
3456         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3457         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3458         (_FP_CMP_EQ): Likewise.
3459         (_FP_CMP_UNORD): Likewise.
3460         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3461         (FP_CMP_EQ_D): Likewise.
3462         (FP_CMP_UNORD_D): Likewise.
3463         * soft-fp/extended.h (FP_CMP_E): Likewise.
3464         (FP_CMP_EQ_E): Likewise.
3465         (FP_CMP_UNORD_E): Likewise.
3466         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3467         (FP_CMP_EQ_Q): Likewise.
3468         (FP_CMP_UNORD_Q): Likewise.
3469         * soft-fp/single.h (FP_CMP_S): Likewise.
3470         (FP_CMP_EQ_S): Likewise.
3471         (FP_CMP_UNORD_S): Likewise.
3472         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3473         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3474         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3475         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3476         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3477         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3478         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3479         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3480         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3481         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3482         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3483         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3484         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3485         to FP_CMP_Q.
3486         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3487         FP_CMP_Q.
3488         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3489         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3490         FP_CMP_EQ_Q.
3491         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3492         FP_CMP_Q.
3493         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3494         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3495         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3496         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3497         FP_CMP_EQ_Q.
3498         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3499         FP_CMP_Q.
3500         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3501         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3502         FP_CMP_EQ_Q.
3503         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3504         FP_CMP_Q.
3505         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3506         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3507         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3508         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3509         FP_CMP_EQ_Q.
3510
3511         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3512         a subnormal result, set the underflow exception if trapping on
3513         underflow is enabled.
3514         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3515         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3516         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3517         redefine to 0.
3518         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3519         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3520         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3521         * soft-fp/extendxftf2.c (__extendxftf2): Use
3522         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3523
3524         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3525         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3526         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3527         FP_HANDLE_EXCEPTIONS.
3528         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3529         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3530         FP_HANDLE_EXCEPTIONS.
3531         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3532         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3533         FP_HANDLE_EXCEPTIONS.
3534         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3535         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3536         FP_HANDLE_EXCEPTIONS.
3537
3538 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3539
3540         [BZ #14132]
3541         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3542         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3543         use INTUSE.
3544         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3545         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3546         Remove alias.
3547         (__adjtimex): Define using libc_hidden_ver.
3548         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3549         Remove declaration.
3550         (ntp_gettime): Call __adjtimex directly.
3551         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3552         Remove declaration.
3553         (ntp_gettimex): Call __adjtimex directly.
3554         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3555         __adjtimex_internal alias.
3556
3557 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3558
3559         [BZ #17460]
3560         * nscd/nscd.c (more_help): Rewrite list of tables collection
3561         using xstrdup and asprintf.
3562
3563         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3564
3565 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3566             Roland McGrath  <roland@hack.frob.com>
3567
3568         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3569         (do_lookup_unique): ... local function 'enter' here; update callers.
3570
3571 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3572
3573         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3574         compat_symbol calls on [SHARED].
3575         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3576         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3577         Remove.
3578         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3579         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3580         (oldsetrlimit): Remove.
3581         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3583         (lchown): New syscall entry.
3584         (oldsetrlimit): Remove.
3585         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3586         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3587         (oldsetrlimit): Remove.
3588         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3589
3590         [BZ #14138]
3591         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3592         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3593         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3594         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3595         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3596         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3597         (fchown): Likewise.
3598         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3599         (fchown): Likewise.
3600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3601         Likewise.
3602
3603 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3604
3605         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3606         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3607         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3608         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3609         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3610         Likewise.
3611         (__old_sem_post): Likewise.
3612
3613 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3614
3615         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3616         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3617         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3618         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3619         Use INLINE_VSYSCALL macro.
3620         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3621         __vdso_clock_gettime.
3622         * sysdeps/unix/sysv/linux/tile/init-first.c
3623         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3624         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3625         __vdso_clock_gettime.
3626
3627         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3628         to set up frame more cleanly.
3629
3630         * sysdeps/tile/memcmp.c: New file.
3631
3632         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3633
3634         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3635         * sysdeps/tile/tilegx/strcasestr.c: New file.
3636         * sysdeps/tile/tilegx/strnlen.c: New file.
3637         * sysdeps/tile/tilegx/strstr.c: New file.
3638
3639         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3640
3641 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3642
3643         * nptl/tst-setuid3.c: Write errors to stdout.
3644
3645 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3646
3647         * elf/dl-deps.c
3648         (preload): New functions broken out of _dl_map_object_deps.
3649         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3650
3651 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3652
3653         [BZ #14138]
3654         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3655         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3656
3657 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3658
3659         * sysdeps/mips/strcmp.S: New.
3660
3661 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3662
3663         [BZ #14138]
3664         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3665         (linkat): Likewise.
3666         (mkdirat): Likewise.
3667         (readlinkat): Likewise.
3668         (renameat): Likewise.
3669         (symlinkat): Likewise.
3670         (unlinkat): Likewise.
3671         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3672         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3673         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3674         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3675         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3676         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3677         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3678
3679 2014-09-30  Will Newton  <will.newton@linaro.org>
3680
3681         * math/math.h: Define long double math functions if
3682         _LIBC_TEST is defined.
3683         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3684
3685         * localedata/Makefile: Move assignment to tests-special
3686         into an ifdef testing run-built-tests.
3687         * timezone/Makefile: Likewise.
3688
3689 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3690
3691         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3692         with $(BASH) not $(SHELL).
3693
3694 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3695             Matthew LeGendre  <legendre1@llnl.gov>
3696
3697         [BZ #17411]
3698         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3699         l_reloc_result.
3700
3701 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3702
3703         * stdio-common/printf_fp.c
3704         (hack_digit): New function, broken out of ...
3705         (__printf_fp): ... local function here.  Update call sites.
3706         hack_digit now takes an additional parameter that is a pointer
3707         to a struct of the referenced locals.  Those locals moved inside
3708         the struct and references updated.
3709
3710 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3711
3712         * aclocal.m4: Require autoconf 2.69.
3713         * configure: Regenerated.
3714         * sysdeps/aarch64/configure: Likewise.
3715         * sysdeps/alpha/configure: Likewise.
3716         * sysdeps/arm/armv7/configure: Likewise.
3717         * sysdeps/arm/configure: Likewise.
3718         * sysdeps/ia64/configure: Likewise.
3719         * sysdeps/mach/configure: Likewise.
3720         * sysdeps/mips/configure: Likewise.
3721         * sysdeps/s390/configure: Likewise.
3722         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3724
3725         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3726         file.
3727         * sysdeps/ia64/configure.ac: Likewise.
3728
3729 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3730
3731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3732         specify symbol version for ld.so.  Do not include entry for
3733         libpthread.
3734         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3735         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3736         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3737
3738         [BZ #14171]
3739         * Makeconfig [$(build-shared) = yes]
3740         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3741         makefiles.
3742         [$(build-shared) = yes && $(soversions.mk-done) = t]
3743         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3744         [$(build-shared) = yes && $(soversions.mk-done) = t]
3745         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3746         to Makerules.
3747         [$(build-shared) = yes && $(soversions.mk-done) = t]
3748         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3749         here.
3750         [$(build-shared) = yes && $(soversions.mk-done) = t]
3751         (common-generated): Don't append gnu/lib-names.h and
3752         gnu/lib-names.stmp here.
3753         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3754         (lib-names-h-abi): New variable.
3755         [$(build-shared) = yes && $(soversions.mk-done) = t]
3756         (lib-names-stmp-abi): Likewise.
3757         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3758         abi-variants] (before-compile): Append
3759         $(common-objpfx)$(lib-names-h-abi).
3760         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3761         abi-variants] (common-generated): Append gnu/lib-names.h.
3762         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3763         abi-variants] (install-others-nosubdir): Depend on
3764         $(inst_includedir)/$(lib-names-h-abi).
3765         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3766         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3767         [$(build-shared) = yes && $(soversions.mk-done) = t]
3768         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3769         [$(build-shared) = yes && $(soversions.mk-done) = t]
3770         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3771         [$(build-shared) = yes && $(soversions.mk-done) = t]
3772         (common-generated): Append $(lib-names-h-abi) and
3773         $(lib-names-stmp-abi).
3774         * scripts/lib-names.awk: Do not handle multi being set.
3775         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3776         Remove variable.
3777         (abi-lp64_be-ld-soname): Likewise.
3778         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3779         Likewise.
3780         (abi-hard-ld-soname): Likewise.
3781         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3782         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3783         Remove variable.
3784         (abi-o32_hard-ld-soname): Likewise.
3785         (abi-o32_soft_2008-ld-soname): Likewise.
3786         (abi-o32_hard_2008-ld-soname): Likewise.
3787         (abi-n32_soft-ld-soname): Likewise.
3788         (abi-n32_hard-ld-soname): Likewise.
3789         (abi-n32_soft_2008-ld-soname): Likewise.
3790         (abi-n32_hard_2008-ld-soname): Likewise.
3791         (abi-n64_soft-ld-soname): Likewise.
3792         (abi-n64_hard-ld-soname): Likewise.
3793         (abi-n64_soft_2008-ld-soname): Likewise.
3794         (abi-n64_hard_2008-ld-soname): Likewise.
3795         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3796         Likewise.
3797         (abi-64-v2-ld-soname): Likewise.
3798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3799         ld.so entries.
3800         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3801         variable.
3802         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3803         entry.
3804         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3805         variable.
3806         (abi-64-ld-soname): Likewise.
3807         (abi-x32-ld-soname): Likewise.
3808         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3809         entry.
3810         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3811
3812 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3813
3814         [BZ #14138]
3815         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3816         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3817         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3818         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3819         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3820         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3821         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3822         syscall entry for GLIBC_2.2 symbol version.
3823         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3824         Likewise.
3825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3826         (setrlimit): Likewise.
3827         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3828         Likewise.
3829
3830 2014-09-23  Will Newton  <will.newton@linaro.org>
3831
3832         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3833         _LINUX_ARM_SYSDEP_H include guard too.
3834         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3835         define.
3836
3837 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3838
3839         * sysdeps/unix/sysv/linux/eventfd.c:
3840         Make first argument unsigned.
3841         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3842         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3843
3844 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3845
3846         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3847         * socket/sys/socket.h: Likewise
3848         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3849
3850 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3851
3852         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3853
3854 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3855
3856         * time/tst-ftime.c: New test.
3857         * time/Makefile (tests): Add tst-ftime.
3858
3859 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3860
3861         * soft-fp/extended.h: Fix comment formatting.
3862         * soft-fp/op-1.h: Likewise.
3863         * soft-fp/op-2.h: Likewise.
3864         * soft-fp/op-4.h: Likewise.
3865         * soft-fp/op-8.h: Likewise.
3866         * soft-fp/op-common.h: Likewise.
3867         * soft-fp/soft-fp.h: Likewise.
3868
3869         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3870
3871 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3872
3873         [BZ #6652]
3874         * Makeconfig (soversions-default-setname): Remove variable.
3875         ($(common-objpfx)soversions.i): Don't pass default_setname to
3876         soversions.awk.
3877         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3878         oldest_abi to abi-versions.awk.
3879         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3880         * config.make.in (oldest-abi): Remove variable.
3881         * configure.ac (--enable-oldest-abi): Remove configure option.
3882         * configure: Regenerated.
3883         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3884         text.
3885         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3886         * scripts/soversions.awk: Do not handle default_setname variable.
3887         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3888         variable.
3889         * sysdeps/mach/hurd/configure: Regenerated.
3890         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3891         variable.
3892         * sysdeps/unix/sysv/linux/configure: Regenerated.
3893
3894 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3895
3896         * elf/Makefile (CFLAGS-interp.c): Remove.
3897         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3898         path string.
3899         * elf/interp.c: Include generated runtime-linker.h
3900
3901         * Makerules (lib%.so): Don't include $(+interp) in
3902         prerequisites.
3903         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3904         * dlfcn/eval.c: Remove file.
3905
3906         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3907         macros.
3908
3909         [BZ #17266]
3910         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3911         4.2 and newer.
3912
3913         [BZ #17370]
3914         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3915
3916 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3917             Jakub Jelinek  <jakub@redhat.com>
3918
3919         [BZ #17266]
3920         * libio/stdio.h: Check definition of __fortify_function
3921         instead of __extern_always_inline to include bits/stdio2.h.
3922         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3923         check if __extern_always_inline is defined.
3924         [__USE_MISC || __USE_XOPEN]: Likewise.
3925         [__USE_ISOC99] Likewise.
3926         * misc/sys/cdefs.h (__fortify_function): Define only if
3927         __extern_always_inline is defined.
3928         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3929         __extern_always_inline and __extern_inline only for g++-4.3
3930         and newer or a compatible gcc.
3931
3932 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3933
3934         [BZ #17371]
3935         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3936         last change to handle zero prefix length.
3937
3938 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3939
3940         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3941         _SC_REGEX_VERSION.
3942
3943         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3944         _POSIX_RAW_SOCKETS.
3945
3946 2014-09-13  Allan McRae  <allan@archlinux.org>
3947
3948         * po/ru.po: Update Russian translation from translation project.
3949
3950 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3951
3952         * locale/programs/locale.c (show_locale_vars): Inline local function
3953         into its sole call site.  Clean up some style nits.
3954         (print_item): New function, broken out of ...
3955         (show_info): ... local function here.  Clean up style nits.
3956
3957         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3958         out of ...
3959         (set_class_defaults): ... local function set_default here.
3960         Define set_default as a macro locally to pass constant parameters.
3961         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3962         rather than a shared local.
3963
3964         * stdlib/rpmatch.c (try): New function, broken out of ...
3965         (rpmatch): ... local function here.  Also, prototypify definition.
3966
3967 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3968
3969         * scripts/soversions.awk: Do not handle configuration names.
3970         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3971         vendor and os variables to soversions.awk.
3972         * configure.ac: Do not modify gnu-* host_os.
3973         * configure: Regenerated
3974         * shlib-versions: Remove first column with configuration names.
3975         * nptl/shlib-versions: Likewise.
3976         * nptl_db/shlib-versions: Likewise.
3977         * sysdeps/hppa/shlib-versions: Likewise.
3978         * sysdeps/m68k/shlib-versions: Likewise.
3979         * sysdeps/mach/hurd/shlib-versions: Likewise.
3980         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3981         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3982         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3983         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3984         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3985         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3986         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3987         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3989         Likewise.
3990         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3991         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3992         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3993         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3994         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3995         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3996         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3997         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3998
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4000         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4002         Regenerated.
4003         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4005         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4006
4007         * shlib-versions: Remove OS-specific entries.  Moved to files in
4008         sysdeps.
4009         * sysdeps/mach/hurd/shlib-versions: New file.
4010         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4011
4012         * nptl/shlib-versions: Remove architecture-specific entries.
4013         Moved to files in sysdeps.
4014         * shlib-versions: Likewise.
4015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4016         file.
4017         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4018         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4019         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4020         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4021
4022         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4023         (UDP_NO_CHECK6_RX): Likewise.
4024
4025 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4026
4027         * sysdeps/posix/sysconf.c (__sysconf): Spell
4028         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4029
4030 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4031
4032         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4033         loading.
4034         * iconv/Versions (__gconv_transliterate): Export for use from
4035         gconv modules.
4036         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4037         (struct __gconv_trans_data, __gconv_trans_fct,
4038         __gconv_trans_context_fct, __gconv_trans_query_fct,
4039         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4040         definitions.
4041         (struct __gconv_step_data): Remove __trans member.
4042         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4043         longer hidden.  Remove unused trans_data argument.
4044         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4045         (__gconv_translit_find): Remove declaration.
4046         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4047         prototype.
4048         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4049         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4050         trans_data argument.  Add hidden definition.
4051         (__gconv_translit_find): Remove.
4052         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4053         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4054         * iconv/skeleton.c: Remove transliteration initialization.
4055         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4056         __gconv_step_data initialization.
4057         * libio/iofwide.c (__libio_translit_): Remove.
4058         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4059         * wcsmbs/btowc.c (__btowc): Likewise.
4060         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4061         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4062         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4063         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4064         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4065         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4066         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4067         * wcsmbs/wctob.c (wctob): Likewise.
4068
4069 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4070
4071         [BZ #16194]
4072         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4073         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4074         register usage.
4075         * sysdeps/x86/Makefile: Adjust.
4076
4077 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4078             Roland McGrath  <roland@hack.frob.com>
4079
4080         * locale/weight.h: Add include guard.
4081         (findidx): Make static rather than auto; take new parameters
4082         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4083         * locale/weightwc.h: Likewise.
4084         * posix/fnmatch_loop.c
4085         (FCT): Change type of EXTRA from int32_t to wint_t.
4086         Don't include either header inside the function.
4087         Call FINDIDX rather than findidx, and pass new arguments.
4088         #undef FINDIDX at the end of the file.
4089         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4090         FINDIDX before including fnmatch_loop.c for the non-wide version.
4091         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4092         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4093         for the wide version.
4094         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4095         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4096         Pass new arguments to findidx.
4097         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4098         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4099         Don't #include it inside the function.  Pass new arguments to findidx.
4100         * posix/regex_internal.h
4101         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4102         (re_string_elem_size_at): Don't #include it inside the function.
4103         Pass new arguments to findidx.
4104         * string/strcoll_l.c: #include WEIGHT_H at top level.
4105         (get_next_seq): Don't #include it inside the function.
4106         Pass new arguments to findidx.
4107         (get_next_seq_nocache): Likewise.
4108         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4109         (STRXFRM): Don't #include it inside the function.
4110         Pass new arguments to findidx.
4111
4112 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4113
4114         [BZ #17344]
4115         * malloc/malloc.c (unlink): Turn asserts into a call to
4116         malloc_printerr.
4117
4118 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4119
4120         [BZ #17370]
4121         * libio/wfileops (do_ftell_wide): Free OUT.
4122
4123 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4124
4125         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4126
4127 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4128
4129         [BZ #17363]
4130         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4131         group if the current group is empty.
4132
4133 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4134
4135         * benchtests/bench-memset.c (test_main): Add more test from size
4136         from 32 to 512 bytes.
4137         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4138         Add POWER8 memset object.
4139         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4140         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4141         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4142         implementation.
4143         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4144         Likewise.
4145         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4146         multiarch POWER8 memset optimization.
4147         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4148         POWER8 memset optimization.
4149
4150         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4151         Remove bzero multiarch objects.
4152         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4153         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4154         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4155         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4156         Remove define.
4157         [__bzero]: Redefine to specific name.
4158         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4159         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4160         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4161         define.
4162         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4163         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4164
4165 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4166
4167         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4168         warnings into errors.
4169
4170         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4171         __cxa_thread_atexit_impl prototype.
4172
4173 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4174
4175         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4176         Fix capitalization of error message.
4177
4178 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4179
4180         * sysdeps/mips/preconfigure: Modify ABI tests.
4181
4182 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4183
4184         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4185
4186 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4187             Carlos O'Donell  <carlos@systemhalted.org>
4188
4189         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4190         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4191         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4192         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4193         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4194         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4195         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4196         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4197         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4198         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4199         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4200         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4201         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4202         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4203         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4204         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4205         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4206         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4207         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4208         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4209         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4210         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4211         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4212         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4213         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4214         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4215         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4216         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4217         Deconditionalize the code that was previously under [RESET_PID].
4218         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4219         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4220         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4221         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4222         include sysdep.h.
4223
4224 2014-09-08  Allan McRae  <allan@archlinux.org>
4225
4226         * version.h (RELEASE): Set to "development".
4227         (VERSION): Set to "2.20.90"
4228
4229 2014-09-07  Allan McRae  <allan@archlinux.org
4230
4231         * version.h (RELEASE): Set to "stable".
4232         (VERSION): Set to "2.20"
4233         * include/features.h (__GLIBC_MINOR__): Set to 20.
4234
4235         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4236         Liebler.
4237
4238         * po/ko.po: Update Korean translation from translation project.
4239
4240 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4241
4242         [BZ #17354]
4243         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4244         macro for handling signed relocations.
4245
4246 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4247
4248         [BZ #17325]
4249         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4250         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4251         assert.
4252         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4253         * iconvdata/ibm935.c (BODY): Likewise.
4254         * iconvdata/ibm937.c (BODY): Likewise.
4255         * iconvdata/ibm939.c (BODY): Likewise.
4256         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4257         assert.
4258         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4259         script.
4260         * iconvdata/run-iconv-test.sh: New test loop for checking for
4261         decoder crashers.
4262
4263 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4264
4265         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4266         libm_hidden_ver.
4267
4268 2014-09-01  Allan McRae  <allan@archlinux.org>
4269
4270         * po/eo.po: Update Esperanto translation from translation project.
4271
4272         * po/ca.po: Update Catalan translation from translation project.
4273
4274 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4275
4276         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4277         __proc_dostop call.
4278
4279 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4280
4281         [BZ #17319]
4282         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4283         to call set_thread_area instead of hand written asm.
4284         (__NR_set_thread_area): Removed define.
4285         (TLS_FLAG_WRITABLE): Likewise.
4286         (__ASSUME_SET_THREAD_AREA): Remove check.
4287         (TLS_EBX_ARG): Remove define.
4288         (TLS_LOAD_EBX): Likewise.
4289
4290 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4291
4292         Simplify atomicity of socket creation in bind.
4293
4294         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4295         looking up the name after linking the file.
4296
4297 2014-08-27  Allan McRae  <allan@archlinux.org>
4298
4299         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4300
4301 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4302
4303         [BZ #17187]
4304         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4305         trans_compare, open_translit, __gconv_translit_find):
4306         Remove module loading code.
4307
4308 2014-08-26  Allan McRae  <allan@archlinux.org>
4309
4310         * po/vi.po: Update Vietnamese translation from translation project.
4311
4312         * po/uk.po: Update Ukrainian translation from translation project.
4313
4314         * po/fr.po: Update French translation from translation project.
4315
4316         * po/ru.po: Update Russian translation from translation project.
4317
4318         * po/pl.po: Update Polish translation from translation project.
4319
4320         * po/cs.po: Update Czech translation from translation project.
4321
4322         * po/de.po: Update German translation from translation project.
4323
4324         * po/bg.po: Update Bulgarian translation from translation project.
4325
4326         * po/sv.po: Update Sweedish translation from translation project.
4327
4328         * po/nl.po: Update Dutch translation from translation project.
4329
4330         * po/es.po: Update Spanish translation from translation project.
4331
4332 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4333
4334         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4335
4336         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4337         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4338         (CPPFLAGS-iconvconfig): Likewise.
4339         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4340
4341         * include/libc-symbols.h: Remove unnecessary check for
4342         NOT_IN_libc.
4343         * nptl/pthreadP.h: Likewise.
4344         * sysdeps/aarch64/setjmp.S: Likewise.
4345         * sysdeps/alpha/setjmp.S: Likewise.
4346         * sysdeps/arm/sysdep.h: Likewise.
4347         * sysdeps/i386/setjmp.S: Likewise.
4348         * sysdeps/m68k/setjmp.c: Likewise.
4349         * sysdeps/posix/getcwd.c: Likewise.
4350         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4351         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4352         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4353         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4354         * sysdeps/sh/sh3/setjmp.S: Likewise.
4355         * sysdeps/sh/sh4/setjmp.S: Likewise.
4356         * sysdeps/unix/alpha/sysdep.h: Likewise.
4357         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4358         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4359         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4360         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4363         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4364         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4365         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4366         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4367         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4368         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4369         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4370         * sysdeps/x86_64/setjmp.S: Likewise.
4371
4372 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4373
4374         [BZ #17263]
4375         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4376         <stdint.h>.
4377         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4378         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4379
4380 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4381
4382         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4383
4384         [BZ #17262]
4385         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4386         and __x86_64__ when disabling x87 inline functions.
4387
4388 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4389
4390         [BZ #17259]
4391         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4392         asm statement with __cpuid_count.
4393
4394 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4395
4396         * configure.ac: Change __ehdr_start code to dereference the struct.
4397         Run readelf on the output to look for relocations.
4398         * configure: Regenerated.
4399
4400 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4401
4402         [BZ #17261]
4403         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4404         value to 0.
4405         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4406
4407 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4408
4409         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4410
4411 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4412
4413         [BZ #16892]
4414         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4415         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4416
4417 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4418
4419         * malloc/malloc.c: Fix typo in comment.
4420
4421 2014-08-09  Allan McRae  <allan@archlinux.org>
4422
4423         * Regenerate libc.po.
4424
4425 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4426
4427         * intl/tst-gettext2.sh: Check every lang file for creation.
4428
4429 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4430
4431         * sysdeps/aarch64/fpu/math_private.h
4432         (libc_feholdsetround_noex_aarch64_ctx): New function.
4433
4434 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4435
4436         * sysdeps/arm/armv6/strcpy.S (strcpy):
4437         Fix performance issue in misaligned cases.
4438
4439 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4440
4441         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4442         Move definition from termios.h.
4443         (struct termio): Likewise.
4444         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4445         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4446         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4447         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4448         Likewise.
4449         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4450         Move definition to ioctl-types.h
4451         (struct termio): Likewise.
4452         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4453         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4454         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4455         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4456         Likewise.
4457
4458 2014-08-05  Richard Henderson  <rth@redhat.com>
4459
4460         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4461         exceptions.
4462         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4463         Add fraiseexcpt.
4464         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4465         Use __feraiseexcept.
4466         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4467         Protect libm symbols with IS_IN_libm.
4468
4469         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4470
4471 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4472
4473         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4474
4475 2014-08-04  Will Newton  <will.newton@linaro.org>
4476
4477         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4478         file.
4479
4480 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4481
4482         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4483         variants for each function.
4484
4485 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4486
4487         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4488         appended ...
4489         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4490         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4491         appended ...
4492         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4493         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4494         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4495         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4496         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4497         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4498         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4499         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4500         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4501         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4502         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4503         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4504         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4505         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4506         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4507         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4508         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4509         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4510         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4511         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4512         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4513         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4514         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4515         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4516         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4517         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4518         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4519         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4520         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4521         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4522         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4523         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4524         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4525         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4526         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4527         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4528         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4529         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4530         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4531         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4532         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4533         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4534         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4535         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4536         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4537         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4538         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4539         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4540         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4541         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4542         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4543         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4544         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4545         Update #include.
4546         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4547         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4548
4549 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4550
4551         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4552         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4553         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4554         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4555         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4556         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4557
4558 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4559
4560         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4561         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4562         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4563         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4564
4565 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4566
4567         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4568         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4569         (__libc_vfork): Define function under this name.
4570         (__vfork): Define as an alias.
4571         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4572         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4573
4574 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4575
4576         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4577         that was previously under [RESET_PID].
4578         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4579
4580 2014-08-04  Andreas Schwab  <schwab@suse.de>
4581
4582         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4583
4584 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4585
4586         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4587         (main): Likewise.
4588
4589 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4590
4591         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4592
4593 2014-08-01  Richard Henderon  <rth@redhat.com>
4594
4595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4596         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4597         typo in exact zero test.
4598         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4599         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4600         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4601
4602 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4603
4604         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4605         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4606         * sysdeps/arm/sysdep.h: ... here.
4607         [!__ASSEMBLER__]: Include <stdint.h>.
4608
4609 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4610
4611         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4612         (HAVE_WCTYPE_H): Likewise.
4613         (HAVE_ISWCTYPE): Likewise.
4614         (ENABLE_NLS): Likewise.
4615         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4616         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4617
4618         * posix/regex_internal.c: Check if DEBUG is defined and is
4619         set.
4620
4621         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4622         (HAVE_MBSRTOWCS): Likewise.
4623         * posix/fnmatch.c: Include string.h unconditionally.
4624
4625 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4626
4627         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4628         reversal.
4629
4630 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4631
4632         * sysdeps/generic/safe-fatal.h: New file.
4633         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4634         * nptl/forward.c: Include it.
4635         (__pthread_unwind): Use __safe_fatal as default action, rather
4636         than a bogus use of INTERNAL_SYSCALL that could never work.
4637
4638         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4639         * configure.ac (libc_cv_builtin_trap): New test.
4640         * configure: Regenerated.
4641         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4642         (ABORT_INSTRUCTION): Define using __builtin_trap.
4643
4644         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4645         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4646         * sysdeps/nptl/nptl-signals.h: New file.
4647         * nptl/pthreadP.h: Include <nptl-signals.h>.
4648
4649 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4650
4651         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4652         (ONE_DIRECTION): Define.
4653         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4654         (ONE_DIRECTION): Define.
4655         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4656         (ONE_DIRECTION): Define.
4657
4658 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4659
4660         * sysdeps/s390/Makefile: Delete file.
4661         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4662         * sysdeps/s390/__longjmp.c: Delete file.
4663         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4664         Remove fields __flags and __reserved.
4665         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4666         and add versioning.
4667         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4668         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4669         * sysdeps/s390/rtld-setjmp.S: Likewise.
4670         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4671         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4672         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4673         * sysdeps/s390/s390-32/setjmp.S: ... here.
4674         Add versioning.
4675         (__sigsetjmp): Remove setting __flags field.
4676         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4677         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4678         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4679         * sysdeps/s390/s390-64/setjmp.S: ... here.
4680         Add versioning.
4681         (__sigsetjmp): Remove setting __flags field.
4682         * sysdeps/s390/setjmp.S: Delete file.
4683         * sysdeps/s390/sigjmp.c: Likewise.
4684         * sysdeps/s390/v1-longjmp.c: Likewise.
4685         * sysdeps/s390/v1-setjmp.h: Likewise.
4686         * sysdeps/s390/v1-sigjmp.c: Likewise.
4687         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4688         Remove v1-longjmp_chk.
4689         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4690         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4691         Include debug/longjmp_chk.c and add versioning.
4692         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4693         Include nptl/pt-longjmp.c and add versioning.
4694         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4695         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4696         Include __longjmp.c.
4697         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4698         Move to ...
4699         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4700         (__getcontext): Remove setting __flags field.
4701         Add versioning.
4702         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4703         Don't restore upper high grps.
4704         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4705         Likewise.
4706         (__swapcontext): Remove setting uc_flags field.
4707         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4708         Delete file.
4709         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4710         Include __longjmp.c.
4711         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4712         Move to ...
4713         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4714         (__getcontext): Remove setting __flags field.
4715         Add versioning.
4716         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4717         (__swapcontext): Remove setting uc_flags field.
4718         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4719         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4720         Remove fields uc_high_gprs and __reserved.
4721         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4722         New file with reverted content.
4723         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4724         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4725         Regenerated.
4726         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4727         Regenerated.
4728
4729 2014-07-31  Andreas Schwab  <schwab@suse.de>
4730
4731         * config.h.in (HAVE_IFUNC): Define to 0.
4732         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4733         definedness.
4734
4735 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4736
4737         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4738         memmove-avx-unaligned, memcpy-avx-unaligned and
4739         mempcpy-avx-unaligned.
4740         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4741         Add tests for AVX memcpy functions.
4742         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4743         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4744         memcpy_chk.
4745         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4746         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4747         memmove_chk.
4748         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4749         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4750         mempcpy_chk.
4751         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4752         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4753         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4754
4755 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4756
4757         [BZ #17213]
4758         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4759         powerpc64le.
4760
4761 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4762
4763         [BZ #16839]
4764         * manual/llio.texi: Add section about open file description locks.
4765         * manual/examples/ofdlocks.c: Example of open file description
4766         lock usage.
4767         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4768         F_OFD_SETLK, and F_OFD_SETLKW.
4769
4770 2014-07-23  Allan McRae  <allan@archlinux.org>
4771
4772         * po/es.po: Update Spanish translation from translation project.
4773
4774 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4775
4776         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4777
4778 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4779
4780         [BZ #17078]
4781         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4782         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4783         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4784
4785 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4786
4787         [BZ #17088]
4788         * math/fesetenv.c (__fesetenv)
4789         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4790         * math/feupdateenv.c (__feupdateenv)
4791         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4792
4793         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4794         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4795         (__ASSUME_SOCKETCALL): Do not define.
4796
4797         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4798         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4799         (__ASSUME_SOCKETCALL): Do not define.
4800         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4801         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4802         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4803         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4804         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4805         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4806         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4807         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4808
4809         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4810         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4811         (__ASSUME_SOCKETCALL): Do not define.
4812         (__ASSUME_IPC64): Define unconditionally.
4813         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4814         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4815         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4816         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4817         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4818         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4819         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4820         Likewise.
4821
4822         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4823         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4824         (__ASSUME_SOCKETCALL): Do not define.
4825         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4826         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4827         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4828         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4829         (__ASSUME_REQUEUE_PI): Define unconditionally.
4830         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4831         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4832         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4833         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4834         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4835         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4836
4837         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4838         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4839         (__ASSUME_SOCKETCALL): Do not define.
4840         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4841         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4842         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4843         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4844         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4845         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4846
4847         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4848         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4849         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4850         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4851         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4852         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4853         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4854         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4855         (__ASSUME_GETCPU_SYSCALL): Likewise.
4856
4857         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4858         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4859         cases for individual architectures.
4860         * sysdeps/gnu/configure: Regenerated.
4861         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4862         LIBC_SLIBDIR_RTLDDIR.
4863         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4864         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4865         LIBC_SLIBDIR_RTLDDIR.
4866         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4868         LIBC_SLIBDIR_RTLDDIR.
4869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4870         Regenerated.
4871         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4872         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4873         file.
4874         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4875         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4876         file.
4877         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4878         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4879         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4880         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4881
4882         * sysdeps/aarch64/shlib-versions: Move to ...
4883         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4884         * sysdeps/alpha/shlib-versions: Move to ...
4885         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4886         * sysdeps/arm/shlib-versions: Move to ...
4887         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4888         * sysdeps/hppa/shlib-versions: Move all contents except for
4889         libgcc_s entry to ...
4890         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4891         entry from ...
4892         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4893         * sysdeps/ia64/shlib-versions: Move to ...
4894         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4895         entry from ...
4896         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4897         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4898         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4899         * sysdeps/microblaze/shlib-versions: Move to ...
4900         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4901         * sysdeps/mips/shlib-versions: Move to ...
4902         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4903         entry from ...
4904         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4905         * sysdeps/tile/shlib-versions: Move to ...
4906         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4907         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4908         from ...
4909         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4910         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4911         entry from ...
4912         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4913
4914 2014-07-17  Will Newton  <will.newton@linaro.org>
4915
4916         * sysdeps/arm/bits/atomic.h
4917         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4918         (__arch_compare_and_exchange_bool_16_int): Likewise.
4919         (__arch_compare_and_exchange_bool_64_int): Likewise.
4920
4921         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4922         into an #else block.
4923
4924 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4925
4926         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4927         just Linux configurations.  Test empirically that the compiler sets
4928         __ARM_EABI__, rather than using the tuple to decide.
4929         * sysdeps/arm/preconfigure: Regenerated.
4930         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4931         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4932         contents appended ...
4933         * sysdeps/arm/configure.ac: ... here.
4934         * sysdeps/arm/configure: Regenerated.
4935
4936 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4937
4938         * nptl/pthread_kill.c: New file.
4939         * nptl/pthread_sigmask.c: New file.
4940         * nptl/pthread_sigqueue.c: New file.
4941
4942         * sysdeps/nptl/lowlevellock.h: New file.
4943         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4944         * sysdeps/nptl/lowlevellock-futex.h: New file.
4945
4946         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4947         Remove dead declarations.
4948
4949 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4950
4951         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4952         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4953         config-cflags-avx2.
4954         * sysdeps/x86_64/configure.ac: Likewise.
4955         * sysdeps/i386/configure: Regenerated.
4956         * sysdeps/x86_64/configure: Likewise.
4957         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4958         memset-avx2 only if config-cflags-avx2 is yes.
4959         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4960         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4961         defined.
4962         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4963         only if HAVE_AVX2_SUPPORT is defined.
4964         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4965
4966 2014-07-14  Alan Modra  <amodra@gmail.com>
4967
4968         [BZ #17153]
4969         * elf/elf.h (DT_PPC64_NUM): Correct value.
4970         * NEWS: Add to fixed bug list.
4971
4972 2014-07-13  Jim Meyering  <meyering@fb.com>
4973
4974         [BZ 17150]
4975         regex: don't deref NULL upon heap allocation failure
4976         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4977         failure in one more place.
4978         To trigger the segfault, configure grep -with-included-regex,
4979         build it, and run these commands:
4980         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4981
4982 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4983
4984         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4985
4986 2014-07-11  Richard Henderson  <rth@redhat.com>
4987
4988         * sysdeps/aarch64/libm-test-ulps: Update.
4989
4990 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4991
4992         [BZ #17135]
4993         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4994         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4995         (__nptl_setxid): Initialize error member.  Call
4996         __nptl_setxid_error.
4997         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4998         * nptl/descr.h (struct xid_command): Add error member.
4999         * nptl/tst-setuid3.c: New file.
5000         * nptl/Makefile (tests): Add it.
5001
5002 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5003
5004         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5005         New define.
5006         (__lll_trylock): Use __lll_base_trylock.
5007         (__lll_cond_trylock): Likewise.
5008
5009 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5010
5011         * nptl/pthread_create.c (start_thread): Use atomic_or and
5012         lll_futex_wake directly rather than lll_robust_dead.
5013         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5014         (lll_robust_dead): Macro removed.
5015         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5016         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5017         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5018         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5019         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5020         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5021         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5022         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5023         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5024         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5025         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5026         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5027         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5028         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5029         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5030
5031         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5032         Use atomic_compare_and_exchange_val_acq directly rather than
5033         lll_robust_trylock.
5034         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5035         (__lll_robust_trylock, lll_robust_trylock): Removed.
5036         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5037         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5038         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5039         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5040         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5041         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5042         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5043         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5044         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5045         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5046         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5047         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5048         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5049         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5050
5051 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5052
5053         * manual/locale.texi (Locale Names): New section documenting
5054         locale name syntax.  Adjust menu and node chaining accordingly.
5055         (Choosing Locale): Reference Locale Names, Locale Categories.
5056         Mention setting LC_ALL=C.  Reflect that name syntax is now
5057         documented.
5058         (Locale Categories): New section title.  Reference Locale Names.
5059         LC_ALL is an environment variable, but not a category.
5060         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5061         description, now in Locale Name.  Reference that section.  Locale
5062         name syntax is now documented.
5063
5064 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5065
5066         [BZ #17137]
5067         * locale/findlocale.c (name_present, valid_locale_name): New
5068         functions.
5069         (_nl_find_locale): Use the loc_name variable to store name
5070         candidates.  Call name_present and valid_locale_name to check and
5071         validate locale names.  Return an error if the locale is invalid.
5072
5073 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5074
5075         * locale/setlocale.c (setlocale): Use strdup for allocating
5076         composite name copy.
5077
5078 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5079
5080         Sync up with gnulib.
5081         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5082         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5083         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5084         and _GL_ARG_NONNULL.
5085         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5086         [!_LIBC]: Include code for Windows and Cygwin.
5087         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5088         Include prototype for int strerror_r.
5089         [!_LIBC] (is_open): New function.
5090         (flush_stdout): New function.
5091         (print_errno_message): Use it.
5092         (error): Likewise.
5093         (error_at_line): Likewise.
5094         (error_tail) Add function attribute macros.  Use
5095         __builtin_expect.
5096
5097         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5098
5099         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5100
5101         * io/ftw.c: Include sys/param.h unconditionally.
5102
5103         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5104
5105         [BZ #17125]
5106         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5107         libc_freeres_ptr.
5108         (freecache): New function to free CACHE on exit.
5109
5110         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5111         initialization.
5112
5113 2014-07-09  David S. Miller  <davem@davemloft.net>
5114
5115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5116
5117         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5118         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5119         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5120         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5121         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5122         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5123         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5124         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5125         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5126         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5127         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5128         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5129         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5130
5131 2014-07-09  Andreas Schwab  <schwab@suse.de>
5132
5133         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5134         output.
5135         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5136         (do_test): Likewise.
5137
5138         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5139
5140 2014-07-09  Will Newton  <will.newton@linaro.org>
5141
5142         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5143         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5144         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5145         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5146         * sysdeps/hppa/start.S (_start): Likewise.
5147
5148 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5149
5150         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5151
5152         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5153         defined.
5154
5155 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5156
5157         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5158         after checking that it is non-NULL.
5159
5160         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5161
5162 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5163
5164         * sysdeps/powerpc/memmove.c: Remove file.
5165         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5166         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5167         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5168         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5169         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5170         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5171         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5172         string memmove instead of removed powerpc one.
5173
5174         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5175         [weak_alias]: Fix compiler warning due trailing data.
5176         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5177         [weak_alias]: Likewise.
5178         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5179         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5180
5181         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5182         (__libc_ifunc_impl_list): Add memmove functions.
5183
5184 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5185
5186         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5187         Remove code.
5188         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5189         Likewise
5190         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5191         Likewise
5192         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5193         Likewise
5194         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5195         Likewise
5196         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5197         Likewise
5198         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5199         Likewise
5200         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5201         Likewise
5202         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5203         Likewise
5204         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5205         Likewise
5206         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5207         Likewise
5208         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5209         Likewise
5210         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5211         Likewise
5212         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5213         Likewise
5214         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5215         Likewise
5216         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5217         Likewise
5218         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5219         Likewise
5220
5221 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5222
5223         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5224         to avoid alignment traps in non-cacheable memory.
5225         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5226
5227         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5228         multiarch objects.
5229         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5230         file: multiarch power7 memmove.
5231         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5232         multiarch default memmove.
5233         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5234         multiarch memove for powerpc32/power4.
5235
5236         * string/bcopy.c: Use full path to include memmove.c.
5237         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5238         multiarch objects.
5239         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5240         bcopy for powerpc64.
5241         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5242         bcopy for powerpc64.
5243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5244         and memmove implementations.
5245         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5246         optimized multiarch memmove for POWER7/powerpc64.
5247         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5248         default multiarch memmove for powerpc64.
5249         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5250         multiarch for powerpc64.
5251         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5252         for POWER7/powerpc64.
5253         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5254         memmove for POWER7/powerpc64.
5255
5256         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5257         glibc default one.
5258
5259         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5260         __ELF_NATIVE_CLASS equal to 64.
5261
5262 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5263
5264         * sysdeps/nptl/lowlevellock.h: File removed.
5265
5266         * NEWS: NPTL is no longer an add-on!
5267         * nptl/internaltypes.h: Moved ...
5268         * sysdeps/nptl/internaltypes.h: ... here.
5269         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5270         * sysdeps/nptl/fork.c: Likewise.
5271         * sysdeps/nptl/gai_misc.h: Likewise.
5272         * sysdeps/nptl/librt-cancellation.c: Likewise.
5273         * sysdeps/nptl/jmp-unwind.c: Likewise.
5274         * sysdeps/nptl/setxid.h: Likewise.
5275         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5276         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5277         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5278         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5279         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5280         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5281         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5282         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5283         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5284         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5285         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5286         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5287         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5288         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5289         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5290         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5291         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5292         * nptl/Makeconfig: Moved ...
5293         * sysdeps/nptl/Makeconfig: ... here.
5294         * nptl/configure: File removed.
5295         * nptl/ANNOUNCE: File removed.
5296         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5297         * sysdeps/unix/sysv/linux/configure: Regenerated.
5298
5299         * nptl/Makefile (routines): Add libc_pthread_init,
5300         libc_multiple_threads, register-atfork and unregister-atfork.
5301         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5302         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5303         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5304         pthread-pi-defines.sym, structsem.sym.
5305         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5306         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5307         [$(subdir) = nptl] (tests): Add tst-setgetname.
5308         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5309         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5310         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5311         [!LIBC_SIGACTION]: Remove aliases.
5312         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5313         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5314         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5315         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5316         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5317         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5318         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5319         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5320         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5321         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5322         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5323         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5324         __libc_allocate_rtsig_private.
5325         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5326         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5327         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5328         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5329         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5330         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5331         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5332         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5333         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5334         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5335         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5336         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5337         * nptl/internaltypes.h: ... here.
5338         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5339         * sysdeps/nptl/jmp-unwind.c: ... here.
5340         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5341         * nptl/libc-lowlevellock.c: ... here.
5342         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5343         * nptl/libc_multiple_threads.c: ... here.
5344         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5345         * nptl/libc_pthread_init.c: ... here.
5346         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5347         * nptl/lowlevelbarrier.sym: ... here.
5348         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5349         * nptl/lowlevelcond.sym: ... here.
5350         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5351         * nptl/lowlevellock.c: ... here.
5352         * nptl/lowlevellock.h: Moved ...
5353         * sysdeps/nptl/lowlevellock.h: ... here.
5354         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5355         * nptl/lowlevelrobustlock.c: ... here.
5356         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5357         * nptl/lowlevelrobustlock.sym: ... here.
5358         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5359         * nptl/lowlevelrwlock.sym: ... here.
5360         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5361         * nptl/pt-fork.c: ... here.
5362         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5363         * nptl/pthread-pi-defines.sym: ... here.
5364         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5365         * nptl/pthread_attr_getaffinity.c: ... here.
5366         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5367         * nptl/pthread_attr_setaffinity.c: ... here.
5368         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5369         * nptl/pthread_mutex_cond_lock.c: ... here.
5370         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5371         Update #include.
5372         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5373         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5374         * nptl/pthread_once.c: ... here, replacing old file.
5375         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5376         * nptl/pthread_yield.c: ... here.
5377         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5378         * nptl/register-atfork.c: ... here.
5379         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5380         * nptl/sem_post.c: ... here.
5381         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5382         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5383         * nptl/sem_timedwait.c: ... here.
5384         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5385         * nptl/sem_trywait.c: ... here.
5386         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5387         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5388         * nptl/sem_wait.c: ... here.
5389         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5390         * nptl/structsem.sym: ... here.
5391         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5392         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5393         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5394         * nptl/unregister-atfork.c: ... here.
5395         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5396         * nptl/unwindbuf.sym: ... here.
5397         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5398         * sysdeps/nptl/fork.c: ... here.
5399         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5400         * sysdeps/nptl/fork.h: ... here.
5401         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5402         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5403         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5404         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5405         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5406         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5407         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5408         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5409         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5410         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5411         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5412         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5413         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5414         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5415         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5416         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5417         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5418         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5419         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5420         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5421         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5422         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5423         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5424         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5425         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5426         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5427         * sysdeps/unix/sysv/linux/raise.c: ... here.
5428         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5429         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5430         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5431         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5432         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5433         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5434         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5435         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5436         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5437         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5438         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5439         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5440         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5441         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5442         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5443
5444 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5445
5446         * sysdeps/generic/memcopy.h: Add comment for
5447         MEMCPY_OK_FOR_FWD_MEMMOVE.
5448
5449 2014-07-04  Will Newton  <will.newton@linaro.org>
5450
5451         * string/memchr.c: Merge from gnulib.
5452         [_LIBC]: Remove conditionals.
5453         (__ptr_t): Remove define.
5454         (LONG_MAX_32_BITS): Likewise.
5455         (LONG_MAX): Likewise.
5456         (MEMCHR): Use ANSI prototype and optimize algorithm.
5457
5458         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5459
5460 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5461
5462         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5463         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5464
5465         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5466         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5467         in a bare environment with no <stdlib.h> installed.
5468         * sysdeps/nptl/configure: Regenerated.
5469
5470         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5471
5472         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5473         AC_EGREP_CPP for kernel header checks, so they only succeed if
5474         including <linux/version.h> actually works right.
5475         * sysdeps/unix/sysv/linux/configure: Regenerated.
5476
5477         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5478         value so it's not diagnosed as unused.
5479
5480         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5481         thing) with "ifeq ($(subdir),rt)".
5482
5483 2014-07-03  Richard Henderson  <rth@redhat.com>
5484
5485         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5486         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5487         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5488
5489         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5490         (math_force_eval): New.
5491
5492         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5493         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5494
5495         * sysdeps/alpha/fpu/s_round.c: Remove file.
5496         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5497
5498         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5499         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5500         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5501         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5502         (_dl_start, print_statistics): Likewise.
5503         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5504         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5505
5506         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5507         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5508         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5509         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5510         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5511         (HP_SMALL_TIMING_AVAIL): Define.
5512         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5513         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5514         (HP_SMALL_TIMING_AVAIL): Define.
5515         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5516         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5517
5518         * sysdeps/aarch64/hp-timing.h: New file.
5519
5520         * sysdeps/generic/hp-timing.h: Remove dead comment.
5521         * sysdeps/generic/hp-timing-common.h: New file.
5522         * sysdeps/alpha/hp-timing.h: Include it.
5523         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5524         * sysdeps/i386/i686/hp-timing.h: Likewise.
5525         * sysdeps/ia64/hp-timing.h: Likewise.
5526         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5527         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5528         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5529         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5530         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5531         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5532         (hp_timing_t): New.
5533
5534         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5535         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5536         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5537         * elf/rtld.c (_dl_start_final): Likewise.
5538         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5539         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5540         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5541         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5542         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5543         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5544         (HP_TIMING_DIFF_INIT): Remove.
5545         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5546         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5547         (HP_TIMING_DIFF_INIT): Remove.
5548         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5549         * sysdeps/i386/i686/hp-timing.c: Remove file.
5550         * sysdeps/x86_64/hp-timing.c: Remove file.
5551         * sysdeps/ia64/hp-timing.c: Remove file.
5552         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5553         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5554         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5555         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5556
5557         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5558         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5559         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5560         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5561         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5562         (HP_TIMING_ACCUM): Remove.
5563         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5564         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5565         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5566
5567         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5568         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5569         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5570         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5571         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5572         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5573         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5574         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5575
5576         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5577
5578 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5579
5580         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5581
5582 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5583
5584         Sync up with gettext.
5585         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5586         [_MSC_VER]: Include malloc.h
5587         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5588         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5589         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5590         TEMP_FAILURE_RETRY.  Cast return of alloca.
5591         [!_LIBC] Call gl_rwlock_init.
5592         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5593
5594 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5595
5596         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5597         before checking its value.
5598
5599 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5600
5601         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5602
5603         * debug/memcpy_chk.c: Don't include pagecopy.h.
5604         * debug/mempcpy_chk.c: Likewise.
5605         * string/memcpy.c: Likewise.
5606         * string/memmove.c: Likewise.
5607         * sysdeps/powerpc/memmove.c: Likewise.
5608         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5609         definition of PAGE_COPY_FWD_MAYBE here...
5610         * sysdeps/generic/pagecopy.h: ... from here.
5611         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5612
5613 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5614             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5615
5616         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5617         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5618         optimizations.
5619         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5620         (__libc_ifunc_impl_list): Likewise.
5621         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5622         multiarch strcat for PPC64.
5623         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5624         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5625
5626 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5627
5628         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5629
5630 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5631
5632         * intl/loadmsgcat.c: Remove declaration of
5633         get_sysdep_segment_value.
5634         (get_sysdep_segment_value): Use ISO C style.
5635         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5636         semicolon.  Fix typo and formatting in comment.
5637         (_nl_unload_domain): Use ISO C style.
5638
5639         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5640
5641 2014-07-02  Will Newton  <will.newton@linaro.org>
5642
5643         * malloc/obstack.c: Merge from gnulib master.
5644         [HAVE_CONFIG_H]: Remove conditional code.
5645         [!_LIBC]: Include config.h.
5646         [!ELIDE_CODE]: Don't include inttypes.h, include
5647         stdint.h unconditionally.
5648         (print_and_abort): Mark as _Noreturn.
5649         (_obstack_allocated_p): Mark as __attribute_pure__.
5650         (obstack_free): Rename to __obstack_free.
5651         [!__attribute__]: Remove conditional code.
5652         * malloc/obstack.h: Merge from gnulib master.
5653         [__cplusplus]: Move conditional down.
5654         [!__attribute_pure__]: Define __attribute_pure__ here
5655         if it is not already defined.
5656         (_obstack_memory_used): Mark as __attribute_pure__.
5657         [!__obstack_free]: Define as obstack_free.
5658         [__GNUC__]: Remove check for ancient NeXT gcc.
5659
5660 2014-07-02  Will Newton  <will.newton@linaro.org>
5661             Paul Eggert  <eggert@cs.ucla.edu>
5662
5663         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5664
5665 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5666
5667         * resolv/gethnamaddr.c: Add comment warning that the file is
5668         not maintained.
5669
5670 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5671
5672         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5673         entries.
5674
5675         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5676         entry for aio_cancel and aio_cancel64.
5677         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5678         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5679         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5680         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5681         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5682         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5683         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5684         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5685         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5686         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5687         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5688         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5689         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5690
5691 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5692
5693         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5694         * nptl/pthread_mutex_lock.c: Likewise.
5695         * nptl/pthread_mutex_timedlock.c: Likewise.
5696         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5697
5698 2014-07-01  Richard henderson  <rth@redhat.com>
5699
5700         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5701         (__isnan, __isnanl): Remove.
5702         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5703
5704         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5705
5706 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5707
5708         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5709
5710 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5711
5712         * resolv/nss_dns/dns-host.c (getanswer_r)
5713         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5714
5715 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5716
5717         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5718         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5719         undefine.
5720         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5721         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5722
5723 2014-07-01  Roland McGrath <roland@hack.frob.com>
5724
5725         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5726         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5727
5728         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5729         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5730
5731         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5732         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5733         ... here.
5734         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5735         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5736
5737         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5738         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5739         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5740         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5741
5742         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5743         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5744         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5745         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5747         Moved ...
5748         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5749         ... here.
5750         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5751         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5752         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5753         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5754         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5755         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5756         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5757         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5758         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5759         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5760         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5761         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5762         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5763         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5764         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5765         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5766         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5767         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5768         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5769         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5770         ... here.
5771         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5772         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5773         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5774         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5775         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5776         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5777         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5778         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5779
5780 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5781
5782         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5783         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5784         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5785         Add sysdep.
5786
5787 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5788
5789         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5790
5791 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5792
5793         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5794         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5795
5796         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5797
5798         * sysdeps/arm/libm-test-ulps: Regenerated.
5799
5800 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5801             Roland McGrath <roland@hack.frob.com>
5802
5803         * test-skeleton.c (signal_handler): Kill the whole process group
5804         before killing the child individually.
5805         (main): Report any failure on `setpgid'.
5806
5807 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5808
5809         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5810         from _TLS_H to _ARM_NPTL_TLS_H.
5811         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5812         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5813
5814 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5815
5816         [BZ #16539]
5817         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5818         (__expm1l): Return argument unchanged when small but not
5819         subnormal.
5820
5821         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5822         include macro name.
5823         (_FP_UNPACK_RAW_1_P): Likewise.
5824         (_FP_PACK_RAW_1): Likewise.
5825         (_FP_PACK_RAW_1_P): Likewise.
5826         (_FP_MUL_MEAT_1_wide): Likewise.
5827         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5828         (_FP_MUL_MEAT_1_hard): Likewise.
5829         (_FP_DIV_MEAT_1_imm): Likewise.
5830         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5831         (_FP_DIV_MEAT_1_udiv): Likewise.
5832         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5833         (_FP_UNPACK_RAW_2): Likewise.
5834         (_FP_UNPACK_RAW_2_P): Likewise.
5835         (_FP_PACK_RAW_2): Likewise.
5836         (_FP_PACK_RAW_2_P): Likewise.
5837         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5838         (_FP_MUL_MEAT_2_wide): Likewise.
5839         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5840         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5841         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5842         (_FP_MUL_MEAT_2_gmp): Likewise.
5843         (_FP_DIV_MEAT_2_udiv): Likewise.
5844         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5845         (_FP_FRAC_SRL_4): Likewise.
5846         (_FP_FRAC_SRST_4): Likewise.
5847         (_FP_FRAC_SRS_4): Likewise.
5848         (_FP_UNPACK_RAW_4): Likewise.
5849         (_FP_UNPACK_RAW_4_P): Likewise.
5850         (_FP_PACK_RAW_4): Likewise.
5851         (_FP_PACK_RAW_4_P): Likewise.
5852         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5853         (_FP_MUL_MEAT_4_wide): Likewise.
5854         (_FP_MUL_MEAT_4_gmp): Likewise.
5855         (umul_ppppmnnn): Likewise.
5856         (_FP_DIV_MEAT_4_udiv): Likewise.
5857         (__FP_FRAC_ADD_4): Likewise.
5858         (__FP_FRAC_SUB_3): Likewise.
5859         (__FP_FRAC_SUB_4): Likewise.
5860         (__FP_FRAC_DEC_3): Likewise.
5861         (__FP_FRAC_DEC_4): Likewise.
5862         (__FP_FRAC_ADDI_4): Likewise.
5863         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5864         (_FP_FRAC_SRL_8): Likewise.
5865         (_FP_FRAC_SRS_8): Likewise.
5866
5867         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5868         include macro name.
5869         (FP_UNPACK_RAW_EP): Likewise.
5870         (FP_PACK_RAW_E): Likewise.
5871         (FP_PACK_RAW_EP): Likewise.
5872         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5873         (_FP_ISSIGNAN): Likewise.
5874         (_FP_ADD_INTERNAL): Likewise.
5875         (_FP_FMA): Likewise.
5876         (_FP_CMP): Likewise.
5877         (_FP_SQRT): Likewise.
5878         (_FP_TO_INT): Likewise.
5879         (_FP_FROM_INT): Likewise.
5880         (FP_EXTEND): Likewise.
5881         (_FP_DIV_MEAT_N_loop): Likewise.
5882
5883 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5884
5885         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5886         throughout.
5887
5888 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5889
5890         [BZ #17097]
5891         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5892         result with correct sign in case of exponents that produce
5893         overflow except for X very close to 1.
5894
5895 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5896
5897         mktime: merge #if/#ifdef usage from glibc
5898         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5899         as that works with both Glibc's and Gnulib's style.
5900         See thread starting at Siddhesh Poyarekar's bug report at:
5901         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5902
5903 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5904
5905         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5906         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5907         * sysdeps/tile/tilegx/memmove.c: Remove file.
5908
5909 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5910
5911         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5912         abi-name definition.
5913         * scripts/soversions.awk: Do not handle or generate ABI lines.
5914         * shlib-versions: Remove ABI entries.
5915         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5916         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5917
5918 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5919
5920         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5921         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5922         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5923         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5924         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5925         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5926         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5927         Moved ...
5928         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5929         ... here.
5930         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5931         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5932         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5933         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5934         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5935         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5936         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5937         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5938         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5939         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5940         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5941         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5942         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5943         Moved ...
5944         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5945         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5946         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5947         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5948         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5949         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5950         Moved ...
5951         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5952         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5953         Moved ...
5954         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5955         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5956         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5957         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5958         Moved ...
5959         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5960         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5961         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5962         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5963         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5964         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5965         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5966         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5967         Moved ...
5968         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5969         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5970         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5971         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5972         Moved ...
5973         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5974         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5975         Moved ...
5976         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5977         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5978         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5979         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5980         Moved ...
5981         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5982         ... here.
5983         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5984         Identical file removed.
5985         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5986         Moved ...
5987         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5988         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5989         Identical file removed.
5990         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5991         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5992         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5993         Moved ...
5994         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5995         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5996         Identical file removed.
5997         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5998         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5999         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6000         Identical file removed.
6001         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6002         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6003         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6004         Identical file removed.
6005         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6006         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6007         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6008         Identical file removed.
6009         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6010         Moved ...
6011         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6012         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6013         Identical file removed.
6014         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6015         Moved ...
6016         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6017         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6018         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6019         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6020         Identical file removed.
6021         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6022         Moved ...
6023         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6024         ... here.
6025         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6026         Identical file removed.
6027         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6028         Moved ...
6029         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6030         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6031         Identical file removed.
6032         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6033         Moved ...
6034         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6035         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6036         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6037         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6038         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6039         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6040         Moved ...
6041         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6042         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6043         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6044
6045         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6046         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6047         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6048         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6049         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6050
6051 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6052
6053         [BZ #17092]
6054         * nscd/nscd.c (monitor_child): Return exit status of child
6055         instead of return value from wait syscall.
6056
6057 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6058
6059         * configure.ac (libc_commonpagesize): Remove variable.
6060         (libc_relro_required): Likewise.
6061         (libc_cv_z_relro): Remove configure test.
6062         * configure: Regenerated.
6063         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6064         variable.
6065         (libc_relro_required): Likewise.
6066         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6067         (libc_relro_required): Likewise.
6068         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6069         (libc_relro_required): Likewise.
6070         * sysdeps/arm/preconfigure: Regenerated.
6071         * sysdeps/ia64/preconfigure: Remove file.
6072         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6073         variable.
6074         (libc_relro_required): Likewise.
6075
6076         [BZ #16561]
6077         [BZ #16562]
6078         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6079         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6080         recompute overflowing results in original rounding mode.
6081         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6082         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6083         recompute overflowing results in original rounding mode.
6084         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6085         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6086         recompute overflowing results in original rounding mode.
6087         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6088         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6089         recompute overflowing results in original rounding mode.
6090         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6091         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6092         recompute overflowing results in original rounding mode.
6093         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6094         (libc_feholdsetround_ctx): New macro.
6095         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6096         * sysdeps/i386/fpu/libm-test-ulps: Update.
6097         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6098
6099 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6100
6101         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6102         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6103         corresponding .cpsetup call.
6104
6105 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6106
6107         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6108         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6109         * sysdeps/arm/Makefile [$(subdir) = csu]
6110         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6111         (static-only-routines): Add aeabi_read_tp here.
6112         (shared-only-routines): Add libc-aeabi_read_tp here.
6113         (CFLAGS-libc-start.c): Add -fexceptions here.
6114         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6115         (sysdep_routines, static-only-routines, shared-only-routines):
6116         Don't add to these here.
6117         (CFLAGS-libc-start.c): Likewise.
6118
6119         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6120         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6121         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6122         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6123         * sysdeps/arm/Makefile [$(subdir) = rt]
6124         (librt-sysdep_routines, librt-shared-only-routines):
6125         Append rt-aeabi_unwind_cpp_pr1 here.
6126         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6127         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6128         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6129         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6130         Append nptl-aeabi_unwind_cpp_pr1 here.
6131         (tests): Filter out tst-cleanupx4 here.
6132         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6133         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6134         Don't do those here.
6135
6136 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6137
6138         * scripts/list-sources.sh: Do not handle ports specially.
6139
6140 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6141
6142         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6143         * sysdeps/arm/feupdateenv.c: Likewise.
6144
6145         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6146
6147 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6148
6149         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6150         trailing whitespace removed.
6151         * scripts/config.guess: Update to version 2014-03-23.
6152         * scripts/config.sub: Update to version 2014-05-01
6153         * scripts/install-sh: Update to version 2013-12-25.23.
6154         * scripts/move-if-change: Update from gnulib.
6155
6156 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6157
6158         * debug/memmove_chk.c: Remove pagecopy.h include.
6159
6160 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6161
6162         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6163         identical to gnulib mktime.
6164
6165 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6166
6167         * configure.ac: Do not test for machine being rs6000.  Do not test
6168         for powerpc*-*soft.
6169         * configure: Regenerated.
6170
6171         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6172         test.
6173         * configure: Regenerated.
6174         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6175         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6176         Remove configure test.
6177         * sysdeps/arm/configure: Regenerated.
6178         * sysdeps/nptl/configure.ac: Do not check
6179         libc_cv_asm_cfi_directives.
6180         * sysdeps/nptl/configure: Regenerated.
6181         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6182         * sysdeps/x86_64/nptl/configure: Remove generated file.
6183         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6184         unconditional.
6185         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6186
6187 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6188
6189         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6190         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6191         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6192         it is defined.
6193
6194         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6195         instead of whether it is defined.
6196         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6197         * sysdeps/hppa/dl-machine.h: Likewise.
6198         * sysdeps/ia64/dl-machine.h: Likewise.
6199         * sysdeps/m68k/dl-machine.h: Likewise.
6200         * sysdeps/microblaze/dl-machine.h: Likewise.
6201         * sysdeps/mips/dl-machine.: Likewise.
6202         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6203         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6204         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6205         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6206         * sysdeps/sh/dl-machine.h: Likewise.
6207         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6208         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6209         * sysdeps/tile/dl-machine.h: Likewise.
6210         * sysdeps/x86_64/dl-machine.h: Likewise.
6211
6212         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6213         code.
6214         (verify_persistent_db): Likewise.
6215
6216 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6217
6218         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6219         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6221         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6223         Moved ...
6224         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6225         ... here.
6226         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6227         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6228         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6229         Identical file removed.
6230         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6231         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6232         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6233         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6235         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6237         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6238         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6239         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6241         Moved ...
6242         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6243         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6244         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6245         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6246         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6247         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6248         Moved ...
6249         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6250         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6251         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6253         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6254         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6255         Identical file removed.
6256         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6257         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6258         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6259         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6260         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6261         Moved ...
6262         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6263         ... here.
6264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6265         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6266         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6267         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6268         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6269         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6270         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6271         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6272         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6273         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6274         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6275         Moved ...
6276         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6278         Moved ...
6279         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6281         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6283         Moved ...
6284         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6286         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6287
6288         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6289         folded into ...
6290         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6291         * sysdeps/unix/sysv/linux/s390/Versions
6292         (libpthread: GLIBC_2.19): New version set.
6293         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6294         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6295         (librt: GLIBC_2.3.3): New version set.
6296         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6297         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6298         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6299         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6300         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6301         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6302         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6303         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6304         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6305         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6306         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6307         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6308         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6309         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6310         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6311         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6312         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6313         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6314         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6315         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6316         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6317         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6318         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6319         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6320         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6321         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6322         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6323         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6324         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6325         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6326         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6327         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6328         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6329         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6330         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6331         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6332         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6333         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6334         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6335         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6336         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6337         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6338         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6339         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6340         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6341
6342         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6343         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6344         (__libc_vfork): Define the function under this name.
6345         [!NOT_IN_libc] (__vfork): Make this an alias.
6346         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6347         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6348         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6349         (__libc_vfork): Define the function under this name.
6350         [!NOT_IN_libc] (__vfork): Make this an alias.
6351         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6352         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6353         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6354         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6355         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6356         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6357
6358         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6359         code that was previously under [RESET_PID].
6360         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6361         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6362         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6363
6364         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6365         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6366         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6367         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6368         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6369         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6370         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6371         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6372         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6373         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6374         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6375         Moved ...
6376         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6382         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6384         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6386         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6388         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6390         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6392         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6393         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6394         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6395         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6396         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6397         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6398         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6400         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6401         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6402         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6403         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6404         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6405
6406 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6407
6408         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6409         that was previously under [RESET_PID].
6410         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6411
6412 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6413
6414         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6415         not undefine and redefine.
6416         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6417         [O_CLOEXEC]: Make code unconditional.
6418         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6419         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6420         <kernel-features.h>.
6421         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6422         conditional variable definition.
6423         (shm_open) [O_CLOEXEC]: Make code unconditional.
6424         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6425         code.
6426
6427         * configure.ac (USE_REGPARMS): Don't define here.
6428         * configure: Regenerated.
6429         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6430         * sysdeps/i386/configure: Regenerated.
6431
6432         * nptl/createthread.c: Don't include kernel-features.h.
6433         * nptl/pthread_cancel.c: Likewise.
6434         * nptl/pthread_condattr_setclock.c: Likewise.
6435         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6436         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6437         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6438         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6439         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6440         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6441         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6442         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6443         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6444         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6445         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6446         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6447         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6448         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6449         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6450         * nscd/gai.c: Likewise.
6451         * nss/nss_db/db-open.c: Likewise.
6452         * sysdeps/generic/ldsodefs.h: Likewise.
6453         * sysdeps/sh/nptl/tls.h: Likewise.
6454         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6455         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6456         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6457         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6458         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6459         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6460         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6461         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6462         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6463         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6464         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6465         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6466         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6467         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6468         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6469         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6470         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6471         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6472         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6473         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6474         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6475         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6476         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6477         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6478         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6479         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6480         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6481         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6482         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6483         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6484         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6485         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6486         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6487         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6488         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6489         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6490         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6491         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6492         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6493         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6494         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6495         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6496         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6497         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6498         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6499         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6500         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6501         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6502         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6503         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6504         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6505         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6506         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6507         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6508         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6509         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6510         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6511         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6534         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6535         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6536         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6537         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6538         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6539         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6540         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6541         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6542         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6543         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6544         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6545         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6546         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6547         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6548         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6549         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6550         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6551         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6552         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6553         * sysdeps/unix/sysv/linux/system.c: Likewise.
6554         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6555         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6556         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6557         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6558         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6559         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6560         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6561
6562         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6563         * configure: Regenerated.
6564         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6565
6566         * configure.ac (base_machine): Do not set specially for particular
6567         machines here.
6568         * configure: Regenerated.
6569         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6570         settings from configure.ac.
6571         * sysdeps/i386/preconfigure: New file.
6572         * sysdeps/s390/preconfigure: Likewise.
6573         * sysdeps/sh/preconfigure: Likewise.
6574         * sysdeps/sparc/preconfigure: Likewise.
6575
6576 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6577
6578         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6579         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6580         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6581         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6582         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6583         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6584         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6585         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6586         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6587         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6588         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6589         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6590         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6591         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6592         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6593         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6594         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6595         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6596         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6597
6598         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6599         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6600         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6601         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6602         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6603         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6604         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6605         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6606         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6607         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6608         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6609         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6610         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6611         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6612         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6613         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6614         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6615         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6616         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6617         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6618         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6619         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6620         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6621         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6622         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6623         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6624         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6625         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6626         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6627         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6628         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6629         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6630         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6631         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6632         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6633         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6634         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6635         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6636
6637         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6638         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6639         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6640         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6641         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6642         Moved ...
6643         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6644         ... here.
6645         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6646         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6647         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6648         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6649         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6650         Moved ...
6651         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6653         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6657         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6659         Moved ...
6660         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6661         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6662         Moved ...
6663         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6664         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6665         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6666         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6667         Moved ...
6668         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6670         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6672         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6673         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6674         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6675         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6678         Moved ...
6679         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6680         ... here.
6681         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6686         Moved ...
6687         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6695         Moved ...
6696         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6697         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6698         Moved ...
6699         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6701         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6703         Moved ...
6704         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6705         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6706         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6707         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6708         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6709
6710 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6711
6712         * timezone/checktab.awk: Update from tzcode 2014e.
6713         * timezone/private.h: Likewise.
6714         * timezone/tzfile.h: Likewise.
6715         * timezone/zdump.c: Likewise.
6716         * timezone/zic.c: Likewise.
6717
6718         * sysdeps/unix/sysv/linux/kernel-features.h
6719         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6720         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6721         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6722         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6723         Remove conditional code.
6724
6725 2014-06-25  Will Newton  <will.newton@linaro.org>
6726
6727         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6728         (_dl_arm_cap_flags): Add HWCAP2 values.
6729         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6730         (_DL_HWCAP_COUNT): Increase to 37.
6731         (_DL_HWCAP_LAST): New define.
6732         (_DL_HWCAP2_LAST): New define.
6733         (_dl_procinfo): Add support for printing
6734         AT_HWCAP2 entries.
6735         (_dl_string_hwcap): Use _dl_hwcap_string.
6736
6737 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6738
6739         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6740
6741 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6742
6743         * README: Do not mention ports directory.
6744
6745         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6746         Remove macro.
6747         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6748         <kernel-features.h>.
6749         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6750         conditional variable definition.
6751         (__futimes): Update comment.
6752         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6753         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6754
6755         [BZ #16560]
6756         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6757         arguments close to 0.
6758         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6759         Likewise.
6760         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6761         Likewise.
6762         * math/auto-libm-test-in: Add more tests of exp10.
6763         * math/auto-libm-test-out: Regenerated.
6764         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6765
6766         * sysdeps/unix/sysv/linux/kernel-features.h
6767         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6768         * sysdeps/unix/sysv/linux/readv.c: Do not include
6769         <kernel-features.h>.
6770         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6771         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6772         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6773         unconditional.
6774         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6775         conditional code.
6776         * sysdeps/unix/sysv/linux/writev.c: Do not include
6777         <kernel-features.h>.
6778         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6779         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6780         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6781         unconditional.
6782         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6783         conditional code.
6784
6785 2014-06-25  Will Newton  <will.newton@linaro.org>
6786
6787         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6788         comment changes throughout the file.  Remove checks
6789         for HAVE_*_H definitions that are not required.
6790         (__gen_tempname): Call abort if an unknown kind value is
6791         passed.
6792
6793 2014-06-25  Andreas Schwab  <schwab@suse.de>
6794
6795         [BZ #17086]
6796         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6797         scalbln, scalblnf, scalblnl in libc.
6798
6799 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6800
6801         [BZ #17086]
6802         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6803         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6804         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6805
6806 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6807
6808         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6809         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6810         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6811         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6812         Update #include.
6813         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6814         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6815         Update #include.
6816         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6817         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6818         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6819         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6820         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6821         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6822         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6823         * sysdeps/x86/bits/semaphore.h: ... here.
6824         * sysdeps/x86/nptl/elide.h: Moved ...
6825         * sysdeps/x86/elide.h: ... here.
6826         * sysdeps/x86_64/nptl/Implies: File removed.
6827         * sysdeps/i386/nptl/Implies: File removed.
6828
6829 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6830
6831         [BZ #16539]
6832         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6833         return the argument for normal arguments with exponent below -64.
6834         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6835         Likewise.
6836         * math/auto-libm-test-in: Add another test of expm1.
6837         * math/auto-libm-test-out: Regenerated.
6838
6839         [BZ #16287]
6840         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6841         calling __erfcl for arguments at least 16.
6842         * math/auto-libm-test-in: Add more tests of erf.
6843         * math/auto-libm-test-out: Regenerated.
6844
6845         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6846         individual architectures.
6847         * sysdeps/unix/sysv/linux/configure: Regenerated.
6848         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6849         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6850         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6851         (ldd_rewrite_script): Define variable.
6852         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6854         file.
6855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6856         generated file.
6857         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6858         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6859         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6860         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6861         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6862         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6863         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6864         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6865
6866 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6867
6868         [BZ #17084]
6869         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6870         Rename member __data.d to __data.__elision_data.
6871
6872 2014-06-24  Wilco  <wdijkstr@arm.com>
6873
6874         * NEWS: Add 16918 to fixed bug list.
6875
6876 2014-06-24  Wilco  <wdijkstr@arm.com>
6877
6878         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6879
6880 2014-06-24  Wilco  <wdijkstr@arm.com>
6881
6882         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6883         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6884         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6885         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6886         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6887         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6888         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6889         Use _FPU_MASK_RM.
6890
6891 2014-06-24  Wilco  <wdijkstr@arm.com>
6892
6893         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6894
6895 2014-06-24  Wilco  <wdijkstr@arm.com>
6896
6897         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6898         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6899         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6900         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6901
6902 2014-06-24  Wilco  <wdijkstr@arm.com>
6903
6904         [BZ #16918]
6905         * sysdeps/arm/feupdateenv.c (feupdateenv):
6906         Rewrite to reduce FPSCR accesses and fix return value.
6907
6908 2014-06-24  Wilco  <wdijkstr@arm.com>
6909
6910         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6911         Optimize to avoid unnecessary FPSCR writes.
6912         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6913         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6914         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6915         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6916
6917 2014-06-24  Wilco  <wdijkstr@arm.com>
6918
6919         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6920         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6921         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6922         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6923         Call libc_fetestexcept_vfp.
6924         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6925         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6926         __SOFTFP__ ifdef so that they can be built for softfp.
6927
6928 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6929
6930         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6931         argument type signed char.
6932
6933         * Makerules (check-abi): Dump diff of symlist if the test
6934         fails.
6935
6936 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6937
6938         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6939         using abort.
6940
6941         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6942         Remove unused variable ST.
6943
6944 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6945
6946         [BZ #16354]
6947         [BZ #17061]
6948         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6949         small arguments before calling __expm1.
6950         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6951         small arguments before calling __expm1f.
6952         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6953         small arguments before calling __expm1l.
6954         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6955         Likewise.
6956         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6957         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6958         spurious underflow for some cosh tests.
6959         * math/auto-libm-test-out: Regenerated.
6960         * sysdeps/i386/fpu/libm-test-ulps: Update.
6961
6962         [BZ #17050]
6963         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6964         (__ieee754_y1): Set errno if return value overflows.
6965         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6966         (__ieee754_y1f): Set errno if return value overflows.
6967         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6968         (__ieee754_y1l): Set errno if return value overflows.
6969         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6970         (__ieee754_y1l): Set errno if return value overflows.
6971         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6972         * math/auto-libm-test-out: Regenerated.
6973
6974         * math/gen-auto-libm-tests.c: Document use of
6975         ignore-zero-inf-sign.
6976         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6977         (input_flags): Add ignore-zero-inf-sign.
6978         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6979         * math/gen-libm-test.pl (generate_testfile): Handle
6980         ignore-zero-inf-sign.
6981         * math/auto-libm-test-in: Mark some cpow tests with
6982         ignore-zero-inf-sign and some with xfail-rounding.
6983         * math/auto-libm-test-out: Regenerated.
6984         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6985         * sysdeps/i386/fpu/libm-test-ulps: Update.
6986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6987
6988         [BZ #16315]
6989         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6990         overflowing or underflowing operations take place with sign of
6991         result.
6992         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6993         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6994         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6995         (__ieee754_pow): Recompute overflowing and underflowing results in
6996         original rounding mode.
6997         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6998         (__powl_helper): Allow negative argument X and scale negated value
6999         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7000         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7001         overflowing or underflowing operations take place with sign of
7002         result.
7003         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7004         Include <math.h>.
7005         * math/auto-libm-test-in: Add more tests of pow.
7006         * math/auto-libm-test-out: Regenerated.
7007         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7008         (pow_tonearest_test_data): Remove.
7009         (pow_test_tonearest): Likewise.
7010         (pow_towardzero_test_data): Likewise.
7011         (pow_test_towardzero): Likewise.
7012         (pow_downward_test_data): Likewise.
7013         (pow_test_downward): Likewise.
7014         (pow_upward_test_data): Likewise.
7015         (pow_test_upward): Likewise.
7016         (main): Don't call removed functions.
7017         * sysdeps/i386/fpu/libm-test-ulps: Update.
7018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7019
7020 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7021
7022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7023         Moved ...
7024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7026         Moved ...
7027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7029         Moved ...
7030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7032         Moved ...
7033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7035         File removed.
7036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7037         File removed.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7039         File removed.
7040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7041         File removed.
7042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7043         File removed.
7044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7045         File removed.
7046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7047         File removed.
7048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7049         File removed.
7050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7051         File removed.
7052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7053         File removed.
7054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7055         File removed.
7056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7057         File removed.
7058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7059         Moved ...
7060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7062         Moved ...
7063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7064         ... here.
7065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7066         Moved ...
7067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7069         Moved ...
7070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7072         Moved ...
7073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7075         Moved ...
7076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7078         Moved ...
7079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7081         Moved ...
7082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7084         Moved ...
7085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7088         ... here.
7089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7090         Moved ...
7091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7093         Moved ...
7094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7095         ... here.
7096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7097         Moved ...
7098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7099         ... here.
7100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7101         Moved ...
7102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7103         ... here.
7104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7105         Moved ...
7106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7108         Moved ...
7109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7113         Moved ...
7114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7115         ... here.
7116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7117         Moved ...
7118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7119         ... here.
7120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7121         Moved ...
7122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7124         Moved ...
7125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7127         Moved ...
7128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7130         Moved ...
7131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7133         Moved ...
7134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7135         ... here.
7136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7137         Moved ...
7138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7140         Moved ...
7141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7143         Moved ...
7144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7146         Moved ...
7147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7151         Moved ...
7152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7154         Moved ...
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7157         Moved ...
7158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7159         ... here.
7160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7161         Moved ...
7162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7163         ... here.
7164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7165         Moved ...
7166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7167         ... here.
7168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7169         Moved ...
7170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7172         Moved ...
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7175         Moved ...
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7178         Moved ...
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7180         ... here.
7181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7182         Moved ...
7183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7184         ... here.
7185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7186         Moved ...
7187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7188         ... here.
7189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7190         Moved ...
7191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7193         Moved ...
7194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7195
7196 2014-06-23  Will Newton  <will.newton@linaro.org>
7197             Wilco  <wdijkstr@arm.com>
7198
7199         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7200         implementation.  Include get-rounding-mode.h.
7201         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7202         [!libc_feholdsetround_noex_ctx]: Define
7203         libc_feholdsetround_noex_ctx.
7204         [!libc_feholdsetround_noexf_ctx]: Define
7205         libc_feholdsetround_noexf_ctx.
7206         [!libc_feholdsetround_noexl_ctx]: Define
7207         libc_feholdsetround_noexl_ctx.
7208         (libc_feholdsetround_ctx): New function.
7209         (libc_feresetround_ctx): New function.
7210         (libc_feholdsetround_noex_ctx): New function.
7211         (libc_feresetround_noex_ctx): New function.
7212
7213 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7214
7215         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7216         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7217         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7218         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7219         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7220         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7221
7222         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7223         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7224         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7225         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7226         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7227         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7228         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7229         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7230         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7231         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7232         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7233         Moved ...
7234         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7235         ... here.
7236         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7237         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7238         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7239         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7240         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7241         Moved ...
7242         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7243         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7244         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7245         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7246         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7247         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7248         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7249         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7250         Moved ...
7251         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7252         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7253         Moved ...
7254         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7255         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7256         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7257         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7258         Moved ...
7259         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7260         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7261         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7262         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7263         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7264         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7265         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7266         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7267         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7268         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7269         Moved ...
7270         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7271         ... here.
7272         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7273         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7274         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7275         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7276         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7277         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7278         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7279         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7280         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7281         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7282         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7283         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7284         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7285         Moved ...
7286         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7287         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7288         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7289         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7290         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7291         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7292         Moved ...
7293         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7294         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7295         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7296         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7297         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7298
7299         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7300         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7301         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7302         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7303         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7304         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7305         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7306         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7307         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7308         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7309         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7310         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7311         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7312         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7313         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7314         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7315         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7316         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7317         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7318         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7319         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7320         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7321         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7322         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7323         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7324         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7325         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7326         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7327
7328 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7329
7330         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7331         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7332         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7333         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7334         (IPV6_PMTUDISC_INTERFACE): Likewise.
7335         (IPV6_PMTUDISC_OMIT): Likewise.
7336
7337 2014-06-23  Andreas Schwab  <schwab@suse.de>
7338
7339         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7340         Remove unused errout label.
7341
7342 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7343
7344         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7345         macro: hardware supports Vector Crypto instructions.
7346
7347 2014-06-23  Will Newton  <will.newton@linaro.org>
7348
7349         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7350         rather than __builtin_expect.
7351
7352         * elf/dl-lookup.c (undefined_msg): Remove variable.
7353         (_dl_lookup_symbol_x): Replace undefined_msg with string
7354         literal.
7355
7356         * elf/dl-lookup.c (do_lookup_unique): New function.
7357         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7358         to a separate function.
7359
7360 2014-06-23  Andreas Schwab  <schwab@suse.de>
7361
7362         [BZ #17079]
7363         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7364         before reading the next line.
7365
7366 2014-06-23  Will Newton  <will.newton@linaro.org>
7367
7368         * test-skeleton.c (signal_handler): Use printf and %m
7369         rather than perror.  Use printf rather than fprintf to
7370         stderr.  Use puts rather than fputs to stderr.
7371         (main): Likewise.
7372
7373 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7374
7375         * nscd/nscd.c (thread_info_t): Remove typedef.
7376         (thread_info): Remove variable.
7377
7378 2014-06-21  Allan McRae  <allan@archlinux.org>
7379
7380         * NEWS: Mention CVE-2014-4043.
7381
7382 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7383
7384         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7385         * nptl/smp.h: ... here.
7386
7387         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7388
7389         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7390         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7391         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7392         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7393
7394         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7395         * nptl/stack-aliasing.h: New file.
7396         * sysdeps/i386/i686/stack-aliasing.h: New file.
7397         * sysdeps/i386/i686/nptl/Makefile: File removed.
7398         * sysdeps/x86_64/stack-aliasing.h: New file.
7399         * sysdeps/x86_64/nptl/Makefile
7400         (CFLAGS-pthread_create.c): Variable removed.
7401
7402         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7403         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7404         old file.
7405         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7406         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7407         old file.
7408
7409 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7410
7411         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7412         (__ASSUME_SIGFRAME_V2): Remove macro.
7413         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7414         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7415         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7416         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7417         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7418         Declare as function.  Remove conditional macro definitions.
7419         (__default_rt_sa_restorer): Likewise.
7420         (__default_sa_restorer_v1): Remove declaration.
7421         (__default_sa_restorer_v2): Likewise.
7422         (__default_rt_sa_restorer_v1): Likewise.
7423         (__default_rt_sa_restorer_v2): Likewise.
7424         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7425         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7426         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7427
7428 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7429
7430         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7431         (libpthread-routines): Add sysdep.
7432         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7433         * sysdeps/unix/sysv/linux/sparc/Versions
7434         (libpthread: GLIBC_2.3.3): New version set.
7435         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7436         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7437         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7438         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7439         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7440         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7441         Moved ...
7442         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7443         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7444         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7445         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7446         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7447         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7448         * sysdeps/sparc/nptl/sem_init.c: ... here.
7449         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7450         * sysdeps/sparc/nptl/sem_post.c: ... here.
7451         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7452         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7453         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7454         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7455         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7456         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7457         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7458         (libpthread-routines): Add cpu_relax.
7459         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7460         File removed.
7461         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7462         (librt: GLIBC_2.3.3): New version set.
7463         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7464         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7465         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7466         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7469         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7471         Moved ...
7472         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7473         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7474         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7475         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7476         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7477         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7478         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7479         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7480         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7481         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7482         Moved ...
7483         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7484         Update #include.
7485         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7486         Moved ...
7487         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7488         Update #include.
7489         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7490         Moved ...
7491         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7492         Update #include.
7493         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7494         Moved ...
7495         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7496         Update #include.
7497         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7498         Moved ...
7499         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7500         Update #include.
7501         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7502         Moved ...
7503         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7504         Update #include.
7505         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7506         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7507         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7508         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7509         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7510         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7511         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7512         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7513         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7514         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7515         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7516         Moved ...
7517         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7518         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7519         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7521         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7522
7523 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7524
7525         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7526         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7527         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7528         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7529         * nscd/nscd.c: Likewise.
7530         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7531         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7532         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7533         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7534
7535         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7536         <kernel-features.h>.
7537         (init_mq_netlink): Remove conditional have_sock_cloexec
7538         definitions.  Remove code conditional on have_sock_cloexec < 0.
7539         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7540         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7541         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7542         <kernel-features.h>.
7543         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7544         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7545
7546 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7547
7548         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7549         Add tests for memset_chk and memset.
7550
7551         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7552         with AVX2_Usable.
7553
7554 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7555
7556         [BZ #16046]
7557         * elf/tst-dl-iter-static.c: New file.
7558         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7559
7560         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7561         error.
7562
7563 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7564
7565         * sysdeps/unix/sysv/linux/kernel-features.h
7566         (__ASSUME_F_GETOWN_EX): Remove macro.
7567         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7568         <kernel-features.h>.
7569         (miss_F_GETOWN_EX): Remove variable or macro.
7570         (do_fcntl): Do not check miss_F_GETOWN_EX.
7571         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7572
7573         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7574         Remove macro.
7575         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7576         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7577         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7578
7579         * sysdeps/unix/sysv/linux/kernel-features.h
7580         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7581         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7582         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7583         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7584
7585 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7586
7587         [BZ #17075]
7588         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7589         Fix calculation of the symbol's value.
7590         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7591         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7592         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7593         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7594         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7595         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7596         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7597         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7598         (modules-names): Add `tst-armtlsdescmod',
7599         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7600         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7601         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7602         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7603         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7604         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7605         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7606         ($(objpfx)tst-armtlsdescloc): New dependency.
7607         ($(objpfx)tst-armtlsdescextnow): Likewise.
7608         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7609         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7610         TLS scheme support.
7611         * sysdeps/arm/configure: Regenerate.
7612
7613 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7614
7615         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7616         (__atfct_seterrno_2): Likewise.
7617         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7618         <kernel-features.h>.
7619         (__ASSUME_ATFCTS): Do not undefine and redefine.
7620         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7621         (__have_atfcts): Remove conditional definition.
7622         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7623         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7624         unreachable if [__ASSUME_ATFCTS].
7625         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7626         not undefine and redefine.
7627         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7628         <kernel-features.h>.
7629         (faccessat) [__NR_faccessat]: Make code unconditional.
7630         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7631         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7632         <kernel-features.h>.
7633         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7634         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7635         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7636         <kernel-features.h>.
7637         (fchownat) [__NR_fchownat]: Make code unconditional.
7638         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7639         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7640         <kernel-features.h>.
7641         (futimesat) [__NR_futimesat]: Make code unconditional.
7642         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7643         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7644         <kernel-features.h>.
7645         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7646         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7647         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7648         <kernel-features.h>.
7649         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7650         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7651         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7652         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7653         <kernel-features.h>.
7654         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7655         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7656         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7657         <kernel-features.h>.
7658         (linkat) [__NR_linkat]: Make code unconditional.
7659         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7660         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7661         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7662         <kernel-features.h>.
7663         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7664         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7665         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7666         <kernel-features.h>.
7667         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7668         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7669         * sysdeps/unix/sysv/linux/openat.c: Do not include
7670         <kernel-features.h>.
7671         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7672         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7673         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7674         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7675         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7676         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7677         <kernel-features.h>.
7678         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7679         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7680         result of INLINE_SYSCALL directly, not via int variable.
7681         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7682         <kernel-features.h>.
7683         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7684         (renameat) [__NR_renameat]: Make code unconditional.
7685         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7686         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7687         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7688         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7689         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7690         (__ASSUME_ATFCTS): Do not undefine and redefine.
7691         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7692         <kernel-features.h>.
7693         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7694         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7695         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7696         <kernel-features.h>.
7697         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7698         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7699         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7700         (__ASSUME_ATFCTS): Do not undefine and redefine.
7701         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7702         <kernel-features.h>.
7703         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7704         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7705         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7706         <kernel-features.h>.
7707         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7708         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7709
7710 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7711
7712         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7713
7714 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7715
7716         [BZ #17069]
7717         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7718         constructed tree before returning error.
7719         * posix/bug-regexp36.c: Expand test case.
7720
7721 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7722
7723         [BZ #6803]
7724         * math/libm-test.inc (scalbln_test_date):
7725         Add errno expectations.
7726         * math/w_scalblnf.c: New File.
7727         Add wrapper which checks for setting errno to ERANGE.
7728         Add weak_alias for corresponding scalbln function.
7729         * math/w_scalbln.c: Likewise.
7730         * math/w_scalblnl.c: Likewise.
7731         * math/Makefile (libm-calls): Add w_scalbln.
7732         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7733         Remove weak_alias for corresponding scalbln function.
7734         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7735         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7736         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7737         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7738         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7739         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7740         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7741         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7742         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7743         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7744         Remove long_double_symbol for scalblnl function in libm, libc.
7745         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7746         Add wrapper which checks for setting errno to ERANGE.
7747         Add long_double_symbol for scalblnl function in libm, libc.
7748         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7749         Remove long_double_symbol for scalblnl in libm.
7750         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7751         Add wrapper which checks for setting errno to ERANGE.
7752         Add long_double_symbol for scalblnl function in libm.
7753         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7754         Do not use wrapper because of own implementation.
7755
7756 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7757
7758         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7759         3 bytes for __pad1 for x32.
7760         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7761
7762 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7763             H.J. Lu  <hongjiu.lu@intel.com>
7764
7765         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7766         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7767         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7768         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7769         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7770
7771 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7772
7773         [BZ #17069]
7774         * posix/regcomp.c (parse_expression): Deallocate partially
7775         constructed tree before returning error.
7776         * posix/Makefile.c (tests): Add bug-regex36.
7777         (generated): Add bug-regex36.mtrace.
7778         (tests-special): Add $(objpfx)bug-regex36-mem.out
7779         (bug-regex36-ENV): New variable.
7780         ($(objpfx)bug-regex36-mem.out): New rule.
7781         * posix/bug-regex36.c: New file.
7782
7783 2014-06-19  Will Newton  <will.newton@linaro.org>
7784
7785         * malloc/malloc.c (systrim): If extra is zero then return
7786         early.
7787
7788 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7789
7790         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7791
7792 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7793
7794         * sysdeps/aarch64/strchr.S: New file.
7795
7796 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7797
7798         [BZ #17022]
7799         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7800         from arguments -2 or below.
7801         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7802         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7803
7804 2014-06-18  Andreas Schwab  <schwab@suse.de>
7805
7806         [BZ #17062]
7807         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7808         of a bracket expr not to run off the end of the string.
7809         * posix/Makefile (tests): Add tst-fnmatch3.
7810         * posix/tst-fnmatch3.c: New file.
7811
7812 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7813
7814         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7815         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7816         [$(cross-compiling) = no]: Likewise.
7817         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7818         [$(cross-compiling) = no]: Likewise.
7819
7820 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7821
7822         [BZ #17031]
7823         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7824         double, adjusted for any remainder from the high double.
7825         * math/libm-test.inc (nearbyint): Add tests.
7826         (rint): Likewise.
7827
7828 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7829
7830         * nptl/sysdeps/powerpc/Makefile: Moved ...
7831         * sysdeps/powerpc/nptl/Makefile: ... here.
7832         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7833         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7834         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7835         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7836         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7837         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7838         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7839         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7840         * nptl/sysdeps/powerpc/tls.h: Moved ...
7841         * sysdeps/powerpc/nptl/tls.h: ... here.
7842
7843 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7844
7845         [BZ #16681]
7846         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7847         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7848         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7849         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7850         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7851         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7852         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7853         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7854         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7855
7856 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7857
7858         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7859
7860 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7861
7862         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7863         defined operator.
7864
7865         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7866         $TIMEOUTFACTOR.
7867
7868 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7869
7870         [BZ #17058]
7871         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7872         non-executed part of the test.
7873
7874 2014-06-16  Andreas Schwab  <schwab@suse.de>
7875
7876         * string/bits/string2.h (strdup, strndup): Update feature guard.
7877
7878 2014-06-14  David S. Miller  <davem@davemloft.net>
7879
7880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7881
7882 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7883
7884         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7885         that was previously under [RESET_PID].
7886         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7887
7888         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7889         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7890         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7891         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7892         (__libc_vfork): New strong alias.
7893         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7894
7895 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7896
7897         * sysdeps/generic/elide.h: New file.
7898
7899 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7900
7901         * Makefile (installed-headers): Adjust path of pthread.h header.
7902
7903 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7904
7905         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7906         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7907         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7908         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7909
7910         * nptl/sysdeps/s390/Makefile: Moved ...
7911         * sysdeps/s390/nptl/Makefile: ... here.
7912         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7913         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7914         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7915         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7916         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7917         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7918         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7919         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7920         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7921         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7922         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7923         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7924         * nptl/sysdeps/s390/tls.h: Moved ...
7925         * sysdeps/s390/nptl/tls.h: ... here.
7926
7927         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7928         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7929
7930 2014-06-13  David S. Miller  <davem@davemloft.net>
7931
7932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7934         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7935         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7939         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7940         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7941         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7942         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7943         Remove RESET_PID cpp guards.
7944         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7945         Remove RESET_PID cpp guards.
7946         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7947
7948 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7949
7950         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7951         __sp to uintptr_t.
7952
7953 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7954
7955         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7956         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7957         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7958         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7959         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7960         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7961         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7962         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7963         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7964         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7965         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7966         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7967         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7968         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7969         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7970         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7971         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7972         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7973         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7974         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7975
7976         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7977         (pthread_rwlock_rdlock): Add elision.
7978         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7979         (pthread_rwlock_wrlock): Add elision.
7980         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7981         (pthread_rwlock_trywrlock): Add elision.
7982         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7983         (pthread_rwlock_tryrdlock): Add elision.
7984         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7985         (pthread_rwlock_tryrdlock): Add elision unlock.
7986         * nptl/sysdeps/pthread/pthread.h:
7987         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7988         (PTHREAD_RWLOCK_INITIALIZER,
7989         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7990         Handle new elision field.
7991         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7992         * sysdeps/arm/nptl/bits/pthreadtypes.h
7993         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7994         * sysdeps/sh/nptl/bits/pthreadtypes.h
7995         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7996         * sysdeps/tile/nptl/bits/pthreadtypes.h
7997         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7998         * sysdeps/a/nptl/bits/pthreadtypes.h
7999         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8000         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8001         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8002         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8003         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8004         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8005         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8006         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8007         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8008         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8009         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8010         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8011         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8012         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8013         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8014         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8015         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8016         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8017         (elision_init): Set try_xbegin to zero when no RTM.
8018         * sysdeps/x86/nptl/bits/pthreadtypes.h
8019         (pthread_rwlock_t): Change __pad1 to __rwelision.
8020         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8021
8022 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8023
8024         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8025         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8026         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8027         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8028
8029 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8030
8031         [BZ #16996]
8032         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8033         that the cached result has been set before returning it.
8034
8035 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8036
8037         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8038         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8039         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8040         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8041         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8042         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8043
8044         * nptl/sysdeps/sparc/Makefile: Moved ...
8045         * sysdeps/sparc/nptl/Makefile: ... here.
8046         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8047         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8048         * nptl/sysdeps/sparc/tls.h: Moved ...
8049         * sysdeps/sparc/nptl/tls.h: ... here.
8050         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8051         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8052         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8053         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8054         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8055         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8056         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8057         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8058         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8059         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8060         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8061         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8062         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8063         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8064         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8065         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8066         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8067         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8068         Update #include.
8069         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8070         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8071         Update #include.
8072         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8073         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8074         Update #include.
8075         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8076         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8077         Update #include.
8078
8079         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8080
8081         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8082         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8083
8084         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8085         (struct list_links): Type removed.
8086         (struct thread_node, struct timer_node): Replace struct list_links
8087         with struct list_head.
8088         (list_unlink_ip): Likewise.
8089         * sysdeps/pthread/timer_routines.c
8090         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8091         (list_append, list_insbefore): Likewise.
8092         (list_init): Function removed.
8093         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8094         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8095         * sysdeps/pthread/Makefile: ... here, new file.
8096
8097         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8098         * sysdeps/nptl/Implies: ... here.
8099         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8100         * nptl/sysdeps/pthread/list.h: Moved ...
8101         * include/list.h: ... here.
8102         * nptl/sysdeps/pthread/createthread.c: Moved ...
8103         * nptl/createthread.c: ... here.
8104         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8105         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8106         * nptl/pt-longjmp.c: ... here.
8107         * nptl/sysdeps/pthread/Makefile: Moved ...
8108         * sysdeps/nptl/Makefile: ... here.
8109         * nptl/sysdeps/pthread/Subdirs: Moved ...
8110         * sysdeps/nptl/Subdirs: ... here.
8111         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8112         * sysdeps/nptl/aio_misc.h: ... here.
8113         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8114         * sysdeps/nptl/bits/libc-lock.h: ... here.
8115         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8116         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8117         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8118         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8119         * nptl/sysdeps/pthread/configure: Moved ...
8120         * sysdeps/nptl/configure: ... here.
8121         * nptl/sysdeps/pthread/configure.ac: Moved ...
8122         * sysdeps/nptl/configure.ac: ... here.
8123         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8124         * sysdeps/nptl/gai_misc.h: ... here.
8125         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8126         * sysdeps/nptl/librt-cancellation.c: ... here.
8127         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8128         * sysdeps/nptl/malloc-machine.h: ... here.
8129         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8130         * sysdeps/nptl/pthread-functions.h: ... here.
8131         * nptl/sysdeps/pthread/pthread.h: Moved ...
8132         * sysdeps/nptl/pthread.h: ... here.
8133         * nptl/sysdeps/pthread/setxid.h: Moved ...
8134         * sysdeps/nptl/setxid.h: ... here.
8135         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8136         * sysdeps/nptl/sigfillset.c: ... here.
8137         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8138         * sysdeps/nptl/tcb-offsets.h: ... here.
8139         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8140         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8141         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8142         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8143         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8144         * sysdeps/pthread/allocalim.h: ... here.
8145         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8146         * sysdeps/pthread/bits/sigthread.h: ... here.
8147         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8148         * sysdeps/pthread/flockfile.c: ... here.
8149         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8150         * sysdeps/pthread/ftrylockfile.c: ... here.
8151         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8152         * sysdeps/pthread/funlockfile.c: ... here.
8153         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8154         * sysdeps/pthread/posix-timer.h: ... here.
8155         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8156         * sysdeps/pthread/timer_create.c: ... here.
8157         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8158         * sysdeps/pthread/timer_delete.c: ... here.
8159         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8160         * sysdeps/pthread/timer_getoverr.c: ... here.
8161         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8162         * sysdeps/pthread/timer_gettime.c: ... here.
8163         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8164         * sysdeps/pthread/timer_routines.c: ... here.
8165         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8166         * sysdeps/pthread/timer_settime.c: ... here.
8167         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8168         * sysdeps/pthread/tst-timer.c: ... here.
8169         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8170         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8171
8172         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8173         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8174
8175         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8176         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8177         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8178         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8179         Update #include target.
8180         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8181         * sysdeps/i386/i686/nptl/Makefile: ... here.
8182         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8183         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8184         Update #include target.
8185         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8186         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8187         * nptl/sysdeps/i386/Makefile: Moved ...
8188         * sysdeps/i386/nptl/Makefile: ... here.
8189         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8190         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8191         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8192         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8193         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8194         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8195         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8196         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8197         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8198         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8199         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8200         * nptl/sysdeps/i386/tls.h: Moved ...
8201         * sysdeps/i386/nptl/tls.h: ... here.
8202
8203         * sysdeps/sh/Makefile [$(subdir) = csu]
8204         (gen-as-const-headers): Add tcb-offsets.sym.
8205         * nptl/sysdeps/sh/Makefile: File removed.
8206         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8207         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8208         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8209         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8210         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8211         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8212         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8213         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8214         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8215         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8216         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8217         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8218         * nptl/sysdeps/sh/tls.h: Moved ...
8219         * sysdeps/sh/nptl/tls.h: ... here.
8220         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8221         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8222         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8223         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8224         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8225         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8226         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8227         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8228         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8229         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8230         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8231         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8232         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8233         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8234         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8235         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8236         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8237         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8238         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8239         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8240         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8241         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8242         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8243         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8244         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8245         Moved ...
8246         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8247         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8248         Moved ...
8249         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8250         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8251         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8252         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8253         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8254         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8255         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8256         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8257         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8258         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8259         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8260         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8261         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8262         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8263         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8264         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8265         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8266         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8267         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8268
8269 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8270
8271         * posix/spawn_faction_addopen.c: Include string.h.
8272
8273 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8274
8275         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8276         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8277         * nptl/sysdeps/x86_64/Makefile: Moved ...
8278         * sysdeps/x86_64/nptl/Makefile: ... here.
8279         * nptl/sysdeps/x86_64/configure: Moved ...
8280         * sysdeps/x86_64/nptl/configure: ... here.
8281         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8282         * sysdeps/x86_64/nptl/configure.ac: ... here.
8283         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8284         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8285         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8286         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8287         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8288         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8289         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8290         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8291         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8292         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8293         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8294         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8295         * nptl/sysdeps/x86_64/tls.h: Moved ...
8296         * sysdeps/x86_64/nptl/tls.h: ... here.
8297         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8298         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8299         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8300         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8301
8302         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8303
8304 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8305
8306         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8307
8308 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8309
8310         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8311         type.
8312         [POSIX] (off_t): Likewise.
8313         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8314         [POSIX] (S_ISBLK): Require macro.
8315         [POSIX] (S_ISCHR): Likewise.
8316         [POSIX] (S_ISDIR): Likewise.
8317         [POSIX] (S_ISFIFO): Likewise.
8318         [POSIX] (S_ISREG): Likewise.
8319         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8320         optional-macro.
8321         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8322         type.
8323         [POSIX] (time_t): Likewise.
8324         [POSIX] (timer_t): Likewise.
8325
8326 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8327
8328         [BZ #17048]
8329         * posix/spawn_int.h (struct __spawn_action): Make the path string
8330         non-const to support deallocation.
8331         * posix/spawn_faction_addopen.c
8332         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8333         * posix/spawn_faction_destroy.c
8334         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8335         path in all spawn_do_open actions.
8336         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8337         posix_spawn_file_actions_addopen.
8338
8339 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8340
8341         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8342         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8343         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8344         conditional code always true.
8345         (__libc_vfork): New alias.
8346
8347 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8348
8349         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8350         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8351
8352         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8353
8354         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8355         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8356
8357         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8358         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8359
8360         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8361         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8362
8363 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8364
8365         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8366         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8367         multiarch strcmp for PPC64.
8368         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8369         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8370         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8371         multiarch optimizations.
8372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8373         (__libc_ifunc_impl_list): Likewise.
8374
8375 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8376
8377         * benchtests/scripts/validate_benchout.py: New script.
8378         * benchtests/Makefile (bench-func): Call it.
8379         * benchtests/scripts/benchout.schema.json: New file.
8380
8381 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8382
8383         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8384         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8385         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8386         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8387         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8388         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8389         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8390         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8391         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8392         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8393         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8394         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8395         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8396         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8397         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8398         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8400         Moved ...
8401         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8402         ... here.
8403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8404         Moved ...
8405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8407         Moved ...
8408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8409         ... here.
8410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8411         Moved ...
8412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8413         ... here.
8414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8415         Moved ...
8416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8418         Moved ...
8419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8420         ... here.
8421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8422         Moved ...
8423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8424         ... here.
8425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8426         Moved ...
8427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8429         Moved ...
8430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8431         ... here.
8432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8433         Moved ...
8434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8435         ... here.
8436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8437         Moved ...
8438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8439         ... here.
8440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8441         Moved ...
8442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8444         Moved ...
8445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8446         ... here.
8447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8448         Moved ...
8449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8450         ... here.
8451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8452         Moved ...
8453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8454         ... here.
8455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8456         Moved ...
8457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8458         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8459         Moved ...
8460         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8461         ... here.
8462         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8463         Moved ...
8464         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8465         ... here.
8466         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8467         Moved ...
8468         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8469         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8470         Moved ...
8471         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8472         ... here.
8473         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8474         Moved ...
8475         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8477         Moved ...
8478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8479         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8480         Moved ...
8481         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8482         ... here.
8483         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8484         Moved ...
8485         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8486         ... here.
8487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8488         Moved ...
8489         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8490         ... here.
8491         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8492         Moved ...
8493         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8494         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8495         Moved ...
8496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8497         ... here.
8498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8499         Moved ...
8500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8501         ... here.
8502         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8503         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8504         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8505         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8506         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8507         Moved ...
8508         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8509         ... here.
8510         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8511         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8512         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8513         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8514         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8515         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8516         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8517         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8518         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8519         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8520         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8521         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8522         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8523         Moved ...
8524         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8525         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8526         Moved ...
8527         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8528         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8529         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8530         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8531         Moved ...
8532         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8533         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8534         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8535         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8536         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8537         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8538         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8539
8540 2014-06-10  Wilco  <wdijkstr@arm.com>
8541
8542         * math/test-fenv-return.c: New file.
8543         * math/Makefile: Add new test test-fenv-return.
8544
8545 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8546
8547         [BZ #17042]
8548         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8549         when x - 1 is zero.
8550         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8551         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8552         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8553         0.0L for an argument of 1.0L.
8554         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8555         Likewise.
8556         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8557         value when x - 1 is zero.
8558         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8559         * sysdeps/i386/fpu/libm-test-ulps: Update.
8560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8561
8562 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8563
8564         [BZ #15119]
8565         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8566
8567 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8568
8569         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8570         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8571
8572 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8573
8574         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8575         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8576
8577         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8578         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8579
8580         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8581         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8582
8583         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8584         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8585
8586         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8587         if not already defined.
8588         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8589         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8590         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8591         (TLS_INIT_TP): Use it.
8592         (TLS_DEFINE_INIT_TP): New macro.
8593         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8594
8595 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8596
8597         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8598         constant.
8599         [POSIX] (IXANY): Likewise.
8600         [POSIX] (OLCUC): Likewise.
8601         [POSIX || POSIX2008] (CBAUD): Do not allow.
8602         [POSIX || POSIX2008] (DEFECHO): Likewise.
8603         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8604         [POSIX || POSIX2008] (ECHOKE): Likewise.
8605         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8606         [POSIX || POSIX2008] (EXTA): Likewise.
8607         [POSIX || POSIX2008] (EXTB): Likewise.
8608         [POSIX || POSIX2008] (FLUSHO): Likewise.
8609         [POSIX || POSIX2008] (LOBLK): Likewise.
8610         [POSIX || POSIX2008] (PENDIN): Likewise.
8611         [POSIX || POSIX2008] (SWTCH): Likewise.
8612         [POSIX || POSIX2008] (VDISCARD): Likewise.
8613         [POSIX || POSIX2008] (VDSUSP): Likewise.
8614         [POSIX || POSIX2008] (VLNEXT): Likewise.
8615         [POSIX || POSIX2008] (VREPRINT): Likewise.
8616         [POSIX || POSIX2008] (VSTATUS): Likewise.
8617         [POSIX || POSIX2008] (VWERASE): Likewise.
8618         (B*): Change to B[0123456789]*.
8619         * conform/data/time.h-data [POSIX || UNIX98]
8620         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8621         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8622         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8623         [POSIX] (tm_*): Do not allow.
8624
8625 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8626
8627         * Makefile (install): Don't set LANGUAGE.
8628         * Makefile.in (install): Likewise.
8629         * assert/Makefile (test-assert-ENV): Remove variable.
8630         (test-assert-perr-ENV): Likewise.
8631         * elf/Makefile (neededtest4-ENV): Likewise.
8632         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8633         [$(cross-compiling) = no]: Don't set LANGUAGE.
8634         * io/ftwtest-sh (LANG): Remove variable.
8635         * libio/Makefile (tst-widetext-ENV): Likewise.
8636         * manual/install.texi (Running make install): Don't refer to
8637         environment settings for make install.
8638         * INSTALL: Regenerated.
8639         * nptl/tst-tls6.sh: Don't set LANG.
8640         * posix/globtest.sh (LANG): Remove variable.
8641         * string/Makefile (tester-ENV): Likewise.
8642         (inl-tester-ENV): Likewise.
8643         (noinl-tester-ENV): Likewise.
8644         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8645         [$(cross-compiling) = no]: Don't set LANGUAGE.
8646         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8647         without explicit environment settings.
8648
8649 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8650
8651         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8652         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8654         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8655
8656 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8657
8658         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8659         other files in the crypt directory.
8660         * crypt/crypt.c: Remove duplicate includes.
8661         * crypt/crypt-entry.c: Likewise.
8662         * crypt/crypt_util.c: Likewise.
8663
8664 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8665
8666         * Makeconfig (run-program-env): New variable.
8667         (run-program-prefix-before-env): Likewise.
8668         (run-program-prefix-after-env): Likewise.
8669         (run-program-prefix): Define in terms of new variables.
8670         (built-program-cmd-before-env): New variable.
8671         (built-program-cmd-after-env): Likewise.
8672         (built-program-cmd): Define in terms of new variables.
8673         (test-program-prefix-before-env): New variable.
8674         (test-program-prefix-after-env): Likewise.
8675         (test-program-prefix): Define in terms of new variables.
8676         (test-program-cmd-before-env): New variable.
8677         (test-program-cmd-after-env): Likewise.
8678         (test-program-cmd): Define in terms of new variables.
8679         * Rules (make-test-out): Use $(run-program-env).
8680         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8681         (help): Do not mention environment variables.  Mention
8682         --timeoutfactor option.
8683         (timeoutfactor): New variable.
8684         (blacklist_exports): Remove function.
8685         (exports): Remove variable.
8686         (command): Do not include ${exports}.
8687         * manual/install.texi (Configuring and compiling): Do not mention
8688         test wrappers preserving environment variables.  Mention that last
8689         assignment to a variable must take precedence.
8690         * INSTALL: Regenerated.
8691         * benchtests/Makefile (run-bench): Use $(run-program-env).
8692         * catgets/Makefile ($(objpfx)test1.cat): Use
8693         $(built-program-cmd-before-env), $(run-program-env) and
8694         $(built-program-cmd-after-env).
8695         ($(objpfx)test2.cat): Do not specify environment variables
8696         explicitly.
8697         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8698         $(run-program-env) and $(built-program-cmd-after-env).
8699         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8700         $(run-program-env) and $(test-program-cmd-after-env).
8701         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8702         explicitly.
8703         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8704         run_program_env and test_program_cmd_after_env arguments.
8705         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8706         * elf/tst-pathopt.sh: Use run_program_env argument.
8707         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8708         $(test-wrapper-env) and $(run-program-env).
8709         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8710         run_program_env arguments.
8711         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8712         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8713         $(test-program-prefix-before-env), $(run-program-env) and
8714         $(test-program-prefix-after-env).
8715         ($(objpfx)tst-gettext2.out): Likewise.
8716         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8717         run_program_env and test_program_prefix_after_env arguments.
8718         * intl/tst-gettext2.sh: Likewise.
8719         * intl/tst-gettext4.sh: Do not set environment variables
8720         explicitly.
8721         * intl/tst-gettext6.sh: Likewise.
8722         * intl/tst-translit.sh: Likewise.
8723         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8724         $(test-program-prefix-before-env), $(run-program-env) and
8725         $(test-program-prefix-after-env).
8726         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8727         run_program_env and test_program_prefix_after_env arguments.
8728         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8729         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8730         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8731         explicitly with each use of ${test_wrapper_env}.
8732         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8733         $(test-program-prefix-before-env), $(run-program-env) and
8734         $(test-program-prefix-after-env).
8735         * posix/tst-getconf.sh: Do not set environment variables
8736         explicitly.
8737         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8738         run_program_env and test_program_prefix_after_env arguments.
8739         * stdio-common/tst-printf.sh: Do not set environment variables
8740         explicitly.
8741         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8742         $(test-program-prefix-before-env), $(run-program-env) and
8743         $(test-program-prefix-after-env).
8744         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8745         run_program_env and test_program_prefix_after_env arguments.
8746         Split $test calls into $test_pre and $test.
8747         * timezone/Makefile (build-testdata): Use
8748         $(built-program-cmd-before-env), $(run-program-env) and
8749         $(built-program-cmd-after-env).
8750
8751 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8752
8753         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8754         strlen for non SHARED builds.
8755
8756 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8757
8758         * nptl/allocatestack.c (check_list): Inlined function...
8759         (__reclaim_stacks): ... here.
8760
8761 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8762
8763         [BZ #15698]
8764         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8765         memory overrun.
8766
8767 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8768
8769         * Rules (make-test-out): Include
8770         LOCPATH=$(common-objpfx)localedata in default environment.
8771         * debug/Makefile (tst-chk1-ENV): Remove variable.
8772         (tst-chk2-ENV): Likewise.
8773         (tst-chk3-ENV): Likewise.
8774         (tst-chk4-ENV): Likewise.
8775         (tst-chk5-ENV): Likewise.
8776         (tst-chk6-ENV): Likewise.
8777         (tst-lfschk1-ENV): Likewise.
8778         (tst-lfschk2-ENV): Likewise.
8779         (tst-lfschk3-ENV): Likewise.
8780         (tst-lfschk4-ENV): Likewise.
8781         (tst-lfschk5-ENV): Likewise.
8782         (tst-lfschk6-ENV): Likewise.
8783         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8784         (tst-iconv7-ENV): Likewise.
8785         * intl/Makefile (LOCPATH-ENV): Likewise.
8786         (tst-codeset-ENV): Likewise.
8787         (tst-gettext3-ENV): Likewise.
8788         (tst-gettext5-ENV): Likewise.
8789         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8790         (tst-fopenloc-ENV): Likewise.
8791         (tst-fgetws-ENV): Remove variable.
8792         (tst-ungetwc1-ENV): Likewise.
8793         (tst-ungetwc2-ENV): Likewise.
8794         (bug-ungetwc2-ENV): Likewise.
8795         (tst-swscanf-ENV): Likewise.
8796         (bug-ftell-ENV): Likewise.
8797         (tst-fgetwc-ENV): Likewise.
8798         (tst-fseek-ENV): Likewise.
8799         (tst-ftell-partial-wide-ENV): Likewise.
8800         (tst-ftell-active-handler-ENV): Likewise.
8801         (tst-ftell-append-ENV): Likewise.
8802         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8803         (tst-regexloc-ENV): Likewise.
8804         (bug-regex1-ENV): Likewise.
8805         (tst-regex-ENV): Likewise.
8806         (tst-regex2-ENV): Likewise.
8807         (bug-regex5-ENV): Likewise.
8808         (bug-regex6-ENV): Likewise.
8809         (bug-regex17-ENV): Likewise.
8810         (bug-regex18-ENV): Likewise.
8811         (bug-regex19-ENV): Likewise.
8812         (bug-regex20-ENV): Likewise.
8813         (bug-regex22-ENV): Likewise.
8814         (bug-regex23-ENV): Likewise.
8815         (bug-regex25-ENV): Likewise.
8816         (bug-regex26-ENV): Likewise.
8817         (bug-regex30-ENV): Likewise.
8818         (bug-regex32-ENV): Likewise.
8819         (bug-regex33-ENV): Likewise.
8820         (bug-regex34-ENV): Likewise.
8821         (bug-regex35-ENV): Likewise.
8822         (tst-rxspencer-ENV): Likewise.
8823         (tst-rxspencer-no-utf8-ENV): Likewise.
8824         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8825         (tst-sscanf-ENV): Likewise.
8826         (tst-swprintf-ENV): Likewise.
8827         (tst-swscanf-ENV): Likewise.
8828         (test-vfprintf-ENV): Likewise.
8829         (scanf13-ENV): Likewise.
8830         (bug14-ENV): Likewise.
8831         (tst-grouping-ENV): Likewise.
8832         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8833         (tst-strtod3-ENV): Likewise.
8834         (tst-strtod4-ENV): Likewise.
8835         (tst-strtod5-ENV): Likewise.
8836         (testmb2-ENV): Likewise./
8837         * string/Makefile (tst-strxfrm-ENV): Likewise.
8838         (tst-strxfrm2-ENV): Likewise.
8839         (bug-strcoll1-ENV): Likewise.
8840         (test-strcasecmp-ENV): Likewise.
8841         (test-strncasecmp-ENV): Likewise.
8842         * time/Makefile (tst-strptime-ENV): Likewise.
8843         (tst-ftime_l-ENV): Likewise.
8844         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8845         (tst-mbrtowc-ENV): Likewise.
8846         (tst-wcrtomb-ENV): Likewise.
8847         (tst-mbrtowc2-ENV): Likewise.
8848         (tst-c16c32-1-ENV): Likewise.
8849         (tst-mbsnrtowcs-ENV): Likewise.
8850
8851 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8852
8853         * manual/resource.texi (How to get information about the memory
8854         subsystem?): Fix typo.
8855         Reported by Peon de la Parra Ivan <peon@keba.com>
8856
8857 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8858
8859         [BZ #16882]
8860         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8861         (pthread_spin_lock): Branch out of spin loop to proper location.
8862         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8863         (pthread_spin_lock): Likewise.
8864
8865         * nptl/tst-spin4.c: New test.
8866         * nptl/Makefile (tests): Add tst-spin4.
8867
8868 2014-06-03  Andreas Schwab  <schwab@suse.de>
8869
8870         [BZ #15946]
8871         * resolv/res_send.c (send_dg): Reload file descriptor after
8872         calling reopen.
8873
8874 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8875
8876         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8877
8878 2014-06-03  Richard Henderson  <rth@redhat.com>
8879
8880         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8881         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8882         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8883         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8884         in the SAVE_PID block.
8885         (__libc_vfork): New alias.
8886         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8887
8888         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8889         child in registers, not on the stack.  Remove RESET_PID conditionals.
8890         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8891
8892 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8893
8894         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8895
8896 2014-06-03  Wilco  <wdijkstr@arm.com>
8897
8898         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8899         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8900         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8901         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8902         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8903         Likewise.
8904
8905 2014-06-03  Wilco  <wdijkstr@arm.com>
8906
8907         * sysdeps/aarch64/fpu/math_private.h
8908         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8909         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8910         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8911         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8912         Fix declarations.
8913
8914 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8915
8916         * crypt/crypt-private.h: Include ufc-crypt.h.
8917         (__b64_from_24bit): Declare extern.
8918         * crypt/crypt_util.c(__b64_from_24bit): New function.
8919         (b64t): New static const variable.
8920         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8921         (b64t): Remove variable.
8922         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8923         * crypt/sha256-crypt.c: Include crypt-private.h.
8924         (b64t): Remove variable.
8925         (__sha256_crypt_r): Remove b64_from_24bit and replace
8926         with __b64_from_24bit.
8927         * crypt/sha512-crypt.c: Likewise.
8928
8929 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8930
8931         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8932         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8933         Label the code __libc_vfork rather than __vfork.
8934         [!NOT_IN_libc] (vfork): Define as weak alias.
8935         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8936         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8937         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8938
8939 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8940
8941         * malloc/malloc.c (malloc_info): Fix format specifier for
8942         n_mmaps.
8943
8944 2014-06-02  Wilco  <wdijkstr@arm.com>
8945
8946         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8947         FPCR write.
8948
8949 2014-06-02  Wilco  <wdijkstr@arm.com>
8950
8951         [BZ #17009]
8952         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8953         Rewrite to reduce FPCR/FPSR accesses.
8954
8955 2014-06-01  David S. Miller  <davem@davemloft.net>
8956
8957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8958
8959 2014-05-31  David S. Miller  <davem@davemloft.net>
8960
8961         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8962         to occur in round to nearest mode when |x| >= 2.0
8963
8964 2014-05-30  Richard Henderson  <rth@twiddle.net>
8965
8966         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8967         (PSEUDO_RET_NOERRNO): Remove.
8968         (ret): Don't redefine.
8969         (ret_NOERRNO): Define in terms of ret.
8970         (ret_ERRVAL): Likewise.
8971
8972         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8973         use of PSEUDO_RET; perform the error check directly.
8974
8975 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8976
8977         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8978         with __int128_t.
8979
8980 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8981
8982         * malloc/malloc (malloc_info): Fix formatting.
8983
8984 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8985             Roland McGrath  <roland@hack.frob.com>
8986
8987         * malloc/malloc (malloc_info): Also print mmapped statistics.
8988
8989 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8990
8991         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8992         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8993
8994 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8995
8996         * malloc/malloc.c (malloc_info): Inline mi_arena.
8997
8998 2014-05-29  Richard Henderson  <rth@twiddle.net>
8999
9000         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9001         Remove comma before expanding ASM_ARGS_##nr.
9002         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9003         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9004         of ASM_ARGS_##nr.
9005         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9006         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9007         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9008         (ASM_ARGS_1): Add leading comma.
9009
9010         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9011         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9012         to __errno_location.
9013         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9014         Remove the expected plt for __errno_location.
9015
9016         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9017         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9018         call to __read_tp.
9019
9020         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9021         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9022         it and break it down.
9023         (DOCARGS_0, DOCARGS_1): Do nothing.
9024         (DOCARGS_2): Update to store into the new stack frame.
9025         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9026         (UNDOCARGS_1): Update to restore from the new stack frame.
9027         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9028         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9029
9030         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9031         (SINGLE_THREAD_P): New parameter for result regno.
9032         (PSEUDO): Update to match; use cbz instead of beq.
9033
9034         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9035         Use ENTRY to define the _nocancel entry point.  Share the syscall
9036         and syscall error check paths with the cancel path.
9037         (PSEUDO_END): New.
9038
9039         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9040         whitespace; tabs before and after asm mnemonics.
9041
9042 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9043
9044         [BZ #15132]
9045         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9046         Call fstat64 or stat64 internally, depending on arguments passed.
9047         Replace stat buffer argument with file descriptor argument.
9048         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9049         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9050         Pass fd to __internal_statvfs instead of calling fstat64.
9051         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9052         Pass fd to __internal_statvfs64 instead of calling fstat64.
9053         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9054         Pass -1 to __internal_statvfs instead of calling stat64.
9055         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9056         Pass -1 to __internal_statvfs64 instead of calling stat64.
9057
9058 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9059
9060         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9061         that was previously under [RESET_PID].
9062         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9063
9064         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9065         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9066
9067 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9068
9069         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9070
9071         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9072         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9073
9074 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9075
9076         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9077
9078 2014-05-27  Andreas Schwab  <schwab@suse.de>
9079
9080         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9081         TLS_INIT_TP macro.
9082         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9083         * elf/rtld.c (init_tls, dl_main): Likewise.
9084         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9085         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9086         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9087         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9088         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9089         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9090         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9091         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9092         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9093         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9094         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9095         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9096         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9097         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9098         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9099         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9100         * sysdeps/generic/tls.h: Update description.
9101
9102 2014-05-27  Will Newton  <will.newton@linaro.org>
9103
9104         [BZ #16990]
9105         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9106         and restore r2 rather than just restoring.
9107
9108 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9109
9110         [BZ #16724]
9111         * libio/tst-ftell-append.c: New test case.
9112         * libio/Makefile (tests): Add test case.
9113         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9114         append mode.
9115         * libio/wfileops.c (do_ftell_wide): Likewise.
9116
9117 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9118
9119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9120
9121         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9122         ...
9123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9125         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9126         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9127         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9128         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9129         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9130         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9131         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9132         Moved ...
9133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9134         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9135         Moved ...
9136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9137         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9138         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9139         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9140         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9141         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9142         ...
9143         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9144         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9145         Moved ...
9146         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9147         here.
9148         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9149         ...
9150         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9151         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9152         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9153
9154         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9155         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9156         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9157         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9158
9159         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9160         merge into ...
9161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9162         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9163         ...
9164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9165         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9166         ...
9167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9168         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9169         Moved ...
9170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9171         here.
9172         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9173         Moved ...
9174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9175         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9176         Moved ...
9177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9178
9179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9180         conditional [RESET_PID].
9181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9182         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9183         removed.
9184         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9185         removed.
9186
9187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9188         <tcb-offsets.h>.
9189         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9190         (__libc_vfork): New strong alias.
9191         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9192         removed.
9193         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9194         Removed.
9195
9196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9197         <tcb-offsets.h>.
9198         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9199         (__libc_vfork): New strong alias.
9200         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9201         removed.
9202         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9203         removed.
9204
9205 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9206
9207         * malloc/malloc.c (mi_arena): New function.
9208         (malloc_info): Remove nested function mi_arena. Call non-nosted
9209         function mi_arena.
9210
9211 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9212
9213         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9214         by insrwi.
9215         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9216         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9217         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9218         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9219         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9220         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9221         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9222
9223 2014-05-26  Andreas Schwab  <schwab@suse.de>
9224
9225         [BZ #16984]
9226         * locale/programs/repertoire.c (repertoire_read): Add slash
9227         between I18NPATH element and file name.
9228         * locale/programs/locfile.c (locfile_read): Likewise.
9229
9230 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9231
9232         * nptl/pthread_mutexattr_settype.c
9233         (__pthread_mutexattr_settype):
9234         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9235
9236 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9237
9238         * nptl/tst-mutex5 (do_test):
9239         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9240
9241 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9242
9243         * benchtests/README: Document 'init' directive.
9244         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9245         BENCH_INIT.
9246         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9247         (parse_file): Recognize 'init' directive.
9248
9249 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9250
9251         [BZ #16796]
9252         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9253         alignment of struct pthread.
9254
9255 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9256
9257         [BZ #16878]
9258         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9259         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9260         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9261         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9262
9263 2014-05-25  Richard Henderson  <rth@twiddle.net>
9264
9265         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9266         (SINGLE_THREAD_P_PIC): Remove.
9267         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9268         (SINGLE_THREAD_P_PIC): Remove.
9269
9270         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9271         branch to syscall error ...
9272         (PSEUDO): ... here.
9273         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9274         from __local_syscall_error to .Lsyscall_error.
9275         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9276         (SYSCALL_ERROR): Update label name.
9277
9278         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9279         Do not use DOARGS/UNDOARGS.
9280         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9281         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9282         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9283         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9284         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9285
9286         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9287         block comment.
9288
9289         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9290         define if !NOT_IN_libc.
9291         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9292         define with non-default symbol versions.
9293
9294 2014-05-23  Richard Henderson  <rth@twiddle.net>
9295
9296         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9297         (vfork, __vfork): Define via compat_symbol.
9298
9299         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9300         [!HAVE_IFUNC] (vfork_compat): Remove.
9301         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9302
9303 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9304
9305         [BZ #16978]
9306         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9307         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9308         variable.
9309
9310 2014-05-23  Richard Henderson  <rth@twiddle.net>
9311
9312         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9313         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9314         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9315         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9316
9317         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9318         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9319         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9320         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9321         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9322         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9323         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9324         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9325         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9326         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9327         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9328         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9329         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9330         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9332         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9333         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9334         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9336         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9337         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9338         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9339         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9340         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9341         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9342         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9343         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9344         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9345         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9346         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9347         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9348         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9349         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9350         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9351         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9352         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9353         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9354         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9355         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9356         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9357         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9358         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9359         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9360         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9361         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9362         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9363         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9364         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9365         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9366         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9367         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9368         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9369         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9370         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9371         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9372         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9373
9374         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9375         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9376         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9377         before exiting on error.
9378         (__libc_vfork): New strong alias.
9379         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9380         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9381
9382         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9383         that was previously under [RESET_PID].
9384         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9385
9386         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9387
9388 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9389
9390         [BZ #16977]
9391         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9392         value when x - 1 is zero.
9393         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9394         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9395         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9396         0.0L for an argument of 1.0L.
9397         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9398         Likewise.
9399         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9400         value when x - 1 is zero.
9401         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9402         * sysdeps/i386/fpu/libm-test-ulps: Update.
9403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9404
9405 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9406
9407         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9408         alphasort and versionsort.
9409
9410 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9411
9412         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9413         macro.
9414         [copysignf]: Likewise.
9415
9416 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9417
9418         * crypt/md5-crypt.c: Fix formatting.
9419
9420 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9421
9422         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9423         (b64_from_24bit): New function.
9424
9425 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9426
9427         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9428         libc_hidden_builtin_def to ifunc.
9429         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9430         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9431
9432 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9433
9434         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9435         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9436
9437 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9438
9439         * nscd/Depend (linuxthreads): Remove.
9440         (nptl): Add.
9441         * resolv/Depend (linuxthreads): Remove.
9442         * rt/Depend (linuxthreads): Remove.
9443
9444         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9445         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9446         $(common-objpfx)elf/.
9447         (link-libc-before-gnulib): Likewise.
9448         (elfobjdir): Remove variable.
9449         * Makefile (install): Use $(elf-objpfx) instead of
9450         $(common-objpfx)elf/.
9451         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9452         $(elfobjdir)/.
9453         (link-libc-deps): Likewise.
9454         ($(common-objpfx)libc.so): Likewise.
9455         ($(common-objpfx)linkobj/libc.so): Likewise.
9456         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9457         instead of $(common-objpfx)elf/.
9458         (symbolic-link-list): Likewise.
9459         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9460         [$(cross-compiling) = no]: Likewise.
9461         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9462         $(elfobjdir)/.
9463         (static-gnulib-arch): Likewise.
9464         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9465         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9466         $(common-objpfx)elf/.
9467
9468 2014-05-21  Richard Henderson  <rth@redhat.com>
9469
9470         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9471         (SINGLE_THREAD_P): Use the correct width load.  Fold
9472         into the ldr offset.
9473
9474         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9475         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9476
9477 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9478
9479         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9480         (libgcc_s_resume): Use __attribute_used__.
9481         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9482         Likewise.
9483
9484 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9485
9486         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9487         optimization when used with float constants.
9488
9489         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9490
9491 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9492
9493         [BZ #16915]
9494         * locale/nl_langinfo_l.c: Make direct reference to every
9495         _nl_current_CATEGORY symbol.
9496         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9497         (tests-static): Add tst-langinfo-static.
9498         (tests-special): Add tst-langinfo-static.out.
9499         ($(objpfx)tst-langinfo.out): Redirect output.
9500         ($(objpfx)tst-langinfo-static.out): New.
9501         * localedata/tst-langinfo.sh: Send output to stdout.
9502         * localedata/tst-langinfo-static.c: New file.
9503
9504         [BZ #16965]
9505         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9506         when the shift amount is modulo the limb size.
9507
9508 2014-05-20  Richard Henderson  <rth@redhat.com>
9509
9510         [BZ #16967]
9511         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9512         Change type of sa_flags from unsigned int to int.
9513
9514         [BZ #16966]
9515         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9516
9517         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9518
9519 2014-05-20  Will Newton  <will.newton@linaro.org>
9520
9521         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9522         Test the return value of the system call in the nocancel case.
9523
9524 2014-05-20  Will Newton  <will.newton@linaro.org>
9525             Yvan Roux  <yvan.roux@linaro.org>
9526
9527         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9528         #include of asm/ptrace.h.
9529         (PTRACE_GET_THREAD_AREA): Remove #undef.
9530         (PTRACE_GETHBPREGS): Likewise.
9531         (PTRACE_SETHBPREGS): Likewise.
9532         (struct user_regs_struct): New structure.
9533         (struct user_fpsimd_struct): New structure.
9534         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9535         #include of asm/ptrace.h and second #include of sys/user.h.
9536         (PTRACE_GET_THREAD_AREA): Remove #undef.
9537         (PTRACE_GETHBPREGS): Likewise.
9538         (PTRACE_SETHBPREGS): Likewise.
9539         (ELF_NGREG): Use new struct user_regs_struct.
9540         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9541
9542 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9543
9544         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9545         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9546
9547 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9548
9549         [BZ #16958]
9550         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9551         membar to avoid block loads/stores to overlap previous stores.
9552
9553 2014-05-17  Richard Henderson  <rth@redhat.com>
9554
9555         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9556         Create the __##syscall_name##_nocancel entry point.
9557         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9558         Remove; let the sysdep-cancel.h code create it.
9559
9560 2014-05-17  David S. Miller  <davem@davemloft.net>
9561
9562         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9563         Protect with __USE_GNU.
9564         (TIOCSET_TEMPT): Likewise.
9565         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9566         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9567         these are already provided in bits/ioctl-types.h
9568
9569 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9570
9571         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9572         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9573
9574         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9575         Use wait4 regardless of [__NR_waitpid].
9576
9577 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9578
9579         PR libgcc/60166
9580         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9581         (_FP_NANSIGN_Q): Set the quiet bit.
9582
9583 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9584
9585         * benchtests/Makefile
9586         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9587         not $(common-objpfx)math/libm.so.
9588         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9589         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9590         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9591         $(common-objpfx)dlfcn/libdl.so.
9592         ($(objpfx)tst-audit8): Depend on $(libm), not
9593         $(common-objpfx)math/libm.so.
9594         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9595         not $(common-objpfx)dlfcn/libdl.so.
9596         * math/Makefile
9597         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9598         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9599         [$(build-shared) = yes].
9600         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9601         $(common-objpfx)nptl/libpthread.so.
9602         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9603         $(common-objpfx)math/libm.so$(libm.so-version) or
9604         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9605         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9606         $(common-objpfx)dlfcn/libdl.so.
9607         * setjmp/Makefile (link-libm): Remove variable.
9608         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9609         * stdio-common/Makefile (link-libm): Remove variable.
9610         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9611         * stdlib/Makefile (link-libm): Remove variable.
9612         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9613         ($(objpfx)tst-strtod-round): Likewise.
9614         ($(objpfx)tst-tininess): Likewise.
9615         ($(objpfx)tst-strtod-underflow): Likewise.
9616         ($(objpfx)tst-strtod6): Likewise.
9617         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9618         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9619         $(common-objpfx)dlfcn/libdl.so.
9620
9621 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9622
9623         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9624         BSD terminal modes definitions.
9625
9626 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9627
9628         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9629         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9630
9631         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9632         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9633         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9634         Don't do #include_next.
9635         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9636         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9637         Don't do #include_next.
9638         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9639         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9640         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9641         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9642
9643 2014-05-16  Allan McRae  <allan@archlinux.org>
9644
9645         * po/sv.po: Update Swedish translation from translation project.
9646
9647         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9648         in sed expression.
9649
9650 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9651
9652         [BZ #16917]
9653         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9654         errno if the TIOCGPTN ioctl fails with an error different than
9655         EINVAL.
9656         * login/tst-ptsname.c: New file.
9657         * login/Makefile (tests): Add tst-ptsname.
9658
9659         [BZ #16943]
9660         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9661         and prlimit64.
9662
9663 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9664
9665         [BZ #16849]
9666         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9667         herrno to return EAI_AGAIN.
9668
9669 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9670
9671         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9672         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9673         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9674         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9675         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9676         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9677         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9678         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9679         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9680         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9681         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9682         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9683         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9684         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9685         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9686         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9687         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9688         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9689         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9690         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9691         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9692         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9693         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9694         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9695         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9696         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9697         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9698         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9699         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9700         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9701         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9702         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9703         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9704         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9705         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9706         Moved ...
9707         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9713         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9714         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9715         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9716         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9717         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9718         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9719         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9720         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9721         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9722         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9723         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9724         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9725         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9726         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9727         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9729         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9730         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9731         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9732         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9733         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9734         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9735         Moved ...
9736         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9737         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9738         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9739         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9740         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9741         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9742         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9743         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9744         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9745         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9746         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9747         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9748         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9749         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9750         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9751         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9752         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9753         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9754         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9755         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9756         Moved ...
9757         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9758         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9759         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9760
9761         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9762         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9763         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9764         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9765         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9766         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9767         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9768         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9769         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9770         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9771         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9772         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9773         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9774         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9775         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9776         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9777         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9778         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9779         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9780         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9781         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9782         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9783         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9784         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9785         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9786         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9787         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9788         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9789         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9790         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9791         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9792
9793         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9794         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9795
9796         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9797         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9798         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9799         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9800         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9801         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9802         Moved ...
9803         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9804         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9805         Moved ...
9806         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9807         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9808         Moved ...
9809         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9810         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9811         Moved ...
9812         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9813         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9814         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9815         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9816         Moved ...
9817         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9818         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9819         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9820         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9821         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9822         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9823         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9824         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9825         Moved ...
9826         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9827         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9828         Moved ...
9829         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9830         ... here.
9831         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9832         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9833         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9834         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9835         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9836         Moved ...
9837         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9838         ... here.
9839         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9840         Moved ...
9841         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9842         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9843         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9844         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9845         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9846         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9847         Moved ...
9848         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9849         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9850         Moved ...
9851         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9852         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9853         Moved ...
9854         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9855         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9856         Moved ...
9857         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9858         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9859         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9860         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9861         Moved ...
9862         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9863         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9864         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9865         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9866         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9867         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9868         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9869         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9870         Moved ...
9871         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9872         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9873         Moved ...
9874         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9875         ... here.
9876         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9877         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9878         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9879         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9880         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9881         Moved ...
9882         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9883         ... here.
9884         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9885         Moved ...
9886         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9887         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9888         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9890         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9892         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9893         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9894         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9896         Moved ...
9897         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9898         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9899         Moved ...
9900         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9901         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9902         Moved ...
9903         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9904         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9905         Moved ...
9906         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9907         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9908         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9909         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9910         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9911         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9912         Moved ...
9913         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9914         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9915         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9916         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9917         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9919         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9920         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9921         Moved ...
9922         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9923         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9924         Moved ...
9925         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9926         ... here.
9927         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9928         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9929         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9930         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9931         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9932         Moved ...
9933         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9934         ... here.
9935         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9936         Moved ...
9937         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9938         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9939         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9940         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9941         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9942         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9943         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9944         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9945         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9946         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9947         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9948
9949         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9950         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9951
9952         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9953         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9954
9955         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9956         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9957         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9958         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9959         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9960         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9961         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9962         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9963         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9964         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9965         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9966         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9967         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9968         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9969         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9970         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9971         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9972         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9973         Moved ...
9974         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9975         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9976         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9977         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9978         Moved ...
9979         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9980         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9981         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9982         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9983         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9985         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9986         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9987         Moved ...
9988         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9989         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9990         Moved ...
9991         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9992         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9993         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9994         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9995         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9996         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9997         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9998         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9999         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10000         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10001         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10002         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10003         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10004         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10005         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10006         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10007         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10008
10009         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10010         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10011         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10012         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10013         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10014
10015         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10016         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10018         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10019         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10020         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10021         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10022         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10023         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10024         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10025
10026         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10027         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10028
10029         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10030         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10032         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10034         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10035         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10036         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10037         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10038         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10039         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10040         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10041         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10042         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10043         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10044         Update #include.
10045         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10046         Likewise.
10047         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10048         Likewise.
10049         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10050         Likewise.
10051         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10052         Likewise.
10053         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10054         Likewise.
10055         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10056         Likewise.
10057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10058         Likewise.
10059         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10060         Likewise.
10061         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10062         Likewise.
10063         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10064         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10065         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10066         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10067         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10068         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10069         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10070         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10071         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10072         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10073         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10074         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10075         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10076         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10077         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10078
10079         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10080         that was previously under [RESET_PID].
10081         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10082         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10083         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10084
10085         * sysdeps/i386/nptl/Implies: New file.
10086         * sysdeps/x86_64/nptl/Implies: New file.
10087         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10088         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10089         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10090         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10091
10092         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10093         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10094         (__libc_vfork): New strong alias.
10095         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10096         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10097
10098         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10099         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10100         (__libc_vfork): New strong alias.
10101         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10102         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10103
10104         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10105         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10106         (__libc_vfork): New strong alias.
10107         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10108         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10109         * nptl/pt-vfork.c: New file.
10110         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10111         (libpthread: GLIBC_2.20): New version set (empty).
10112
10113 2014-05-14  Will Newton  <will.newton@linaro.org>
10114
10115         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10116         rather than #if.
10117
10118 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10119
10120         [BZ #16564]
10121         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10122         arguments with exponent 65 or above.
10123         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10124         arguments 0x1p113L or above.
10125         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10126         to arguments 0x1p107L or above.
10127         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10128         positive arguments with exponent 65 or above.
10129         * math/auto-libm-test-in: Add more tests of log1p.
10130         * math/auto-libm-test-out: Regenerated.
10131
10132         [BZ #16928]
10133         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10134         non-finite arguments is +0.
10135         * math/s_cacosf.c (__cacosf): Likewise.
10136         * math/s_cacosl.c (__cacosl): Likewise.
10137         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10138         * sysdeps/i386/fpu/libm-test-ulps: Update.
10139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10140
10141         [BZ #16927]
10142         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10143         value.
10144         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10145         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10146         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10147         for explicit high bit of mantissa when testing for argument equal
10148         to 1.
10149         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10150         * sysdeps/i386/fpu/libm-test-ulps: Update.
10151         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10152
10153         [BZ #16516]
10154         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10155         (__erf): Scale by 16 instead of 8 in potentially underflowing
10156         case.  Ensure exception if result actually underflows.
10157         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10158         (__erff): Scale by 16 instead of 8 in potentially underflowing
10159         case.  Ensure exception if result actually underflows.
10160         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10161         (efx8): Remove variable.
10162         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10163         case.  Ensure exception if result actually underflows.
10164         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10165         (efx8): Remove variable.
10166         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10167         case.  Ensure exception if result actually underflows.
10168         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10169         (efx8): Remove variable.
10170         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10171         case.  Ensure exception if result actually underflows.
10172         * math/auto-libm-test-in: Add more tests of erf.
10173         * math/auto-libm-test-out: Regenerated.
10174
10175 2014-05-14  Andreas Schwab  <schwab@suse.de>
10176
10177         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10178         Remove code conditionalized on USE___THREAD.
10179
10180         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10181         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10182         not definedness.
10183
10184 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10185
10186         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10187         Define unconditionally.
10188         (__ASSUME_O_CLOEXEC): Likewise.
10189         (__ASSUME_SOCK_CLOEXEC): Likewise.
10190         (__ASSUME_IN_NONBLOCK): Likewise.
10191         (__ASSUME_PIPE2): Likewise.
10192         (__ASSUME_EVENTFD2): Likewise.
10193         (__ASSUME_SIGNALFD4): Likewise.
10194         (__ASSUME_DUP3): Likewise.
10195         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10196         (__ASSUME_DUP3): Do not define.
10197         (__ASSUME_EVENTFD2): Likewise.
10198         (__ASSUME_IN_NONBLOCK): Likewise.
10199         (__ASSUME_O_CLOEXEC): Likewise.
10200         (__ASSUME_PIPE2): Likewise.
10201         (__ASSUME_SIGNALFD4): Likewise.
10202         (__ASSUME_SOCK_CLOEXEC): Likewise.
10203         (__ASSUME_UTIMES): Undefine.
10204         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10205         (__ASSUME_UTIMES): Do not define.
10206         (__ASSUME_O_CLOEXEC): Likewise.
10207         (__ASSUME_SOCK_CLOEXEC): Likewise.
10208         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10209         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10210         0x020621].
10211         (__ASSUME_PIPE2): Likewise.
10212         (__ASSUME_EVENTFD2): Likewise.
10213         (__ASSUME_SIGNALFD4): Likewise.
10214         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10215         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10216         Do not define.
10217         (__ASSUME_EVENTFD2): Likewise.
10218         (__ASSUME_SIGNALFD4): Likewise.
10219         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10220         (__ASSUME_32BITUIDS): Likewise.
10221         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10222         (__ASSUME_IPC64): Likewise.
10223         (__ASSUME_ST_INO_64_BIT): Likewise.
10224         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10225         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10226         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10227         (__ASSUME_UTIMES): Do not define.
10228         (__ASSUME_PSELECT): Likewise.
10229         (__ASSUME_PPOLL): Likewise.
10230         (__ASSUME_O_CLOEXEC): Likewise.
10231         (__ASSUME_SOCK_CLOEXEC): Likewise.
10232         (__ASSUME_IN_NONBLOCK): Likewise.
10233         (__ASSUME_PIPE2): Likewise.
10234         (__ASSUME_EVENTFD2): Likewise.
10235         (__ASSUME_SIGNALFD4): Likewise.
10236         (__ASSUME_DUP3): Likewise.
10237         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10238         (__ASSUME_UTIMES): Likewise.
10239         (__ASSUME_O_CLOEXEC): Likewise.
10240         (__ASSUME_SOCK_CLOEXEC): Likewise.
10241         (__ASSUME_IN_NONBLOCK): Likewise.
10242         (__ASSUME_PIPE2): Likewise.
10243         (__ASSUME_EVENTFD2): Likewise.
10244         (__ASSUME_SIGNALFD4): Likewise.
10245         (__ASSUME_DUP3): Likewise.
10246         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10247         (__ASSUME_UTIMES): Likewise.
10248         (__ASSUME_O_CLOEXEC): Likewise.
10249         (__ASSUME_SOCK_CLOEXEC): Likewise.
10250         (__ASSUME_IN_NONBLOCK): Likewise.
10251         (__ASSUME_PIPE2): Likewise.
10252         (__ASSUME_EVENTFD2): Likewise.
10253         (__ASSUME_SIGNALFD4): Likewise.
10254         (__ASSUME_DUP3): Likewise.
10255         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10256         Likewise.
10257         (__ASSUME_UTIMES): Likewise.
10258         (__ASSUME_EVENTFD2): Likewise.
10259         (__ASSUME_SIGNALFD4): Likewise.
10260         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10261         (__ASSUME_O_CLOEXEC): Likewise.
10262         (__ASSUME_SOCK_CLOEXEC): Likewise.
10263         (__ASSUME_IN_NONBLOCK): Likewise.
10264         (__ASSUME_PIPE2): Likewise.
10265         (__ASSUME_EVENTFD2): Likewise.
10266         (__ASSUME_SIGNALFD4): Likewise.
10267         (__ASSUME_DUP3): Likewise.
10268         (__ASSUME_UTIMES): Undefine.
10269
10270         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10271         feclearexcept.  Remove symbol versioning code.
10272         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10273         symbol versioning code.
10274         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10275         symbol versioning code.
10276         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10277         feupdateenv.  Remove symbol versioning code.
10278         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10279         fegetexceptflag.  Remove symbol versioning code.
10280         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10281         fesetexceptflag.  Remove symbol versioning code.
10282         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10283         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10284         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10285         (__posix_fadvise64_l32): Remove prototype.
10286         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10287         code.
10288
10289 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10290
10291         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10292         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10293         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10294         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10295
10296 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10297
10298         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10299         current working directory
10300
10301 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10302
10303         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10304         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10305         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10306         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10307         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10308         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10309         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10310         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10311         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10312         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10313         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10314         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10315         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10316         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10317         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10318         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10319         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10320         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10321         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10322         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10323         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10324         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10325         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10326         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10327         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10328         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10329         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10330         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10331         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10332         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10333         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10334         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10335         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10336         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10337         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10338         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10339         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10340         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10341         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10342         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10343         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10344         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10345
10346         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10347         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10348
10349         * sysdeps/unix/sysv/linux/arm/Makefile
10350         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10351         Add rt-aeabi_unwind_cpp_pr1.
10352         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10353         Add nptl-aeabi_unwind_cpp_pr1.
10354         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10355         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10356         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10357         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10358         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10359         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10360
10361         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10362         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10363         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10364         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10365
10366         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10367         Deconditionalize the code that was previously under [RESET_PID].
10368         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10369
10370         * sysdeps/generic/exit-thread.h: New file.
10371         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10372         * include/unistd.h (__exit_thread): Remove declaration.
10373         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10374         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10375         * csu/libc-start.c: Include <exit-thread.h>.
10376         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10377         * nptl/pthread_create.c: Include <exit-thread.h>.
10378         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10379         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10380         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10381         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10382         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10383         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10384         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10385         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10386         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10387         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10388         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10389         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10390         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10391         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10392         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10393         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10394         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10395
10396 2014-05-13  Andreas Schwab  <schwab@suse.de>
10397
10398         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10399
10400 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10401
10402         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10403         (__ASSUME_UTIMES): Do not condition on kernel version.
10404         (__ASSUME_PSELECT): Define unconditionally.
10405         (__ASSUME_PPOLL): Likewise.
10406         (__ASSUME_ATFCTS): Likewise.
10407         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10408         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10409         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10410         (__ASSUME_UTIMENSAT): Define unconditionally.
10411         (__ASSUME_PRIVATE_FUTEX): Likewise.
10412         (__ASSUME_FALLOCATE): Likewise.
10413         (__ASSUME_O_CLOEXEC): Likewise.
10414         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10415         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10416         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10417         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10418         (__ASSUME_IN_NONBLOCK): Likewise.
10419         (__ASSUME_PIPE2): Likewise.
10420         (__ASSUME_EVENTFD2): Likewise.
10421         (__ASSUME_SIGNALFD4): Likewise.
10422         (__ASSUME_DUP3): Likewise.
10423         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10424         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10425         (__ASSUME_AT_RANDOM): Likewise.
10426         (__ASSUME_PREADV): Likewise.
10427         (__ASSUME_PWRITEV): Likewise.
10428         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10429         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10430         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10431         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10432         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10433         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10434         (__ASSUME_O_CLOEXEC): Define unconditionally.
10435         (__ASSUME_PSELECT): Do not undefine conditionally.
10436         (__ASSUME_PPOLL): Likewise.
10437         (__ASSUME_ATFCTS): Likewise.
10438         (__ASSUME_SET_ROBUST_LIST): Likewise.
10439         (__ASSUME_UTIMENSAT): Likewise.
10440         (__ASSUME_FDATASYNC): Define unconditionally.
10441         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10442         (__ASSUME_SIGFRAME_V2): Likewise.
10443         )__ASSUME_EVENTFD2): Likewise.
10444         (__ASSUME_SIGNALFD4): Likewise.
10445         (__ASSUME_PSELECT): Do not undefine conditionally.
10446         (__ASSUME_PPOLL): Likewise.
10447         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10448         (__ASSUME_PSELECT): Define unconditionally.
10449         (__ASSUME_PPOLL): Likewise.
10450         (__ASSUME_O_CLOEXEC): Likewise.
10451         (__ASSUME_SOCK_CLOEXEC): Likewise.
10452         (__ASSUME_IN_NONBLOCK): Likewise.
10453         (__ASSUME_PIPE2): Likewise.
10454         (__ASSUME_EVENTFD2): Likewise.
10455         (__ASSUME_SIGNALFD4): Likewise.
10456         (__ASSUME_DUP3): Likewise.
10457         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10458         (__ASSUME_O_CLOEXEC): Likewise.
10459         (__ASSUME_SOCK_CLOEXEC): Likewise.
10460         (__ASSUME_IN_NONBLOCK): Likewise.
10461         (__ASSUME_PIPE2): Likewise.
10462         (__ASSUME_EVENTFD2): Likewise.
10463         (__ASSUME_SIGNALFD4): Likewise.
10464         (__ASSUME_DUP3): Likewise.
10465         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10466         (__ASSUME_EVENTFD2): Likewise.
10467         (__ASSUME_SIGNALFD4): Likewise.
10468         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10469
10470 2014-05-12  Andreas Schwab  <schwab@suse.de>
10471
10472         [BZ #16932]
10473         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10474         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10475         than maximum RPC packet size.
10476         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10477         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10478         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10479         (_nss_nis_getservbyport_r): Likewise.
10480
10481 2014-05-12  Will Newton  <will.newton@linaro.org>
10482
10483         * malloc/Makefile (tests): Add tst-mallopt.
10484         * malloc/tst-mallopt.c: New file.
10485
10486 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10487
10488         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10489         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10490
10491 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10492
10493         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10494         (tst-tlsmod6.so): Likewise.
10495
10496 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10497
10498         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10499
10500 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10501
10502         [BZ #16064]
10503         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10504         and <dl-procinfo.h>.
10505         (__fegetenv): Save SSE state in envp->__eip if supported.
10506         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10507         envp->__eip if supported.
10508         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10509         and <dl-procinfo.h>.
10510         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10511         __data_offset and __data_selector in environment to 0.  Set SSE
10512         state if supported.
10513         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10514         test-fenv-sse.
10515         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10516         -mfpmath=sse.
10517         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10518
10519 2014-05-09  Will Newton  <will.newton@linaro.org>
10520
10521         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10522         and libc_relro_required for ARM.
10523         * sysdeps/arm/preconfigure: Regenerate.
10524
10525 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10526             Stefan Liebler  <stli@linux.vnet.ibm.com>
10527
10528         * config.make.in (enable-lock-elision): New Makefile variable.
10529         * configure.ac: Likewise.
10530         * configure: Regenerate.
10531         * sysdeps/s390/configure.ac:
10532         Add check for gcc transactions support.
10533         * sysdeps/s390/configure: Regenerate.
10534         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10535         Build elision files if enabled.
10536         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10537         Add lock elision support for s390.
10538         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10539         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10540         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10541         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10542         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10543         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10544         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10545         Likewise.
10546         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10547         Likewise.
10548         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10549         Likewise.
10550         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10551         Likewise.
10552         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10553         (__lll_timedlock_elision, __lll_lock_elision)
10554         (__lll_unlock_elision, __lll_trylock_elision)
10555         (lll_timedlock_elision, lll_lock_elision)
10556         (lll_unlock_elision, lll_trylock_elision): Add.
10557         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10558         (pthread_mutex_t): Add lock elision support for s390.
10559
10560 2014-05-14  Wilco  <wdijkstr@arm.com>
10561
10562         * sysdeps/arm/fclrexcpt.c: Cleanup.
10563         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10564         * sysdeps/arm/feenablxcpt.c: Cleanup.
10565         * sysdeps/arm/fegetenv.c: Cleanup.
10566         * sysdeps/arm/fegetexcept.c: Cleanup.
10567         * sysdeps/arm/fegetround.c: Cleanup.
10568         * sysdeps/arm/feholdexcpt.c: Cleanup.
10569         * sysdeps/arm/fesetenv.c: Cleanup.
10570         * sysdeps/arm/fesetround.c: Cleanup.
10571         * sysdeps/arm/feupdateenv.c: Cleanup.
10572         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10573         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10574         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10575         * sysdeps/arm/ftestexcept.c: Cleanup.
10576         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10577         * sysdeps/arm/setfpucw.c: Cleanup.
10578
10579 2014-05-09  Will Newton  <will.newton@linaro.org>
10580
10581         * sysdeps/arm/armv7/strcmp.S: New file.
10582         * NEWS: Mention addition of ARMv7 optimized strcmp.
10583
10584 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10585
10586         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10587         look for %.ac rather than %.in.
10588
10589         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10590         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10591         * sysdeps/mach/hurd/configure: Regenerated.
10592         * sysdeps/unix/sysv/linux/configure: Regenerated.
10593
10594         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10595
10596 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10597
10598         [BZ# 16922]
10599         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10600         (LONG_SUB): Ditto.
10601         (PTR_SUB): Ditto.
10602
10603 2014-05-07  Andreas Schwab  <schwab@suse.de>
10604
10605         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10606         when skipping over non-matching result from nscd.
10607
10608 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10609
10610         [BZ #16876]
10611         * nptl/sockperf.c (client): Check socket return value.
10612
10613         [BZ #16877]
10614         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10615         nscd security class.
10616
10617 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10618
10619         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10620         * sysdeps/arm/unwind.h: ... here.
10621
10622 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10623
10624         [BZ# 16916]
10625         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10626         Define.
10627
10628 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10629
10630         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10631         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10632         multiarch strncpy for PPC64.
10633         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10634         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10635         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10636         multiarch optimizations.
10637         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10638         (__libc_ifunc_impl_list): Likewise.
10639         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10640         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10641         multiarch stpncpy for PPC64.
10642         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10643         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10644
10645 2014-05-06  Andreas Schwab  <schwab@suse.de>
10646
10647         [BZ #16912]
10648         * gmon/mcount.c (_MCOUNT_DECL): Use
10649         atomic_compare_and_exchange_bool_acq instead of
10650         catomic_compare_and_exchange_bool_acq.
10651
10652 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10653
10654         * elf/Makefile (others, install-bin): Remove pldd.
10655         (pldd-modules): Variable removed.
10656         ($(objpfx)pldd): Target removed.
10657         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10658         (others, install-bin): Append pldd here.
10659         ($(objpfx)pldd): New target.
10660
10661         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10662         to 0, so the first #if test emitted later doesn't see it undefined.
10663         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10664         * sysdeps/gnu/errlist.c: Regenerated.
10665
10666 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10667
10668         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10669         [libc_hidden_builtin_def]: Define to empty value.
10670         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10671         [libc_hidden_builtin_def]: Likewise.
10672         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10673         [libc_hidden_builtin_def]: Likewise.
10674         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10675         [libc_hidden_builtin_def]: Likewise.
10676         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10677         __redirect_memcpy and define ifunc as default hidden symbol.
10678         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10679         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10680
10681 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10682
10683         * locale/iso-4217.def: Reintroduce XDR currency.
10684
10685 2014-05-04  Allan McRae  <allan@archlinux.org>
10686
10687         * po/eo.po: Update Esperanto translation from translation project.
10688
10689 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10690
10691         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10692         and FEATURE_INDEX_MAX to 1.
10693         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10694
10695 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10696
10697         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10698         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10699         * iconvdata/big5.c (ONE_DIRECTION): Define.
10700         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10701         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10702         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10703         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10704         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10705         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10706         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10707         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10708         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10709         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10710         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10711         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10712         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10713         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10714         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10715         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10716         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10717         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10718         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10719         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10720         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10721         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10722         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10723         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10724         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10725         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10726         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10727         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10728         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10729         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10730         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10731         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10732         * iconvdata/johab.c (ONE_DIRECTION): Define.
10733         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10734         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10735         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10736         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10737         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10738         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10739         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10740         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10741         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10742         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10743
10744 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10745
10746         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10747         (_IO_JUMPS_OFFSET): Define to 0.
10748
10749         * nptl/sysdeps/pthread/bits/libc-lock.h
10750         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10751         (__libc_lock_define_initialized_recursive): Always define using
10752         initializer.  Modern compilers treat uninitialized (implicit zero) and
10753         explicit zero initializers the same (i.e. put the datum in bss).
10754
10755 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10756
10757         * nscd/nscd-client.h: Include <string.h>.
10758
10759 2014-05-01  David S. Miller  <davem@davemloft.net>
10760
10761         [BZ #16885]
10762         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10763         multiple zero bytes exist at the end of a string.
10764         Reported by Aurelien Jarno <aurelien@aurel32.net>
10765
10766         * string/test-strcmp.c (check): Add explicit test for situations where
10767         there are multiple zero bytes after the first.
10768
10769 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10770
10771         [BZ #16890]
10772         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10773         when compiling wprintf.
10774         * stdio-common/tstdiomisc.c (t3): New function.
10775         (main): Call it.
10776
10777 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10778
10779         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10780         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10781         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10782         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10783
10784 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10785
10786         * stdlib/longlong.h: Updated from GCC.
10787
10788 2014-05-01  Will Newton  <will.newton@linaro.org>
10789             Bernard Ogden  <bernie.ogden@linaro.org>
10790
10791         * NEWS: Update fixed bug list.
10792
10793         [BZ #15119]
10794         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10795
10796 2014-04-30  David S. Miller  <davem@davemloft.net>
10797
10798         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10799         (libc_feholdexcept_setround_sparc_ctx): New function.
10800         (libc_fesetenv_sparc_ctx): Likewise.
10801         (libc_feupdateenv_sparc_ctx): Likewise.
10802         (libc_feholdsetround_sparc_ctx): Likewise.
10803         (libc_feholdexcept_setround_ctx): Define.
10804         (libc_feholdexcept_setroundf_ctx): Likewise.
10805         (libc_feholdexcept_setroundl_ctx): Likewise.
10806         (libc_fesetenv_ctx): Likewise.
10807         (libc_fesetenvf_ctx): Likewise.
10808         (libc_fesetenvl_ctx): Likewise.
10809         (libc_feupdateenv_ctx): Likewise.
10810         (libc_feupdateenvf_ctx): Likewise.
10811         (libc_feupdateenvl_ctx): Likewise.
10812         (libc_feresetround_ctx): Likewise.
10813         (libc_feresetroundf_ctx): Likewise.
10814         (libc_feresetroundl_ctx): Likewise.
10815         (libc_feholdsetround_ctx): Likewise.
10816         (libc_feholdsetroundf_ctx): Likewise.
10817         (libc_feholdsetroundl_ctx): Likewise.
10818
10819         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10820         with __USE_GNU instead of XOPEN cpp guards.
10821
10822         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10823         0.
10824
10825         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10826         with XOPEN cpp guards.
10827
10828 2014-04-30  Julian Brown  <julian@codesourcery.com>
10829
10830         [BZ #16888]
10831         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10832         handling.
10833
10834 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10835
10836         [BZ #9894]
10837         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10838         Change to 2.6.32.
10839         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10840         * sysdeps/unix/sysv/linux/configure: Regenerated.
10841         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10842         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10843         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10844         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10845         * README: Update reference to required Linux kernel version.
10846         * manual/install.texi (Linux): Update reference to required Linux
10847         kernel headers version.
10848         * INSTALL: Regenerated.
10849
10850         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10851         header inclusion.
10852         [POSIX] (limits.h): Likewise.
10853         [POSIX] (math.h): Likewise.
10854         [POSIX] (sys/wait.h): Likewise.
10855         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10856         function.
10857         [POSIX] (stddef.h): Do not allow header inclusion.
10858
10859 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10860
10861         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10862
10863 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10864
10865         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10866         Return immediately after lll_futex_wake.
10867
10868 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10869
10870         [BZ #16791]
10871         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10872         structure.
10873         (datahead_init_pos): Call datahead_init_common early.
10874         (datahead_init_neg): Likewise.
10875
10876         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10877         datahead_init_neg): New functions.
10878         * nscd/aicache.c (addhstaiX): Use them.
10879         * nscd/grpcache.c (cache_addgr): Likewise.
10880         * nscd/hstcache.c (cache_addhst): Likewise.
10881         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10882         * nscd/netgroupcache.c (do_notfound): Likewise.
10883         (addgetnetgrentX): Likewise.
10884         (addinnetgrX): Likewise.
10885         * nscd/pwdcache.c (cache_addpw): Likewise.
10886         * nscd/servicescache.c (cache_addserv): Likewise.
10887
10888 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10889             Atsushi Onoe  <atsushi@onoe.org>
10890
10891         [BZ #14308]
10892         [BZ #12994]
10893         [BZ #13651]
10894         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10895         one response is valid.
10896         * resolv/res_send.c (send_dg): Check for validity of other
10897         response if the current response is a referral.
10898
10899 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10900
10901         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10902
10903 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10904
10905         [BZ #16823]
10906         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10907         Always divide by positive zero when computing -Inf result.
10908         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10909         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10910
10911 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10912
10913         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10914         FPSCR if value do not change.
10915         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10916         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10917         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10918         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10919         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10920         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10921         function.
10922
10923 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10924
10925         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10926         * sysdeps/unix/sysv/linux/hppa: Move directory from
10927         ports/systeps/unix/sysv/linux/hppa.
10928         * README: Update listing for hppa-*-linux-gnu.
10929
10930 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10931
10932         [BZ #16754]
10933         * manual/stdio.texi (Hook functions): Fix types of stream hook
10934         functions.
10935         [BZ #16854]
10936         * socket/sys/socket.h: Fix typo in comment.
10937
10938 2014-04-28  Wilco  <wdijkstr@arm.com>
10939
10940         * sysdeps/arm/fenv_private.h: New file.
10941         * sysdeps/arm/math_private.h: New file.
10942         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10943
10944 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10945
10946         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10947         with __int128_t.
10948         (La_x86_64_retval): Likewise.
10949
10950 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10951
10952         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10953         fpsr if value didn't change.
10954         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10955         to fpcr if value didn't change.
10956         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10957         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10958         fpsr or fpcr if value didn't change.
10959         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10960         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10961         fpcr if value didn't change.
10962         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10963         to fpsr if value didn't change.
10964
10965 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10966
10967         * nptl/tst-sem3.c: Use test-skeleton.c
10968         (main): Rename to do_test.  Use return instead of
10969         exit.
10970         * nptl/tst-sem4.c: Use test-skeleton.c
10971         (main): Rename to do_test.
10972
10973 2014-04-22  David S. Miller  <davem@davemloft.net>
10974
10975         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10976         (struct sigaction): New struct member __glibc_reserved0, change
10977         type of sa_flags to int.
10978
10979 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10980
10981         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10982         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10983
10984 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10985
10986         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10987         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10988
10989 2014-04-22  Will Newton  <will.newton@linaro.org>
10990             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10991
10992         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10993         (__longjmp): Add longjmp and longjmp_target SystemTap
10994         probes.
10995         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10996         (__sigsetjmp): Add setjmp SystemTap probe.
10997
10998 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10999
11000         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11001         match manual order.
11002
11003 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11004
11005         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11006
11007         * sysdeps/powerpc/fpu/fenv_private.h
11008         (libc_feholdexcept_setroundl_ctx): Define to
11009         libc_feholdexcept_setround_ppc_ctx.
11010         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11011         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11012         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11013         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11014
11015 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11016
11017         * sysdeps/aarch64/math-tests.h: New file.
11018
11019 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11020
11021         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11022         New.
11023         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11024         Check and set bit_AVX2_Usable.
11025         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11026         macro.
11027         (bit_AVX2): Likewise.
11028         (index_AVX2_Usable): Likewise.
11029         (CPUID_AVX2): Likewise.
11030         (HAS_AVX2): Likewise.
11031
11032 2014-04-17  Will Newton  <will.newton@linaro.org>
11033
11034         * manual/setjmp.texi (System V contexts): Add note that
11035         calling setcontext on a context created by a call to a
11036         signal handler is undefined.  Update text to note that
11037         setcontext from a signal handler is possible but not
11038         recommended.
11039
11040         [BZ #16629]
11041         * stdlib/tst-setcontext.c: Include signal.h.
11042         (main): Check that the signal stack before and
11043         after swapcontext is the same.
11044
11045         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11046         Re-implement to restore registers in user code and avoid
11047         rt_sigreturn system call.
11048
11049 2014-04-17  Wilco  <wdijkstr@arm.com>
11050
11051         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11052         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11053         * math/test-fenv.c: Skip exception trap tests on targets which only
11054         support non-stop mode.
11055
11056 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11057             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11058
11059         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11060         (libc_feholdsetround_aarch64_ctx)
11061         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11062         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11063         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11064         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11065         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11066         (libc_feresetround_noexl_ctx): Define.
11067
11068 2014-04-16  Richard Henderson  <rth@redhat.com>
11069
11070         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11071
11072         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11073         unwind tables.
11074
11075         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11076         const from the non-libc, non-ldso copy.
11077
11078         * sysdeps/alpha/libm-test-ulps: Regenerate.
11079
11080 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11081             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11082
11083         * sysdeps/aarch64/fpu/math_private.h: New file.
11084
11085 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11086
11087         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11088
11089 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11090
11091         [BZ #16275]
11092         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11093         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11094         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11095         Intel MPX bound registers before _dl_profile_fixup.
11096         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11097         registers after _dl_profile_fixup.  Save and restore bound
11098         registers bnd0/bnd1 when calling _dl_call_pltexit.
11099         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11100         (LR_BND_OFFSET): Likewise.
11101         (LRV_BND0_OFFSET): Likewise.
11102         (LRV_BND1_OFFSET): Likewise.
11103
11104 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11105
11106         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11107         to...
11108         * sysdeps/mach/hurd/i386/tls.h: ... here.
11109         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11110         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11111         fields.
11112
11113 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11114
11115         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11116
11117 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11118
11119         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11120
11121 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11122
11123         [BZ #14770]
11124         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11125         * sysdeps/s390/configure: Regenerate.
11126
11127         [BZ #16824]
11128         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11129         Set round-to-nearest internally to reduce error accumulation.
11130
11131 2014-04-16  Alan Modra  <amodra@gmail.com>
11132
11133         [BZ #16740]
11134         [BZ #16619]
11135         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11136         * math/libm-test.inc (frexp_test_data): Add tests.
11137         * NEWS: Update fixed bug list.
11138
11139 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11140
11141         * benchtests/Makefile: Depend on libraries in build directory.
11142         (bench-math): Separate out math tests.
11143         (bench-pthread): Separate out pthread tests.
11144         (bench): Include math and pthread tests.
11145
11146 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11147
11148         [BZ #16831]
11149         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11150         _dl_debug_initialize.
11151
11152         * configure.ac: Remove SELinux header check.
11153         * configure: Regenerate.
11154         * nscd/selinux.c (perms): Array of const char* to permission names.
11155         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11156         default policy. Call string_to_security_class and string_to_av_perm to
11157         translate strings. Enforce default policy and call avs_has_perm with
11158         results of translated strings.
11159
11160 2014-04-13  David S. Miller  <davem@davemloft.net>
11161
11162         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11163
11164 2014-04-12  Allan McRae  <allan@archlinux.org>
11165
11166         [BZ #16838]
11167         * manual/string.texi (Collation Functions): Fix qsort argument
11168         order in example.
11169         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11170
11171 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11172
11173         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11174         Make the test a no-op if there are no exceptions defined.
11175
11176 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11177
11178         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11179         enable-hardcoded-path-in-tests
11180
11181 2014-04-11  Will Newton  <will.newton@linaro.org>
11182
11183         * benchtests/Makefile (extra-objs): Add json-lib.o.
11184         (bench-func): Tidy up JSON output.
11185         * benchtests/bench-skeleton.c: Include json-lib.h.
11186         (main): Use JSON library functions to do output of
11187         benchmark results.
11188         * benchtests/bench-timing-type.c (main): Output the
11189         timing type simply, leaving formatting to the user.
11190         * benchtests/json-lib.c: New file.
11191         * benchtests/json-lib.h: Likewise.
11192
11193 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11194
11195         [BZ #15215]
11196         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11197         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11198         memory barriers.  Add comments.
11199         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11200         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11201         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11202         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11203         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11204         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11205
11206 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11207
11208         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11209         * sysdeps/s390/s390-64/configure.ac: ... this ...
11210         * sysdeps/s390/configure.ac: ... to here.
11211         * sysdeps/s390/s390-32/configure: Delete file.
11212         * sysdeps/s390/s390-64/configure: Delete file.
11213         * sysdeps/s390/configure: Regenerate.
11214
11215 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11216
11217         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11218
11219 2014-04-11  Will Newton  <will.newton@linaro.org>
11220
11221         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11222         to zero if it is not defined elsewhere.  (mtrim): Test
11223         the value of MALLOC_DEBUG with #if rather than #ifdef.
11224
11225 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11226
11227         * benchtests/pthread_once-inputs: New file.
11228         * benchtests/pthread_once-source.c: New file.
11229         * benchtests/README: Update documentation.
11230
11231 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11232             H.J. Lu  <hongjiu.lu@intel.com>
11233
11234         [BZ #16275]
11235         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11236         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11237         * sysdeps/x86_64/configure: Regenerated.
11238         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11239         macro.
11240         (REGISTER_SAVE_RAX): Likewise.
11241         (REGISTER_SAVE_RCX): Likewise.
11242         (REGISTER_SAVE_RDX): Likewise.
11243         (REGISTER_SAVE_RSI): Likewise.
11244         (REGISTER_SAVE_RDI): Likewise.
11245         (REGISTER_SAVE_R8): Likewise.
11246         (REGISTER_SAVE_R9): Likewise.
11247         (REGISTER_SAVE_BND0): Likewise.
11248         (REGISTER_SAVE_BND1): Likewise.
11249         (REGISTER_SAVE_BND2): Likewise.
11250         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11251         bound registers when calling _dl_fixup.
11252
11253 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11254
11255         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11256         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11257         of its definition.
11258         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11259         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11260         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11261         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11262         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11263         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11264         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11265
11266 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11267
11268         [BZ #15514]
11269         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11270         pathconf(_PC_NAME_MAX).
11271
11272 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11273
11274         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11275         Remove macro usage.
11276         (__PTHREAD_SPINS): Move definition to ...
11277         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11278         (__PTHREAD_SPINS): ... here.
11279         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11280         (__PTHREAD_SPIN): Likewise.
11281         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11282         (__PTHREAD_SPIN): Likewise.
11283         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11284         (__PTHREAD_SPIN): Likewise.
11285         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11286         (__PTHREAD_SPIN): Likewise.
11287         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11288         (__PTHREAD_SPIN): Likewise.
11289         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11290         (__PTHREAD_SPIN): Likewise.
11291         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11292         (__PTHREAD_SPIN): Likewise.
11293         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11294         (__PTHREAD_SPIN): Likewise.
11295         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11296         (__PTHREAD_SPIN): Likewise.
11297         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11298         (__PTHREAD_SPIN): Likewise.
11299         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11300         (__PTHREAD_SPIN): Likewise.
11301         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11302         (__PTHREAD_SPIN): Likewise.
11303
11304         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11305         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11306         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11307         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11308         imply folder.
11309         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11310         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11311         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11312         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11313         correct imply path.
11314         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11315         strlen symbol for non multi-arch builds.
11316         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11317         missing hidden_def and weak_alias.
11318
11319 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11320
11321         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11322
11323 2014-04-07  Will Newton  <will.newton@linaro.org>
11324
11325         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11326         and contents.  [!_LIBC] Remove #ifndef and contents.
11327         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11328         * string/memccpy.c (__memccpy): Use ANSI prototype.
11329         * string/memfrob.c (memfrob): Likewise.
11330         * string/strcoll.c (STRCOLL): Likewise.
11331         * string/strlen.c (strlen): Likewise.
11332         * string/strtok.c (STRTOK): Likewise.
11333         * string/strcat.c: Remove unused #include of memcopy.h.
11334         (strcat): Use ANSI prototype.
11335         * string/strchr.c: Remove unused #include of memcopy.h.
11336         (strchr): Use ANSI prototype.
11337         * string/strcmp.c: Remove unused #include of memcopy.h.
11338         (strcmp): Use ANSI prototype.
11339         * string/strcpy.c: Remove unused #include of memcopy.h.
11340         (strcpy): Use ANSI prototype.
11341
11342 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11343
11344         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11345         * config.make.in (config-extra-cppflags): Set it from
11346         libc_extra_cppflags.
11347         * configure.ac (libc_extra_cflags): Make it accumulate over
11348         configure fragments.
11349         (libc_extra_cppflags): New flag.
11350         * configure. Regenerate.
11351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11352         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11353         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11355
11356         [BZ #16815]
11357         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11358         result for FE_DOWNWARD rounding mode.
11359         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11360         Likewise.
11361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11362
11363 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11364
11365         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11366         in function argument name.
11367
11368 2014-04-03  David Svoboda  <svoboda@cert.org>
11369
11370         [BZ #5666]
11371         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11372         explicitly.
11373
11374 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11375
11376         * elf/dl-unmap-segments.h: New file.
11377         * sysdeps/generic/ldsodefs.h
11378         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11379         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11380         * elf/dl-fptr.c: Likewise.
11381         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11382         * sysdeps/aarch64/tlsdesc.c: Likewise.
11383         * sysdeps/arm/tlsdesc.c: Likewise.
11384         * sysdeps/i386/tlsdesc.c: Likewise.
11385         * sysdeps/tile/dl-runtime.c: Likewise.
11386         * sysdeps/x86_64/tlsdesc.c: Likewise.
11387         * elf/dl-load.h: New file.
11388         * elf/dl-load.c: Include it.
11389         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11390         Macros moved to dl-load.h.
11391         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11392         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11393         Use _dl_unmap_segments in place of __munmap.
11394         Break out segment-mapping loop into ...
11395         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11396
11397 2014-04-03  Will Newton  <will.newton@linaro.org>
11398
11399         * elf/dl-lookup.c (do_lookup_x): Remove comment
11400         referring to nested function and move variable
11401         declarations down to before first use.
11402
11403 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11404
11405         [BZ #16799]
11406         [BZ #16800]
11407         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11408         with 0 numerator.
11409         * math/s_catanf.c (__catanf): Likewise.
11410         * math/s_catanh.c (__catanh): Likewise.
11411         * math/s_catanhf.c (__catanhf): Likewise.
11412         * math/s_catanhl.c (__catanhl): Likewise.
11413         * math/s_catanl.c (__catanl): Likewise.
11414         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11415         by positive zero when computing -Inf result.
11416         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11417         (catanh_test): Likewise.
11418         * sysdeps/i386/fpu/libm-test-ulps: Update.
11419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11420
11421         [BZ #16789]
11422         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11423         instead of using underflowing value in computing result.
11424         * math/s_clog10.c (__clog10): Likewise.
11425         * math/s_clog10f.c (__clog10f): Likewise.
11426         * math/s_clog10l.c (__clog10l): Likewise.
11427         * math/s_clogf.c (__clogf): Likewise.
11428         * math/s_clogl.c (__clogl): Likewise.
11429         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11430         (clog10_test): Likewise.
11431         * sysdeps/i386/fpu/libm-test-ulps: Update.
11432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11433
11434 2014-04-02  Alan Modra  <amodra@gmail.com>
11435
11436         [BZ #16739]
11437         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11438         output when value is near a power of two.  Use int64_t for lx and
11439         remove casts.  Use decimal rather than hex exponent constants.
11440         Don't use long double multiplication when double will suffice.
11441         * math/libm-test.inc (nextafter_test_data): Add tests.
11442         * NEWS: Add 16739 and 16786 to bug list.
11443
11444         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11445
11446         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11447
11448 2014-04-01  Will Newton  <will.newton@linaro.org>
11449
11450         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11451         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11452
11453 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11454
11455         [BZ #13347]
11456         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11457         * nptl/tst-setuid2.c: New file.
11458         * nptl/Makefile (xtests): Add tst-setuid2.
11459
11460 2014-04-01  Alan Modra  <amodra@gmail.com>
11461
11462         [BZ #16786]
11463         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11464
11465 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11466
11467         [BZ #6803]
11468         [BZ #6804]
11469         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11470         set errno as appropriate.
11471         * math/w_scalbf.c (__scalbf): Likewise.
11472         * math/w_scalbl.c (__scalbl): Likewise.
11473         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11474         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11475         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11476         Add more NaN tests.
11477
11478         [BZ #16349]
11479         * math/w_atan2.c: Include <errno.h>.
11480         (__atan2): Set errno for result underflowing to zero.
11481         * math/w_atan2f.c: Include <errno.h>.
11482         (__atan2f): Set errno for result underflowing to zero.
11483         * math/w_atan2l.c: Include <errno.h>.
11484         (__atan2l): Set errno for result underflowing to zero.
11485         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11486         tests.
11487         * math/auto-libm-test-out: Regenerated.
11488
11489 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11490
11491         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11492         Encode instruction correctly in little endian.
11493         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11494         Likewise.
11495         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11496         Likewise.
11497         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11498         Likewise.
11499         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11500         Likewise.
11501
11502 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11503
11504         [BZ #9894]
11505         * sysdeps/unix/sysv/linux/kernel-features.h
11506         [__sparc__ && !__arch64__ && !__sparc_v9__]
11507         (__ASSUME_SET_ROBUST_LIST): Do not define.
11508         [__sparc__ && !__arch64__ && !__sparc_v9__]
11509         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11510         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11511         Likewise.
11512         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11513         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11514         (__ASSUME_REQUEUE_PI): Likewise.
11515         (__ASSUME_SET_ROBUST_LIST): Likewise.
11516         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11517         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11518         Undefine.
11519         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11520         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11521         Likewise.
11522         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11523         Likewise.
11524         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11525         Likewise.
11526         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11527         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11528         Undefine.
11529         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11530         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11531         Likewise.
11532
11533         [BZ #16648]
11534         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11535         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11536         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11537
11538 2014-03-31  Will Newton  <will.newton@linaro.org>
11539
11540         * benchtests/Makefile (bench): Add ffs and ffsll to list
11541         of tests.
11542         * benchtests/ffs-inputs: New file.
11543         * benchtests/ffsll-inputs: Likewise.
11544
11545 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11546
11547         [BZ #16770]
11548         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11549         too large before casting to int.
11550         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11551         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11552         * math/libm-test.inc (scalb_test_data): Add more tests.
11553
11554 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11555
11556         * benchtests/Makefile (DETAILED_OPT): New make option.
11557         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11558         set.
11559         * benchtests/bench-skeleton.c: Include stdbool.h.
11560         (main): Store and print timings per input.
11561         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11562         member to each argument value.
11563         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11564         (_print_arg_data): Initialize per-input timing to 0.
11565
11566         * benchtests/Makefile (timing-type): New binary.
11567         (bench-clean): Also remove bench-timing-type.
11568         (bench): New target for timing-type.
11569         (bench-func): Print output in JSON format.
11570         * benchtests/bench-skeleton.c (main): Print output in JSON
11571         format.
11572         * benchtests/bench-timing-type.c: New file.
11573         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11574         (TIMING_PRINT_STATS): Remove.
11575         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11576         name separately.
11577
11578         * benchtests/bench-modf.c: Remove.
11579         * benchtests/modf-inputs: New inputs file.
11580
11581 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11582
11583         [BZ #16362]
11584         * math/s_clog10.c (M_PI_LOG10E): New macro.
11585         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11586         imaginary parts are 0.
11587         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11588         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11589         imaginary parts are 0.
11590         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11591         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11592         imaginary parts are 0.
11593         * math/libm-test.inc (clog10_test_data): Update expected results
11594         for when real and imaginary parts are 0.
11595
11596 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11597
11598         * elf/dl-load.c: Finish conversion of __builtin_expect into
11599         __glibc_{un}likely.
11600
11601 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11602
11603         [BZ #16348]
11604         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11605         1+x for argument with exponent below -67.
11606         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11607         Likewise.
11608         * math/auto-libm-test-in: Add more tests of exp.
11609         * math/auto-libm-test-out: Regenerated.
11610
11611 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11612
11613         [BZ #16759]
11614         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11615         (nscd_getnetgrent): Use it.
11616
11617         [BZ #16760]
11618         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11619         of stpcpy.
11620
11621 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11622
11623         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11624         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11625         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11626         (lll_robust_unlock): Remove out of line section. Use cfi
11627         intrinsics.
11628         (LLL_STUB_UNWIND_INFO*): Remove.
11629         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11630         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11631         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11632         (lll_robust_unlock): Remove out of line section. Use cfi
11633         intrinsics.
11634         (LLL_STUB_UNWIND_INFO*): Remove.
11635
11636 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11637
11638         [BZ #16758]
11639         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11640         blank values.
11641
11642 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11643
11644         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11645
11646 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11647
11648         [BZ #16198]
11649         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11650         fnstenv.
11651         * math/test-fenv-preserve.c: New file.
11652         * math/Makefile (tests): Add test-fenv-preserve.
11653
11654 2014-03-26  Will Newton <will.newton@linaro.org>
11655
11656         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11657
11658 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11659
11660         * scripts/versionlist.awk: Partition the version sets and emit all
11661         GLIBC_* (sorted) before all others (sorted).
11662
11663 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11664
11665         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11666         GLIBC_2.2.5 version.
11667
11668 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11669
11670         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11671         calls.
11672
11673         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11674         previous change.
11675
11676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11677
11678 2014-03-25  Andreas Schwab  <schwab@suse.de>
11679
11680         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11681         label to be used after in6ailist is initialized.
11682
11683 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11684
11685         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11686         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11687
11688 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11689
11690         [BZ #16357]
11691         [BZ #16599]
11692         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11693         min_plus_half.
11694         (fp_formats): Update initializers.
11695         (init_fp_formats): Initialize new field.
11696         (output_for_one_input_case): Allow underflow for results up to
11697         min_plus_half.
11698         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11699         * math/auto-libm-test-in: Don't mark some underflows from asin and
11700         atanh as spurious.
11701         * math/auto-libm-test-out: Regenerated.
11702         * sysdeps/i386/fpu/libm-test-ulps: Update.
11703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11704
11705 2014-03-25  Andreas Schwab  <schwab@suse.de>
11706
11707         * libio/Makefile (tst-ftell-partial-wide-ENV)
11708         (tst-ftell-active-handler-ENV): Define.
11709
11710 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11711
11712         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11713
11714 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11715
11716         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11717
11718 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11719
11720         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11721         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11722         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11723
11724 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11725
11726         [BZ #16634]
11727         * elf/dl-load.c (open_verify): Add mode parameter.
11728         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11729         (open_path): Change from boolean 'secure' to complete flag 'mode'
11730         (_dl_map_object): Adjust.
11731         * elf/Makefile (tests): Add tst-dlopen-aout.
11732         * elf/tst-dlopen-aout.c: New test.
11733
11734 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11735
11736         [BZ #16714]
11737         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11738         (struct stat): Rename member pad0 to __glibc_reserved0.
11739
11740         [BZ #16712]
11741         * sysdeps/s390/s390-32/bits/wordsize.h
11742         (__WORDSIZE32_SIZE_ULONG): New define.
11743         * sysdeps/s390/s390-64/bits/wordsize.h
11744         (__WORDSIZE32_SIZE_ULONG): Likewise.
11745         * sysdeps/generic/stdint.h (SIZE_MAX):
11746         Define as UL if __WORDSIZE32_SIZE_ULONG.
11747
11748         [BZ #16713]
11749         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11750         (__glibc_reserved0): New variable.
11751         (sa_flags): Change type to int.
11752
11753         * posix/Makefile (before-compile): Use += before-compile instead
11754         of a :=.
11755
11756         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11757         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11758
11759 2014-03-20  Andreas Schwab  <schwab@suse.de>
11760
11761         [BZ #16743]
11762         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11763         non-matching result from nscd.
11764
11765 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11766
11767         * scripts/bench.py: Moved to ...
11768         * benchtests/scripts/bench.py: ... here.
11769         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11770
11771 2014-03-24  Andreas Schwab  <schwab@suse.de>
11772
11773         [BZ #16002]
11774         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11775         alloca_account and account alloca use for struct in6ailist.
11776
11777 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11778
11779         [BZ #16284]
11780         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11781         rounding mode to recompute results that overflow to infinity or
11782         underflow to zero.
11783         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11784         bug 16284.
11785         * math/auto-libm-test-out: Regenerated.
11786         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11787         (ccosh_test): Likewise.
11788         (csin_test_data): Use plus_oflow.
11789         (csin_test): Use ALL_RM_TEST.
11790         (csinh_test_data): Use plus_oflow.
11791         (csinh_test): Use ALL_RM_TEST.
11792         * sysdeps/i386/fpu/libm-test-ulps: Update.
11793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11794
11795 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11796
11797         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11798         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11799         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11800
11801         [BZ #16731]
11802         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11803         when x - 1 is zero.
11804         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11805         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11806         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11807         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11808         argument is 1.
11809         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11810         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11811         zero.
11812         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11813         * sysdeps/i386/fpu/libm-test-ulps: Update.
11814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11815
11816 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11817
11818         * scripts/bench.pl: Remove file.
11819         * scripts/bench.py: New benchmark script.
11820         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11821         * benchtests/README: Mention python dependency.
11822         * scripts/pylintrc: New file.
11823         * scripts/pylint: New file.
11824
11825         * bits/mathdef.h: Use #ifdef instead of #if.
11826         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11827         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11828         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11829         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11830         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11831         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11832
11833 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11834             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11835
11836         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11837         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11838         and strpbrk-ppc64 objects.
11839         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11840         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11841         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11842         multiarch strpbrk for POWER7.
11843         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11844         multiarch strpbrk for PPC64.
11845         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11846         ifunc selector.
11847         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11848         strpbrk for POWER7.
11849
11850 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11851
11852         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11853         (atan_test): Likewise.
11854         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11855         (atanh_test): Use ALL_RM_TEST.
11856         (atan2_test_data): Likewise.
11857         (cabs_test): Likewise.
11858         (cacosh_test): Likewise.
11859         (carg_test): Likewise.
11860         (casin_test): Likewise.
11861         (casinh_test): Likewise.
11862         (cbrt_test): Likewise.
11863         (csqrt_test): Likewise.
11864         (erf_test): Likewise.
11865         (erfc_test): Likewise.
11866         (pow10_test): Likewise.
11867         (exp2_test): Likewise.
11868         (hypot_test): Likewise.
11869         (j0_test): Likewise.
11870         (j1_test): Likewise.
11871         (lgamma_test): Likewise.
11872         (gamma_test): Likewise.
11873         (sincos_test): Likewise.
11874         (tanh_test): Likewise.
11875         (y0_test): Likewise.
11876         (y1_test): Likewise.
11877         * sysdeps/i386/fpu/libm-test-ulps: Update.
11878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11879
11880 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11881
11882         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11883         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11884         and strcspn-ppc64 objects.
11885         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11886         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11887         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11888         multiarch strcspn for POWER7.
11889         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11890         multiarch strcspn for PPC64.
11891         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11892         ifunc selector.
11893         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11894         strcspn for POWER7.
11895
11896 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11897
11898         * math/gen-libm-test.pl (generate_testfile): Expect only function
11899         name as argument to AUTO_TESTS_* and pass results for all rounding
11900         modes to parse_args.
11901         (parse_auto_input): Separate inputs of automatic tests from
11902         outputs before storing in %auto_tests.
11903         * math/libm-test.inc (acos_test_data): Update call to
11904         AUTO_TESTS_f_f.
11905         (acos_test): Use ALL_RM_TEST.
11906         (acos_tonearest_test_data): Remove.
11907         (acos_test_tonearest): Likewise.
11908         (acos_towardzero_test_data): Likewise.
11909         (acos_test_towardzero): Likewise.
11910         (acos_downward_test_data): Likewise.
11911         (acos_test_downward): Likewise.
11912         (acos_upward_test_data): Likewise.
11913         (acos_test_upward): Likewise.
11914         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11915         (asin_test_data): Likewise.
11916         (asin_test): Use ALL_RM_TEST.
11917         (asin_tonearest_test_data): Remove.
11918         (asin_test_tonearest): Likewise.
11919         (asin_towardzero_test_data): Likewise.
11920         (asin_test_towardzero): Likewise.
11921         (asin_downward_test_data): Likewise.
11922         (asin_test_downward): Likewise.
11923         (asin_upward_test_data): Likewise.
11924         (asin_test_upward): Likewise.
11925         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11926         (atan_test_data): Likewise.
11927         (atanh_test_data): Likewise.
11928         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11929         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11930         (carg_test_data): Likewise.
11931         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11932         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11933         (ccosh_test_data): Likewise.
11934         (cexp_test_data): Likewise.
11935         (clog_test_data): Likewise.
11936         (clog10_test_data): Likewise.
11937         (cos_test_data): Update call to AUTO_TESTS_f_f.
11938         (cos_test): Use ALL_RM_TEST.
11939         (cos_tonearest_test_data): Remove.
11940         (cos_test_tonearest): Likewise.
11941         (cos_towardzero_test_data): Likewise.
11942         (cos_test_towardzero): Likewise.
11943         (cos_downward_test_data): Likewise.
11944         (cos_test_downward): Likewise.
11945         (cos_upward_test_data): Likewise.
11946         (cos_test_upward): Likewise.
11947         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11948         (cosh_test): Use ALL_RM_TEST.
11949         (cosh_tonearest_test_data): Remove.
11950         (cosh_test_tonearest): Likewise.
11951         (cosh_towardzero_test_data): Likewise.
11952         (cosh_test_towardzero): Likewise.
11953         (cosh_downward_test_data): Likewise.
11954         (cosh_test_downward): Likewise.
11955         (cosh_upward_test_data): Likewise.
11956         (cosh_test_upward): Likewise.
11957         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11958         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11959         (ctan_test_data): Likewise.
11960         (ctan_test): Use ALL_RM_TEST.
11961         (ctan_tonearest_test_data): Remove.
11962         (ctan_test_tonearest): Likewise.
11963         (ctan_towardzero_test_data): Likewise.
11964         (ctan_test_towardzero): Likewise.
11965         (ctan_downward_test_data): Likewise.
11966         (ctan_test_downward): Likewise.
11967         (ctan_upward_test_data): Likewise.
11968         (ctan_test_upward): Likewise.
11969         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11970         (ctanh_test): Use ALL_RM_TEST.
11971         (ctanh_tonearest_test_data): Remove.
11972         (ctanh_test_tonearest): Likewise.
11973         (ctanh_towardzero_test_data): Likewise.
11974         (ctanh_test_towardzero): Likewise.
11975         (ctanh_downward_test_data): Likewise.
11976         (ctanh_test_downward): Likewise.
11977         (ctanh_upward_test_data): Likewise.
11978         (ctanh_test_upward): Likewise.
11979         (erf_test_data): Update call to AUTO_TESTS_f_f.
11980         (erfc_test_data): Likewise.
11981         (exp_test_data): Likewise.
11982         (exp_test): Use ALL_RM_TEST.
11983         (exp_tonearest_test_data): Remove.
11984         (exp_test_tonearest): Likewise.
11985         (exp_towardzero_test_data): Likewise.
11986         (exp_test_towardzero): Likewise.
11987         (exp_downward_test_data): Likewise.
11988         (exp_test_downward): Likewise.
11989         (exp_upward_test_data): Likewise.
11990         (exp_test_upward): Likewise.
11991         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11992         (exp10_test): Use ALL_RM_TEST.
11993         (exp10_tonearest_test_data): Remove.
11994         (exp10_test_tonearest): Likewise.
11995         (exp10_towardzero_test_data): Likewise.
11996         (exp10_test_towardzero): Likewise.
11997         (exp10_downward_test_data): Likewise.
11998         (exp10_test_downward): Likewise.
11999         (exp10_upward_test_data): Likewise.
12000         (exp10_test_upward): Likewise.
12001         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12002         (expm1_test_data): Likewise.
12003         (expm1_test): Use ALL_RM_TEST.
12004         (expm1_tonearest_test_data): Remove.
12005         (expm1_test_tonearest): Likewise.
12006         (expm1_towardzero_test_data): Likewise.
12007         (expm1_test_towardzero): Likewise.
12008         (expm1_downward_test_data): Likewise.
12009         (expm1_test_downward): Likewise.
12010         (expm1_upward_test_data): Likewise.
12011         (expm1_test_upward): Likewise.
12012         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12013         (fma_test): Use ALL_RM_TEST.
12014         (fma_towardzero_test_data): Remove.
12015         (fma_test_towardzero): Likewise.
12016         (fma_downward_test_data): Likewise.
12017         (fma_test_downward): Likewise.
12018         (fma_upward_test_data): Likewise.
12019         (fma_test_upward): Likewise.
12020         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12021         (j0_test_data): Update call to AUTO_TESTS_f_f.
12022         (j1_test_data): Likewise.
12023         (jn_test_data): Update call to AUTO_TESTS_if_f.
12024         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12025         (log_test_data): Update call to AUTO_TESTS_f_f.
12026         (log10_test_data): Likewise.
12027         (log1p_test_data): Likewise.
12028         (log2_test_data): Likewise.
12029         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12030         (pow_tonearest_test_data): Likewise.
12031         (sin_test_data): Update call to AUTO_TESTS_f_f.
12032         (sin_test): Use ALL_RM_TEST.
12033         (sin_tonearest_test_data): Remove.
12034         (sin_test_tonearest): Likewise.
12035         (sin_towardzero_test_data): Likewise.
12036         (sin_test_towardzero): Likewise.
12037         (sin_downward_test_data): Likewise.
12038         (sin_test_downward): Likewise.
12039         (sin_upward_test_data): Likewise.
12040         (sin_test_upward): Likewise.
12041         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12042         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12043         (sinh_test): Use ALL_RM_TEST.
12044         (sinh_tonearest_test_data): Remove.
12045         (sinh_test_tonearest): Likewise.
12046         (sinh_towardzero_test_data): Likewise.
12047         (sinh_test_towardzero): Likewise.
12048         (sinh_downward_test_data): Likewise.
12049         (sinh_test_downward): Likewise.
12050         (sinh_upward_test_data): Likewise.
12051         (sinh_test_upward): Likewise.
12052         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12053         (sqrt_test): Use ALL_RM_TEST.
12054         (sqrt_tonearest_test_data): Remove.
12055         (sqrt_test_tonearest): Likewise.
12056         (sqrt_towardzero_test_data): Likewise.
12057         (sqrt_test_towardzero): Likewise.
12058         (sqrt_downward_test_data): Likewise.
12059         (sqrt_test_downward): Likewise.
12060         (sqrt_upward_test_data): Likewise.
12061         (sqrt_test_upward): Likewise.
12062         (tan_test_data): Update call to AUTO_TESTS_f_f.
12063         (tan_test): Use ALL_RM_TEST.
12064         (tan_tonearest_test_data): Remove.
12065         (tan_test_tonearest): Likewise.
12066         (tan_towardzero_test_data): Likewise.
12067         (tan_test_towardzero): Likewise.
12068         (tan_downward_test_data): Likewise.
12069         (tan_test_downward): Likewise.
12070         (tan_upward_test_data): Likewise.
12071         (tan_test_upward): Likewise.
12072         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12073         (tgamma_test_data): Likewise.
12074         (y0_test_data): Likewise.
12075         (y1_test_data): Likewise.
12076         (yn_test_data): Update call to AUTO_TESTS_if_f.
12077         (main): Do not call removed functions.
12078
12079 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12080
12081         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12082         (ldexp_test_data): Remove.
12083         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12084         scalbn_test_data.
12085         (scalb_test): Use ALL_RM_TEST.
12086
12087 2014-03-19  Andreas Schwab  <schwab@suse.de>
12088
12089         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12090
12091 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12092
12093         [BZ #16649]
12094         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12095         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12096         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12097         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12098         (__ASSUME_PREADV): Undefine.
12099         (__ASSUME_PWRITEV): Likewise.
12100
12101 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12102
12103         * bits/mman-linux.h: Add comment about non-Linux use.
12104         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12105         bits/mman-linux.h resting place.
12106
12107         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12108         * bits/mman-linux.h: ... here.
12109
12110 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12111
12112         * conform/conformtest.pl: Add standard definition when calling C
12113         preprocessor on data files.
12114         (checknamespace): Remove unused variable.
12115
12116 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12117
12118         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12119         minus_oflow, plus_uflow and minus_uflow in expected results.
12120         * math/libm-test.inc (scalbn_test_data): Add more tests of
12121         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12122         minus_uflow.
12123         (scalbn_test): Use ALL_RM_TEST.
12124         (scalbln_test_data): Add more tests of negative arguments.  Use
12125         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12126         (scalbln_test): Use ALL_RM_TEST.
12127
12128 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12129
12130         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12131
12132 2014-03-18  Will Newton  <will.newton@linaro.org>
12133
12134         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12135         inaccurate comment.
12136
12137 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12138
12139         * Makerules [!subdir] (check-abi): Exit with error status if a
12140         test failed.
12141
12142 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12143
12144         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12145         for rint.  Include results for all rounding modes.
12146         (nearbyint_test): Use ALL_RM_TEST.
12147         (rint_test_data): Include all tests used for nearbyint.
12148
12149 2014-03-17  Will Newton  <will.newton@linaro.org>
12150
12151         * nptl/sysdeps/pthread/pthread.h: Revert previous
12152         change.
12153
12154         * sysdeps/generic/ldsodefs.h: Revert previous
12155         change.
12156
12157         * libio/genops.c: Revert previous change.
12158         * libio/libioP.h: Likewise.
12159         * stdio-common/vfprintf.c: Likewise.
12160
12161         * sysdeps/generic/math_private.h: Revert previous
12162         change.
12163
12164         * sysdeps/generic/math_private.h: Check whether
12165         HAVE_RM_CTX is defined with #ifdef rather
12166         than #if.
12167
12168         * argp/argp-fmtstream.h: Check whether
12169         __STRICT_ANSI__ is defined with #ifdef rather
12170         than #if.
12171         * argp/argp.h: Likewise.
12172
12173         * libio/genops.c: Check whether
12174         _IO_JUMPS_OFFSET is defined with #ifdef rather
12175         than #if.
12176         * libio/libioP.h: Likewise.
12177         * stdio-common/vfprintf.c: Likewise.
12178
12179         * sysdeps/generic/ldsodefs.h: Check whether
12180         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12181         than #if.
12182
12183         * nptl/sysdeps/pthread/pthread.h: Check
12184         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12185         its value.
12186
12187 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12188
12189         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12190         setting O_APPEND.
12191         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12192         test case.
12193
12194         [BZ #16680]
12195         * libio/fileops.c (_IO_file_open): Seek to end of file but
12196         don't cache the offset.
12197         (get_file_offset): Remove function.
12198         (do_ftell): Use cached offset when available.
12199         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12200         don't cache the offset.
12201         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12202         case.
12203         (do_one_test): Call it.
12204         (do_ftell_test): Fix up expected old offset for a+ mode.
12205         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12206         available.
12207
12208         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12209         up test status with function return status.
12210         (do_write_test): Likewise.
12211         (do_append_test): Likewise.
12212
12213         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12214         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12215         Remove.
12216
12217 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12218
12219         * math/gen-libm-test.pl (parse_args): Handle results specified for
12220         each rounding mode separately.
12221         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12222         tests and results from lrint_tonearest_test_data,
12223         lrint_towardzero_test_data, lrint_downward_test_data and
12224         lrint_upward_test_data.
12225         (lrint_test): Use ALL_RM_TEST.
12226         (lrint_tonearest_test_data): Remove.
12227         (lrint_test_tonearest): Likewise.
12228         (lrint_towardzero_test_data): Likewise.
12229         (lrint_test_towardzero): Likewise.
12230         (lrint_downward_test_data): Likewise.
12231         (lrint_test_downward): Likewise.
12232         (lrint_upward_test_data): Likewise.
12233         (lrint_test_upward): Likewise.
12234         (llrint_test_data): Merge in per-rounding-mode tests and results
12235         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12236         llrint_downward_test_data and llrint_upward_test_data.
12237         (llrint_test): Use ALL_RM_TEST.
12238         (llrint_tonearest_test_data): Remove.
12239         (llrint_test_tonearest): Likewise.
12240         (llrint_towardzero_test_data): Likewise.
12241         (llrint_test_towardzero): Likewise.
12242         (llrint_downward_test_data): Likewise.
12243         (llrint_test_downward): Likewise.
12244         (llrint_upward_test_data): Likewise.
12245         (llrint_test_upward): Likewise.
12246         (rint_test_data): Merge in per-rounding-mode tests and results
12247         from rint_tonearest_test_data, rint_towardzero_test_data,
12248         rint_downward_test_data and rint_upward_test_data.  Add
12249         per-rounding-mode results for tests not in those arrays.
12250         (rint_test): Use ALL_RM_TEST.
12251         (rint_tonearest_test_data): Remove.
12252         (rint_test_tonearest): Likewise.
12253         (rint_towardzero_test_data): Likewise.
12254         (rint_test_towardzero): Likewise.
12255         (rint_downward_test_data): Likewise.
12256         (rint_test_downward): Likewise.
12257         (rint_upward_test_data): Likewise.
12258         (rint_test_upward): Likewise.
12259         (main): Don't call removed functions.
12260
12261 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12262
12263         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12264         "Compiled on ..." crapola.  It is anti-useful.
12265
12266 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12267
12268         * scripts/evaluate-test.sh: Handle fourth argument to determine
12269         whether test run should stop on failure.
12270         * Makeconfig (stop-on-test-failure): New variable.
12271         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12272         $(stop-on-test-failure).
12273         * Makefile (tests): Give a summary of results from testing and
12274         exit with failure status if they include an ERROR or FAIL.
12275         (xtests): Likewise.
12276         * manual/install.texi (Configuring and compiling): Mention
12277         stop-on-test-failure=y.
12278         * INSTALL: Regenerated.
12279
12280 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12281
12282         * scripts/versionlist.awk: New file.
12283         * Makerules [$(build-shared) = yes]
12284         (postclean-generated): Add Versions.def, not Versions.def.v and
12285         Versions.def.v.i.
12286         ($(common-objpfx)Versions.def.v.i): Target removed.
12287         ($(common-objpfx)Versions.def): New target.
12288         ($(common-objpfx)Versions.all): Depend on that rather that
12289         $(common-objpfx)Versions.def.v.
12290         * Versions.def: File removed.
12291
12292         * Makeconfig (+gccwarn): Add -Wundef.
12293         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12294         a dl-sysdep.h breaking its contract.
12295         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12296         * include/stackinfo.h: New file.
12297         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12298         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12299         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12300         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12301         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12302         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12303         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12304         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12305         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12306         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12307         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12308         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12309         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12310         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12311         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12312
12313 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12314
12315         [BZ #16707]
12316         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12317         implementation.
12318         * math/libm-test.inc (round_test_data): Add more tests.
12319
12320         [BZ #16706]
12321         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12322         implementation.
12323         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12324
12325         [BZ #16701]
12326         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12327         implementation.
12328         * math/libm-test.inc (ceil_test_data): Add more tests.
12329
12330         * math/libm-test.inc (trunc_test_data): Add more tests related to
12331         BZ#16414.
12332
12333 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12334
12335         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12336         with #if rather than #ifdef.
12337         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12338
12339 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12340
12341         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12342         first.  Disable AVX-512 GCC support if assembler doesn't support
12343         it.
12344         * sysdeps/x86_64/configure: Regenerated.
12345
12346 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12347
12348         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12349         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12350         (__old_pthread_attr_setstack): Likewise.
12351         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12352         [!_STACK_GROWS_DOWN]: Likewise.
12353
12354 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12355
12356         * config.make.in (have-bash2): Delete.
12357         * configure.ac (libc_cv_have_bash2): Delete.
12358         * configure: Regenerate.
12359         * elf/Makefile (common-ldd-rewrite): Rename to ...
12360         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12361         (sh-ldd-rewrite): Delete.
12362         (bash-ldd-rewrite): Delete.
12363         (have-bash2): Delete checks.
12364         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12365         ldd-rewrite.
12366
12367         * config.make.in (have-ksh): Delete.
12368         (KSH): Delete.
12369         * configure.ac (libc_cv_have_ksh): Delete.
12370         * configure: Regenerate.
12371
12372         * elf/Makefile: Delete $(have-ksh) check.
12373         ($(objpfx)sotruss): Change KSH to BASH.
12374         * elf/sotruss.ksh: Rename to ...
12375         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12376         function style to match POSIX.  Drop ksh vim mode setting.
12377
12378         * manual/time.texi (Specifying the Time Zone with TZ): Change
12379         Tuesday to Thursday.
12380
12381         * debug/tst-longjmp_chk2.c: Update header comment.
12382         (stackoverflow_handler): Add comment.  Call assert on pass value.
12383
12384 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12385
12386         [BZ #16194]
12387         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12388         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12389         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12390         (La_x86_64_vector): Add zmm.
12391         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12392         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12393         ($(objpfx)tst-audit10): New target.
12394         ($(objpfx)tst-audit10.out): Likewise.
12395         (tst-audit10-ENV): New.
12396         (AVX512-CFLAGS): Likewise.
12397         (CFLAGS-tst-audit10.c): Likewise.
12398         (CFLAGS-tst-auditmod10a.c): Likewise.
12399         (CFLAGS-tst-auditmod10b.c): Likewise.
12400         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12401         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12402         * sysdeps/x86_64/configure: Regenerated.
12403         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12404         AVX-512 zmm register support.
12405         (_dl_x86_64_save_sse): Likewise.
12406         (_dl_x86_64_restore_sse): Likewise.
12407         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12408         size vector registers.
12409         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12410         (ZMM_SIZE): Likewise.
12411         * sysdeps/x86_64/tst-audit10.c: New file.
12412         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12413         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12414
12415 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12416
12417         * configure.ac (HAVE_EHDR_START): New check.
12418         * configure: Regenerated.
12419         * config.h.in (HAVE_EHDR_START): New #undef.
12420         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12421         assuming the lowest-addressed segment maps the start of the file.
12422
12423 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12424
12425         * INSTALL: Regenerated.
12426
12427 2014-03-13  Will Newton  <will.newton@linaro.org>
12428
12429         * manual/setjmp.texi (System V contexts): Improve
12430         clarity and grammar of documentation.
12431
12432 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12433
12434         [BZ #16381]
12435         * elf/Makefile (tests): Add tst-pie2.
12436         (tests-pie): Add tst-pie2.
12437         * elf/tst-pie2.c: New file.
12438         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12439         for ET_EXEC.
12440         * elf/rtld.c (map_doit): Load executable as lt_executable.
12441         (dl_main): Likewise.
12442
12443 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12444
12445         [BZ #16642]
12446         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12447         (__ASSUME_PSELECT): Undefine.
12448
12449 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12450
12451         [BZ #16689]
12452         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12453         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12454         static build.
12455         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12456         selector for static builds.
12457
12458 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12459
12460         [BZ #16695]
12461         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12462         key in the buffer.
12463
12464 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12465
12466         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12467         IFUNC selector for static builds.
12468
12469 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12470
12471         * sysdeps/mips/math_private.h [__mips_hard_float]
12472         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12473         libc_feresetround_mips_ctx.
12474         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12475         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12476         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12477
12478         [BZ #16677]
12479         * math/s_nextafter.c (__nextafter): Do not return value from
12480         overflowing computation.
12481         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12482         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12483         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12484         Likewise.
12485         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12486         Likewise.
12487         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12488         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12489
12490 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12491
12492         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12493         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12494         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12495         the new mov targetting sp.
12496
12497 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12498
12499         [BZ #16683]
12500         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12501         Define it for static builds as well.
12502         (NO_BZERO_IMPL): Likewise.
12503
12504 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12505
12506         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12507         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12508         multiarch strspn for PPC64.
12509         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12510         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12512         (__libc_ifunc_impl_list): Likewise.
12513         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12514         multiarch optimizations
12515         * string/strspn.c (strspn): Using macro to redefine symbol name.
12516
12517 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12518             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12519
12520         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12521         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12522         multiarch strncat for PPC64.
12523         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12524         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12525         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12526         (__libc_ifunc_impl_list): Likewise.
12527         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12528         multiarch optimizations
12529
12530 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12531
12532         [BZ #16639]
12533         * nscd/nscd.service: Make service type forking.
12534
12535 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12536
12537         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12538         sign in non default rounding modes.
12539         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12540
12541 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12542
12543         * math/libm-test.inc (ALL_RM_TEST): New macro.
12544         (ceil_test): Use ALL_RM_TEST.
12545         (cimag_test): Likewise.
12546         (conj_test): Likewise.
12547         (copysign_test): Likewise.
12548         (cproj_test): Likewise.
12549         (creal_test): Likewise.
12550         (fabs_test): Likewise.
12551         (floor_test): Likewise.
12552         (fmax_test): Likewise.
12553         (fmin_test): Likewise.
12554         (fmod_test): Likewise.
12555         (fpclassify_test): Likewise.
12556         (frexp_test): Likewise.
12557         (ilogb_test): Likewise.
12558         (isfinite_test): Likewise.
12559         (finite_test): Likewise.
12560         (isgreater_test): Likewise.
12561         (isgreaterequal_test): Likewise.
12562         (isinf_test): Likewise.
12563         (isless_test): Likewise.
12564         (islessequal_test): Likewise.
12565         (islessgreater_test): Likewise.
12566         (isnan_test): Likewise.
12567         (isnormal_test): Likewise.
12568         (issignaling_test): Likewise.
12569         (isunordered_test): Likewise.
12570         (logb_test): Likewise.
12571         (logb_downward_test_data): Remove.
12572         (logb_test_downward): Likewise.
12573         (lround_test): Use ALL_RM_TEST.
12574         (llround_test): Likewise.
12575         (modf_test): Likewise.
12576         (nexttoward_test): Likewise.
12577         (remainder_test): Likewise.
12578         (drem_test): Likewise.
12579         (remainder_tonearest_test_data): Likewise.
12580         (remainder_test_tonearest): Likewise.
12581         (drem_test_tonearest): Likewise.
12582         (remainder_towardzero_test_data): Likewise.
12583         (remainder_test_towardzero): Likewise.
12584         (drem_test_towardzero): Likewise.
12585         (remainder_downward_test_data): Likewise.
12586         (remainder_test_downward): Likewise.
12587         (drem_test_downward): Likewise.
12588         (remainder_upward_test_data): Likewise.
12589         (remainder_test_upward): Likewise.
12590         (drem_test_upward): Likewise.
12591         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12592         (round_test): Use ALL_RM_TEST.
12593         (signbit_test): Likewise.
12594         (trunc_test): Likewise.
12595         (significand_test): Likewise.
12596         (main): Don't call removed functions.
12597
12598 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12599
12600         [BZ #16674]
12601         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12602         || __USE_XOPEN2K8].
12603         (ILL_ILLOPN): Likewise.
12604         (ILL_ILLADR): Likewise.
12605         (ILL_ILLTRP): Likewise.
12606         (ILL_PRVOPC): Likewise.
12607         (ILL_PRVREG): Likewise.
12608         (ILL_COPROC): Likewise.
12609         (ILL_BADSTK): Likewise.
12610         (FPE_INTDIV): Likewise.
12611         (FPE_INTOVF): Likewise.
12612         (FPE_FLTDIV): Likewise.
12613         (FPE_FLTOVF): Likewise.
12614         (FPE_FLTUND): Likewise.
12615         (FPE_FLTRES): Likewise.
12616         (FPE_FLTINV): Likewise.
12617         (FPE_FLTSUB): Likewise.
12618         (SEGV_MAPERR): Likewise.
12619         (SEGV_ACCERR): Likewise.
12620         (BUS_ADRALN): Likewise.
12621         (BUS_ADRERR): Likewise.
12622         (BUS_OBJERR): Likewise.
12623         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12624         (TRAP_TRACE): Likewise.
12625         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12626         __USE_XOPEN2K8].
12627         (CLD_KILLED): Likewise.
12628         (CLD_DUMPED): Likewise.
12629         (CLD_TRAPPED): Likewise.
12630         (CLD_STOPPED): Likewise.
12631         (CLD_CONTINUED): Likewise.
12632         (POLL_IN): Likewise.
12633         (POLL_OUT): Likewise.
12634         (POLL_MSG): Likewise.
12635         (POLL_ERR): Likewise.
12636         (POLL_PRI): Likewise.
12637         (POLL_HUP): Likewise.
12638         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12639         Likewise.
12640         (ILL_ILLOPN): Likewise.
12641         (ILL_ILLADR): Likewise.
12642         (ILL_ILLTRP): Likewise.
12643         (ILL_PRVOPC): Likewise.
12644         (ILL_PRVREG): Likewise.
12645         (ILL_COPROC): Likewise.
12646         (ILL_BADSTK): Likewise.
12647         (FPE_INTDIV): Likewise.
12648         (FPE_INTOVF): Likewise.
12649         (FPE_FLTDIV): Likewise.
12650         (FPE_FLTOVF): Likewise.
12651         (FPE_FLTUND): Likewise.
12652         (FPE_FLTRES): Likewise.
12653         (FPE_FLTINV): Likewise.
12654         (FPE_FLTSUB): Likewise.
12655         (SEGV_MAPERR): Likewise.
12656         (SEGV_ACCERR): Likewise.
12657         (BUS_ADRALN): Likewise.
12658         (BUS_ADRERR): Likewise.
12659         (BUS_OBJERR): Likewise.
12660         (BUS_MCEERR_AR): Likewise.
12661         (BUS_MCEERR_AO): Likewise.
12662         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12663         (TRAP_TRACE): Likewise.
12664         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12665         __USE_XOPEN2K8].
12666         (CLD_KILLED): Likewise.
12667         (CLD_DUMPED): Likewise.
12668         (CLD_TRAPPED): Likewise.
12669         (CLD_STOPPED): Likewise.
12670         (CLD_CONTINUED): Likewise.
12671         (POLL_IN): Likewise.
12672         (POLL_OUT): Likewise.
12673         (POLL_MSG): Likewise.
12674         (POLL_ERR): Likewise.
12675         (POLL_PRI): Likewise.
12676         (POLL_HUP): Likewise.
12677         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12678         (ILL_ILLOPN): Likewise.
12679         (ILL_ILLADR): Likewise.
12680         (ILL_ILLTRP): Likewise.
12681         (ILL_PRVOPC): Likewise.
12682         (ILL_PRVREG): Likewise.
12683         (ILL_COPROC): Likewise.
12684         (ILL_BADSTK): Likewise.
12685         (FPE_INTDIV): Likewise.
12686         (FPE_INTOVF): Likewise.
12687         (FPE_FLTDIV): Likewise.
12688         (FPE_FLTOVF): Likewise.
12689         (FPE_FLTUND): Likewise.
12690         (FPE_FLTRES): Likewise.
12691         (FPE_FLTINV): Likewise.
12692         (FPE_FLTSUB): Likewise.
12693         (SEGV_MAPERR): Likewise.
12694         (SEGV_ACCERR): Likewise.
12695         (BUS_ADRALN): Likewise.
12696         (BUS_ADRERR): Likewise.
12697         (BUS_OBJERR): Likewise.
12698         (BUS_MCEERR_AR): Likewise.
12699         (BUS_MCEERR_AO): Likewise.
12700         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12701         (TRAP_TRACE): Likewise.
12702         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12703         __USE_XOPEN2K8].
12704         (CLD_KILLED): Likewise.
12705         (CLD_DUMPED): Likewise.
12706         (CLD_TRAPPED): Likewise.
12707         (CLD_STOPPED): Likewise.
12708         (CLD_CONTINUED): Likewise.
12709         (POLL_IN): Likewise.
12710         (POLL_OUT): Likewise.
12711         (POLL_MSG): Likewise.
12712         (POLL_ERR): Likewise.
12713         (POLL_PRI): Likewise.
12714         (POLL_HUP): Likewise.
12715         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12716         Likewise.
12717         (ILL_ILLOPN): Likewise.
12718         (ILL_ILLADR): Likewise.
12719         (ILL_ILLTRP): Likewise.
12720         (ILL_PRVOPC): Likewise.
12721         (ILL_PRVREG): Likewise.
12722         (ILL_COPROC): Likewise.
12723         (ILL_BADSTK): Likewise.
12724         (ILL_BADIADDR): Likewise.
12725         (ILL_BREAK): Likewise.
12726         (FPE_INTDIV): Likewise.
12727         (FPE_INTOVF): Likewise.
12728         (FPE_FLTDIV): Likewise.
12729         (FPE_FLTOVF): Likewise.
12730         (FPE_FLTUND): Likewise.
12731         (FPE_FLTRES): Likewise.
12732         (FPE_FLTINV): Likewise.
12733         (FPE_FLTSUB): Likewise.
12734         (FPE_DECOVF): Likewise.
12735         (FPE_DECDIV): Likewise.
12736         (FPE_DECERR): Likewise.
12737         (FPE_INVASC): Likewise.
12738         (FPE_INVDEC): Likewise.
12739         (SEGV_MAPERR): Likewise.
12740         (SEGV_ACCERR): Likewise.
12741         (SEGV_PSTKOVF): Likewise.
12742         (BUS_ADRALN): Likewise.
12743         (BUS_ADRERR): Likewise.
12744         (BUS_OBJERR): Likewise.
12745         (BUS_MCEERR_AR): Likewise.
12746         (BUS_MCEERR_AO): Likewise.
12747         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12748         (TRAP_TRACE): Likewise.
12749         (TRAP_BRANCH): Likewise.
12750         (TRAP_HWBKPT): Likewise.
12751         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12752         __USE_XOPEN2K8].
12753         (CLD_KILLED): Likewise.
12754         (CLD_DUMPED): Likewise.
12755         (CLD_TRAPPED): Likewise.
12756         (CLD_STOPPED): Likewise.
12757         (CLD_CONTINUED): Likewise.
12758         (POLL_IN): Likewise.
12759         (POLL_OUT): Likewise.
12760         (POLL_MSG): Likewise.
12761         (POLL_ERR): Likewise.
12762         (POLL_PRI): Likewise.
12763         (POLL_HUP): Likewise.
12764         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12765         (ILL_ILLOPN): Likewise.
12766         (ILL_ILLADR): Likewise.
12767         (ILL_ILLTRP): Likewise.
12768         (ILL_PRVOPC): Likewise.
12769         (ILL_PRVREG): Likewise.
12770         (ILL_COPROC): Likewise.
12771         (ILL_BADSTK): Likewise.
12772         (FPE_INTDIV): Likewise.
12773         (FPE_INTOVF): Likewise.
12774         (FPE_FLTDIV): Likewise.
12775         (FPE_FLTOVF): Likewise.
12776         (FPE_FLTUND): Likewise.
12777         (FPE_FLTRES): Likewise.
12778         (FPE_FLTINV): Likewise.
12779         (FPE_FLTSUB): Likewise.
12780         (SEGV_MAPERR): Likewise.
12781         (SEGV_ACCERR): Likewise.
12782         (BUS_ADRALN): Likewise.
12783         (BUS_ADRERR): Likewise.
12784         (BUS_OBJERR): Likewise.
12785         (BUS_MCEERR_AR): Likewise.
12786         (BUS_MCEERR_AO): Likewise.
12787         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12788         (TRAP_TRACE): Likewise.
12789         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12790         __USE_XOPEN2K8].
12791         (CLD_KILLED): Likewise.
12792         (CLD_DUMPED): Likewise.
12793         (CLD_TRAPPED): Likewise.
12794         (CLD_STOPPED): Likewise.
12795         (CLD_CONTINUED): Likewise.
12796         (POLL_IN): Likewise.
12797         (POLL_OUT): Likewise.
12798         (POLL_MSG): Likewise.
12799         (POLL_ERR): Likewise.
12800         (POLL_PRI): Likewise.
12801         (POLL_HUP): Likewise.
12802         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12803         (ILL_ILLOPN): Likewise.
12804         (ILL_ILLADR): Likewise.
12805         (ILL_ILLTRP): Likewise.
12806         (ILL_PRVOPC): Likewise.
12807         (ILL_PRVREG): Likewise.
12808         (ILL_COPROC): Likewise.
12809         (ILL_BADSTK): Likewise.
12810         (FPE_INTDIV): Likewise.
12811         (FPE_INTOVF): Likewise.
12812         (FPE_FLTDIV): Likewise.
12813         (FPE_FLTOVF): Likewise.
12814         (FPE_FLTUND): Likewise.
12815         (FPE_FLTRES): Likewise.
12816         (FPE_FLTINV): Likewise.
12817         (FPE_FLTSUB): Likewise.
12818         (SEGV_MAPERR): Likewise.
12819         (SEGV_ACCERR): Likewise.
12820         (BUS_ADRALN): Likewise.
12821         (BUS_ADRERR): Likewise.
12822         (BUS_OBJERR): Likewise.
12823         (BUS_MCEERR_AR): Likewise.
12824         (BUS_MCEERR_AO): Likewise.
12825         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12826         (TRAP_TRACE): Likewise.
12827         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12828         __USE_XOPEN2K8].
12829         (CLD_KILLED): Likewise.
12830         (CLD_DUMPED): Likewise.
12831         (CLD_TRAPPED): Likewise.
12832         (CLD_STOPPED): Likewise.
12833         (CLD_CONTINUED): Likewise.
12834         (POLL_IN): Likewise.
12835         (POLL_OUT): Likewise.
12836         (POLL_MSG): Likewise.
12837         (POLL_ERR): Likewise.
12838         (POLL_PRI): Likewise.
12839         (POLL_HUP): Likewise.
12840         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12841         (ILL_ILLOPN): Likewise.
12842         (ILL_ILLADR): Likewise.
12843         (ILL_ILLTRP): Likewise.
12844         (ILL_PRVOPC): Likewise.
12845         (ILL_PRVREG): Likewise.
12846         (ILL_COPROC): Likewise.
12847         (ILL_BADSTK): Likewise.
12848         (FPE_INTDIV): Likewise.
12849         (FPE_INTOVF): Likewise.
12850         (FPE_FLTDIV): Likewise.
12851         (FPE_FLTOVF): Likewise.
12852         (FPE_FLTUND): Likewise.
12853         (FPE_FLTRES): Likewise.
12854         (FPE_FLTINV): Likewise.
12855         (FPE_FLTSUB): Likewise.
12856         (SEGV_MAPERR): Likewise.
12857         (SEGV_ACCERR): Likewise.
12858         (BUS_ADRALN): Likewise.
12859         (BUS_ADRERR): Likewise.
12860         (BUS_OBJERR): Likewise.
12861         (BUS_MCEERR_AR): Likewise.
12862         (BUS_MCEERR_AO): Likewise.
12863         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12864         (TRAP_TRACE): Likewise.
12865         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12866         __USE_XOPEN2K8].
12867         (CLD_KILLED): Likewise.
12868         (CLD_DUMPED): Likewise.
12869         (CLD_TRAPPED): Likewise.
12870         (CLD_STOPPED): Likewise.
12871         (CLD_CONTINUED): Likewise.
12872         (POLL_IN): Likewise.
12873         (POLL_OUT): Likewise.
12874         (POLL_MSG): Likewise.
12875         (POLL_ERR): Likewise.
12876         (POLL_PRI): Likewise.
12877         (POLL_HUP): Likewise.
12878         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12879         (ILL_ILLOPN): Likewise.
12880         (ILL_ILLADR): Likewise.
12881         (ILL_ILLTRP): Likewise.
12882         (ILL_PRVOPC): Likewise.
12883         (ILL_PRVREG): Likewise.
12884         (ILL_COPROC): Likewise.
12885         (ILL_BADSTK): Likewise.
12886         (ILL_DBLFLT): Likewise.
12887         (ILL_HARDWALL): Likewise.
12888         (FPE_INTDIV): Likewise.
12889         (FPE_INTOVF): Likewise.
12890         (FPE_FLTDIV): Likewise.
12891         (FPE_FLTOVF): Likewise.
12892         (FPE_FLTUND): Likewise.
12893         (FPE_FLTRES): Likewise.
12894         (FPE_FLTINV): Likewise.
12895         (FPE_FLTSUB): Likewise.
12896         (SEGV_MAPERR): Likewise.
12897         (SEGV_ACCERR): Likewise.
12898         (BUS_ADRALN): Likewise.
12899         (BUS_ADRERR): Likewise.
12900         (BUS_OBJERR): Likewise.
12901         (BUS_MCEERR_AR): Likewise.
12902         (BUS_MCEERR_AO): Likewise.
12903         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12904         (TRAP_TRACE): Likewise.
12905         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12906         __USE_XOPEN2K8].
12907         (CLD_KILLED): Likewise.
12908         (CLD_DUMPED): Likewise.
12909         (CLD_TRAPPED): Likewise.
12910         (CLD_STOPPED): Likewise.
12911         (CLD_CONTINUED): Likewise.
12912         (POLL_IN): Likewise.
12913         (POLL_OUT): Likewise.
12914         (POLL_MSG): Likewise.
12915         (POLL_ERR): Likewise.
12916         (POLL_PRI): Likewise.
12917         (POLL_HUP): Likewise.
12918         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12919         (ILL_ILLOPN): Likewise.
12920         (ILL_ILLADR): Likewise.
12921         (ILL_ILLTRP): Likewise.
12922         (ILL_PRVOPC): Likewise.
12923         (ILL_PRVREG): Likewise.
12924         (ILL_COPROC): Likewise.
12925         (ILL_BADSTK): Likewise.
12926         (FPE_INTDIV): Likewise.
12927         (FPE_INTOVF): Likewise.
12928         (FPE_FLTDIV): Likewise.
12929         (FPE_FLTOVF): Likewise.
12930         (FPE_FLTUND): Likewise.
12931         (FPE_FLTRES): Likewise.
12932         (FPE_FLTINV): Likewise.
12933         (FPE_FLTSUB): Likewise.
12934         (SEGV_MAPERR): Likewise.
12935         (SEGV_ACCERR): Likewise.
12936         (BUS_ADRALN): Likewise.
12937         (BUS_ADRERR): Likewise.
12938         (BUS_OBJERR): Likewise.
12939         (BUS_MCEERR_AR): Likewise.
12940         (BUS_MCEERR_AO): Likewise.
12941         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12942         (TRAP_TRACE): Likewise.
12943         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12944         __USE_XOPEN2K8].
12945         (CLD_KILLED): Likewise.
12946         (CLD_DUMPED): Likewise.
12947         (CLD_TRAPPED): Likewise.
12948         (CLD_STOPPED): Likewise.
12949         (CLD_CONTINUED): Likewise.
12950         (POLL_IN): Likewise.
12951         (POLL_OUT): Likewise.
12952         (POLL_MSG): Likewise.
12953         (POLL_ERR): Likewise.
12954         (POLL_PRI): Likewise.
12955         (POLL_HUP): Likewise.
12956         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12957         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12958
12959         [BZ #16670]
12960         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12961         before #include of <time.h>.
12962         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12963         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12964         (test-xfail-UNIX98/sched.h/conform): Likewise.
12965
12966 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12967
12968         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12969         error absence of trapping exception support.
12970         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12971
12972 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12973
12974         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12975         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12976         * timezone/Makefile (testdata): Move definition above include of
12977         Rules.
12978         (test-zones): New variable.
12979         (tests-special): Add zone files.
12980         (build-testdata): Use $(evaluate-test).
12981
12982         * elf/Makefile (tests-special): Rename tests to end with .out.
12983         ($(objpfx)noload-mem): Likewise.
12984         ($(objpfx)tst-leaks1-mem): Likewise.
12985         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12986         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12987         $(objpfx)test-iconvconfig.out.
12988         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12989         set -e inside subshell and redirect output to file.
12990         * iconvdata/Makefile (generated): Rename tests to end with .out.
12991         Correct type.
12992         (tests-special): Rename tests to end with .out.
12993         ($(objpfx)mtrace-tst-loading): Likewise.
12994         * intl/Makefile (generated): Likewise.
12995         (tests-special): Likewise.
12996         ($(objpfx)mtrace-tst-gettext): Likewise.
12997         * misc/Makefile (generated): Likewise.
12998         (tests-special): Likewise.
12999         ($(objpfx)tst-error1-mem): Likewise.
13000         * nptl/Makefile (tests-special): Likewise.
13001         ($(objpfx)tst-stack3-mem): Likewise.
13002         (generated): Likewise.
13003         * posix/Makefile (generated): Likewise.
13004         (tests-special): Likewise.
13005         (xtests-special): Likewise.
13006         ($(objpfx)tst-fnmatch-mem): Likewise.
13007         ($(objpfx)bug-regex2-mem): Likewise.
13008         ($(objpfx)bug-regex14-mem): Likewise.
13009         ($(objpfx)bug-regex21-mem): Likewise.
13010         ($(objpfx)bug-regex31-mem): Likewise.
13011         ($(objpfx)tst-vfork3-mem): Likewise.
13012         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13013         ($(objpfx)tst-pcre-mem): Likewise.
13014         ($(objpfx)tst-boost-mem): Likewise.
13015         ($(objpfx)bug-ga2-mem): Likewise.
13016         ($(objpfx)bug-glob2-mem): Likewise.
13017         * resolv/Makefile (generate): Likewise.
13018         (tests-special): Likewise.
13019         (xtests-special): Likewise.
13020         (generated): Likewise.
13021         ($(objpfx)mtrace-tst-leaks): Likewise.
13022         ($(objpfx)mtrace-tst-leaks2): Likewise.
13023
13024         * scripts/merge-test-results.sh: New file.
13025         * Makefile (tests-special-notdir): New variable.
13026         (tests): Run merge-test-results.sh.
13027         (xtests): Likewise.
13028         * Rules (tests-special-notdir): New variable.
13029         (xtests-special-notdir): Likewise.
13030         (tests): Run merge-test-results.sh
13031         (xtests): Likewise.
13032
13033         * Makeconfig (test-xfail-name): New variable.
13034         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13035         compute variable name for expected failures.
13036         * conform/Makefile (conformtest-headers-data): New variable.
13037         (conformtest-standards): Likewise.
13038         (conformtest-headers-ISO): Likewise.
13039         (conformtest-headers-ISO99): Likewise.
13040         (conformtest-headers-ISO11): Likewise.
13041         (conformtest-headers-POSIX): Likewise.
13042         (conformtest-headers-XPG3): Likewise.
13043         (conformtest-headers-XPG4): Likewise.
13044         (conformtest-headers-UNIX98): Likewise.
13045         (conformtest-headers-XOPEN2K): Likewise.
13046         (conformtest-headers-POSIX2008): Likewise.
13047         (conformtest-headers-XOPEN2K8): Likewise.
13048         (conformtest-header-list-base): Likewise.
13049         (conformtest-header-list-tests): Likewise.
13050         (conformtest-header-base): Likewise.
13051         (conformtest-header-tests): Likewise.
13052         (tests-special): Add $(conformtest-header-list-tests).  If
13053         [$(fast-check) && !$(cross-compiling)], add
13054         $(conformtest-header-tests) instead of
13055         $(objpfx)run-conformtest.out.
13056         (generated): Add $(conformtest-header-list-base).  If
13057         [$(fast-check) && !$(cross-compiling)], add
13058         $(conformtest-header-base).  Remove previous setting.
13059         ($(conformtest-header-list-tests)): New target.
13060         (test-xfail-run-conformtest): Remove variable.
13061         ($(objpfx)run-conformtest.out): Remove target.
13062         (test-xfail-ISO11/complex.h/conform): New variable.
13063         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13064         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13065         (test-xfail-XPG3/varargs.h/conform): Likewise.
13066         (test-xfail-XPG4/varargs.h/conform): Likewise.
13067         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13068         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13069         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13070         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13071         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13072         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13073         (test-xfail-XPG3/ftw.h/conform): Likewise.
13074         (test-xfail-XPG3/grp.h/conform): Likewise.
13075         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13076         (test-xfail-XPG3/limits.h/conform): Likewise.
13077         (test-xfail-XPG3/pwd.h/conform): Likewise.
13078         (test-xfail-XPG3/search.h/conform): Likewise.
13079         (test-xfail-XPG3/signal.h/conform): Likewise.
13080         (test-xfail-XPG3/stdio.h/conform): Likewise.
13081         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13082         (test-xfail-XPG3/string.h/conform): Likewise.
13083         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13084         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13085         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13086         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13087         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13088         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13089         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13090         (test-xfail-XPG3/termios.h/conform): Likewise.
13091         (test-xfail-XPG3/time.h/conform): Likewise.
13092         (test-xfail-XPG3/unistd.h/conform): Likewise.
13093         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13094         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13095         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13096         (test-xfail-XPG4/netdb.h/conform): Likewise.
13097         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13098         (test-xfail-XPG4/signal.h/conform): Likewise.
13099         (test-xfail-XPG4/stdio.h/conform): Likewise.
13100         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13101         (test-xfail-XPG4/stropts.h/conform): Likewise.
13102         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13103         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13104         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13105         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13106         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13107         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13108         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13109         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13110         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13111         (test-xfail-XPG4/termios.h/conform): Likewise.
13112         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13113         (test-xfail-XPG4/unistd.h/conform): Likewise.
13114         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13115         (test-xfail-POSIX/sched.h/conform): Likewise.
13116         (test-xfail-POSIX/signal.h/conform): Likewise.
13117         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13118         (test-xfail-POSIX/tar.h/conform): Likewise.
13119         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13120         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13121         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13122         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13123         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13124         (test-xfail-UNIX98/sched.h/conform): Likewise.
13125         (test-xfail-UNIX98/signal.h/conform): Likewise.
13126         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13127         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13128         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13129         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13130         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13131         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13132         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13133         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13134         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13135         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13136         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13137         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13138         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13139         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13140         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13141         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13142         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13143         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13144         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13145         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13146         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13147         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13148         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13149         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13150         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13151         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13152         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13153         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13154         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13155         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13156         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13157         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13158         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13159         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13160         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13161         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13162         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13163         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13164         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13165         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13166         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13167         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13168         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13169         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13170         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13171         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13172         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13173         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13174         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13175         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13176         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13177         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13178         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13179         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13180         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13181         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13182         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13183         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13184         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13185         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13186         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13187         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13188         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13189         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13190         (conformtest-cc-flags): Likewise.
13191         ($(conformtest-header-tests): New target.
13192         * conform/check-header-lists.sh: New file.
13193         * conform/run-conformtest.sh: Remove.
13194
13195         * conform/conformtest.pl: Allow ' and \ in values given for
13196         constants.
13197         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13198         inclusion.
13199         [POSIX] (sys/types.h): Likewise.
13200         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13201         inclusion.
13202         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13203         inclusion.
13204         * conform/data/signal.h-data (SIGIO): Remove expectation.
13205         [XPG3] (SIGBUS): Do not expect.
13206         [POSIX || XPG3] (SIGPOLL): Likewise.
13207         [POSIX || XPG3] (SIGPROF): Likewise.
13208         [POSIX || XPG3] (SIGSYS): Likewise.
13209         [XPG3] (SIGTRAP): Likewise.
13210         [POSIX || XPG3] (SIGURG): Likewise.
13211         [POSIX || XPG3] (SIGVTALRM): Likewise.
13212         [POSIX || XPG3] (SIGXCPU): Likewise.
13213         [POSIX || XPG3] (SIGXFSZ): Likewise.
13214         [POSIX] (SA_SIGINFO): Expect.
13215         [XPG3] (siginfo_t): Do not expect type or contents.
13216         [POSIX] (si_pid): Do not expect element.
13217         [POSIX] (si_uid): Likewise.
13218         [POSIX] (si_addr): Likewise.
13219         [POSIX] (si_status): Likewise.
13220         [POSIX] (si_band): Likewise.
13221         [XPG4] (si_value): Likewise.
13222         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13223         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13224         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13225         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13226         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13227         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13228         [POSIX || XPG3] (ILL_COPROC): Likewise.
13229         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13230         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13231         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13232         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13233         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13234         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13235         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13236         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13237         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13238         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13239         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13240         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13241         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13242         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13243         [POSIX || XPG3] (CLD_EXITED): Likewise.
13244         [POSIX || XPG3] (CLD_KILLED): Likewise.
13245         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13246         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13247         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13248         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13249         [POSIX || XPG3] (POLL_IN): Likewise.
13250         [POSIX || XPG3] (POLL_OUT): Likewise.
13251         [POSIX || XPG3] (POLL_MSG): Likewise.
13252         [POSIX || XPG3] (POLL_ERR): Likewise.
13253         [POSIX || XPG3] (POLL_PRI): Likewise.
13254         [POSIX || XPG3] (POLL_HUP): Likewise.
13255         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13256         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13257         (SIG*): Do not allow.
13258         [XPG3] (si_*): Likewise.
13259         [XPG3] (SI_*): Likewise.
13260         [XPG3 || XPG4] (sigev_*): Likewise.
13261         [XPG3 || XPG4] (SIGEV_*): Likewise.
13262         [XPG3 || XPG4] (sival_*): Likewise.
13263         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13264         [POSIX || XPG3] (BUS_*): Likewise.
13265         [POSIX || XPG3] (CLD_*): Likewise.
13266         [POSIX || XPG3] (FPE_*): Likewise.
13267         [POSIX || XPG3] (ILL_*): Likewise.
13268         [POSIX || XPG3] (POLL_*): Likewise.
13269         [POSIX || XPG3] (SEGV_*): Likewise.
13270         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13271         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13272         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13273         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13274         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13275         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13276         Specify type and value.
13277         (TVERSLEN): Likewise.
13278         (REGTYPE): Likewise.
13279         (AREGTYPE): Likewise.
13280         (LNKTYPE): Likewise.
13281         (SYMTYPE): Likewise.
13282         (CHRTYPE): Likewise.
13283         (BLKTYPE): Likewise.
13284         (DIRTYPE): Likewise.
13285         (FIFOTYPE): Likewise.
13286         (CONTTYPE): Likewise.
13287         (TSUID): Likewise.
13288         (TSGID): Likewise.
13289         (TSVTX): Likewise.
13290         (TUREAD): Likewise.
13291         (TUWRITE): Likewise.
13292         (TUEXEC): Likewise.
13293         (TGREAD): Likewise.
13294         (TGWRITE): Likewise.
13295         (TGEXEC): Likewise.
13296         (TOREAD): Likewise.
13297         (TOWRITE): Likewise.
13298         (TOEXEC): Likewise.
13299         [POSIX] (TSVTX): Expect constant.
13300
13301 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13302
13303         * Makefile (tests): Change dependencies to ....
13304         (tests-special): ... additions to this variable.
13305         (tests): Depend on $(tests-special).
13306         * Makerules (check-abi-list): New variable.
13307         (check-abi): Depend on $(check-abi-list).
13308         [$(subdir) = elf] (tests-special): Add
13309         $(objpfx)check-abi-libc.out.
13310         [$(build-shared) = yes && subdir] (tests-special): Add
13311         $(check-abi-list).
13312         [$(build-shared) = yes && subdir] (tests): Do not depend on
13313         check-abi.
13314         * Rules (tests): Depend on $(tests-special).
13315         (xtests): Depend on $(xtests-special).
13316         * catgets/Makefile (tests): Change dependencies to ....
13317         (tests-special): ... additions to this variable.
13318         * conform/Makefile (tests): Change dependencies to ....
13319         (tests-special): ... additions to this variable.
13320         * elf/Makefile (tests): Change dependencies to ....
13321         (tests-special): ... additions to this variable.
13322         * grp/Makefile (tests): Change dependencies to ....
13323         (tests-special): ... additions to this variable.
13324         * iconv/Makefile (xtests): Change dependencies to ....
13325         (xtests-special): ... additions to this variable.
13326         * iconvdata/Makefile (tests): Change dependencies to ....
13327         (tests-special): ... additions to this variable.
13328         * intl/Makefile (tests): Change dependencies to ....
13329         (tests-special): ... additions to this variable.  Also add
13330         $(objpfx)tst-gettext.out.
13331         * io/Makefile (tests): Change dependencies to ....
13332         (tests-special): ... additions to this variable.
13333         * libio/Makefile (tests): Change dependencies to ....
13334         (tests-special): ... additions to this variable.
13335         * malloc/Makefile (tests): Change dependencies to ....
13336         (tests-special): ... additions to this variable.
13337         * misc/Makefile (tests): Change dependencies to ....
13338         (tests-special): ... additions to this variable.
13339         * nptl/Makefile (tests): Change dependencies to ....
13340         (tests-special): ... additions to this variable.
13341         * nptl_db/Makefile (tests): Change dependencies to ....
13342         (tests-special): ... additions to this variable.
13343         * posix/Makefile (tests): Change dependencies to ....
13344         (tests-special): ... additions to this variable.
13345         (xtests): Change dependencies to ....
13346         (xtests-special): ... additions to this variable.
13347         * resolv/Makefile (tests): Change dependencies to ....
13348         (tests-special): ... additions to this variable.
13349         (xtests): Change dependencies to ....
13350         (xtests-special): ... additions to this variable.
13351         * stdio-common/Makefile (tests): Change dependencies to ....
13352         (tests-special): ... additions to this variable.
13353         (do-tst-unbputc): Remove target.
13354         (do-tst-printf): Likewise.
13355         * stdlib/Makefile (tests): Change dependencies to ....
13356         (tests-special): ... additions to this variable.
13357         * string/Makefile (tests): Change dependencies to ....
13358         (tests-special): ... additions to this variable.
13359         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13360         (tests-special): ... additions to this variable.
13361
13362         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13363         whole file.
13364         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13365         whole file.
13366         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13367         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13368
13369         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13370         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13371         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13372         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13373         * conform/data/libgen.h-data [XPG3]: Likewise.
13374         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13375         * conform/data/ndbm.h-data [XPG3]: Likewise.
13376         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13377         * conform/data/netdb.h-data [XPG3]: Likewise.
13378         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13379         * conform/data/poll.h-data [XPG3]: Likewise.
13380         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13381         * conform/data/strings.h-data [XPG3]: Likewise.
13382         * conform/data/stropts.h-data [XPG3]: Likewise.
13383         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13384         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13385         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13386         Likewise.
13387         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13388         * conform/data/sys/time.h-data [XPG3]: Likewise.
13389         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13390         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13391         * conform/data/sys/un.h-data [XPG3]: Likewise.
13392         * conform/data/syslog.h-data [XPG3]: Likewise.
13393         * conform/data/ucontext.h-data [XPG3]: Likewise.
13394         * conform/data/utmpx.h-data [XPG3]: Likewise.
13395         * conform/data/varargs.h-data [UNIX98]: Enable file.
13396
13397         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13398
13399         * math/libm-test.inc (struct test_f_f_data): Move expected results
13400         into structure for each rounding mode.
13401         (struct test_ff_f_data): Likewise.
13402         (struct test_ff_f_data_nexttoward): Likewise.
13403         (struct test_fi_f_data): Likewise.
13404         (struct test_fl_f_data): Likewise.
13405         (struct test_if_f_data): Likewise.
13406         (struct test_fff_f_data): Likewise.
13407         (struct test_c_f_data): Likewise.
13408         (struct test_f_f1_data): Likewise.
13409         (struct test_fF_f1_data): Likewise.
13410         (struct test_ffI_f1_data): Likewise.
13411         (struct test_c_c_data): Likewise.
13412         (struct test_cc_c_data): Likewise.
13413         (struct test_f_i_data): Likewise.
13414         (struct test_ff_i_data): Likewise.
13415         (struct test_f_l_data): Likewise.
13416         (struct test_f_L_data): Likewise.
13417         (struct test_fFF_11_data): Likewise.
13418         (RM_): New macro.
13419         (RM_FE_DOWNWARD): Likewise.
13420         (RM_FE_TONEAREST): Likewise.
13421         (RM_FE_TOWARDZERO): Likewise.
13422         (RM_FE_UPWARD): Likewise.
13423         (RUN_TEST_LOOP_f_f): Update references to expected results.
13424         (RUN_TEST_LOOP_2_f): Likewise.
13425         (RUN_TEST_LOOP_fff_f): Likewise.
13426         (RUN_TEST_LOOP_c_f): Likewise.
13427         (RUN_TEST_LOOP_f_f1): Likewise.
13428         (RUN_TEST_LOOP_fF_f1): Likewise.
13429         (RUN_TEST_LOOP_fI_f1): Likewise.
13430         (RUN_TEST_LOOP_ffI_f1): Likewise.
13431         (RUN_TEST_LOOP_c_c): Likewise.
13432         (RUN_TEST_LOOP_cc_c): Likewise.
13433         (RUN_TEST_LOOP_f_i): Likewise.
13434         (RUN_TEST_LOOP_f_i_tg): Likewise.
13435         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13436         (RUN_TEST_LOOP_f_b): Likewise.
13437         (RUN_TEST_LOOP_f_b_tg): Likewise.
13438         (RUN_TEST_LOOP_f_l): Likewise.
13439         (RUN_TEST_LOOP_f_L): Likewise.
13440         (RUN_TEST_LOOP_fFF_11): Likewise.
13441         * math/gen-libm-test.pl (parse_args): Output four copies of
13442         expected results for each test.
13443
13444         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13445         (__ASSUME_UTIMES): Remove.
13446         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13447         (__ASSUME_UTIMES): Likewise.
13448
13449         * math/gen-auto-libm-tests.c: Update comment on output format.
13450         (output_for_one_input_case): Generate before-rounding and
13451         after-rounding information as conditions on output flags not
13452         floating-point format.
13453         * math/auto-libm-test-out: Regenerated.
13454         * math/gen-libm-test.pl (cond_value): New function.
13455         (or_cond_value): Use cond_value.
13456         (generate_testfile): Handle conditional exceptions.
13457
13458 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13459
13460         * math/libm-test.inc (max_valid_error): New variable.
13461         (init_max_error): Take new argument specifying whether function
13462         results are exactly determined.  Set max_valid_error and bound
13463         other variables for errors based on this argument.
13464         (set_max_error): Do not record results above max_valid_error.
13465         (check_float_internal): Only accept errors of up to 0.5ulps if
13466         also at most max_valid_error.
13467         (START): Take new argument EXACT and pass it to init_max_error.
13468         (acos_test): Update call to START.
13469         (acos_test_tonearest): Likewise.
13470         (acos_test_towardzero): Likewise.
13471         (acos_test_downward): Likewise.
13472         (acos_test_upward): Likewise.
13473         (acosh_test): Likewise.
13474         (asin_test): Likewise.
13475         (asin_test_tonearest): Likewise.
13476         (asin_test_towardzero): Likewise.
13477         (asin_test_downward): Likewise.
13478         (asin_test_upward): Likewise.
13479         (asinh_test): Likewise.
13480         (atan_test): Likewise.
13481         (atanh_test): Likewise.
13482         (atan2_test): Likewise.
13483         (cabs_test): Likewise.
13484         (cacos_test): Likewise.
13485         (cacosh_test): Likewise.
13486         (carg_test): Likewise.
13487         (casin_test): Likewise.
13488         (casinh_test): Likewise.
13489         (catan_test): Likewise.
13490         (catanh_test): Likewise.
13491         (cbrt_test): Likewise.
13492         (ccos_test): Likewise.
13493         (ccosh_test): Likewise.
13494         (ceil_test): Likewise.
13495         (cexp_test): Likewise.
13496         (cimag_test): Likewise.
13497         (clog_test): Likewise.
13498         (clog10_test): Likewise.
13499         (conj_test): Likewise.
13500         (copysign_test): Likewise.
13501         (cos_test): Likewise.
13502         (cos_test_tonearest): Likewise.
13503         (cos_test_towardzero): Likewise.
13504         (cos_test_downward): Likewise.
13505         (cos_test_upward): Likewise.
13506         (cosh_test): Likewise.
13507         (cosh_test_tonearest): Likewise.
13508         (cosh_test_towardzero): Likewise.
13509         (cosh_test_downward): Likewise.
13510         (cosh_test_upward): Likewise.
13511         (cpow_test): Likewise.
13512         (cproj_test): Likewise.
13513         (creal_test): Likewise.
13514         (csin_test): Likewise.
13515         (csinh_test): Likewise.
13516         (csqrt_test): Likewise.
13517         (ctan_test): Likewise.
13518         (ctan_test_tonearest): Likewise.
13519         (ctan_test_towardzero): Likewise.
13520         (ctan_test_downward): Likewise.
13521         (ctan_test_upward): Likewise.
13522         (ctanh_test): Likewise.
13523         (ctanh_test_tonearest): Likewise.
13524         (ctanh_test_towardzero): Likewise.
13525         (ctanh_test_downward): Likewise.
13526         (ctanh_test_upward): Likewise.
13527         (erf_test): Likewise.
13528         (erfc_test): Likewise.
13529         (exp_test): Likewise.
13530         (exp_test_tonearest): Likewise.
13531         (exp_test_towardzero): Likewise.
13532         (exp_test_downward): Likewise.
13533         (exp_test_upward): Likewise.
13534         (exp10_test): Likewise.
13535         (exp10_test_tonearest): Likewise.
13536         (exp10_test_towardzero): Likewise.
13537         (exp10_test_downward): Likewise.
13538         (exp10_test_upward): Likewise.
13539         (pow10_test): Likewise.
13540         (exp2_test): Likewise.
13541         (expm1_test): Likewise.
13542         (expm1_test_tonearest): Likewise.
13543         (expm1_test_towardzero): Likewise.
13544         (expm1_test_downward): Likewise.
13545         (expm1_test_upward): Likewise.
13546         (fabs_test): Likewise.
13547         (fdim_test): Likewise.
13548         (floor_test): Likewise.
13549         (fma_test): Likewise.
13550         (fma_test_towardzero): Likewise.
13551         (fma_test_downward): Likewise.
13552         (fma_test_upward): Likewise.
13553         (fmax_test): Likewise.
13554         (fmin_test): Likewise.
13555         (fmod_test): Likewise.
13556         (fpclassify_test): Likewise.
13557         (frexp_test): Likewise.
13558         (hypot_test): Likewise.
13559         (ilogb_test): Likewise.
13560         (isfinite_test): Likewise.
13561         (finite_test): Likewise.
13562         (isgreater_test): Likewise.
13563         (isgreaterequal_test): Likewise.
13564         (isinf_test): Likewise.
13565         (isless_test): Likewise.
13566         (islessequal_test): Likewise.
13567         (islessgreater_test): Likewise.
13568         (isnan_test): Likewise.
13569         (isnormal_test): Likewise.
13570         (issignaling_test): Likewise.
13571         (isunordered_test): Likewise.
13572         (j0_test): Likewise.
13573         (j1_test): Likewise.
13574         (jn_test): Likewise.
13575         (ldexp_test): Likewise.
13576         (lgamma_test): Likewise.
13577         (gamma_test): Likewise.
13578         (lrint_test): Likewise.
13579         (lrint_test_tonearest): Likewise.
13580         (lrint_test_towardzero): Likewise.
13581         (lrint_test_downward): Likewise.
13582         (lrint_test_upward): Likewise.
13583         (llrint_test): Likewise.
13584         (llrint_test_tonearest): Likewise.
13585         (llrint_test_towardzero): Likewise.
13586         (llrint_test_downward): Likewise.
13587         (llrint_test_upward): Likewise.
13588         (log_test): Likewise.
13589         (log10_test): Likewise.
13590         (log1p_test): Likewise.
13591         (log2_test): Likewise.
13592         (logb_test): Likewise.
13593         (logb_test_downward): Likewise.
13594         (lround_test): Likewise.
13595         (llround_test): Likewise.
13596         (modf_test): Likewise.
13597         (nearbyint_test): Likewise.
13598         (nextafter_test): Likewise.
13599         (nexttoward_test): Likewise.
13600         (pow_test): Likewise.
13601         (pow_test_tonearest): Likewise.
13602         (pow_test_towardzero): Likewise.
13603         (pow_test_downward): Likewise.
13604         (pow_test_upward): Likewise.
13605         (remainder_test): Likewise.
13606         (drem_test): Likewise.
13607         (remainder_test_tonearest): Likewise.
13608         (drem_test_tonearest): Likewise.
13609         (remainder_test_towardzero): Likewise.
13610         (drem_test_towardzero): Likewise.
13611         (remainder_test_downward): Likewise.
13612         (drem_test_downward): Likewise.
13613         (remainder_test_upward): Likewise.
13614         (drem_test_upward): Likewise.
13615         (remquo_test): Likewise.
13616         (rint_test): Likewise.
13617         (rint_test_tonearest): Likewise.
13618         (rint_test_towardzero): Likewise.
13619         (rint_test_downward): Likewise.
13620         (rint_test_upward): Likewise.
13621         (round_test): Likewise.
13622         (scalb_test): Likewise.
13623         (scalbn_test): Likewise.
13624         (scalbln_test): Likewise.
13625         (signbit_test): Likewise.
13626         (sin_test): Likewise.
13627         (sin_test_tonearest): Likewise.
13628         (sin_test_towardzero): Likewise.
13629         (sin_test_downward): Likewise.
13630         (sin_test_upward): Likewise.
13631         (sincos_test): Likewise.
13632         (sinh_test): Likewise.
13633         (sinh_test_tonearest): Likewise.
13634         (sinh_test_towardzero): Likewise.
13635         (sinh_test_downward): Likewise.
13636         (sinh_test_upward): Likewise.
13637         (sqrt_test): Likewise.
13638         (sqrt_test_tonearest): Likewise.
13639         (sqrt_test_towardzero): Likewise.
13640         (sqrt_test_downward): Likewise.
13641         (sqrt_test_upward): Likewise.
13642         (tan_test): Likewise.
13643         (tan_test_tonearest): Likewise.
13644         (tan_test_towardzero): Likewise.
13645         (tan_test_downward): Likewise.
13646         (tan_test_upward): Likewise.
13647         (tanh_test): Likewise.
13648         (tgamma_test): Likewise.
13649         (trunc_test): Likewise.
13650         (y0_test): Likewise.
13651         (y1_test): Likewise.
13652         (yn_test): Likewise.
13653         (significand_test): Likewise.
13654
13655         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13656         individual tests in comment.
13657         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13658         (prev_max_error): New variable.
13659         (prev_real_max_error): Likewise.
13660         (prev_imag_max_error): Likewise.
13661         (compare_ulp_data): Don't refer to test names in comment.
13662         (find_test_ulps): Remove function.
13663         (find_function_ulps): Likewise.
13664         (find_complex_function_ulps): Likewise.
13665         (init_max_error): Take function name as argument.  Look up ulps
13666         for that function.
13667         (print_ulps): Remove function.
13668         (print_max_error): Use prev_max_error instead of calling
13669         find_function_ulps.
13670         (print_complex_max_error): Use prev_real_max_error and
13671         prev_imag_max_error instead of calling find_complex_function_ulps.
13672         (check_float_internal): Take max_ulp parameter instead of calling
13673         find_test_ulps.  Don't call print_ulps.
13674         (check_float): Update call to check_float_internal.
13675         (check_complex): Update calls to check_float_internal.
13676         (START): Pass argument to init_max_error.
13677         * math/gen-libm-test.pl (%results): Don't include "kind"
13678         information.
13679         (parse_ulps): Don't handle ulps of individual tests.
13680         (print_ulps_file): Likewise.
13681         (output_ulps): Likewise.
13682         * math/README.libm-test: Update.
13683         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13684         individual tests.
13685         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13686         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13687         * sysdeps/arm/libm-test-ulps: Likewise.
13688         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13689         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13690         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13691         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13692         * sysdeps/microblaze/libm-test-ulps: Likewise.
13693         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13694         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13695         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13696         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13697         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13698         * sysdeps/sh/libm-test-ulps: Likewise.
13699         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13700         * sysdeps/tile/libm-test-ulps: Likewise.
13701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13702
13703 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13704
13705         * math/libm-test.inc (print_complex_max_error): Check separately
13706         whether real and imaginary errors are within allowed range and
13707         pass 0 to print_complex_function_ulps instead of value within
13708         allowed range.
13709
13710 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13711
13712         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13713         formatting.
13714         (get_handles_fopen): Likewise.
13715         (do_write_test): Likewise.
13716
13717         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13718
13719         * libio/fileops.c (do_ftell): Use cached offset when
13720         available.
13721         * libio/iofwide.c (do_ftell_wide): Likewise.
13722         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13723         _IO_file_attach.
13724         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13725
13726         [BZ #16532]
13727         * libio/libioP.h (get_file_offset): New function.
13728         * libio/fileops.c (get_file_offset): Likewise.
13729         (do_ftell): Likewise.
13730         (_IO_new_file_seekoff): Split out ftell logic.
13731         * libio/wfileops.c (do_ftell_wide): Likewise.
13732         (_IO_wfile_seekoff): Split out ftell logic.
13733         * libio/tst-ftell-active-handler.c: New test case.
13734         * libio/Makefile (tests): Add it.
13735
13736 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13737
13738         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13739         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13740
13741 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13742
13743         [BZ #16639]
13744         * nscd/connections.c (nscd_init): Call do_exit.
13745         (start_threads): Call do_exit and notify_parent.
13746         (begin_drop_privileges): Call do_exit.
13747         (finish_drop_privileges): Likewise.
13748         * nscd/selinux.c (preserve_capabilities): Likewise.
13749         (install_real_capabilities): Likewise.
13750         (nscd_selinux_enabled): Likewise.
13751         (avc_create_thread): Likewise.
13752         (avc_alloc_lock): Likewise.
13753         (nscd_avc_init): Likewise.
13754         * nscd/nscd.c (parent_fd): New static variable.
13755         (main): Create a pipe between parent and child processes.
13756         Skip closing parent_fd.
13757         (monitor_child): New function.
13758         (do_exit): Likewise.
13759         (notify_parent): Likewise.
13760         * nscd/nscd.h (notify_parent): Likewise.
13761         (do_exit): Likewise.
13762
13763 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13764
13765         * malloc/malloc.c (__libc_calloc): Revert last change.
13766
13767 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13768
13769         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13770
13771 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13772
13773         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13774         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13775         implementation.
13776         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13777         (__libc_ifunc_impl_list): Likewise.
13778         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13779         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13780         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13781         * string/strrchr.c: Define STRRCHR.
13782
13783 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13784
13785         * benchtest/bench-strtok.c (simple_strtok): Delete.
13786         (strtok_string): Use as benchmark.
13787         * string/strtok (STRTOK): New macro.
13788
13789 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13790
13791         * manual/threads.texi: Add header and standard comments to all
13792         functions.
13793
13794         * elf/dl-lookup.c (check_match): New function.
13795         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13796         (do_lookup_x): Remove nested function check_match. Use non-nested
13797         function check_match.
13798
13799 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13800
13801         * csu/Makefile (generated, before-compile): Use += rather than =.
13802         * catgets/Makefile (generated, generated-dirs): Likewise.
13803         * debug/Makefile (generated): Likewise.
13804         * dlfcn/Makefile (generated): Likewise.
13805         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13806         * iconvdata/Makefile (before-compile, generated): Likewise.
13807         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13808         * libio/Makefile (generated): Likewise.
13809         * malloc/Makefile (generated): Likewise.
13810         * manual/Makefile (generated, generated-dirs): Likewise.
13811         * misc/Makefile (generated): Likewise.
13812         * posix/Makefile (generated): Likewise.
13813         * resolv/Makefile (generated): Likewise.
13814         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13815         * timezone/Makefile (generated, generated-dirs): Likewise.
13816
13817         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13818
13819 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13820
13821         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13822         power8 implementation.
13823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13824         file: POWER8 llround ifunc implementation.
13825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13826         (__lllround): Add POWER8 implementation.
13827         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13828         POWER8 llround implementation.
13829
13830         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13831         power8 implementation.
13832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13833         file: POWER8 llrint ifunc implementation.
13834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13835         Add POWER8 implementation.
13836         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13837         POWER8 llrint implementation.
13838
13839         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13840         power8 implementation.
13841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13842         file: POWER8 finite ifunc implementation.
13843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13844         Add POWER8 implementation.
13845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13846         Likewise.
13847         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13848         POWER8 finite implementation.
13849         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13850
13851         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13852         power8 implementation.
13853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13854         file: POWER8 isinf ifunc implementation.
13855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13856         POWER8 implementation.
13857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13858         Likewise.
13859         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13860         isinf implementation.
13861         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13862
13863         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13864         (INIT_ARCH): Add hwcap2 initialization.
13865         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13866         power8 implementation.
13867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13868         file: POWER8 isnan ifunc implementation.
13869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13870         POWER8 implementation.
13871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13872         Likewise.
13873         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13874         isnan implementation.
13875         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13876
13877 2014-02-27  Joey Ye  <joey.ye@arm.com>
13878
13879         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13880         (_FP_NANFRAC_Q): Set to zero.
13881
13882 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13883
13884         [BZ #16623]
13885         * math/auto-libm-test-in: New test inputs.
13886         * math/auto-libm-test-out: Regenerate.
13887         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13888         and DA.
13889         (__cos): Likewise.
13890         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13891
13892 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13893
13894         * scripts/evaluate-test.sh: Take new argument indicating whether
13895         failure is expected.
13896         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13897         indicating whether failure is expected.
13898         * conform/Makefile (test-xfail-run-conformtest): New variable.
13899         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13900         level.
13901         * posix/Makefile (test-xfail-annexc): New variable.
13902         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13903
13904 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13905
13906         * argp/Makefile: Include Makeconfig immediately after defining
13907         subdir.
13908         * assert/Makefile: Likewise.
13909         * benchtests/Makefile: Likewise.
13910         * catgets/Makefile: Likewise.
13911         * conform/Makefile: Likewise.
13912         * crypt/Makefile: Likewise.
13913         * csu/Makefile: Likewise.
13914         (all): Remove target.
13915         * ctype/Makefile: Include Makeconfig immediately after defining
13916         subdir.
13917         * debug/Makefile: Likewise.
13918         * dirent/Makefile: Likewise.
13919         * dlfcn/Makefile: Likewise.
13920         * gmon/Makefile: Likewise.
13921         * gnulib/Makefile: Likewise.
13922         * grp/Makefile: Likewise.
13923         * gshadow/Makefile: Likewise.
13924         * hesiod/Makefile: Likewise.
13925         * hurd/Makefile: Likewise.
13926         (all): Remove target.
13927         * iconvdata/Makefile: Include Makeconfig immediately after
13928         defining subdir.
13929         * inet/Makefile: Likewise.
13930         * intl/Makefile: Likewise.
13931         * io/Makefile: Likewise.
13932         * libio/Makefile: Likewise.
13933         (all): Remove target.
13934         * locale/Makefile: Include Makeconfig immediately after defining
13935         subdir.
13936         * login/Makefile: Likewise.
13937         * mach/Makefile: Likewise.
13938         (all): Remove target.
13939         * malloc/Makefile: Include Makeconfig immediately after defining
13940         subdir.
13941         (all): Remove target.
13942         * manual/Makefile: Include Makeconfig immediately after defining
13943         subdir.
13944         * math/Makefile: Likewise.
13945         * misc/Makefile: Likewise.
13946         * nis/Makefile: Likewise.
13947         * nss/Makefile: Likewise.
13948         * po/Makefile: Likewise.
13949         (all): Remove target.
13950         * posix/Makefile: Include Makeconfig immediately after defining
13951         subdir.
13952         * pwd/Makefile: Likewise.
13953         * resolv/Makefile: Likewise.
13954         * resource/Makefile: Likewise.
13955         * rt/Makefile: Likewise.
13956         * setjmp/Makefile: Likewise.
13957         * shadow/Makefile: Likewise.
13958         * signal/Makefile: Likewise.
13959         * socket/Makefile: Likewise.
13960         * soft-fp/Makefile: Likewise.
13961         * stdio-common/Makefile: Likewise.
13962         * stdlib/Makefile: Likewise.
13963         * streams/Makefile: Likewise.
13964         * string/Makefile: Likewise.
13965         * sunrpc/Makefile: Likewise.
13966         (all): Remove target.
13967         * sysvipc/Makefile: Include Makeconfig immediately after defining
13968         subdir.
13969         * termios/Makefile: Likewise.
13970         * time/Makefile: Likewise.
13971         * timezone/Makefile: Likewise.
13972         (all): Remove target.
13973         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13974         subdir.
13975         * wctype/Makefile: Likewise.
13976
13977 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13978
13979         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13980         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13981         (libc_feholdexcept_setround_mips): Ditto.
13982         (libc_feholdsetround): New.
13983         (libc_feholdsetroundf): New.
13984         (libc_feholdsetroundl): New.
13985         (libc_feupdateenv_test_mips): New.
13986         (libc_feupdateenv_test): New.
13987         (libc_feupdateenv_testf): New.
13988         (libc_feupdateenv_testl): New.
13989         (libc_feresetround): New.
13990         (libc_feresetroundf): New.
13991         (libc_feresetroundl): New.
13992         (libc_fetestexcept_mips): New.
13993         (libc_fetestexcept): New.
13994         (libc_fetestexceptf): New.
13995         (libc_fetestexceptl): New.
13996         (HAVE_RM_CTX): New.
13997         (libc_feholdexcept_setround_mips_ctx): New.
13998         (libc_feholdexcept_setround_ctx): New.
13999         (libc_feholdexcept_setroundf_ctx): New.
14000         (libc_feholdexcept_setroundl_ctx): New.
14001         (libc_fesetenv_mips_ctx): New.
14002         (libc_fesetenv_ctx): New.
14003         (libc_fesetenv_ctxf): New.
14004         (libc_fesetenv_ctxl): New.
14005         (libc_feupdateenv_mips_ctx): New.
14006         (libc_feupdateenv_ctx): New.
14007         (libc_feupdateenvf_ctx): New.
14008         (libc_feupdateenvl_ctx): New.
14009         (libc_feholdsetround_mips_ctx): New.
14010         (libc_feholdsetround_ctx): New.
14011         (libc_feholdsetroundf_ctx): New.
14012         (libc_feholdsetroundl_ctx): New.
14013         (libc_feresetround_mips_ctx): New.
14014         (libc_feresetround_ctx): New.
14015         (libc_feresetroundf_ctx): New.
14016         (libc_feresetroundl_ctx): New.
14017
14018 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14019
14020         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14021
14022         * manual/ipc.texi: New file.
14023         * manual/Makefile (chapters): Add ipc.
14024         * manual/job.texi: Add "Inter-Process Communication" to next.
14025         * manual/process.texi: Add "Inter-Process Communication" to prev.
14026
14027 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14028
14029         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14030
14031 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14032
14033         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14034
14035         * manual/arith.texi: Fix spaces after sentences.
14036         * manual/charset.texi: Likewise.
14037         * manual/errno.texi: Likewise.
14038         * manual/install.texi: Likewise.
14039         * manual/llio.texi: Likewise.
14040         * manual/locale.texi: Likewise.
14041         * manual/maint.texi: Likewise.
14042         * manual/math.texi: Likewise.
14043         * manual/memory.texi: Likewise.
14044         * manual/message.texi: Likewise.
14045         * manual/probes.texi: Likewise.
14046         * manual/resource.texi: Likewise.
14047         * manual/signal.texi: Likewise.
14048         * manual/socket.texi: Likewise.
14049         * manual/stdio.texi: Likewise.
14050         * manual/string.texi: Likewise.
14051         * manual/time.texi: Likewise.
14052         * manual/users.texi: Likewise.
14053
14054 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14055
14056         [BZ #16632]
14057         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14058         _DEFAULT_SOURCE is defined.
14059
14060 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14061             Carlos O'Donell  <carlos@redhat.com>
14062
14063         [BZ #16613]
14064         * elf/dl-tls.c (_dl_count_modids): New function.
14065         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14066         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14067         audit library and increment generation counter.
14068         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14069         * elf/tst-audit9.c: New file.
14070         * elf/tst-auditmod9a.c: New file.
14071         * elf/tst-auditmod9b.c: New file.
14072         * elf/Makefile: Add rules to build and run tst-audit9.
14073
14074 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14075
14076         [BZ #15347]
14077         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14078
14079 2014-02-25  Will Newton  <will.newton@linaro.org>
14080
14081         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14082         (__longjmp): Restore sp and lr before restoring callee
14083         saved registers.  Add longjmp and longjmp_target
14084         SystemTap probe point.
14085         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14086         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14087         Define to zero to match jmpbuf layout.
14088         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14089         (__sigsetjmp): Save sp and lr before saving callee
14090         saved registers.  Add setjmp SystemTap probe point.
14091
14092 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14093
14094         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14095
14096 2014-02-24  Andreas Schwab  <schwab@suse.de>
14097
14098         [BZ #15804]
14099         * elf/pldd.c (wait_for_ptrace_stop): New function.
14100         (main): Call it after attaching.
14101
14102 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14103
14104         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14105         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14106         Versions files is now verboten.
14107         * hurd/Versions (libc: GLIBC_2.0):
14108         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14109         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14110         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14111         * mach/Versions: Likewise.
14112
14113         * csu/Versions: Remove unused %include.
14114         * resolv/Versions: Likewise.
14115
14116 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14117
14118         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14119         ($(objpfx)check-local-headers.out): Likewise.
14120         ($(objpfx)begin-end-check.out): Likewise.
14121         * Makerules (check-abi-%.out): Likewise.
14122         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14123         ($(objpfx)test2.cat): Likewise.
14124         ($(objpfx)de/libc.cat): Likewise.
14125         ($(objpfx)test-gencat.out): Likewise.
14126         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14127         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14128         ($(objpfx)noload-mem): Likewise.
14129         ($(objpfx)tst-pathopt.out): Likewise.
14130         ($(objpfx)tst-rtld-load-self.out): Likewise.
14131         ($(objpfx)tst-array1-cmp.out): Likewise.
14132         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14133         ($(objpfx)tst-array2-cmp.out): Likewise.
14134         ($(objpfx)tst-array3-cmp.out): Likewise.
14135         ($(objpfx)tst-array4-cmp.out): Likewise.
14136         ($(objpfx)tst-array5-cmp.out): Likewise.
14137         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14138         ($(objpfx)check-textrel.out): Likewise.
14139         ($(objpfx)check-execstack.out): Likewise.
14140         ($(objpfx)check-localplt.out): Likewise.
14141         ($(objpfx)order2-cmp.out): Likewise.
14142         ($(objpfx)tst-leaks1-mem): Likewise.
14143         ($(objpfx)tst-leaks1-static-mem): Likewise.
14144         ($(objpfx)tst-initorder-cmp.out): Likewise.
14145         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14146         ($(objpfx)tst-unused-dep.out): Likewise.
14147         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14148         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14149         * iconv/Makefile (test-iconvconfig): Likewise.
14150         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14151         ($(objpfx)iconv-test.out): Likewise.
14152         ($(objpfx)tst-tables.out): Likewise.
14153         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14154         ($(objpfx)tst-gettext.out): Likewise.
14155         ($(objpfx)tst-translit.out): Likewise.
14156         ($(objpfx)tst-gettext2.out): Likewise.
14157         ($(objpfx)tst-gettext4.out): Likewise.
14158         ($(objpfx)tst-gettext6.out): Likewise.
14159         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14160         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14161         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14162         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14163         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14164         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14165         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14166         ($(objpfx)wordexp-tst.out): Likewise.
14167         ($(objpfx)annexc.out): Likewise.
14168         ($(objpfx)tst-fnmatch-mem): Likewise.
14169         ($(objpfx)bug-regex2-mem): Likewise.
14170         ($(objpfx)bug-regex14-mem): Likewise.
14171         ($(objpfx)bug-regex21-mem): Likewise.
14172         ($(objpfx)bug-regex31-mem): Likewise.
14173         ($(objpfx)tst-vfork3-mem): Likewise.
14174         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14175         ($(objpfx)tst-pcre-mem): Likewise.
14176         ($(objpfx)tst-boost-mem): Likewise.
14177         ($(objpfx)tst-getconf.out): Likewise.
14178         ($(objpfx)bug-ga2-mem): Likewise.
14179         ($(objpfx)bug-glob2-mem): Likewise.
14180         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14181         ($(objpfx)mtrace-tst-leaks2): Likewise.
14182         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14183         ($(objpfx)tst-printf.out): Likewise.
14184         ($(objpfx)tst-setvbuf1.out): Likewise.
14185         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14186         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14187         ($(objpfx)tst-fmtmsg.out): Likewise.
14188         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14189         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14190
14191         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14192         * bits/sigaction.h [__USE_MISC]: Likewise.
14193         * bits/waitstatus.h: Update #endif comments.
14194         * ctype/ctype.h: Likewise.
14195         * dirent/dirent.h: Likewise.
14196         [__USE_MISC]: Remove redundant conditionals.
14197         * grp/grp.h: Update #endif comments.
14198         [__USE_GNU]: Remove redundant conditionals.
14199         [__USE_MISC]: Likewise.
14200         * inet/netinet/in.h [__USE_GNU]: Likewise.
14201         * io/sys/stat.h [__USE_MISC]: Likewise.
14202         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14203         * libio/bits/stdio.h: Update #endif comments.
14204         [__USE_MISC]: Remove redundant conditionals.
14205         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14206         * libio/stdio.h: Update #endif comments.
14207         [__USE_MISC]: Remove redundant conditionals.
14208         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14209         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14210         * math/math.h: Update #else and #endif comments.
14211         [__USE_MISC]: Remove redundant conditionals.
14212         * misc/sys/uio.h: Update #endif comments.
14213         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14214         * posix/glob.h [__USE_MISC]: Likewise.
14215         * posix/sys/types.h: Update #endif comments.
14216         [__USE_MISC]: Remove redundant conditionals.
14217         * posix/sys/wait.h: Update #endif comments.
14218         [__USE_MISC]: Remove redundant conditionals.
14219         * posix/unistd.h: Update #endif comments.
14220         [__USE_MISC]: Remove redundant conditionals.
14221         * pwd/pwd.h [__USE_GNU]: Likewise.
14222         [__USE_MISC]: Likewise.
14223         * resolv/netdb.h [__USE_GNU]: Likewise.
14224         * signal/signal.h: Update #endif comments.
14225         [__USE_MISC]: Remove redundant conditionals.
14226         * stdlib/stdlib.h: Update #else and #endif comments.
14227         [__USE_MISC]: Remove redundant conditionals.
14228         [__USE_GNU]: Likewise.
14229         * string/bits/string2.h [__USE_MISC]: Likewise.
14230         * string/string.h: Update #endif comments.
14231         [__USE_MISC]: Remove redundant conditionals.
14232         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14233         Likewise.
14234         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14235         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14236         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14237         Likewise.
14238         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14239         Likewise.
14240         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14241         comments.
14242         [__USE_MISC]: Remove redundant conditionals.
14243         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14244         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14245         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14246         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14247         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14248         Likewise.
14249         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14250         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14251         Likewise.
14252         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14253         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14254         Likewise.
14255         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14256         Likewise.
14257         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14258         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14259         Likewise.
14260         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14261         Likewise.
14262         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14263         * sysdeps/x86/bits/string.h: Update #endif comments.
14264         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14265         conditionals.
14266         * time/sys/time.h: Update #endif comments.
14267         * time/time.h: Likewise.
14268         [__USE_MISC]: Remove redundant conditionals.
14269
14270 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14271
14272         [BZ #16600]
14273         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14274
14275 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14276
14277         * Versions.def (librt): Add GLIBC_2.17.
14278
14279 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14280
14281         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14282         synonym for _SYS_AUXV_H to allow direct inclusion.
14283         * sysdeps/sparc/bits/hwcap.h: Likewise.
14284         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14285         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14286         * sysdeps/sparc/sysdep.h: Likewise.
14287
14288 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14289
14290         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14291
14292 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14293
14294         * benchtests/bench-strrchr.c: Print length instead of position.
14295
14296 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14297
14298         [BZ #16611]
14299         * sysdeps/unix/sysv/linux/kernel-features.h
14300         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14301         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14302         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14303         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14304         Likewise.
14305         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14306         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14307         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14308         (__ASSUME_SENDMMSG): Define instead of using previous
14309         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14310         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14311         (__ASSUME_SENDMMSG_SYSCALL): Define.
14312         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14313         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14314         Likewise.
14315         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14316         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14317         Likewise.
14318         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14319         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14320         Likewise.
14321         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14322         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14323         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14324         [__ASSUME_SENDMMSG]: Change conditionals to
14325         [__ASSUME_SENDMMSG_SOCKETCALL].
14326         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14327         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14328         Define.
14329         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14330         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14331         Likewise.
14332         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14333         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14334         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14335         [!__ASSUME_SENDMMSG]: Change conditional to
14336         [!__ASSUME_SENDMMSG_SOCKETCALL].
14337         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14338         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14339         Define.
14340
14341         [BZ #16610]
14342         * sysdeps/unix/sysv/linux/kernel-features.h
14343         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14344         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14345         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14346         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14347         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14348         [__i386__ || __sparc__]
14349         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14350         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14351         (__ASSUME_RECVMMSG): Define instead of using previous
14352         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14353         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14354         (__ASSUME_RECVMMSG_SYSCALL): Define.
14355         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14356         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14357         Likewise.
14358         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14359         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14360         Likewise.
14361         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14362         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14363         Likewise.
14364         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14365         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14366         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14367         [__ASSUME_RECVMMSG]: Change condition to
14368         [__ASSUME_RECVMMSG_SOCKETCALL].
14369         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14370         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14371         Define.
14372         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14373         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14374         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14375         Likewise.
14376         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14377         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14378         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14379         [!__ASSUME_RECVMMSG]: Change condition to
14380         [!__ASSUME_RECVMMSG_SOCKETCALL].
14381         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14382         (__ASSUME_RECVMMSG_SYSCALL): Define.
14383
14384         [BZ #16609]
14385         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14386         __powerpc__ || __s390__ || __sh__ || __sparc__]
14387         (__ASSUME_SOCKETCALL): Define.
14388         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14389         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14390         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14391         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14392         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14393         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14394         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14395         (__ASSUME_ACCEPT4): Define instead of using previous
14396         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14397         __powerpc__ || __sparc__ || __s390__)] condition.
14398         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14399         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14400         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14401         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14402         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14403         [!__ASSUME_ACCEPT4]: Change condition to
14404         [!__ASSUME_ACCEPT4_SOCKETCALL].
14405         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14406         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14407         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14408         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14409         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14410         __ASSUME_ACCEPT4_SYSCALL.
14411         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14412         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14413         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14414         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14415         __ASSUME_ACCEPT4_SYSCALL.
14416         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14417         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14418         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14419         [__ASSUME_ACCEPT4]: Change condition to
14420         [__ASSUME_ACCEPT4_SOCKETCALL].
14421         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14422         (__ASSUME_SOCKETCALL): Define.
14423         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14424         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14425         (__ASSUME_SOCKETCALL): Define.
14426         (__ASSUME_ACCEPT4): Remove.
14427         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14428         Define.
14429         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14430         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14431         Likewise.
14432         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14433         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14434
14435         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14436         macro.
14437         (HWCAP_ARM_LPAE): Likewise.
14438         (HWCAP_ARM_EVTSTRM): Likewise.
14439         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14440         Add vpfd32, lpae and evtstrm.
14441         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14442         Increase to 22.
14443
14444 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14445
14446         * math/auto-libm-test-in: Add tests of clog10.
14447         * math/auto-libm-test-out: Regenerated.
14448         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14449         * sysdeps/i386/fpu/libm-test-ulps: Update.
14450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14451
14452 2014-02-18  Andreas Schwab  <schwab@suse.de>
14453
14454         [BZ #16574]
14455         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14456         Store non-zero if the second buffer was newly allocated.
14457         (send_dg): Likewise.
14458         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14459         to send_vc and send_dg.
14460         (res_nsend): Pass NULL for ansp2_malloced.
14461         * resolv/res_query.c (__libc_res_nquery): Add parameter
14462         answerp2_malloced and pass it down to __libc_res_nsend.
14463         (res_nquery): Pass additional NULL to __libc_res_nquery.
14464         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14465         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14466         second answer buffer if answerp2_malloced was set.
14467         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14468         (__libc_res_nquerydomain): Add parameter
14469         answerp2_malloced and pass it down to __libc_res_nquery.
14470         (res_nquerydomain): Pass additional NULL to
14471         __libc_res_nquerydomain.
14472         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14473         additional NULL to __libc_res_nsend and __libc_res_nquery.
14474         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14475         additional NULL to __libc_res_nsearch.
14476         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14477         parameter of __libc_res_nsearch to check for separately allocated
14478         second buffer.
14479         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14480         __libc_res_nquery.
14481         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14482         additional NULL to __libc_res_nquery.
14483         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14484         __libc_res_nsearch.
14485         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14486         * include/resolv.h: Update prototypes of __libc_res_nquery,
14487         __libc_res_nsearch, __libc_res_nsend.
14488
14489 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14490
14491         * math/auto-libm-test-in: Add tests of fma.
14492         * math/auto-libm-test-out: Regenerated.
14493         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14494         (fma_towardzero_test_data): Likewise.
14495         (fma_downward_test_data): Likewise.
14496         (fma_upward_test_data): Likewise.
14497         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14498         mpc_mode.
14499         (rounding_modes): Add values for new field.
14500         (func_calc_method): Add value mpfr_fff_f.
14501         (func_calc_desc): Add mpfr_fff_f union field.
14502         (test_function): Add field exact_args.
14503         (FUNC): Add macro argument EXACT_ARGS.
14504         (FUNC_mpfr_f_f): Update call to FUNC.
14505         (FUNC_mpfr_f_f): Likewise.
14506         (FUNC_mpfr_ff_f): Likewise.
14507         (FUNC_mpfr_if_f): Likewise.
14508         (FUNC_mpc_c_f): Likewise.
14509         (FUNC_mpc_c_c): Likewise.
14510         (test_functions): Add fma.  Update calls to FUNC.
14511         (handle_input_arg): Add argument exact_args.
14512         (add_test): Update call to handle_input_arg.
14513         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14514         (output_for_one_input_case): Update call to calc_generic_results.
14515         Recalculate exact zero results in each rounding mode.
14516
14517         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14518         non-negative before setting low bit.
14519         * math/auto-libm-test-in: Mark one asin test possibly having
14520         spurious underflow.
14521         * math/auto-libm-test-out: Regenerated.
14522         * sysdeps/i386/fpu/libm-test-ulps: Update.
14523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14524
14525 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14526
14527         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14528         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14529         ports/sysdeps/unix/sysv/linux/microblaze.
14530         * README: Add missing listing for microblaze*-*-linux-gnu.
14531
14532 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14533
14534         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14535         duplicate code
14536
14537 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14538
14539         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14540         * sysdeps/unix/sysv/linux/ia64: Move directory from
14541         ports/sysdeps/unix/sysv/linux/ia64.
14542         * README: Update listing for ia64-*-linux-gnu.
14543
14544 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14545             Joseph Myers  <joseph@codesourcery.com>
14546
14547         * Makeconfig (test-name): New variable.
14548         (evaluate-test): Likewise.
14549         * Makerules (do-test-clean): Remove .test-result files.
14550         (common-mostlyclean): Likewise.
14551         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14552         * scripts/evaluate-test.sh: New file.
14553
14554 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14555
14556         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14557         separate $(objpfx)tst-fopenloc-cmp.out and
14558         $(objpfx)tst-fopenloc-mem.out targets.
14559         (tests): Update dependencies.
14560         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14561         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14562         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14563         (tst-rxspencer-no-utf8-ARGS): New variable.
14564         (tst-rxspencer-no-utf8-ENV): Likewise.
14565         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14566         instead of $(objpfx)tst-rxspencer-mem.
14567         ($(objpfx)tst-rxspencer-mem): Change target to
14568         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14569         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14570         * posix/tst-rxspencer-no-utf8.c: New file.
14571
14572         * elf/Makefile ($(objpfx)order.out): Remove rule.
14573         [$(run-built-tests) = yes] (tests): Depend on
14574         $(objpfx)order-cmp.out.
14575         ($(objpfx)order-cmp.out): New rule.
14576         [$(run-built-tests) = yes] (tests): Depend on
14577         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14578         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14579         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14580         $(objpfx)tst-array5-static-cmp.out.
14581         ($(objpfx)tst-array1.out): Remove rule.
14582         ($(objpfx)tst-array1-cmp.out): New rule.
14583         ($(objpfx)tst-array1-static.out): Remove rule.
14584         ($(objpfx)tst-array1-static-cmp.out): New rule.
14585         ($(objpfx)tst-array2.out): Remove rule.
14586         ($(objpfx)tst-array2-cmp.out): New rule.
14587         ($(objpfx)tst-array3.out): Remove rule.
14588         ($(objpfx)tst-array3-cmp.out): New rule.
14589         ($(objpfx)tst-array4.out): Remove rule.
14590         ($(objpfx)tst-array4-cmp.out): New rule.
14591         ($(objpfx)tst-array5.out): Remove rule.
14592         ($(objpfx)tst-array5-cmp.out): New rule.
14593         ($(objpfx)tst-array5-static.out): Remove rule.
14594         ($(objpfx)tst-array5-static-cmp.out): New rule.
14595         [$(run-built-tests) = yes] (tests): Depend on
14596         $(objpfx)order2-cmp.out.
14597         ($(objpfx)order2.out): Remove rule.
14598         ($(objpfx)order2-cmp.out): New rule.
14599         ($(objpfx)tst-initorder.out): Remove rule.
14600         [$(run-built-tests) = yes] (tests): Depend on
14601         $(objpfx)tst-initorder-cmp.out.
14602         ($(objpfx)tst-initorder-cmp.out): New rule.
14603         ($(objpfx)tst-initorder2.out): Remove rule.
14604         [$(run-built-tests) = yes] (tests): Depend on
14605         $(objpfx)tst-initorder2-cmp.out.
14606         ($(objpfx)tst-initorder2-cmp.out): New rule.
14607         [$(run-built-tests) = yes] (tests): Depend on
14608         $(objpfx)tst-unused-dep-cmp.out.
14609         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14610         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14611         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14612         on $(objpfx)tst-setvbuf1-cmp.out.
14613         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14614         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14615         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14616         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14617         ($(objpfx)tst-svc.out): Remove rule.
14618         ($(objpfx)tst-svc-cmp.out): New rule.
14619
14620 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14621
14622         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14623         * ctype/ctype.h [__USE_MISC]: Likewise.
14624         * dirent/dirent.h [__USE_MISC]: Likewise.
14625         * grp/grp.h [__USE_MISC]: Likewise.
14626         * io/fcntl.h [__USE_MISC]: Likewise.
14627         * io/sys/stat.h [__USE_MISC]: Likewise.
14628         * libio/stdio.h [__USE_MISC]: Likewise.
14629         * posix/unistd.h [__USE_MISC]: Likewise.
14630         * pwd/pwd.h [__USE_MISC]: Likewise.
14631         * stdlib.h [__USE_MISC]: Likewise.
14632         * string/bits/string2.h [__USE_MISC]: Likewise.
14633         * string/string.h [__USE_MISC]: Likewise.
14634         * time/time.h [__USE_MISC]: Likewise.
14635
14636 2014-02-13  Andreas Schwab  <schwab@suse.de>
14637
14638         [BZ #16574]
14639         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14640         second answer buffer if it was separately allocated.
14641
14642 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14643
14644         * sysdeps/mips/math-tests.h: Include <features.h>.
14645         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14646         (ROUNDING_TESTS_long_double): Do not define.
14647         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14648         (EXCEPTION_TESTS_long_double): Likewise.
14649         * sysdeps/mips/mips64/libm-test-ulps: Update.
14650
14651         * include/features.h (__USE_BSD): Remove macro definitions.
14652         (__USE_SVID): Likewise.
14653         (_BSD_SOURCE): Likewise.
14654         (_SVID_SOURCE): Likewise.
14655         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14656         from definition of _DEFAULT_SOURCE.
14657         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14658         [_DEFAULT_SOURCE].
14659         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14660         * bits/mman.h [__USE_BSD]: Likewise.
14661         * bits/termios.h [__USE_BSD]: Likewise.
14662         * bits/waitstatus.h [__USE_BSD]: Likewise.
14663         * ctype/ctype.h [__USE_SVID]: Likewise.
14664         * dirent/dirent.h [__USE_BSD]: Likewise.
14665         * grp/grp.h [__USE_SVID]: Likewise.
14666         [__USE_BSD]: Likewise.
14667         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14668         * io/fcntl.h [__USE_BSD]: Likewise.
14669         * io/ftw.h [__USE_BSD]: Likewise.
14670         * io/sys/stat.h [__USE_BSD]: Likewise.
14671         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14672         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14673         * libio/stdio.h [__USE_SVID]: Likewise.
14674         [__USE_BSD]: Likewise.
14675         * math/math.h [__USE_SVID]: Likewise.
14676         [__USE_BSD]: Likewise.
14677         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14678         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14679         * misc/search.h [__USE_SVID]: Likewise.
14680         * misc/sys/mman.h [__USE_BSD]: Likewise.
14681         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14682         * misc/sys/uio.h [__USE_BSD]: Likewise.
14683         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14684         * posix/glob.h [__USE_BSD]: Likewise.
14685         * posix/regex.h [__USE_BSD]: Likewise.
14686         * posix/sys/types.h [__USE_BSD]: Likewise.
14687         [__USE_SVID]: Likewise.
14688         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14689         * posix/sys/wait.h [__USE_BSD]: Likewise.
14690         [__USE_SVID]: Likewise.
14691         * posix/unistd.h [__USE_BSD]: Likewise.
14692         [__USE_SVID]: Likewise.
14693         * pwd/pwd.h [__USE_SVID]: Likewise.
14694         * resolv/netdb.h [__USE_BSD]: Likewise.
14695         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14696         * signal/signal.h [__USE_BSD]: Likewise.
14697         [__USE_SVID]: Likewise.
14698         * socket/sys/socket.h [__USE_BSD]: Likewise.
14699         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14700         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14701         [__USE_SVID]: Likewise.
14702         * string/bits/string2.h [__USE_BSD]: Likewise.
14703         [__USE_SVID]: Likewise.
14704         * string/bits/string3.h [__USE_BSD]: Likewise.
14705         * string/endian.h [__USE_BSD]: Likewise.
14706         * string/string.h [__USE_SVID]: Likewise.
14707         [__USE_BSD]: Likewise.
14708         * string/strings.h [__USE_BSD]: Likewise.
14709         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14710         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14711         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14712         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14713         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14714         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14715         Likewise.
14716         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14717         Likewise.
14718         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14719         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14720         Likewise.
14721         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14722         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14723         Likewise.
14724         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14725         Likewise.
14726         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14727         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14728         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14729         Likewise.
14730         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14731         Likewise.
14732         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14733         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14734         * termios/termios.h [__USE_BSD]: Likewise.
14735         * time/sys/time.h [__USE_BSD]: Likewise.
14736         * time/time.h [__USE_BSD]: Likewise.
14737         [__USE_SVID]: Likewise.
14738
14739         * Makefile (subdir_targets): Remove subdir_lint.out.
14740
14741         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14742         (do-tst-printf): Likewise.
14743         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14744         $(objpfx)tst-printf.out.
14745
14746         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14747
14748         * Makerules (check-abi-%): Change target to
14749         $(objpfx)check-abi-%.out.
14750         (check-abi target): Update dependencies.
14751         (check-abi-pattern variable): Redirect output of diff to $@.
14752         (check-abi variable): Likewise.
14753         * elf/Makefile (check-abi): Update dependencies.
14754
14755         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14756         unused.
14757         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14758         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14759         subnormal range.
14760         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14761         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14762         value has largest subnormal exponent.
14763         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14764         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14765         * sysdeps/aarch64/soft-fp/sfp-machine.h
14766         (_FP_TININESS_AFTER_ROUNDING): New macro.
14767         * sysdeps/alpha/soft-fp/sfp-machine.h
14768         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14769         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14770         Likewise.
14771         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14772         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14773         * sysdeps/mips/soft-fp/sfp-machine.h
14774         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14775         * sysdeps/powerpc/soft-fp/sfp-machine.h
14776         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14777         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14778         Likewise.
14779         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14780         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14781         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14782         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14783         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14784         Likewise.
14785
14786 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14787
14788         [BZ #16545]
14789         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14790         model 1.
14791
14792 2014-02-12  Richard Henderson  <rth@redhat.com>
14793
14794         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14795         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14796         * sysdeps/unix/sysv/linux/alpha: Move directory from
14797         ports/sysdeps/unix/sysv/linux/alpha.
14798         * README: Update listing for alpha-*-linux-gnu.
14799
14800 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14801
14802         * include/features.h: Update comment documenting feature test
14803         macros.
14804         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14805         _DEFAULT_SOURCE.
14806         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14807         (_SVID_SOURCE): Likewise.
14808         (_DEFAULT_SOURCE): Update description of default features.
14809         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14810         with _GNU_SOURCE.
14811         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14812         (S_ISVTX): Likewise.
14813         * manual/math.texi (Mathematical Constants): Likewise.
14814         * manual/signal.texi (Interrupted Primitives): Likewise.
14815         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14816         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14817         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14818         Don't refer to _SVID_SOURCE in warning text.
14819
14820         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14821
14822         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14823         already defined.
14824         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14825         * sysdeps/mips/dl-lookup.c: Remove.
14826         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14827
14828 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14829
14830         [BZ #16447]
14831         * math/auto-libm-test-in: Add testcase for expl.
14832         * math/auto-libm-test-out: Regenerate.
14833         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14834         calculation of unsafe.
14835         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14836
14837 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14838
14839         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14840         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14841         ports/sysdeps/unix/sysv/linux/aarch64.
14842         * README: Update listing for aarch64*-*-linux-gnu.
14843
14844 2014-02-11  Will Newton  <will.newton@linaro.org>
14845
14846         * manual/probes.texi (Mathematical Function Probes): Use
14847         "triggered" instead of "hit".
14848
14849         * manual/probes.texi (Internal Probes): Add documentation
14850         of setjmp, longjmp and longjmp_target probes.
14851
14852         * include/stap-probe.h: Add comment about probe argument
14853         format.
14854
14855         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14856         definition.  (tr_where, tr_freehook, tr_mallochook,
14857         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14858
14859 2014-02-11  David S. Miller  <davem@davemloft.net>
14860
14861         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14862         processing int_tests.
14863
14864 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14865
14866         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14867         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14868         * sysdeps/unix/sysv/linux/mips: Move directory from
14869         ports/sysdeps/unix/sysv/linux/mips.
14870         * README: Update listing for mips-*-linux-gnu and
14871         mips64-*-linux-gnu.
14872
14873 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14874
14875         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14876         * sysdeps/unix/sysv/linux/m68k: Move directory from
14877         ports/sysdeps/unix/sysv/linux/m68k.
14878         * README: Update listing for m68k-*-linux-gnu.
14879
14880 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14881
14882         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14883         * sysdeps/unix/sysv/linux/generic: Move directory from
14884         ports/sysdeps/unix/sysv/linux/generic.
14885         * sysdeps/unix/sysv/linux/tile: Move directory from
14886         ports/sysdeps/unix/sysv/linux/tile.
14887         * README: Update listing for tile*-*-linux-gnu.
14888
14889 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14890
14891         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14892         __builtin_expect.
14893         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14894         * catgets/open_catalog.c (__open_catalog): Likewise.
14895         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14896         * debug/confstr_chk.c: Likewise.
14897         * debug/fread_chk.c (__fread_chk): Likewise.
14898         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14899         * debug/getgroups_chk.c: Likewise.
14900         * debug/mbsnrtowcs_chk.c: Likewise.
14901         * debug/mbsrtowcs_chk.c: Likewise.
14902         * debug/mbstowcs_chk.c: Likewise.
14903         * debug/memcpy_chk.c: Likewise.
14904         * debug/memmove_chk.c: Likewise.
14905         * debug/mempcpy_chk.c: Likewise.
14906         * debug/memset_chk.c: Likewise.
14907         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14908         * debug/strcat_chk.c (__strcat_chk): Likewise.
14909         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14910         * debug/strncat_chk.c (__strncat_chk): Likewise.
14911         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14912         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14913         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14914         * debug/wcpncpy_chk.c: Likewise.
14915         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14916         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14917         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14918         * debug/wcsncpy_chk.c: Likewise.
14919         * debug/wcsnrtombs_chk.c: Likewise.
14920         * debug/wcsrtombs_chk.c: Likewise.
14921         * debug/wcstombs_chk.c: Likewise.
14922         * debug/wmemcpy_chk.c: Likewise.
14923         * debug/wmemmove_chk.c: Likewise.
14924         * debug/wmempcpy_chk.c: Likewise.
14925         * debug/wmemset_chk.c: Likewise.
14926         * dirent/scandirat.c (SCANDIRAT): Likewise.
14927         * dlfcn/dladdr1.c (dladdr1): Likewise.
14928         * dlfcn/dladdr.c (dladdr): Likewise.
14929         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14930         * dlfcn/dlerror.c (__dlerror): Likewise.
14931         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14932         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14933         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14934         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14935         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14936         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14937         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14938         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14939         Likewise.
14940         * elf/dl-conflict.c: Likewise.
14941         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14942         * elf/dl-dst.h: Likewise.
14943         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14944         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14945         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14946         * elf/dl-init.c (call_init, _dl_init): Likewise.
14947         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14948         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14949         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14950         Likewise.
14951         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14952         Likewise.
14953         * elf/dl-minimal.c (__libc_memalign): Likewise.
14954         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14955         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14956         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14957         * elf/dl-sym.c (do_sym): Likewise.
14958         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14959         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14960         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14961         * elf/dl-writev.h (_dl_writev): Likewise.
14962         * elf/ldconfig.c (search_dir): Likewise.
14963         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14964         (dl_main): Likewise.
14965         * elf/setup-vdso.h (setup_vdso): Likewise.
14966         * grp/compat-initgroups.c (compat_call): Likewise.
14967         * grp/fgetgrent.c (fgetgrent): Likewise.
14968         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14969         * grp/putgrent.c (putgrent): Likewise.
14970         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14971         Likewise.
14972         * hurd/hurdinit.c: Likewise.
14973         * iconvdata/8bit-gap.c (struct): Likewise.
14974         * iconvdata/ansi_x3.110.c : Likewise.
14975         * iconvdata/big5.c : Likewise.
14976         * iconvdata/big5hkscs.c : Likewise.
14977         * iconvdata/cp1255.c: Likewise.
14978         * iconvdata/cp1258.c : Likewise.
14979         * iconvdata/cp932.c : Likewise.
14980         * iconvdata/euc-cn.c: Likewise.
14981         * iconvdata/euc-jisx0213.c : Likewise.
14982         * iconvdata/euc-jp.c: Likewise.
14983         * iconvdata/euc-jp-ms.c : Likewise.
14984         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14985         * iconvdata/gb18030.c : Likewise.
14986         * iconvdata/gbbig5.c (const): Likewise.
14987         * iconvdata/gbgbk.c: Likewise.
14988         * iconvdata/gbk.c : Likewise.
14989         * iconvdata/ibm1364.c : Likewise.
14990         * iconvdata/ibm930.c : Likewise.
14991         * iconvdata/ibm932.c: Likewise.
14992         * iconvdata/ibm933.c : Likewise.
14993         * iconvdata/ibm935.c : Likewise.
14994         * iconvdata/ibm937.c : Likewise.
14995         * iconvdata/ibm939.c : Likewise.
14996         * iconvdata/ibm943.c: Likewise.
14997         * iconvdata/iso_11548-1.c: Likewise.
14998         * iconvdata/iso-2022-cn.c : Likewise.
14999         * iconvdata/iso-2022-cn-ext.c : Likewise.
15000         * iconvdata/iso-2022-jp-3.c: Likewise.
15001         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15002         * iconvdata/iso-2022-kr.c : Likewise.
15003         * iconvdata/iso646.c (gconv_end): Likewise.
15004         * iconvdata/iso_6937-2.c : Likewise.
15005         * iconvdata/iso_6937.c : Likewise.
15006         * iconvdata/iso8859-1.c: Likewise.
15007         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15008         * iconvdata/shift_jisx0213.c : Likewise.
15009         * iconvdata/sjis.c : Likewise.
15010         * iconvdata/t.61.c : Likewise.
15011         * iconvdata/tcvn5712-1.c : Likewise.
15012         * iconvdata/tscii.c: Likewise.
15013         * iconvdata/uhc.c : Likewise.
15014         * iconvdata/unicode.c (gconv_end): Likewise.
15015         * iconvdata/utf-16.c (gconv_end): Likewise.
15016         * iconvdata/utf-32.c (gconv_end): Likewise.
15017         * iconvdata/utf-7.c (base64): Likewise.
15018         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15019         * iconv/gconv_close.c (__gconv_close): Likewise.
15020         * iconv/gconv_open.c (__gconv_open): Likewise.
15021         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15022         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15023         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15024         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15025         (ucs4le_internal_loop_single): Likewise.
15026         * iconv/iconv.c (iconv): Likewise.
15027         * iconv/iconv_close.c: Likewise.
15028         * iconv/loop.c (SINGLE): Likewise.
15029         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15030         * include/atomic.h: Likewise.
15031         * inet/inet6_option.c (option_alloc): Likewise.
15032         * intl/bindtextdom.c (set_binding_values): Likewise.
15033         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15034         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15035         * intl/localealias.c (read_alias_file): Likewise.
15036         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15037         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15038         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15039         * libio/fmemopen.c (fmemopen): Likewise.
15040         * libio/iofgets.c (_IO_fgets): Likewise.
15041         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15042         * libio/iofgetws.c (fgetws): Likewise.
15043         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15044         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15045         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15046         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15047         * locale/findlocale.c (_nl_find_locale): Likewise.
15048         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15049         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15050         Likewise.
15051         * locale/setlocale.c (setlocale): Likewise.
15052         * login/programs/pt_chown.c (main): Likewise.
15053         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15054         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15055         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15056         (mmap, mmap64, mremap, munmap): Likewise.
15057         * math/e_exp2l.c: Likewise.
15058         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15059         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15060         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15061         * math/s_catan.c (__catan): Likewise.
15062         * math/s_catanf.c (__catanf): Likewise.
15063         * math/s_catanh.c (__catanh): Likewise.
15064         * math/s_catanhf.c (__catanhf): Likewise.
15065         * math/s_catanhl.c (__catanhl): Likewise.
15066         * math/s_catanl.c (__catanl): Likewise.
15067         * math/s_ccosh.c (__ccosh): Likewise.
15068         * math/s_ccoshf.c (__ccoshf): Likewise.
15069         * math/s_ccoshl.c (__ccoshl): Likewise.
15070         * math/s_cexp.c (__cexp): Likewise.
15071         * math/s_cexpf.c (__cexpf): Likewise.
15072         * math/s_cexpl.c (__cexpl): Likewise.
15073         * math/s_clog10.c (__clog10): Likewise.
15074         * math/s_clog10f.c (__clog10f): Likewise.
15075         * math/s_clog10l.c (__clog10l): Likewise.
15076         * math/s_clog.c (__clog): Likewise.
15077         * math/s_clogf.c (__clogf): Likewise.
15078         * math/s_clogl.c (__clogl): Likewise.
15079         * math/s_csin.c (__csin): Likewise.
15080         * math/s_csinf.c (__csinf): Likewise.
15081         * math/s_csinh.c (__csinh): Likewise.
15082         * math/s_csinhf.c (__csinhf): Likewise.
15083         * math/s_csinhl.c (__csinhl): Likewise.
15084         * math/s_csinl.c (__csinl): Likewise.
15085         * math/s_csqrt.c (__csqrt): Likewise.
15086         * math/s_csqrtf.c (__csqrtf): Likewise.
15087         * math/s_csqrtl.c (__csqrtl): Likewise.
15088         * math/s_ctan.c (__ctan): Likewise.
15089         * math/s_ctanf.c (__ctanf): Likewise.
15090         * math/s_ctanh.c (__ctanh): Likewise.
15091         * math/s_ctanhf.c (__ctanhf): Likewise.
15092         * math/s_ctanhl.c (__ctanhl): Likewise.
15093         * math/s_ctanl.c (__ctanl): Likewise.
15094         * math/w_pow.c: Likewise.
15095         * math/w_powf.c: Likewise.
15096         * math/w_powl.c: Likewise.
15097         * math/w_scalb.c (sysv_scalb): Likewise.
15098         * math/w_scalbf.c (sysv_scalbf): Likewise.
15099         * math/w_scalbl.c (sysv_scalbl): Likewise.
15100         * misc/error.c (error_tail): Likewise.
15101         * misc/pselect.c (__pselect): Likewise.
15102         * nis/nis_callback.c (__nis_create_callback): Likewise.
15103         * nis/nis_call.c (__nisfind_server): Likewise.
15104         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15105         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15106         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15107         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15108         * nis/nis_lookup.c (nis_lookup): Likewise.
15109         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15110         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15111         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15112         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15113         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15114         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15115         * nis/nss_compat/compat-initgroups.c (add_group)
15116         (internal_getgrent_r): Likewise.
15117         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15118         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15119         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15120         (internal_getspnam_r): Likewise.
15121         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15122         (_nss_nis_getaliasbyname_r): Likewise.
15123         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15124         (_nss_nis_getntohost_r): Likewise.
15125         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15126         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15127         (_nss_nis_getgrgid_r): Likewise.
15128         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15129         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15130         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15131         (_nss_nis_gethostbyname4_r): Likewise.
15132         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15133         (initgroups_netid): Likewise.
15134         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15135         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15136         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15137         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15138         (_nss_nis_getprotobynumber_r): Likewise.
15139         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15140         (_nss_nis_getsecretkey): Likewise.
15141         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15142         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15143         (_nss_nis_getpwuid_r): Likewise.
15144         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15145         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15146         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15147         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15148         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15149         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15150         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15151         Likewise.
15152         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15153         (_nss_nisplus_getntohost_r): Likewise.
15154         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15155         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15156         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15157         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15158         Likewise.
15159         * nis/nss_nisplus/nisplus-initgroups.c
15160         (_nss_nisplus_initgroups_dyn): Likewise.
15161         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15162         (_nss_nisplus_getnetbyaddr_r): Likewise.
15163         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15164         (_nss_nisplus_getprotobynumber_r): Likewise.
15165         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15166         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15167         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15168         Likewise.
15169         * nis/nss_nisplus/nisplus-service.c
15170         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15171         (_nss_nisplus_getservbyport_r): Likewise.
15172         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15173         (_nss_nisplus_getspnam_r): Likewise.
15174         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15175         Likewise.
15176         * nscd/aicache.c (addhstaiX): Likewise.
15177         * nscd/cache.c (cache_search, prune_cache): Likewise.
15178         * nscd/connections.c (register_traced_file, send_ro_fd)
15179         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15180         (main_loop_epoll): Likewise.
15181         * nscd/grpcache.c (addgrbyX): Likewise.
15182         * nscd/hstcache.c (addhstbyX): Likewise.
15183         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15184         * nscd/mem.c (gc, mempool_alloc): Likewise.
15185         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15186         (addinnetgrX): Likewise.
15187         * nscd/nscd-client.h (__nscd_acquire_maplock)
15188         (__nscd_drop_map_ref): Likewise.
15189         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15190         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15191         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15192         Likewise.
15193         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15194         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15195         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15196         (__nscd_get_map_ref): Likewise.
15197         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15198         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15199         Likewise.
15200         * nscd/pwdcache.c (addpwbyX): Likewise.
15201         * nscd/selinux.c (preserve_capabilities): Likewise.
15202         * nscd/servicescache.c (addservbyX): Likewise.
15203         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15204         * posix/fnmatch.c (fnmatch): Likewise.
15205         * posix/getopt.c (_getopt_internal_r): Likewise.
15206         * posix/glob.c (glob, glob_in_dir): Likewise.
15207         * posix/wordexp.c (exec_comm_child): Likewise.
15208         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15209         (getanswer_r, gaih_getanswer_slice): Likewise.
15210         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15211         * resolv/res_init.c: Likewise.
15212         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15213         * resolv/res_query.c (__libc_res_nquery): Likewise.
15214         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15215         Likewise.
15216         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15217         * stdio-common/perror.c (perror): Likewise.
15218         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15219         * stdio-common/tmpnam.c (tmpnam): Likewise.
15220         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15221         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15222         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15223         Likewise.
15224         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15225         * stdlib/putenv.c (putenv): Likewise.
15226         * stdlib/setenv.c (__add_to_environ): Likewise.
15227         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15228         * stdlib/strtol_l.c (INTERNAL): Likewise.
15229         * string/memmem.c (memmem): Likewise.
15230         * string/strerror.c (strerror): Likewise.
15231         * string/strnlen.c (__strnlen): Likewise.
15232         * string/test-memmem.c (simple_memmem): Likewise.
15233         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15234         * sunrpc/pm_getport.c (__get_socket): Likewise.
15235         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15236         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15237         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15238         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15239         Likewise.
15240         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15241         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15242         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15243         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15244         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15245         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15246         Likewise.
15247         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15248         Likewise.
15249         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15250         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15251         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15252         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15253         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15254         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15255         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15256         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15257         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15258         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15259         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15260         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15261         Likewise.
15262         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15263         Likewise.
15264         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15265         Likewise.
15266         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15267         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15268         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15269         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15270         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15271         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15272         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15273         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15274         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15275         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15276         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15277         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15278         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15279         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15280         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15281         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15282         Likewise.
15283         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15284         Likewise.
15285         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15286         Likewise.
15287         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15288         Likewise.
15289         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15290         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15291         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15292         Likewise.
15293         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15294         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15295         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15296         * sysdeps/posix/sleep.c: Likewise.
15297         * sysdeps/posix/tempname.c: Likewise.
15298         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15299         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15300         Likewise.
15301         * sysdeps/powerpc/powerpc32/dl-machine.h
15302         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15303         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15304         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15305         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15306         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15307         Likewise.
15308         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15309         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15310         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15311         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15312         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15313         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15314         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15315         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15316         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15317         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15318         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15319         (elf_machine_lazy_rel): Likewise.
15320         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15321         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15322         (elf_machine_lazy_rel): Likewise.
15323         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15324         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15325         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15326         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15327         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15328         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15329         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15330         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15331         Likewise.
15332         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15333         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15334         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15335         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15336         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15337         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15338         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15339         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15340         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15341         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15342         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15343         Likewise.
15344         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15345         (__posix_fallocate64_l64): Likewise.
15346         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15347         (posix_fallocate): Likewise.
15348         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15349         Likewise.
15350         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15351         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15352         (getifaddrs_internal): Likewise.
15353         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15354         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15355         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15356         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15357         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15358         (__posix_fallocate64_l64): Likewise.
15359         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15360         Likewise.
15361         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15362         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15363         (__get_clockfreq): Likewise.
15364         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15365         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15366         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15367         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15368         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15369         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15370         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15371         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15372         Likewise.
15373         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15374         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15375         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15376         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15377         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15378         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15379         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15380         Likewise.
15381         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15382         (posix_fallocate): Likewise.
15383         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15384         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15385         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15386         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15387         (elf_machine_rela, elf_machine_rela_relative)
15388         (elf_machine_lazy_rel): Likewise.
15389         * time/asctime.c (asctime_internal): Likewise.
15390         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15391         * time/tzset.c (__tzset_parse_tz): Likewise.
15392         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15393         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15394         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15395         * wcsmbs/wcsmbsload.h: Likewise.
15396
15397         [BZ #15894]
15398         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15399
15400         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15401         (arena_get2): Remove THREAD_STATS conditionals.
15402         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15403         (__malloc_stats, int): Likewise.
15404
15405 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15406
15407         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15408         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15409
15410         * manual/setjmp.texi: Fix typos/grammar errors.
15411
15412         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15413         Only return early when n is <= 0.  Delete unused return statement.
15414
15415         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15416         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15417         * debug/tst-longjmp_chk3.c: New file.
15418
15419         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15420         (test_main): Replace code with set_fortify_handler call.
15421         * debug/test-strcpy_chk.c: Likewise.
15422         * debug/tst-chk1.c: Likewise.
15423         * debug/tst-longjmp_chk.c: Likewise.
15424         * test-skeleton.c: Include fcntl.h & paths.h
15425         (set_fortify_handler): Define.
15426
15427         * debug/tst-longjmp_chk.c: Add header comment and include
15428         ../test-skeleton.c.
15429         (do_test): Mark static.
15430         (TEST_FUNCTION): Define.
15431
15432         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15433         (IP_PMTUDISC_INTERFACE): Likewise.
15434         (IP_MULTICAST_IF): Likewise.
15435         (IP_MULTICAST_TTL): Likewise.
15436         (IP_MULTICAST_LOOP): Likewise.
15437         (IP_ADD_MEMBERSHIP): Likewise.
15438         (IP_DROP_MEMBERSHIP): Likewise.
15439         (IP_UNBLOCK_SOURCE): Likewise.
15440         (IP_BLOCK_SOURCE): Likewise.
15441         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15442         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15443         (IP_MSFILTER): Likewise.
15444         (MCAST_JOIN_GROUP): Likewise.
15445         (MCAST_BLOCK_SOURCE): Likewise.
15446         (MCAST_UNBLOCK_SOURCE): Likewise.
15447         (MCAST_LEAVE_GROUP): Likewise.
15448         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15449         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15450         (MCAST_MSFILTER): Likewise.
15451         (IP_MULTICAST_ALL): Likewise.
15452         (IP_UNICAST_IF): Likewise.
15453
15454         * timezone/Makefile: Delete $(have-ksh) check.
15455         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15456         * timezone/tzselect.ksh: Add +x mode bits.
15457
15458         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15459         (ANON_INODE_FS_MAGIC): Likewise.
15460         (BDEVFS_MAGIC): Likewise.
15461         (BINFMTFS_MAGIC): Likewise.
15462         (BTRFS_TEST_MAGIC): Likewise.
15463         (CRAMFS_MAGIC_WEND): Likewise.
15464         (DEBUGFS_MAGIC): Likewise.
15465         (ECRYPTFS_SUPER_MAGIC): Likewise.
15466         (EXT3_SUPER_MAGIC): Likewise.
15467         (EXT4_SUPER_MAGIC): Likewise.
15468         (FUTEXFS_SUPER_MAGIC): Likewise.
15469         (HOSTFS_SUPER_MAGIC): Likewise.
15470         (HUGETLBFS_MAGIC): Likewise.
15471         (MINIX3_SUPER_MAGIC): Likewise.
15472         (MTD_INODE_FS_MAGIC): Likewise.
15473         (NILFS_SUPER_MAGIC): Likewise.
15474         (OPENPROM_SUPER_MAGIC): Likewise.
15475         (PIPEFS_MAGIC): Likewise.
15476         (PSTOREFS_MAGIC): Likewise.
15477         (QNX6_SUPER_MAGIC): Likewise.
15478         (RAMFS_MAGIC): Likewise.
15479         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15480         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15481         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15482         (SECURITYFS_MAGIC): Likewise.
15483         (SELINUX_MAGIC): Likewise.
15484         (SMACK_MAGIC): Likewise.
15485         (SOCKFS_MAGIC): Likewise.
15486         (SQUASHFS_MAGIC): Likewise.
15487         (STACK_END_MAGIC): Likewise.
15488         (TMPFS_MAGIC): Likewise.
15489         (USBDEVICE_SUPER_MAGIC): Likewise.
15490         (V9FS_MAGIC): Likewise.
15491         (XENFS_SUPER_MAGIC): Likewise.
15492         (CRAMFS_MAGIC): Fix typo in comment.
15493         (EXT2_SUPER_MAGIC): Update comment.
15494         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15495
15496 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15497
15498         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15499         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15500         * sysdeps/unix/sysv/linux/arm: Move directory from
15501         ports/sysdeps/unix/sysv/linux/arm.
15502         * README: Update listing for arm-*-linux-gnueabi.
15503
15504         * README: Remove mention of am33.
15505
15506 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15507
15508         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15509         than the comma operator, to avoid "rhs of comma has no effect"
15510         compiler warnings.
15511         (__sigfillset, __sigandset, __sigorset): Likewise.
15512         * include/signal.h (__sigemptyset): Likewise.
15513         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15514
15515 2014-02-07  Allan McRae  <allan@archlinux.org>
15516
15517         * version.h (RELEASE): Set to "development".
15518         (VERSION): Set to "2.19.90"
15519         * NEWS: Add 2.20 section.
15520
15521 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15522
15523         [BZ #16529]
15524         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15525
15526 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15527
15528         * manual/contrib.texi: Update entry for Carlos O'Donell,
15529         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15530
15531 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15532
15533         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15534
15535         * sysdeps/unix/sysv/linux/kernel-features.h
15536         [__LINUX_KERNEL_VERSION >= 0x020621]
15537         (__ASSUME_PROC_PID_TASK_COMM): Define.
15538
15539 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15540
15541         [BZ #16398]
15542         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15543         conversion when destination buffer does not have enough space.
15544         * libio/tst-ftell-partial-wide.c: New test case.
15545         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15546
15547         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15548         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15549         Leonard and Allan McRae.
15550
15551 2014-02-04  David S. Miller  <davem@davemloft.net>
15552
15553         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15554         32-bit.
15555
15556 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15557
15558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15559         New file
15560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15561         New file
15562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15563         New file.
15564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15565         New file.
15566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15567         New file.
15568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15569         New file.
15570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15571         New file.
15572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15573         New file.
15574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15575         New file.
15576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15577         New file.
15578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15579         New file.
15580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15581         New file.
15582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15583         New file.
15584
15585 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15586
15587         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15588         * shlib-versions: Likewise.
15589
15590 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15591             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15592
15593         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15594         (abilist-pattern): New variable, set to %-le.abilist.
15595
15596         * Makerules (abilist-pattern): New variable.
15597         (vpath): Use $(abilist-pattern) in place of %.abilist.
15598         (check-abi-% pattern rule): Likewise.
15599         (check-abi, update-abi): Likewise.
15600
15601 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15602
15603         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15604
15605 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15606
15607         * manual/startup.texi: Add next, previous, and top entries for
15608         the `Program Arguments' and `Environment Variables' nodes.
15609
15610 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15611
15612         * manual/macros.texi: Add comments before MTASC-safety macros.
15613
15614         * manual/users.texi: Document MTASC-safety properties.
15615
15616         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15617         (pthread_getspecific, pthread_setspecific): Format with
15618         @deftypefun, and add @safety note.
15619         * manual/signal.texi: Move comments that analyze the above
15620         functions to their home place.
15621
15622 2014-02-03  Allan McRae  <allan@archlinux.org>
15623
15624         * po/sl.po: Update Slovenian translation from translation project.
15625
15626 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15627
15628         * manual/time.texi (timegm): Add missing blank after @c.
15629         Reported by Joseph Myers <joseph@codesourcery.com>.
15630
15631 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15632
15633         * manual/check-safety.sh: New.
15634         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15635
15636         * manual/terminal.texi: Document MTASC-safety properties.
15637
15638         * manual/filesys.texi: Document MTASC-safety properties.
15639
15640         * manual/errno.texi: Document MTASC-safety properties.
15641
15642         * manual/intro.texi: Document safety identifiers and
15643         conditionals.
15644
15645         * manual/string.texi (wcstok): Fix prototype.
15646         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15647
15648         * manual/time.texi: Document MTASC-safety properties.
15649
15650         * manual/string.texi: Document MTASC-safety properties.
15651
15652         * manual/threads.texi: Document MTASC-safety properties.
15653
15654         * manual/stdio.texi: Document MTASC-safety properties.
15655
15656         * manual/syslog.texi: Document MTASC-safety properties.
15657
15658         * manual/sysinfo.texi: Document MTASC-safety properties.
15659
15660         * manual/startup.texi: Document MTASC-safety properties.
15661
15662         * manual/socket.texi: Document MTASC-safety properties.
15663
15664         * manual/signal.texi: Document MTASC-safety properties.
15665
15666 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15667
15668         * manual/setjmp.texi: Document MTASC-safety properties.
15669
15670         * manual/search.texi: Document MTASC-safety properties.
15671
15672         * manual/resource.texi: Document MTASC-safety properties.
15673
15674         * manual/process.texi: Document MTASC-safety properties.
15675
15676         * manual/platform.texi: Document MTASC-safety properties.
15677
15678         * manual/pipe.texi: Document MTASC-safety properties.
15679
15680         * manual/pattern.texi: Document MTASC-safety properties.
15681
15682         * manual/message.texi: Document MTASC-safety properties.
15683
15684         [BZ #12751]
15685         * manual/memory.texi: Document MTASC-safety properties.
15686
15687         * manual/math.texi: Document MTASC-safety properties.
15688
15689         * manual/locale.texi: Document MTASC-safety properties.
15690
15691         * manual/llio.texi: Document MTASC-safety properties.
15692
15693         * manual/libdl.texi: New.
15694
15695         * manual/lang.texi: Document MTASC-safety properties.
15696
15697         * manual/job.texi: Document MTASC-safety properties.
15698
15699         * manual/getopt.texi: Document MTASC-safety properties.
15700
15701         * manual/ctype.texi: Document MTASC-safety properties.
15702
15703 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15704
15705         [BZ #16046]
15706         * csu/libc-tls.c (static_map): Remove variable.
15707         (__libc_setup_tls): Use main executable's link map for TLS data.
15708         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15709         casing for LM_ID_BASE and GL(dl_nns).
15710         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15711         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15712         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15713         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15714         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15715         member.
15716         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15717         l_phnum members.
15718
15719 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15720
15721         * manual/debug.texi: Document MTASC-safety properties.
15722
15723 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15724
15725         [BZ #16510]
15726         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15727         of __x86_64__ when disabling x87 inline functions.
15728
15729 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15730
15731         * manual/charset.texi: Document MTASC-safety properties.
15732
15733         * manual/crypt.texi: Document MTASC-safety properties.
15734
15735         * manual/conf.texi: Document MTASC-safety properties.
15736
15737         * manual/arith.texi: Document MTASC-safety properties.
15738
15739         * manual/argp.texi: Document MTASC-safety properties.
15740
15741         * manual/macros.texi: Introduce macros to document multi
15742         thread, asynchronous signal and asynchronous cancellation
15743         safety properties.
15744         * manual/intro.texi: Introduce the properties themselves.
15745
15746 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15747
15748         * sysdeps/sh/sh4/Makefile: New file.
15749
15750 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15751
15752         * math/gen-libm-test.pl ($srcdir): New variable.
15753         ($auto_input): Use it.
15754
15755 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15756
15757         [BZ #16506]
15758         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15759         access beyond array bounds when parsing netgroups file.
15760
15761         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15762         the old buffer before realloc.
15763
15764 2014-01-27  Allan McRae  <allan@archlinux.org>
15765
15766         * po/fr.po: Update French translation from translation project.
15767
15768 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15769
15770         * sysdeps/sh/libm-test-ulps: Regenerate.
15771
15772 2014-01-24  David S. Miller  <davem@davemloft.net>
15773
15774         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15775
15776 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15777
15778         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15779         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15780
15781 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15782
15783         [BZ #16474]
15784         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15785         string pointers after reallocation.
15786
15787 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15788
15789         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15790         __SH4A__ instead of __SH_FPU_ANY__.
15791
15792 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15793
15794         * sysdeps/sh/fpu_control.h: New file.
15795         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15796         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15797         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15798         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15799         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15800         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15801         * sysdeps/sh/sys/ucontext.h: Remove.
15802         * sysdeps/sh/sys: Remove directory.
15803
15804 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15805
15806         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15807         s390/sys/ucontext.h.
15808         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15809         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15810
15811 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15812
15813         [BZ #15605]
15814         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15815
15816 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15817
15818         [BZ#16431]
15819         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15820         Adjust the vDSO correctly for internal calls.
15821         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15822
15823 2014-01-20  Allan McRae  <allan@archlinux.org>
15824
15825         * po/ca.po: Update Catalan translation from translation project.
15826
15827 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15828
15829         * sysdeps/s390/sotruss-lib.c: New file.
15830
15831 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15832
15833         [BZ#16430]
15834         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15835         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15836         local calls issues by not having a PLT stub required for IFUNC calls.
15837         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15838
15839 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15840
15841         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15842         * math/test-fpucw-static.c: Likewise.
15843
15844 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15845
15846         [BZ #16453]
15847         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15848
15849 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15850
15851         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15852         implementation for powerpc.
15853
15854 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15855
15856         [BZ #14782]
15857         * sysdeps/posix/system.c (__libc_system): Do not enable
15858         asynchronous cancellation.
15859
15860 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15861
15862         [BZ #16427]
15863         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15864         handling only for numbers special also in the IEEE case.
15865
15866 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15867
15868         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15869
15870 2014-01-11  Allan McRae  <allan@archlinux.org>
15871
15872         * po/bg.po: Update Bulgarian translation from translation project.
15873
15874         * po/de.po: Update German translation from translation project.
15875
15876 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15877
15878         * sysdeps/generic/gcc-compat.h: New file.
15879
15880 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15881
15882         * benchtests/asin-inputs: Correct slow inputs.
15883         * benchtests/acos-inputs: Likewise.
15884
15885 2014-01-10  Allan McRae  <allan@archlinux.org>
15886
15887         * po:sv.po: Update Swedish translation from translation project.
15888
15889         * po/vi.po: Update Vietnamese translation from translation project.
15890
15891         * po/eo.po: Update Esperanto translation from translation project.
15892
15893         * po/cs.po: Update Czech translation from translation project.
15894
15895         * po/nl.po: Update Dutch translation from translation project.
15896
15897         * po/pl.po: Update Polish translation from translation project.
15898
15899         * po/ru.po: Update Russian translation from translation project.
15900
15901         * po/uk.po: Update Ukrainian translation from translation project.
15902
15903 2014-01-08  Brooks Moses  <bmoses@google.com>
15904
15905         * elf/dl-load.c: Fix comment typo.
15906
15907 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15908
15909         * po/header.pot: Rename to...
15910         * po/pot.header: ... this.
15911         * po/Makefile: Use pot.header.
15912
15913 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15914             Maxim Kuvyrkov  <maxim@kugelworks.com>
15915
15916         [BZ #16394]
15917         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15918         SRC and DEST against LEN.
15919
15920 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15921
15922         [BZ #16414]
15923         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15924         implementation.
15925         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15926
15927 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15928
15929         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15930
15931 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15932
15933         [BZ #16408]
15934         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15935         for large positive arguments.
15936
15937 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15938
15939         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15940
15941         * math/auto-libm-test-in: Mark various tests with
15942         xfail-rounding:ldbl-128ibm.
15943         * math/auto-libm-test-out: Regenerated.
15944
15945         [BZ #16407]
15946         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15947         Increase overflow threshold.
15948
15949 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15950
15951         [BZ #14286]
15952         * stdio-common/vfprintf.c: Check for integer overflow.
15953
15954 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15955
15956         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15957         the first argument and return value of __tls_get_addr_internal.
15958
15959 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15960
15961         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15962         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15963
15964 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15965
15966         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15967         * sysdeps/s390/rtld-global-offsets.sym: New file.
15968         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15969         GLIBC_2.19 symbol.
15970         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15971         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15972         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15973         ... this.
15974         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15975         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15976         ... this.
15977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15978         Regenerate.
15979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15980         Regenerate.
15981         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15982         halfs of GPRs for high_gprs contexts.
15983         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15984         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15985         field.
15986         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15987         uc_flags field.
15988         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15989         64 bit versions:
15990         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15991         for high GPRs (uc_high_gprs) and for future extensions
15992         (__reserved).
15993         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15994         for future extensions (__reserved).
15995         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15996         64 bit versions:
15997         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15998         SC_HIGHGPRS offset definition.
15999         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16000         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16001
16002         * Versions.def: Add GLIBC_2.19 for libpthread.
16003         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16004         siglongjmp for libpthread with GLIBC_2.19 symver.
16005         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16006         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16007         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16008         * sysdeps/s390/__longjmp.c: New file.
16009         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16010         * sysdeps/s390/longjmp.c: New file.
16011         * sysdeps/s390/setjmp.S: New file.
16012         * sysdeps/s390/sigjmp.S: New file.
16013         * sysdeps/s390/v1-longjmp.c: New file.
16014         * sysdeps/s390/v1-setjmp.h: New file.
16015         * sysdeps/s390/v1-sigjmp.c: New file.
16016         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16017         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16018         GLIBC_2.19 version.
16019         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16020         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16021         versioned symbols for ____longjmp_chk.
16022         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16023         Likewise.
16024         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16025         Regenerate.
16026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16027         Regenerate.
16028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16029         Regenerate.
16030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16031         Regenerate.
16032         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16033         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16034         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16035         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16036         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16037         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16038         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16039         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16040         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16041         * sysdeps/s390/rtld-__longjmp.c: New file.
16042         * sysdeps/s390/rtld-setjmp.S: New file.
16043
16044 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16045
16046         [BZ #16400]
16047         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16048         Return -__logl (x) for small positive arguments without evaluating
16049         a polynomial.
16050
16051 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16052
16053         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16054         Rename to ...
16055         (__ptrace_peeksiginfo_args): ... this.
16056         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16057         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16058         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16059
16060 2014-01-06  Allan McRae  <allan@archlinux.org>
16061
16062         * inet/netinet/in.h: Fix typo in comment.
16063
16064 2014-01-05  Andreas Jaeger  <aj@suse.de>
16065
16066         * sysdeps/i386/fpu/libm-test-ulps: Update.
16067
16068 2014-01-05  Allan McRae  <allan@archlinux.org>
16069
16070         * po/libc.pot: Regenerated.
16071
16072         * malloc/memusagestat.c: Fix gettext call formatting.
16073
16074 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16075
16076         * nscd/nscd.c: Improve usage() output.
16077
16078 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16079
16080         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16081         * sysdeps/unix/sysv/linux/configure: Regenerated.
16082         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16083         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16084
16085 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16086
16087         [BZ #16390]
16088         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16089         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16090
16091 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16092
16093         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16094         extra tokens at end of #undef directive.
16095         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16096         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16097         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16098
16099 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16100
16101         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16102
16103         * math/auto-libm-test-in: Mark various tests with
16104         xfail-rounding:ldbl-128ibm.
16105         * math/auto-libm-test-out: Regenerated.
16106
16107 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16108
16109         [BZ #16386]
16110         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16111         numbers with subnormal high part when calculating exponent.
16112
16113         [BZ #16385]
16114         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16115         fabs.
16116
16117         [BZ #16384]
16118         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16119         M_LN2l.
16120         (__ieee754_acoshl): Use __log1pl not __log1p.
16121
16122 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16123
16124         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16125         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16126         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16127         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16128         (reused_arena, arena_get2): Convert to GNU style.
16129         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16130         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16131         (memalign_check, __malloc_set_state): Likewise.
16132         * malloc/mallocbug.c (main): Likewise.
16133         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16134         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16135         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16136         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16137         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16138         (__posix_memalign, malloc_info): Likewise.
16139         * malloc/malloc.h: Likewise.
16140         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16141         (mallochook, memalignhook, reallochook, mabort): Likewise.
16142         * malloc/mcheck.h: Likewise.
16143         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16144         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16145         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16146         * malloc/morecore.c (__default_morecore): Likewise.
16147         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16148         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16149         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16150         (print_and_abort): Likewise.
16151         * malloc/obstack.h: Likewise.
16152         * malloc/set-freeres.c (__libc_freeres): Likewise.
16153         * malloc/tst-mallocstate.c (main): Likewise.
16154         * malloc/tst-mtrace.c (main): Likewise.
16155         * malloc/tst-realloc.c (do_test): Likewise.
16156
16157 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16158
16159         [BZ #16366]
16160         * nscd/netgroupcache.c (do_notfound): New function.
16161         (addgetnetgrentX): Use it.
16162
16163         [BZ # 16365]
16164         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16165         NSS_STATUS_NOTFOUND.
16166
16167 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16168
16169         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16171
16172 2014-01-01  Allan McRae  <allan@archlinux.org>
16173
16174         * scripts/update-copyrights: Update configure input file suffix.
16175
16176         * NEWS: Update copyright year.
16177         * catgets/gencat.c: Likewise.
16178         * csu/version.c: Likewise.
16179         * debug/catchsegv.sh: Likewise.
16180         * debug/pcprofiledump.c: Likewise.
16181         * debug/xtrace.sh: Likewise.
16182         * elf/ldconfig.c: Likewise.
16183         * elf/ldd.bash.in: Likewise.
16184         * elf/pldd.c: Likewise.
16185         * elf/sotruss.ksh: Likewise.
16186         * elf/sprof.c: Likewise.
16187         * iconv/iconv_prog.c: Likewise.
16188         * iconv/iconvconfig.c: Likewise.
16189         * locale/programs/locale.c: Likewise.
16190         * locale/programs/localedef.c: Likewise.
16191         * login/programs/pt_chown.c: Likewise.
16192         * malloc/memusage.sh: Likewise.
16193         * malloc/memusagestat.c: Likewise.
16194         * malloc/mtrace.pl: Likewise.
16195         * manual/libc.texinfo: Likewise.
16196         * nscd/nscd.c: Likewise.
16197         * nss/getent.c: Likewise.
16198         * nss/makedb.c: Likewise.
16199         * posix/getconf.c: Likewise.
16200         * scripts/test-installation.pl: Likewise.
16201
16202         * All files with FSF copyright notices: Update copyright dates
16203         using scripts/update-copyrights.
16204         * intl/plural.c: Regenerated.
16205         * locale/programs/charmap-kw.h: Likewise.
16206         * locale/programs/locfile-kw.h: Likewise.
16207
16208 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16209
16210         * sysdeps/unix/sysv/linux/configure: Regenerated.
16211         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16212         the linux/fanotify.h header.
16213         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16214         HAVE_LINUX_FANOTIFY_H is defined.
16215
16216 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16217
16218         * benchtests/cos-inputs: New inputs.
16219         * benchtests/sin-inputs: Likewise.
16220
16221         * benchtests/atan-inputs: New inputs. Fix name of multiple
16222         precision fallback inputs.
16223
16224         * benchtests/atanh-inputs: New inputs.
16225         * benchtests/tanh-inputs: Likewise.
16226
16227         * benchtests/acosh-inputs: New inputs.
16228         * benchtests/asinh-inputs: Likewise.
16229
16230         * benchtests/cosh-inputs: New inputs.
16231         * benchtests/sinh-inputs: Likewise.
16232
16233         * benchtests/acos-inputs: Add more inputs.
16234         * benchtests/asin-inputs: Likewise.
16235
16236 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16237
16238         [BZ #16375]
16239         * manual/arith.texi: Fix spelling.
16240         * manual/charset.texi: Likewise.
16241         * manual/errno.texi: Likewise.
16242         * manual/filesys.texi: Likewise.
16243         * manual/lang.texi: Likewise.
16244         * manual/llio.texi: Likewise.
16245         * manual/locale.texi: Likewise.
16246         * manual/message.texi: Likewise.
16247         * manual/resource.texi: Likewise.
16248         * manual/search.texi: Likewise.
16249         * manual/setjmp.texi: Likewise.
16250         * manual/stdio.texi: Likewise.
16251         * manual/string.texi: Likewise.
16252         * manual/sysinfo.texi: Likewise.
16253         * manual/time.texi: Likewise.
16254
16255 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16256
16257         * po/sl.po: New file.
16258
16259 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16260
16261         * .gitignore: Add core/.gdbinit/.gdb_history.
16262
16263 2013-12-27  Allan McRae  <allan@archlinux.org>
16264
16265         [BZ #16369]
16266         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16267         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16268
16269 2013-12-24  Brooks Moses  <bmoses@google.com>
16270
16271         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16272         all compilers that claim C++98 compliance, not just GCC.
16273         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16274         Likewise.
16275
16276 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16277
16278         * NEWS: Restore accidentally deleted bug-fix entries.
16279
16280 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16281             Ondřej Bílka  <neleai@seznam.cz>
16282
16283         [BZ #15073]
16284         * malloc/malloc.c (_int_free): Perform sanity check only if we
16285         have_lock.
16286
16287 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16288
16289         [BZ #12986]
16290         * manual/stdio.texi (String Input Conversions): Clarify that character
16291         classes are not supported.
16292
16293 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16294
16295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16296
16297 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16298
16299         [BZ #16337]
16300         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16301         Calculate results for small negative arguments directly rather
16302         than using reflection formula with special underflow handling.
16303
16304         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16305         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16306         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16307         (fchflags): Likewise.
16308         (revoke): Likewise.
16309         (setlogin): Likewise.
16310         (sigaltstack): Likewise.
16311         (wait4): Likewise.
16312         (sigblock): Remove.
16313         (sigsetmask): Likewise.
16314         (wait3): Likewise.
16315         (waitpid): Likewise.
16316         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16317         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16318         file.
16319         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16320         * sysdeps/unix/bsd/Makefile: ... here.
16321         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16322         * sysdeps/unix/bsd/Versions: ... here.
16323         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16324         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16325         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16326         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16327         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16328         * sysdeps/unix/bsd/sigblock.c: ... here.
16329         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16330         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16331         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16332         * sysdeps/unix/bsd/sigvec.c: ... here.
16333         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16334         * sysdeps/unix/bsd/tcdrain.c: ... here.
16335         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16336         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16337         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16338         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16339         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16340         * sysdeps/unix/bsd/wait.c: ... here.
16341         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16342         * sysdeps/unix/bsd/wait3.c: ... here.
16343         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16344         * sysdeps/unix/bsd/waitpid.c: ... here.
16345
16346 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16347
16348         [BZ #16356]
16349         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16350         round-to-nearest for [!USE_AS_EXPM1L].
16351         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16352         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16353         more tests of exp and exp10.  Expect some exp10 tests to miss
16354         exceptions or fail in directed rounding modes.
16355         * math/auto-libm-test-out: Regenerated.
16356         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16357         (exp10_test_tonearest): New function.
16358         (exp10_towardzero_test_data): New array.
16359         (exp10_test_towardzero): New function.
16360         (exp10_downward_test_data): New array.
16361         (exp10_test_downward): New function.
16362         (exp10_upward_test_data): New array.
16363         (exp10_test_upward): New function.
16364         (main): Call the new functions.
16365         * sysdeps/i386/fpu/libm-test-ulps: Update.
16366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16367
16368 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16369
16370         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16371         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16372         * math/auto-libm-test-out: Regenerated.
16373         * math/libm-test.inc (acosh_test_data): Add more tests.
16374         (atanh_test_data): Likewise.
16375         (ceil_test_data): Likewise.
16376         (copysign_test_data): Likewise.
16377         * sysdeps/i386/fpu/libm-test-ulps: Update.
16378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16379
16380         * timezone/checktab.awk: Update from tzcode 2013i.
16381         * timezone/private.h: Likewise.
16382         * timezone/scheck.c: Likewise.
16383         * timezone/tzfile.h: Likewise.
16384         * timezone/tzselect.ksh: Likewise.
16385         * timezone/zdump.c: Likewise.
16386         * timezone/zic.c: Likewise.
16387
16388         * math/auto-libm-test-in: Add tests of cpow.
16389         * math/auto-libm-test-out: Regenerated.
16390         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16391         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16392         mpc_cc_c.
16393         (func_calc_desc): Add mpc_cc_c union field.
16394         (test_functions): Add cpow.
16395         (special_fill_2pi): New function.
16396         (special_real_inputs): Add 2pi.
16397         (calc_generic_results): Handle mpc_cc_c.
16398         * sysdeps/i386/fpu/libm-test-ulps: Update.
16399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16400
16401         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16402         csqrt, ctan and ctanh.
16403         * math/auto-libm-test-out: Regenerated.
16404         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16405         (TEST_COND_x86): Likewise.
16406         (ccos_test_data): Use AUTO_TESTS_c_c.
16407         (ccosh_test_data): Likewise.
16408         (cexp_test_data): Likewise.
16409         (clog_test_data): Likewise.
16410         (csqrt_test_data): Likewise.
16411         (ctan_test_data): Likewise.
16412         (ctan_tonearest_test_data): Likewise.
16413         (ctan_towardzero_test_data): Likewise.
16414         (ctan_downward_test_data): Likewise.
16415         (ctan_upward_test_data): Likewise.
16416         (ctanh_test_data): Likewise.
16417         (ctanh_tonearest_test_data): Likewise.
16418         (ctanh_towardzero_test_data): Likewise.
16419         (ctanh_downward_test_data): Likewise.
16420         (ctanh_upward_test_data): Likewise.
16421         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16422         mpc_c_c.
16423         (func_calc_desc): Add mpc_c_c union field.
16424         (FUNC_mpc_c_c): New macro.
16425         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16426         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16427         ctanh.
16428         (special_fill_min_subnorm_p120): New function.
16429         (special_real_inputs): Add min_subnorm_p120.
16430         (calc_generic_results): Handle mpc_c_c.
16431         * sysdeps/i386/fpu/libm-test-ulps: Update.
16432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16433
16434 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16435
16436         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16437         (do_sin_slow): New functions.
16438         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16439         (cslow2, csloww1, csloww2): Use the new functions.
16440
16441         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16442         Use M to change sign of result instead of X.  Assume X is
16443         positive.
16444         (csloww1): Likewise.
16445         (__sin): Adjust.
16446         (__cos): Adjust.
16447
16448         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16449         arguments A and DA.
16450         (__sin): Adjust.
16451         (__cos): Likewise.
16452
16453         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16454         (__cos): Likewise.
16455         (sloww1): Don't adjust sign of DX.
16456         (csloww1): Likewise.
16457         (sloww2): Use X directly and don't adjust sign of DX.
16458         (csloww2): Likewise.
16459
16460 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16461
16462         * math/auto-libm-test-in: Add tests of cabs and carg.
16463         * math/auto-libm-test-out: Regenerated.
16464         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16465         (carg_test_data): Likewise.
16466         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16467         mpc_c_f.
16468         (func_calc_desc): Add mpc_c_f union field.
16469         (test_functions): Add cabs and carg.
16470         (calc_generic_results): Handle mpc_c_f.
16471
16472         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16473         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16474         as a macro and a compat symbol.
16475         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16476         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16477         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16478         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16479         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16480         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16481         not use .hidden.
16482         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16483         Likewise.
16484         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16485         Likewise.
16486         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16487         Likewise.
16488         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16489         Likewise.
16490         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16491         Likewise.
16492         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16493         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16494         from GLIBC_2.3.2.
16495
16496 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16497
16498         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16499
16500 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16501
16502         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16503         trailing whitespace removed.
16504         * scripts/config.guess: Update to version 2013-11-29.
16505         * scripts/config.sub: Update to version 2013-10-01.
16506
16507         * math/auto-libm-test-in: Add tests of sincos.
16508         * math/auto-libm-test-out: Regenerated.
16509         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16510         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16511         mpfr_f_11.
16512         (func_calc_desc): Add mpfr_f_11 union field.
16513         (test_functions): Add sincos.
16514         (calc_generic_results): Handle mpfr_f_11.
16515         * sysdeps/i386/fpu/libm-test-ulps: Update.
16516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16517
16518 2013-12-19  Andreas Schwab  <schwab@suse.de>
16519
16520         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16521         CALL_MCOUNT.
16522         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16523         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16524         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16525
16526 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16527
16528         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16529         * sysdeps/i386/fpu/libm-test-ulps: Update.
16530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16531
16532         [BZ #16293]
16533         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16534         round-to-nearest mode when using frndint.
16535         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16536         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16537         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16538         Likewise.
16539         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16540         sinh test to fail.
16541         * math/auto-libm-test-out: Regenerated.
16542         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16543         (TEST_COND_x86): Likewise.
16544         (expm1_tonearest_test_data): New array.
16545         (expm1_test_tonearest): New function.
16546         (expm1_towardzero_test_data): New array.
16547         (expm1_test_towardzero): New function.
16548         (expm1_downward_test_data): New array.
16549         (expm1_test_downward): New function.
16550         (expm1_upward_test_data): New array.
16551         (expm1_test_upward): New function.
16552         (main): Run the new test functions.
16553         * sysdeps/i386/fpu/libm-test-ulps: Update.
16554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16555
16556         * include/features.h: Update comment documenting feature test
16557         macros.  Mention _DEFAULT_SOURCE in comment.
16558         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16559         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16560         _BSD_SOURCE and _SVID_SOURCE.
16561         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16562         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16563         !_SVID_SOURCE]: Likewise.
16564         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16565         (__USE_POSIX_IMPLICITLY): Define.
16566         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16567         (_POSIX_SOURCE): Undefine and redefine.
16568         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16569         (_POSIX_C_SOURCE): Likewise.
16570         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16571         (Feature Test Macros): Update documentation of default features.
16572
16573 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16574
16575         * benchtests/Makefile: Add bench-strtok.
16576         * benchtests/bench-strtok.c: New file: strtok benchtest.
16577
16578 2013-12-19  Allan McRae  <allan@archlinux.org>
16579
16580         * manual/install.texi: Suppress menu for plain text output.
16581         * INSTALL: Regenerated.
16582
16583 2013-12-18  Brooks Moses  <bmoses@google.com>
16584
16585         [BZ #15846]
16586         * misc/getauxval.c: Include errno.h.
16587         (__getauxval): Set errno to ENOENT if the requested type is not
16588         found.
16589         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16590         don't declare with __attribute_const__.
16591         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16592         * manual/startup.texi: Document that getauxval sets errno.
16593
16594 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16595
16596         * math/auto-libm-test-in: Add tests of jn and yn.
16597         * math/auto-libm-test-out: Regenerated.
16598         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16599         (yn_test_data): Likewise.
16600         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16601         mpfr_if_f.
16602         (func_calc_desc): Add mpfr_if_f union field.
16603         (FUNC_mpfr_if_f): New macro.
16604         (test_functions): Add jn and yn.
16605         (calc_generic_results): Assert type of second input for
16606         mpfr_ff_f.  Handle mpfr_if_f.
16607         (output_for_one_input_case): Disable all checking for arguments
16608         fitting floating-point types in case of an integer argument.
16609         * sysdeps/i386/fpu/libm-test-ulps: Update.
16610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16611
16612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16613         Don't expect fegetround reference in libm.so.
16614
16615 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16616
16617         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16618         $(config-cflags-nofma).
16619
16620 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16621
16622         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16623         * math/auto-libm-test-out: Regenerated.
16624
16625         [BZ #16338]
16626         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16627         to determine exponent and adjust argument to have exponent of -1.
16628         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16629         log2.
16630         * math/auto-libm-test-out: Regenerated.
16631         * sysdeps/i386/fpu/libm-test-ulps: Update.
16632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16633
16634 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16635
16636         * manual/probes.texi: Remove cases when per-thread arenas are
16637         disabled.
16638
16639 2013-12-18  Andreas Schwab  <schwab@suse.de>
16640
16641         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16642         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16643         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16644         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16645         * sysdeps/i386/i686/multiarch/Makefile: Update.
16646         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16647
16648 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16649
16650         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16651         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16652
16653 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         [BZ #15968]
16656         Support TZ transition times < 00:00:00.
16657         This is needed for version-3 tz-format files; it supports time
16658         stamps past 2037 for America/Godthab (the only entry in the tz
16659         database for which this change is relevant).
16660         * manual/time.texi (TZ Variable): Document transition times
16661         from -167:59:59 through -00:00:01.
16662         * time/tzset.c (tz_rule): Time of day is now signed.
16663         (__tzset_parse_tz): Parse negative time of day.
16664
16665         Document TZ transition times >= 25:00:00.
16666         * manual/time.texi (TZ Variable): Document transition times from
16667         25:00:00 through 167:59:59.  These are already supported, and this
16668         support will help with version-3 tz-format files.
16669
16670         * manual/time.texi (TZ Variable): Modernize North America example
16671         to reflect current (i.e., 2007-and-later) daylight saving rules.
16672
16673         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16674
16675 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16676
16677         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16678         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16679         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16680         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16681         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16682         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16683         * sysdeps/unix/bsd/clock.c: Likewise.
16684         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16685         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16686         * sysdeps/unix/bsd/init-posix.c: Likewise.
16687         * sysdeps/unix/bsd/poll.c: Likewise.
16688         * sysdeps/unix/bsd/ptsname.c: Likewise.
16689         * sysdeps/unix/bsd/seekdir.c: Likewise.
16690         * sysdeps/unix/bsd/setegid.c: Likewise.
16691         * sysdeps/unix/bsd/seteuid.c: Likewise.
16692         * sysdeps/unix/bsd/setgid.c: Likewise.
16693         * sysdeps/unix/bsd/setrgid.c: Likewise.
16694         * sysdeps/unix/bsd/setruid.c: Likewise.
16695         * sysdeps/unix/bsd/setsid.c: Likewise.
16696         * sysdeps/unix/bsd/setuid.c: Likewise.
16697         * sysdeps/unix/bsd/sigaction.c: Likewise.
16698         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16699         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16700         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16701         * sysdeps/unix/bsd/telldir.c: Likewise.
16702         * sysdeps/unix/bsd/times.c: Likewise.
16703         * sysdeps/unix/bsd/usleep.c: Likewise.
16704
16705         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16706         ($(objpfx)libbsd-compat.a): Remove rule.
16707
16708         * include/features.h (__FAVOR_BSD): Do not define.
16709         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16710         features conflicting with POSIX.
16711         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16712         (_BSD_SOURCE): Remove description of not being a subset of other
16713         feature test macros.
16714         * manual/job.texi (getpgrp): Do not document BSD version.
16715         (getpgid): Do not document by reference to BSD getpgrp.
16716         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16717         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16718         * signal/signal.h [__FAVOR_BSD]: Likewise.
16719         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16720         instead of making contents conditional on [__FAVOR_BSD].
16721         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16722
16723 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16724
16725         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16726
16727 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16728
16729         [BZ #16314]
16730         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16731         values below 2**-450, not 2**-500.
16732         * math/auto-libm-test-in: Don't allow spurious underflow from
16733         hypot.
16734         * math/auto-libm-test-out: Regenerated.
16735
16736         [BZ #16316]
16737         [BZ #16330]
16738         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16739         values of ha and hb and sort them after adjusting subnormal
16740         arguments.
16741         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16742         Likewise.
16743         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16744         values of ea and eb and sort them after adjusting subnormal
16745         arguments.
16746         * math/auto-libm-test-in: Do not expect some hypot tests of
16747         subnormals to fail.  Add more hypot tests.
16748         * math/auto-libm-test-out: Regenerated.
16749
16750 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16751
16752         [BZ #13304]
16753         * sysdeps/sh/s_fma.c: New file.
16754         * sysdeps/sh/s_fmaf.c: New file.
16755         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16756         version.
16757         * sysdeps/sh/Implies: Add sh/soft-fp.
16758
16759 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16760
16761         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16762         level of indirection to members `objname', `errstring', `malloced'.
16763         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16764         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16765         it as the __longjmp argument (just pass 1 instead).
16766         (_dl_catch_error): Initialize C with argument pointers and address of
16767         volatile local ERRCODE rather than copying values out of C at return.
16768
16769 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16770
16771         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16772         * math/auto-libm-test-out: Regenerated.
16773         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16774         (hypot_test_data): Likewise.
16775         (pow_test_data): Likewise.
16776         (pow_tonearest_test_data): Likewise.
16777         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16778         mpfr_ff_f.
16779         (func_calc_desc): Add mpfr_ff_f union field.
16780         (FUNC_mpfr_ff_f): New macro.
16781         (test_functions): Add atan2, hypot and pow.
16782         (special_fill_min): New function.
16783         (special_fill_minus_min): Likewise.
16784         (special_fill_min_subnorm): Likewise.
16785         (special_fill_minus_min_subnorm): Likewise.
16786         (special_real_inputs): Add min, -min, min_subnorm and
16787         -min_subnorm.
16788         (calc_generic_results): Handle mpfr_ff_f.
16789         * sysdeps/i386/fpu/libm-test-ulps: Update.
16790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16791
16792 2013-12-16  Will Newton  <will.newton@linaro.org>
16793
16794         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16795         (Aligned Memory Blocks): Add documentation for aligned_alloc
16796         and suggest it as an alternative to posix_memalign.
16797         (Hooks for Malloc): Document __memalign_hook is also called
16798         for aligned_alloc.  (Summary of Malloc): Add summary for
16799         aligned alloc.  Document __memalign_hook is also called
16800         for aligned_alloc.
16801
16802 2013-12-16  Will Newton  <will.newton@linaro.org>
16803
16804         * manual/memory.texi (Malloc Examples): Clarify default
16805         alignment documentation.  Suggest posix_memalign rather
16806         than memalign or valloc.
16807         (Aligned Memory Blocks): Remove suggestion to use memalign
16808         or valloc.  Remove obsolete comment about BSD.
16809         Document memalign errno values and mark the function obsolete.
16810         Document posix_memalign returned error codes.  Mark valloc
16811         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16812         called for posix_memalign and valloc.
16813         (Summary of Malloc): Add posix_memalign to function summary.
16814         __memalign_hook is also called for posix_memalign and valloc.
16815
16816 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16817
16818         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16819         TAYLOR_SIN.
16820         (__sin): Adjust.
16821         (__cos): Likewise.
16822         (sloww): Use mynumber union.  Expand ternary operator into
16823         if-else statements.
16824         (cslow): use mynumber union.
16825
16826 2013-12-16  Allan McRae  <allan@archlinux.org>
16827
16828         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16829         * configure: Regenerated.
16830
16831         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16832
16833         [BZ #14120]
16834         * configure.ac: Added --enable-maintainer-mode. Check for
16835         autoconf when enabled.
16836         * configure: Regenerated.
16837
16838         * nscd/nscd.service: New file.
16839         * nscd/nscd.tmpfiles: New file.
16840
16841 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16842
16843         [BZ #12100]
16844         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16845         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16846         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16847         (strstr): Add __strstr_sse2_unaligned ifunc.
16848         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16849         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16850         (strcasestr): Remove __strcasestr_sse42 ifunc.
16851         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16852         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16853         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16854
16855 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16856
16857         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16858         * sysdeps/sh/bits/fenv.h: ... here.
16859         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16860
16861 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16862
16863         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16864
16865         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16866         hypotf multiarch implementations.
16867         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16868         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16869         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16870         multiarch hypot for PPC64.
16871         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16872         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16873         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16874         multiarch hypotf for PPC64.
16875
16876         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16877         modff multiarch implementations.
16878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16881         multiarch modf for PPC64.
16882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16885         multiarch modff for PPC64.
16886
16887         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16888         and logl multiarch implementations.
16889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16892         multiarch logb for PPC64.
16893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16896         multiarch logb for PPC64.
16897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16900         multiarch logb for PPC64.
16901
16902         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16903         isinff multiarch implementation.
16904         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16905         file.
16906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16908         multiarch isinf for PPC64.
16909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16910         file.
16911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16912         multiarch isinff for PPC64.
16913
16914         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16915         finitef multiarch implementation.
16916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16917         file.
16918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16920         multiarch finite for PPC64.
16921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16922         file.
16923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16924         multiarch finitef for PPC64.
16925
16926         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16927         lrint multiarch implementation.
16928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16929         file.
16930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16932         multiarch llrint for PPC64.
16933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16934         multiarch lrint for PPC64.
16935
16936         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16937         copysignf multiarch implementation.
16938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16939         file.
16940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16941         file.
16942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16943         multiarch copysign for PPC64.
16944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16945         multiarch copysignf for PPC64.
16946
16947         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16948         multiarch implementation.
16949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16950         file.
16951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16952         file.
16953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16954         file.
16955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16956         file.
16957         multiarch llround for PPC64.
16958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16959         multiarch trunc for PPC64.
16960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16961         multiarch truncf for PPC64.
16962
16963         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16964         multiarch implementation.
16965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16966         file.
16967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16968         file.
16969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16970         file.
16971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16972         file.
16973         multiarch llround for PPC64.
16974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16975         multiarch round for PPC64.
16976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16977         multiarch roundf for PPC64.
16978
16979         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16980         multiarch implementation.
16981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16982         file.
16983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16984         file.
16985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16986         file.
16987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16988         file.
16989         multiarch llround for PPC64.
16990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16991         multiarch floor for PPC64.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16993         multiarch floorf for PPC64.
16994
16995         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16996         multiarch implementation.
16997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16998         file.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17000         file.
17001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17002         file.
17003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17004         file.
17005         multiarch llround for PPC64.
17006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17007         multiarch ceil for PPC64.
17008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17009         multiarch ceilf for PPC64.
17010
17011         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17012         multiarch implementation.
17013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17014         file.
17015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17016         file.
17017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17018         file.
17019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17020         multiarch llround for PPC64.
17021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17022         multiarch lround for PPC64.
17023
17024         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17025         multiarch implementation.
17026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17029         file.
17030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17033         multiarch isnan for PPC64.
17034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17035         multiarch isnanf for PPC64.
17036
17037         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17038         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17039         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17040         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17041         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17043
17044         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17045         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17046         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17047         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17048
17049         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17050         multiarch implementations.
17051         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17052         (__libc_ifunc_impl_list): Likewise.
17053         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17054         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17055         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17056         multiarch stpcpy for PPC64.
17057
17058         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17059         multiarch implementations.
17060         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17061         (__libc_ifunc_impl_list): Likewise.
17062         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17063         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17064         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17065         multiarch strcpy for PPC64.
17066
17067         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17068         redefine function name.
17069         (_wordcopy_fwd_dest_aligned): Likewise.
17070         (_wordcopy_bwd_aligned): Likewise.
17071         (_wordcopy_bwd_dest_aligned): Likewise.
17072         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17073         multiarch implementations.
17074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17075         (__libc_ifunc_impl_list): Likewise.
17076         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17077         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17078         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17079         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17080         multiarch wcscpy for PPC64.
17081
17082         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17083         multiarch implementations.
17084         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17085         (__libc_ifunc_impl_list): Likewise.
17086         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17087         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17088         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17089         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17090         multiarch wcscpy for PPC64.
17091
17092         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17093         multiarch implementations.
17094         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17095         (__libc_ifunc_impl_list): Likewise.
17096         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17097         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17098         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17099         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17100         multiarch wcsrchr for PPC64.
17101
17102         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17103         multiarch implementations.
17104         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17105         (__libc_ifunc_impl_list): Likewise.
17106         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17107         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17108         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17109         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17110         multiarch wcschr for PPC64.
17111
17112         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17113         multiarch implementations.
17114         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17115         (__libc_ifunc_impl_list): Likewise.
17116         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17117         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17118         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17119         multiarch strchrnul for PPC64.
17120
17121         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17122         implementations.
17123         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17124         (__libc_ifunc_impl_list): Likewise.
17125         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17126         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17127         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17128         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17129         strchr for PPC64.
17130
17131         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17132         implementations.
17133         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17134         (__libc_ifunc_impl_list): Likewise.
17135         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17136         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17137         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17138         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17139         strncmp for PPC64.
17140
17141         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17142         multiarch implementations.
17143         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17144         (__libc_ifunc_impl_list): Likewise.
17145         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17146         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17147         strncasecmp for PPC64.
17148         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17149         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17150         multiarch strncasecmp_l for PPC64.
17151
17152         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17153         multiarch implementations.
17154         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17155         (__libc_ifunc_impl_list): Likewise.
17156         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17157         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17158         multiarch strcasecmp for PPC64.
17159         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17160         file.
17161         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17162         multiarch strcasecmp_l for PPC64.
17163
17164         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17165         implementations.
17166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17167         (__libc_ifunc_impl_list): Likewise.
17168         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17169         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17170         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17171         strnlen for PPC64.
17172
17173         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17174         implementations.
17175         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17176         (__libc_ifunc_impl_list): Likewise.
17177         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17178         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17179         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17180         strlen for PPC64.
17181
17182         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17183         implementations.
17184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17185         (__libc_ifunc_impl_list): Likewise.
17186         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17187         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17188         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17189         rawmemrchr for PPC64.
17190
17191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17192         implementation.
17193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17194         (__libc_ifunc_impl_list): Likewise.
17195         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17196         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17197         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17198         memrchr for PPC64.
17199
17200         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17201         implementation.
17202         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17203         (__libc_ifunc_impl_list): Likewise.
17204         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17205         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17206         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17207         memchr for PPC64.
17208
17209         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17210         implementation.
17211         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17212         (__libc_ifunc_impl_list): Likewise.
17213         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17214         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17215         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17216         mempcpy for PPC64.
17217
17218         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17219         avoid cretion of __bzero symbol.
17220         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17221         Likewise.
17222         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17223         Likewise.
17224         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17225         Likewise.
17226         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17227         multiarch implementations.
17228         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17229         (__libc_ifunc_impl_list): Likewise.
17230         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17231         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17232         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17233         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17234         bzero for PPC32.
17235         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17236         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17237         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17238         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17239         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17240         memset for PPC64.
17241         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17242
17243         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17244         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17245         implementations.
17246         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17247         (__libc_ifunc_impl_list): Likewise.
17248         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17249         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17250         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17251         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17252         memcmp for PPC64.
17253
17254         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17255         multiarch for POWER/PPC64.
17256         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17257         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17258         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17259         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17260         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17261         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17262         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17263         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17264         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17265         memcpy for PPC64.
17266
17267         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17268         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17269         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17270         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17271         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17272         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17273         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17274         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17275         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17276         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17277         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17278         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17279         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17280         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17281         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17289
17290 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17291
17292         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17293
17294 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17295
17296         * benchtests/Makefile (bench): Add exp2 and log2.
17297         (LDLIBS-bench-exp2): Add -lm.
17298         (LDLIBS-bench-log2): Likewise.
17299         * benchtests/exp2-inputs: New inputs file.
17300         * benchtests/log2-inputs: New inputs file.
17301         * benchtests/log-inputs: Add new inputs.
17302         * benchtests/tan-inputs: Likewise.
17303
17304 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17305
17306         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17307         definition...
17308         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17309         (csloww2): ... from here.
17310
17311         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17312         instead of structures.
17313         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17314         (POLYNOMIAL): Likewise.
17315         (TAYLOR_SLOW): Likewise.
17316         (__sin): Likewise.
17317         (__cos): Likewise.
17318         (slow1): Likewise.
17319         (slow2): Likewise.
17320         (sloww): Likewise.
17321         (sloww1); Likewise.
17322         (sloww2): Likewise.
17323         (bsloww1): Likewise.
17324         (bsloww2): Likewise.
17325         (cslow2): Likewise.
17326         (csloww): Likewise.
17327         (csloww1): Likewise.
17328         (csloww2): Likewise.
17329
17330 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17331
17332         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17333         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17334         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17335         * malloc/hooks.c (realloc_check): Likewise.
17336
17337         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17338         * malloc/arena.c: Remove PER_THREAD conditional.
17339         [!PER_THREAD]: Remove code.
17340         (ptmalloc_unlock_all2): Likewise.
17341         (ptmalloc_init): Likewise.
17342         (_int_new_arena): Likewise.
17343         (arena_get2): Likewise.
17344         * malloc/hooks.c (__malloc_get_state): Likewise.
17345         (__malloc_set_state): Likewise.
17346         * malloc/malloc.c: Likewise.
17347         (struct malloc_state): Likewise.
17348         (struct malloc_par): Likewise.
17349         (__libc_realloc): Likewise.
17350         (__libc_mallopt): Likewise.
17351
17352 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17353
17354         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17355
17356 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17357
17358         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17359         macro to a function.  Check for zero perturb_byte.
17360         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17361
17362         * malloc/malloc.c: (force_reg): Remove.
17363         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17364         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17365         force_reg by atomic_forced_read.
17366         * malloc/arena.c (ptmalloc_init): Likewise.
17367         * malloc/hooks.c (top_check): Likewise.
17368
17369 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17370
17371         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17372
17373 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17374
17375         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17376
17377 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17378
17379         * math/auto-libm-test-in: Add tests of lgamma.
17380         * math/auto-libm-test-out: Regenerated.
17381         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17382         (M_LOG_2_SQRT_PIl): Likewise.
17383         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17384         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17385         mpfr_f_f1.
17386         (func_calc_desc): Add mpfr_f_f1 union field.
17387         (ARGS1): New macro.
17388         (ARGS2): Likewise.
17389         (ARGS3): Likewise.
17390         (ARGS4): Likewise.
17391         (RET1): Likewise.
17392         (RET2): Likewise.
17393         (CALC): Likewise.
17394         (FUNC): Likewise.
17395         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17396         (test_functions): Add lgamma.
17397         (calc_generic_results): Handle mpfr_f_f1.
17398         * sysdeps/i386/fpu/libm-test-ulps: Update.
17399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17400
17401 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17402
17403         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17404         __mpn_add_n for PowerPC64/POWER7.
17405         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17406         __mpn_sub_n for PowerPC64/POWER7.
17407
17408         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17409         __mpn_addmul_1 for PowerPC64.
17410         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17411         __mpn_submul_1 for PowerPC64.
17412         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17413         for PowerPC64.
17414         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17415         for PowerPC64.
17416
17417 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17418
17419         [BZ #15089]
17420         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17421
17422 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17423
17424         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17425
17426         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17427         add multiarch folders.
17428         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17429         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17430         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17431         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17432         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17433         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17434         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17435         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17436         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17437         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17438         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17445
17446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17447         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17449         New file.
17450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17451         New file.
17452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17453         multiarch __ieee754_hypot for PowerPC32.
17454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17455         New file.
17456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17457         New file.
17458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17459         multiarch __ieee754_hypotf for PowerPC32.
17460
17461         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17462         long_double_symbol only if __logbl is defined.
17463         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17464         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17465         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17466         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17467         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17468         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17469         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17470         path for implementation.
17471         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17472         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17474         logb, and logbl multiarch implementations for PowerPC32.
17475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17476         file.
17477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17478         file.
17479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17480         multiarch logb for PowerPC32.
17481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17482         file.
17483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17484         file.
17485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17486         multiarch logbf for PowerPC32.
17487         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17489         file.
17490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17491         multiarch logbl implementation for PowerPC32.
17492
17493         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17494         and modff multiarch implementations.
17495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17496         New file.
17497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17498         New file.
17499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17500         multiarch modf for PowerPC32.
17501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17502         New file.
17503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17504         New file.
17505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17506         multiarch modff for PowerPC32.
17507
17508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17509         and lrintf multiarch implementations.
17510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17511         New file.
17512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17513         New file.
17514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17515         multiarch lrint for PowerPC32.
17516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17517         file: multiarch lrintf for PowerPC32.
17518
17519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17520         and lroundf multiarch implementations.
17521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17522         New file.
17523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17524         New file.
17525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17526         New file.
17527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17528         multiarch lround for PowerPC32.
17529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17530         file: multiarch lroundf for PowerPC32.
17531
17532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17533         copysign and copysignf multiarch implementations.
17534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17535         New file.
17536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17537         New file.
17538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17539         file: multiarch copysign for PowerPC32.
17540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17541         file: multiarch copysignf for PowerPC32.
17542
17543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17544         and truncf multiarch implementations.
17545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17546         New file.
17547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17548         file.
17549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17550         multiarch trunc for PowerPC32.
17551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17552         New file.
17553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17554         New file.
17555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17556         multiarch truncf for PowerPC32.
17557
17558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17559         and roundf multiarch implementations.
17560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17561         New file.
17562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17563         file.
17564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17565         multiarch round for PowerPC32.
17566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17567         New file.
17568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17569         New file.
17570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17571         multiarch roundf for PowerPC32.
17572
17573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17574         and floorf multiarch implementations.
17575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17576         New file.
17577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17578         file.
17579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17580         multiarch floor for PowerPC32.
17581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17582         New file.
17583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17584         New file.
17585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17586         multiarch floorf for PowerPC32.
17587
17588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17589         and ceilf multiarch implementations.
17590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17591         New file.
17592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17593         file.
17594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17595         multiarch ceil for PowerPC32.
17596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17597         New file.
17598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17599         file.
17600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17601         multiarch ceilf for PowerPC32.
17602
17603         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17604         is defined.
17605         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17606         FINITEF is defined.
17607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17608         and finitef multiarch implementations.
17609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17610         New file.
17611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17612         file.
17613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17614         multiarch finite for PowerPC32.
17615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17616         New file.
17617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17618         file: multiarch finitef for PowerPC32.
17619
17620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17621         and isinff multiarch implementations.
17622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17623         file.
17624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17625         file.
17626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17627         multiarch isinf for PowerPC32.
17628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17629         New file.
17630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17631         multiarch isinff for PowerPC32.
17632
17633         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17634         alias when __isnan is defined.
17635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17636         and isnanf multiarch implementations.
17637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17638         file.
17639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17640         file.
17641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17642         file.
17643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17644         file.
17645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17646         multiarch isnan for PowerPC32.
17647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17648         New file.
17649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17650         New file.
17651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17652         multiarch isnanf for PowerPC32.
17653
17654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17655         and sqrtf multiarch implementations.
17656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17657         file.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17659         file.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17661         multiarch sqrt for PowerPC32.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17663         file.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17665         file.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17667         multiarch sqrtf for PowerPC32.
17668
17669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17670         and llroundf multiarch implementations.
17671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17672         New file.
17673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17674         New file.
17675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17676         New file.
17677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17678         file: multiarch llround for PowerPC32.
17679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17680         file: multiarch llroundf for PowerPC32.
17681
17682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17683         multiarch PowerPC32 fpu implementations.
17684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17685         New file.
17686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17687         New file.
17688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17689         multiarch llrint for PowerPC32.
17690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17691         New file.
17692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17693         New file.
17694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17695         file.
17696
17697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17698
17699         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17700         file.
17701         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17702         file.
17703         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17704         file.
17705         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17706         multiarch wordcopy for PPC32.
17707         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17708         wordcopy objects.
17709         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17710         (__libc_ifunc_impl_list): Likewise.
17711         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17712         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17713         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17714         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17715         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17716         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17717
17718         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17719         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17720         file.
17721         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17722         file.
17723         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17724         file.
17725         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17726         multiarch wcscpy for PPC32.
17727         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17728         multiarch objects.
17729         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17730         (__libc_ifunc_impl_list): Likewise.
17731         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17732         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17733         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17734         sysdeps/powerpc/power6/wcscpy.c.
17735
17736         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17737         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17738         file.
17739         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17740         file.
17741         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17742         file.
17743         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17744         multiarch wcsrchr for PPC32.
17745         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17746         multiarch objects.
17747         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17748         (__libc_ifunc_impl_list): Likewise.
17749         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17750         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17751         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17752         sysdeps/powerpc/power6/wcsrchr.c.
17753
17754         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17755         file.
17756         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17757         file.
17758         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17759         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17760         multiarch wcschr for PPc32.
17761         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17762         multiarch objects.
17763         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17764         (__libc_ifunc_impl_list): Likewise.
17765         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17766         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17767         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17768         sysdeps/powerpc/power6/wcschr.c.
17769
17770         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17771         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17772         file.
17773         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17774         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17775         file: multiarch strchr for PPC32.
17776         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17777         multiarch objects.
17778         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17779         (__libc_ifunc_impl_list): Likewise.
17780
17781         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17782         name.
17783         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17784         file.
17785         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17786         file.
17787         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17788         multiarch strchrnul for PPC32.
17789         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17790         multiarch objects.
17791         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17792         (__libc_ifunc_impl_list): Likewise.
17793
17794         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17795         file.
17796         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17797         multiarch strncasecmp for PPC32.
17798         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17799         file.
17800         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17801         multiarch strncasecmp_l for PPC32.
17802         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17803         strncasecmp multiarch objects.
17804         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17805         (__libc_ifunc_impl_list): Likewise.
17806
17807         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17808         file.
17809         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17810         multiarch strncasecmp for PPC32.
17811         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17812         New file.
17813         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17814         multiarch strcasecmp_l for PPC32.
17815         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17816         multiarch objects.
17817         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17818         (__libc_ifunc_impl_list): Likewise.
17819
17820         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17821         file.
17822         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17823         file.
17824         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17825         multiarch strncmp for PPC32.
17826         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17827         multiarch objects.
17828         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17829         (__libc_ifunc_impl_list): Likewise.
17830
17831         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17832         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17833         file.
17834         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17835         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17836         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17837         multiarch objects.
17838         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17839         (__libc_ifunc_impl_list): Likewise.
17840
17841         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17842         file.
17843         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17844         file.
17845         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17846         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17847         multiarch objects.
17848         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17849         (__libc_ifunc_impl_list): Likewise.
17850
17851         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17852         file.
17853         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17854         file.
17855         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17856         multiarch rawmemchr for PPC32.
17857         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17858         multiarch objects.
17859         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17860         (__libc_ifunc_impl_list): Likewise.
17861
17862         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17863         file.
17864         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17865         file.
17866         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17867         file: memrchr multiarch for PPC32.
17868         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17869         multiarch objects.
17870         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17871         (__libc_ifunc_impl_list): Likewise.
17872
17873         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17874         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17875         file.
17876         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17877         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17878         multiarch memchr for PPC32.
17879         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17880         multiarch objects.
17881         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17882         (__libc_ifunc_impl_list): Likewise.
17883
17884         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17885         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17886         file.
17887         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17888         file.
17889         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17890         file: multiarch mempcpy for PPC32.
17891         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17892         multiarch objects.
17893         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17894         (__libc_ifunc_impl_list): Likewise.
17895
17896         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17897         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17898         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17899         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17900         multiarch bzero for PPC32.
17901         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17902         file.
17903         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17904         file.
17905         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17906         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17907         file: multiarch memset for PPC32.
17908         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17909         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17910         memset multiarch objects.
17911         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17912         (__libc_ifunc_impl_list): Likewise.
17913
17914         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17915         file.
17916         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17917         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17918         memcmp for PPC32.
17919         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17920         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17921         multiarch objects.
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17923         (__libc_ifunc_impl_list): Likewise.
17924
17925         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17927         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17928         file.
17929         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17930         file.
17931         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17932         file.
17933         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17934         multiarch memcpy for PPC32.
17935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17936         multiarch objects.
17937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17938         (__libc_ifunc_impl_list): Likewise.
17939
17940         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17941         support multiarch for POWER/PPC32.
17942         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17943         Likewise.
17944         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17946         Implies file to make multiarch folder appers before the fpu and
17947         default folder for power4 configuration.
17948
17949 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17950
17951         * scripts/bench.pl: Append volatile keyword to type.
17952
17953 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17954
17955         * sysdeps/sh/sotruss-lib.c: New file.
17956         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17957
17958 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17959
17960         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17961
17962 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17963
17964         [BZ #6810]
17965         * math/w_tgamma.c: Include <errno.h>.
17966         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17967         * math/w_tgammaf.c: Include <errno.h>.
17968         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17969         * math/w_tgammal.c: Include <errno.h>.
17970         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17971         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17972         underflow.  Add more tgamma tests.
17973         * math/auto-libm-test-out: Regenerated.
17974         * sysdeps/i386/fpu/libm-test-ulps: Update.
17975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17976
17977         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17978         sin, sinh, tan, tanh, tgamma, y0 and y1.
17979         * math/auto-libm-test-out: Regenerated.
17980         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17981         (TEST_COND_x86): Likewise.
17982         (M_E2l): Remove macro.
17983         (M_E3l): Likewise.
17984         (M_2_SQRT_PIl): Likewise.
17985         (M_SQRT_PIl): Likewise.
17986         (M_1_DIV_El): Likewise.
17987         (log_test_data): Use AUTO_TESTS_f_f.
17988         (log10_test_data): Likewise.
17989         (log1p_test_data): Likewise.
17990         (log2_test_data): Likewise.
17991         (sin_test_data): Likewise.
17992         (sin_tonearest_test_data): Likewise.
17993         (sin_towardzero_test_data): Likewise.
17994         (sin_downward_test_data): Likewise.
17995         (sin_upward_test_data): Likewise.
17996         (sinh_test_data): Likewise.
17997         (sinh_tonearest_test_data): Likewise.
17998         (sinh_towardzero_test_data): Likewise.
17999         (sinh_downward_test_data): Likewise.
18000         (sinh_upward_test_data): Likewise.
18001         (tan_test_data): Likewise.
18002         (tan_tonearest_test_data): Likewise.
18003         (tan_towardzero_test_data): Likewise.
18004         (tan_downward_test_data): Likewise.
18005         (tan_upward_test_data): Likewise.
18006         (tanh_test_data): Likewise.
18007         (tgamma_test_data): Likewise.
18008         (y0_test_data): Likewise.
18009         (y1_test_data): Likewise.
18010         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18011         (special_real_inputs): Add pi/4.
18012         * sysdeps/i386/fpu/libm-test-ulps: Update.
18013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18014
18015 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18016
18017         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18018         "longjmp_target" static probes.
18019         (__longjmp): Rename to __longjmp_symbol.
18020         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18021         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18022         on which longjmp to generate.
18023         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18024         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18025         probe.
18026         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18027         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18028         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18029         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18030         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18031         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18033         __longjmp_symbol based on which __longjmp to generate.
18034         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18035         probe.
18036         (setjmp): Rename to setjmp_symbol.
18037         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18038         (_setjmp): Rename to _setjmp_symbol.
18039         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18040         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18041         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18042         which setjmp to generate.
18043         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18044         "longjmp_target" static probes.
18045
18046 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18047
18048         * benchtests/README: Add note about output arguments.
18049         * benchtests/bench-sincos.c: Remove file.
18050         * benchtests/sincos-inputs: New file.
18051         * scripts/bench.pl: Identify output arguments and define
18052         static variables for them.
18053
18054         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18055
18056         [BZ #15941]
18057         * Makefile (INSTALL): Add install-plain.texi as the primary
18058         dependency.
18059         * manual/install-plain.texi: New file.
18060         * manual/install.texi: Include node directive only for
18061         non-plaintext output.
18062
18063 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18064
18065         * stdlib/longlong.h: Update from GCC.
18066
18067         [BZ #6807]
18068         [BZ #15901]
18069         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18070         * math/w_j0f.c (y0f): Likewise.
18071         * math/w_j0l.c (__y0l): Likewise.
18072         * math/w_j1.c (y1): Likewise.
18073         * math/w_j1f.c (y1f): Likewise.
18074         * math/w_j1l.c (__y1l): Likewise
18075         * math/w_jn.c (yn): Likewise.
18076         * math/w_jnf.c (ynf): Likewise.
18077         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18078         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18079         value for Bessel function domain errors outside _SVID_ mode.
18080         Adjust sign of return value for yn (negative integer, 0).
18081         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18082         by zero in return for negative x and set sign appropriately for
18083         negative n.
18084         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18085         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18086         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18087         expectations in error cases.
18088         (y1_test_data): Likewise.
18089         (yn_test_data): Likewise.
18090         * sysdeps/i386/fpu/libm-test-ulps: Update.
18091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18092
18093 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18094
18095         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18096         "64" to "64-v1".  Add "64-v2".
18097         (abi-64-options): Rename to ...
18098         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18099         (abi-64-condition): Rename to ...
18100         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18101         (abi-64-ld-soname): Rename to ...
18102         (abi-64-v1-ld-soname): ... this.
18103         (abi-64-v2-options): Define.
18104         (abi-64-v2-condition): Likewise.
18105         (abi-64-v2-ld-soname): Likewise.
18106         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18107         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18111
18112 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18113             Alan Modra  <amodra@gmail.com>
18114
18115         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18116         New versions for use with the ELFv2 ABI.
18117         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18118         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18119         declaration.
18120         (struct La_ppc64v2_retval): Likewise.
18121         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18122         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18123         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18124         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18125         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18126         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18127         Do not save or restore CR.
18128         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18129         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18130         return values for ELFv2 ABI.  Fix location of FPR return registers.
18131         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18132         updated values for _CALL_ELF == 2.
18133         (La_regs, La_retval, int_retval): Likewise.
18134
18135 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18136
18137         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18138         (FRAME_MIN_SIZE_PARM): Likewise.
18139         (FRAME_BACKCHAIN): Likewise.
18140         (FRAME_CR_SAVE): Likewise.
18141         (FRAME_LR_SAVE): Likewise.
18142         (FRAME_TOC_SAVE): Likewise.
18143         (FRAME_PARM_SAVE): Likewise.
18144         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18145         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18146         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18147         (call_mcount_parm_offset): New macro.
18148         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18149         (PROF): Use symbolic stack frame offsets.
18150         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18151         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18152         Redefine in terms of FRAME_MIN_SIZE.
18153         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18154         (_dl_profile_resolve): Likewise.  Update comment.
18155         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18156         symbols stack frame offsets.
18157         (__sigsetjmp): Likewise.
18158         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18159         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18160         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18161         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18162
18163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18164         (FRAME_BACKCHAIN): Remove.
18165         (FRAME_CR_SAVE): Likewise.
18166         (FRAME_LR_SAVE): Likewise.
18167         (FRAME_COMPILER_DW): Likewise.
18168         (FRAME_LINKER_DW): Likewise.
18169         (FRAME_TOC_SAVE): Likewise.
18170         (FRAME_PARM_SAVE): Likewise.
18171         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18172         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18173         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18175         (CHECK_SP): Use symbolic stack frame offsets.
18176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18177         zone" instead of caller's parameter save area for temp storage.
18178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18179         Likewise.  Also, use symbolic stack frame offsets.
18180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18181         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18182         our own stack frame instead of the caller's.
18183         (__socket): Use symbolic stack frame offsets.
18184
18185 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18186             Alan Modra  <amodra@gmail.com>
18187
18188         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18189         Define.
18190         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18191         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18192         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18193         New function.
18194         (elf_machine_fixup_plt): Call it.
18195         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18196         reloc arguments.
18197         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18198         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18199         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18200         r2 before calling target.
18201
18202 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18203             Alan Modra  <amodra@gmail.com>
18204
18205         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18206         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18207         versions of macros to support ELFv2 ABI.
18208         (LOCALENTRY): New macro.
18209         (ENTRY, EALIGN): Use it.
18210         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18211         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18212         fall through into ENTRY entry point.
18213         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18214         Only define if _CALL_ELF != 2.
18215
18216         (elf_machine_matches_host): Verify ABI version matches.
18217         (RTLD_START): Use LOCALENTRY.
18218         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18219         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18220         (PLT_ENTRY_WORDS): New macro.
18221         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18222         (elf_machine_runtime_setup): Support ELFv2 ABI.
18223         (elf_machine_fixup_plt): Likewise.
18224         (elf_machine_plt_conflict): Likewise.
18225         (resolve_ifunc): Likewise.
18226         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18227         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18228         Likewise.
18229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18230         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18232         (makecontext): Support ELFv2 ABI.
18233         * elf/elf.h (EF_PPC64_ABI): Define.
18234
18235 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18236
18237         * sysdeps/powerpc/powerpc64/sysdep.h
18238         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18239         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18240         (ENTRY) [ASSEMBLER]: ... but instead here ...
18241         (EALIGN) [ASSEMBLER]: ... and here.
18242         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18243         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18244         (ENTRY_2) [!ASSEMBLER]: Use it.
18245         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18246         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18247         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18248         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18249         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18251         Use PPC64_LOAD_FUNCPTR.
18252
18253         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18254
18255 2013-12-04  Alan Modra  <amodra@gmail.com>
18256
18257         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18258         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18259         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18260         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18261
18262         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18263         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18264         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18265         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18266         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18267         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18268
18269 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18270
18271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18272         (__makecontext): Fix incorrect CFI when backtracing out of
18273         context created via makecontext.
18274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18275         (__setcontext): Fix incorrect CFI during switch to new context.
18276         (__novec_setcontext): Likewise.
18277
18278 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18279
18280         [BZ #4772]
18281         * time/strptime_l.c (__strptime_internal): Allow modifiers
18282         in strptime.
18283         * time/tst-strptime.c (day_tests): Add testcase.
18284
18285 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18286
18287         * scripts/bench.pl: Skip over blank lines.
18288
18289 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18290
18291         [BZ #926]
18292         * manual/time.texi (Calendar Time): Clarify what timezone functions
18293         use.
18294
18295 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18296
18297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18298
18299 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18300
18301         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18302         implementation.
18303         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18304         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18305         * debug/memset_chk.c (__memset_chk): Likewise.
18306         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18307         * debug/strncpy_chk.c: Likewise.
18308
18309 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18310
18311         [BZ #15268]
18312         [BZ #15425]
18313         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18314         (__ieee754_exp): For possibly underflowing results, check size of
18315         result and force underflow exception if required.
18316         * math/auto-libm-test-in: Add more tests of exp.
18317         * math/auto-libm-test-out: Regenerated.
18318         * sysdeps/i386/fpu/libm-test-ulps: Update.
18319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18320
18321         [BZ #16283]
18322         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18323         * math/w_exp2f.c (__exp2f): Likewise.
18324         * math/w_exp2l.c (__exp2l): Likewise.
18325         * math/auto-libm-test-in: Do not allow missing errno on exp2
18326         underflow.
18327         * math/auto-libm-test-out: Regenerated.
18328
18329 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18330
18331         [BZ #16274]
18332         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18333         handle filename validation.
18334         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18335         (do_open): Delete.
18336
18337 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18338
18339         [BZ #6786]
18340         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18341         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18342         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18343         <float.h>.
18344         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18345         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18346         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18347         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18348         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18349         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18350         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18351         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18352         Add more erfc tests.
18353         * math/auto-libm-test-out: Regenerated.
18354         * sysdeps/i386/fpu/libm-test-ulps: Update.
18355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18356
18357         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18358         exp2, expm1, j0 and j1.
18359         * math/auto-libm-test-out: Regenerated.
18360         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18361         (erfc_test_data): Likewise.
18362         (exp_test_data): Likewise.
18363         (exp_tonearest_test_data): Likewise.
18364         (exp_towardzero_test_data): Likewise.
18365         (exp_downward_test_data): Likewise.
18366         (exp_upward_test_data): Likewise.
18367         (exp10_test_data): Likewise.
18368         (exp2_test_data): Likewise.
18369         (expm1_test_data): Likewise.
18370         (j0_test_data): Likewise.
18371         (j1_test_data): Likewise.
18372         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18373         (input_flag_type): Add flag_xfail_rounding.
18374         (input_flags): Add xfail-rounding.
18375         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18376         (output_for_one_input_case): Handle flag_xfail_rounding.
18377         * sysdeps/i386/fpu/libm-test-ulps: Update.
18378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18379
18380 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18381
18382         [BZ #16289]
18383         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18384         division by 0.
18385
18386 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18387
18388         [BZ #16195]
18389         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18390         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18391         (STAP_PROBE0): New macro.
18392         (STAP_PROBE1): Likewise.
18393         (STAP_PROBE2): Likewise.
18394         (STAP_PROBE3): Likewise.
18395         (STAP_PROBE4): Likewise.
18396
18397 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18398
18399         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18400
18401 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18402
18403         * benchtests/Makefile (bench): Add sqrt.
18404         (LDLIBS-bench-sqrt): New.
18405         * benchtests/sqrt-input: New.
18406
18407 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18408
18409         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18410         (GAIH_EAI): Likewise.
18411         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18412         (gaih_inet): Likewise.
18413         (getaddrinfo): Don't use GAIH_EAI.
18414
18415         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18416         (struct gaih): Remove definition.
18417
18418 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18419
18420         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18421         Use HERRNOP directly.
18422
18423 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18424
18425         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18426
18427 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18428
18429         * math/gen-auto-libm-tests.c (test_functions): Add more
18430         single-argument functions.
18431         (special_fill_pi_2): New function.
18432         (special_fill_minus_pi_2): Likewise.
18433         (special_fill_pi_6): Likewise.
18434         (special_fill_minus_pi_6): Likewise.
18435         (special_fill_pi_3): Likewise.
18436         (special_fill_2pi_3): Likewise.
18437         (special_fill_e): Likewise.
18438         (special_fill_1_e): Likewise.
18439         (special_fill_e_minus_1): Likewise.
18440         (special_real_inputs): Add more special inputs.
18441         (output_for_one_input_case): Do not require ERANGE on underflow to
18442         zero if round-to-nearest result does not underflow to zero, unless
18443         exact results required.
18444         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18445         atan, atanh, cbrt, cos and cosh.
18446         * math/auto-libm-test-out: Regenerated.
18447         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18448         (acos_tonearest_test_data): Likewise.
18449         (acos_towardzero_test_data): Likewise.
18450         (acos_downward_test_data): Likewise.
18451         (acos_upward_test_data): Likewise.
18452         (acosh_test_data): Likewise.
18453         (asin_test_data): Likewise.
18454         (asin_tonearest_test_data): Likewise.
18455         (asin_towardzero_test_data): Likewise.
18456         (asin_upward_test_data): Likewise.
18457         (asinh_test_data): Likewise.
18458         (atan_test_data): Likewise.
18459         (atanh_test_data): Likewise.
18460         (cbrt_test_data): Likewise.
18461         (cos_test_data): Likewise.
18462         (cos_tonearest_test_data): Likewise.
18463         (cos_towardzero_test_data): Likewise.
18464         (cos_downward_test_data): Likewise.
18465         (cos_upward_test_data): Likewise.
18466         (cosh_test_data): Likewise.
18467         (cosh_tonearest_test_data): Likewise.
18468         (cosh_towardzero_test_data): Likewise.
18469         (cosh_downward_test_data): Likewise.
18470         (cosh_upward_test_data): Likewise.
18471         * sysdeps/i386/fpu/libm-test-ulps: Update.
18472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18473
18474 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18475
18476         [BZ #6787]
18477         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18478         * math/w_exp10f.c (__exp10f): Likewise.
18479         * math/w_exp10l.c (__exp10l): Likewise.
18480         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18481         errno settings in existing tests.
18482
18483         [BZ #14032]
18484         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18485         precision control set to double precision.
18486         * sysdeps/i386/fpu/w_sqrt.c: New file.
18487         * math/auto-libm-test-in: Add more tests.
18488         * math/auto-libm-test-out: Update.
18489
18490         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18491         (sqrt_test_tonearest): New function.
18492         (sqrt_towardzero_test_data): New variable.
18493         (sqrt_test_towardzero): New function.
18494         (sqrt_downward_test_data): New variable.
18495         (sqrt_test_downward): New function.
18496         (sqrt_upward_test_data): New variable.
18497         (sqrt_test_upward): New function.
18498         (main): Call the new functions.
18499
18500         * math/gen-auto-libm-tests.c: New file.
18501         * math/auto-libm-test-in: Likewise.
18502         * math/auto-libm-test-out: New generated file.
18503         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18504         variables.
18505         (%beautify): Add generated representations of zero.
18506         (top level): Set $auto_input and call parse_auto_input.
18507         (beautify): Remove trailing "f" from hex float constants.
18508         (parse_args): Handle XFAIL_TEST.
18509         (convert_condition): New function.
18510         (or_value): Likewise.
18511         (or_cond_value): Likewise.
18512         (generate_testfile): Handle AUTO_TESTS_* lines.
18513         (parse_auto_input): New function.
18514         * math/libm-test.inc (XFAIL_TEST): New macro.
18515         (ERRNO_UNCHANGED): Update value.
18516         (ERRNO_EDOM): Likewise.
18517         (ERRNO_ERANGE): Likewise.
18518         (IGNORE_RESULT): Likewise.
18519         (TEST_COND_flt_32): New macro.
18520         (TEST_COND_dbl_64): Likewise.
18521         (TEST_COND_ldbl_96_intel): Likewise.
18522         (TEST_COND_ldbl_96_m68k): Likewise.
18523         (TEST_COND_ldbl_128): Likewise.
18524         (TEST_COND_ldbl_128ibm): Likewise.
18525         (TEST_COND_long32): Likewise.
18526         (TEST_COND_long64): Likewise.
18527         (TEST_COND_before_rounding): Likewise.
18528         (TEST_COND_after_rounding): Likewise.
18529         (enable_test): Handle XFAIL_TEST flag.
18530         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18531         with finite results.
18532         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18533         auto-libm-test-out.
18534
18535 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18536             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18537
18538         [BZ #16214]
18539         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18540         __tls_get_addr_internal instead of __tls_get_offset in order to
18541         avoid GOT pointer dependency.  Make rtld export
18542         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18543         __tls_get_addr since we are a __tls_get_offset platform.
18544         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18545         GOT pointer being set up before.
18546         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18547
18548 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18549
18550         * manual/math.texi (Errors in Math Functions): Document accuracy
18551         goals.
18552
18553         [BZ #15004]
18554         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18555         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18556         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18557         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18558         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18559         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18560         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18561         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18562         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18563         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18564         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18565         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18566         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18567         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18568         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18569         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18570
18571         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18572         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18573         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18574         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18575         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18576         Likewise.
18577         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18578         Likewise.
18579         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18580         Likewise.
18581         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18582         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18583         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18584         atomic-feupdateenv and flt-rounds.
18585         * sysdeps/powerpc/nofpu/Versions (libc): Add
18586         __atomic_feholdexcept, __atomic_feclearexcept,
18587         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18588         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18589         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18590         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18591         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18592         here.
18593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18594         Update.
18595
18596         * manual/arith.texi (FP Exceptions): Document that exceptions may
18597         not be raised when matherr is used.
18598         (Math Error Reporting): Document overflow in directed rounding
18599         modes.  Document that errno may not be set when finite values are
18600         returned on overflow.  Document intent to set errno on underflow
18601         only for underflow to zero.
18602
18603         [BZ #16271]
18604         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18605         round-to-nearest then adjust result for other rounding modes.
18606         * include/fenv.h (fegetround): Use libm_hidden_proto.
18607         * math/fegetround.c (fegetround): Use libm_hidden_def.
18608         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18609         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18610         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18611         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18612         Likewise.
18613         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18614         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18615         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18616         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18617
18618 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18619
18620         [BZ #16077]
18621         * nss/Versions (libnss_files): Add
18622         _nss_files_gethostbyname3_r.
18623         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18624         New function.
18625         (HOST_DB_LOOKUP): Remove macro.
18626         (_nss_files_gethostbyname_r): Implement function without the
18627         HOST_DB_LOOKUP macro.
18628         (_nss_files_gethostbyname2_r): Likewise.
18629
18630 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18631
18632         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18633
18634 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18635
18636         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18637         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18638         warning.
18639
18640 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18641
18642         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18643         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18644         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18645         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18646         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18647         __fe_nomask_env_priv and attribute_hidden.
18648         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18649         (libc_feupdateenv_test_ppc): Likewise.
18650         (libc_feresetround_ppc): Likewise.
18651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18652         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18653         compat_symbol macro.
18654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18655         (__fe_nomask_env): Likewise.
18656         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18657
18658 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18659
18660         * string/Makefile: Remove ifunc tests.
18661         * string/test-string.h: Define TEST_IFUNC.
18662         * string/test-bcopy-ifunc.c: Remove.
18663         * string/test-bzero-ifunc.c: Likewise.
18664         * string/test-memccpy-ifunc.c: Likewise.
18665         * string/test-memchr-ifunc.c: Likewise.
18666         * string/test-memcmp-ifunc.c: Likewise.
18667         * string/test-memcpy-ifunc.c: Likewise.
18668         * string/test-memmem-ifunc.c: Likewise.
18669         * string/test-memmove-ifunc.c: Likewise.
18670         * string/test-mempcpy-ifunc.c: Likewise.
18671         * string/test-memrchr-ifunc.c: Likewise.
18672         * string/test-memset-ifunc.c: Likewise.
18673         * string/test-rawmemchr-ifunc.c: Likewise.
18674         * string/test-stpcpy-ifunc.c: Likewise.
18675         * string/test-stpncpy-ifunc.c: Likewise.
18676         * string/test-strcasecmp-ifunc.c: Likewise.
18677         * string/test-strcasestr-ifunc.c: Likewise.
18678         * string/test-strcat-ifunc.c: Likewise.
18679         * string/test-strchr-ifunc.c: Likewise.
18680         * string/test-strchrnul-ifunc.c: Likewise.
18681         * string/test-strcmp-ifunc.c: Likewise.
18682         * string/test-strcpy-ifunc.c: Likewise.
18683         * string/test-strcspn-ifunc.c: Likewise.
18684         * string/test-strlen-ifunc.c: Likewise.
18685         * string/test-strncasecmp-ifunc.c: Likewise.
18686         * string/test-strncat-ifunc.c: Likewise.
18687         * string/test-strncmp-ifunc.c: Likewise.
18688         * string/test-strncpy-ifunc.c: Likewise.
18689         * string/test-strnlen-ifunc.c: Likewise.
18690         * string/test-strpbrk-ifunc.c: Likewise.
18691         * string/test-strrchr-ifunc.c: Likewise.
18692         * string/test-strspn-ifunc.c: Likewise.
18693         * string/test-strstr-ifunc.c: Likewise.
18694
18695 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18696
18697         * benchtests/Makefile: Remove ifunc tests.
18698         * benchtests/bench-string.h: Define TEST_IFUNC.
18699         * benchtests/bench-bcopy-ifunc.c: Remove.
18700         * benchtests/bench-bzero-ifunc.c: Likewise.
18701         * benchtests/bench-memccpy-ifunc.c: Likewise.
18702         * benchtests/bench-memchr-ifunc.c: Likewise.
18703         * benchtests/bench-memcmp-ifunc.c: Likewise.
18704         * benchtests/bench-memcpy-ifunc.c: Likewise.
18705         * benchtests/bench-memmem-ifunc.c: Likewise.
18706         * benchtests/bench-memmove-ifunc.c: Likewise.
18707         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18708         * benchtests/bench-memrchr-ifunc.c: Likewise.
18709         * benchtests/bench-memset-ifunc.c: Likewise.
18710         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18711         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18712         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18713         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18714         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18715         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18716         * benchtests/bench-strcat-ifunc.c: Likewise.
18717         * benchtests/bench-strchr-ifunc.c: Likewise.
18718         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18719         * benchtests/bench-strcmp-ifunc.c: Likewise.
18720         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18721         * benchtests/bench-strcpy-ifunc.c: Likewise.
18722         * benchtests/bench-strcspn-ifunc.c: Likewise.
18723         * benchtests/bench-strlen-ifunc.c: Likewise.
18724         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18725         * benchtests/bench-strncat-ifunc.c: Likewise.
18726         * benchtests/bench-strncmp-ifunc.c: Likewise.
18727         * benchtests/bench-strncpy-ifunc.c: Likewise.
18728         * benchtests/bench-strnlen-ifunc.c: Likewise.
18729         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18730         * benchtests/bench-strrchr-ifunc.c: Likewise.
18731         * benchtests/bench-strsep-ifunc.c: Likewise.
18732         * benchtests/bench-strspn-ifunc.c: Likewise.
18733         * benchtests/bench-strstr-ifunc.c: Likewise.
18734
18735 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18736
18737         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18738
18739 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18740
18741         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18742         * rt/aio.h: Likewise.
18743         * sysdeps/gnu/bits/utmp.h: Likewise.
18744         * sysdeps/gnu/bits/utmpx.h: Likewise.
18745         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18746         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18747         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18748         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18749         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18750         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18751         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18752         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18753         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18754         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18755         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18756         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18757         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18759         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18760         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18761         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18762         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18763         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18764         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18765         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18766         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18767         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18768         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18769         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18770         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18771         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18772         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18773         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18774         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18775         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18776         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18777         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18778         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18779         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18780         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18781         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18782         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18783         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18784         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18785         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18786         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18787
18788 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18789
18790         [BZ #16245]
18791         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18792         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18793
18794 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18795
18796         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18797         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18798         Likewise.
18799
18800 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18801
18802         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18803         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18804         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18805         (__fesetround): Remove define.
18806         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18807         rounding and exceptions handling.
18808         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18809         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18810         (__fe_nomask_env): Likewise.
18811         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18812         __fegetround instead of fegetround.
18813         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18814         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18815
18816 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18817
18818         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18819         it's there.
18820
18821         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18822
18823 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18824
18825         [BZ #11157]
18826         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18827         (encrypt_r): Likewise.
18828         * malloc/obstack.h (obstack_free): Likewise.
18829         * posix/unistd.h (encrypt): Likewise.
18830
18831 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18832
18833         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18834         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18835         DL_CALL_DT_FINI() that call the functions directly.
18836         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18837         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18838         * elf/dl-fini.c: Likewise.
18839
18840 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18841
18842         * malloc/hooks.c (memalign_check): Add alignment rounding.
18843         * malloc/malloc.c (_mid_memalign): New function.
18844         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18845         Implement by calling _mid_memalign.
18846         * manual/probes.texi (Memory Allocation Probes): Remove
18847         memory_valloc_retry and memory_pvalloc_retry.
18848
18849 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18850
18851         * locale/programs/locarchive.c (open_archive): Add const
18852         qualifier to ARCHIVEFNAME and copy default fname to
18853         DEFAULT_FNAME.
18854
18855         [BZ #15601]
18856         * libio/tst-widetext.input: Rename Oriya to Odia.
18857         * locale/iso-639.def: Likewise.
18858
18859         * manual/probes.texi (Mathematical Function Probes): Add
18860         documentation for sin, cos, asin and acos probes.
18861         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18862         (__sin32): Add slowasin probe.
18863         (__cos32): Add slowacos probe.
18864         (__mpsin): Add slowsin probe.
18865         (__mpcos): Add slowcos probe.
18866
18867 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18868
18869         [BZ #15483]
18870         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18871         thread-local __sim_exceptions_thread and global
18872         __sim_exceptions_global.
18873         (__sim_disabled_exceptions): Change to thread-local
18874         __sim_disabled_exceptions_thread and global
18875         __sim_disabled_exceptions_global.
18876         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18877         and global __sim_round_mode_global.
18878         (__simulate_exceptions): Use thread-local floating-point state and
18879         set global state from it as needed.
18880         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18881         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18882         __sim_round_mode_thread.
18883         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18884         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18885         and global __sim_exceptions_global.
18886         (__sim_disabled_exceptions): Change to thread-local
18887         __sim_disabled_exceptions_thread and global
18888         __sim_disabled_exceptions_global.
18889         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18890         and global __sim_round_mode_global.
18891         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18892         (SIM_SET_GLOBAL): Likewise.
18893         * sysdeps/powerpc/soft-fp/sfp-machine.h
18894         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18895         __sim_round_mode_thread.
18896         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18897         __sim_disabled_exceptions_thread.
18898         (__sim_exceptions): Change to __sim_exceptions_thread.
18899         (__sim_disabled_exceptions): Change to
18900         __sim_disabled_exceptions_thread.
18901         (__sim_round_mode): Change to __sim_round_mode_thread.
18902         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18903         thread-local floating-point state and set global state from it as
18904         needed.
18905         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18906         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18907         (__sim_disabled_exceptions): Remove extern declaration.
18908         (feenableexcept): Use thread-local floating-point state and set
18909         global state from it as needed.
18910         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18911         extern declaration.
18912         (__sim_disabled_exceptions): Likewise.
18913         (__sim_round_mode): Likewise.
18914         (__fegetenv): Use thread-local floating-point state.
18915         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18916         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18917         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18918         floating-point state and set global state from it as needed.
18919         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18920         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18921         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18922         Likewise.
18923         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18924         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18925         Likewise.
18926         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18927         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18928         Use __sim_round_mode_thread.
18929         * math/test-fenv-tls.c: New file.
18930         * math/Makefile (tests): Add test-fenv-tls.
18931         ($(objpfx)test-fenv-tls): Depend on
18932         $(common-objpfx)nptl/libpthread.so.
18933
18934 2013-11-19  Andreas Schwab  <schwab@suse.de>
18935
18936         * locale/programs/locale.c (show_info): Decode wordarray elements.
18937         * locale/categories.def (LC_MONETARY): Add element for
18938         _NL_MONETARY_CRNCYSTR.
18939         * locale/C-monetary.c (conversion_rate): New variable.
18940         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18941         element.
18942
18943 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18944
18945         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18946         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18947
18948 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18949
18950         * elf/Makefile (tst-auxv): New test.
18951         * elf/tst-auxv.c: New
18952         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18953
18954 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18955
18956         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18957         (hidden_proto): Caller changed.
18958         (hidden_tls_proto): New macro.
18959         (libc_hidden_tls_proto): Likewise.
18960         (rtld_hidden_tls_proto): Likewise.
18961         (libm_hidden_tls_proto): Likewise.
18962         (libresolv_hidden_tls_proto): Likewise.
18963         (librt_hidden_tls_proto): Likewise.
18964         (libdl_hidden_tls_proto): Likewise.
18965         (libnss_files_hidden_tls_proto): Likewise.
18966         (libnsl_hidden_tls_proto): Likewise.
18967         (libnss_nisplus_hidden_tls_proto): Likewise.
18968         (libutil_hidden_tls_proto): Likewise.
18969
18970 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18971
18972         [BZ #10253]
18973         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18974         (decompose_rpath): Defer expansion to fillin_rpath.
18975         (_dl_init_paths): Pass linkmap to fillin_rpath.
18976
18977 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18978
18979         * benchtests/Makefile: Add strsep.
18980         * benchtests/bench-strsep.c: New file: strsep benchtest.
18981         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18982
18983 2013-11-18  Andreas Schwab  <schwab@suse.de>
18984
18985         * locale/programs/locale.c (show_info) [case byte]: Check for
18986         '\377' instead of '\177'.
18987         * locale/C-monetary.c (not_available): Always use "\377".
18988         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18989         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18990         detect unavailable sign_posn locale elements.
18991         * locale/localeconv.c (__localeconv): For grouping and
18992         mon_grouping handle "\177" and "\377" like no grouping.
18993         (INT_ELEM): New macro.  Use it to set all numeric members.
18994         * locale/programs/ld-monetary.c (monetary_read)
18995         <tok_mon_grouping>: Normalize single -1 to the empty string.
18996         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18997         Likewise.
18998
18999 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19000
19001         [BZ #16055]
19002         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19003         when we match (nil).
19004         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19005
19006 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19007
19008         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19009         (NO_TEST_INLINE): Update value.
19010         (ERRNO_UNCHANGED): Likewise.
19011         (ERRNO_EDOM): Likewise.
19012         (ERRNO_ERANGE): Likewise.
19013         (IGNORE_RESULT): Likewise.
19014         (check_float_internal): Check signs of NaN results if
19015         TEST_NAN_SIGN used.
19016         (check_complex): Pass TEST_NAN_SIGN flag through to second
19017         check_float_internal call.
19018         (copysign_test_data): Add tests with quiet NaNs as second
19019         argument.  Use TEST_NAN_SIGN.
19020         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19021         TEST_NAN_SIGN.
19022         (signbit_test_data): Add tests of quiet NaN argument.
19023         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19024
19025         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19026         $ignore_result.
19027         (parse_args): Handle function results specified as IGNORE.
19028         * math/libm-test.inc (IGNORE_RESULT): New macro.
19029         (check_float_internal): Do not check numerical result if flag
19030         IGNORE_RESULT set.
19031         (check_complex): Pass through IGNORE_RESULT to second
19032         check_float_internal call.
19033         (check_int): Do not check numerical result if flag IGNORE_RESULT
19034         set.
19035         (check_long): Likewise.
19036         (check_bool): Likewise.
19037         (check_longlong): Likewise.
19038         (lrint_test_data): Add tests of infinite and NaN arguments.
19039         (lrint_tonearest_test_data): Likewise.
19040         (lrint_towardzero_test_data): Likewise.
19041         (lrint_downward_test_data): Likewise.
19042         (lrint_upward_test_data): Likewise.
19043         (llrint_test_data): Likewise.
19044         (llrint_tonearest_test_data): Likewise.
19045         (llrint_towardzero_test_data): Likewise.
19046         (llrint_downward_test_data): Likewise.
19047         (llrint_upward_test_data): Likewise.
19048         (lround_test_data): Likewise.
19049         (llround_test_data): Likewise.
19050
19051         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19052         (ERRNO_UNCHANGED): Update value.
19053         (ERRNO_EDOM): Likewise.
19054         (ERRNO_ERANGE): Likewise.
19055         (NO_TEST_INLINE_FLOAT): New macro.
19056         (NO_TEST_INLINE_DOUBLE): Likewise.
19057         (enable_test): New function.
19058         (RUN_TEST_f_f): Check enable_test before running test.
19059         (RUN_TEST_2_f): Likewise.
19060         (RUN_TEST_fff_f): Likewise.
19061         (RUN_TEST_c_f): Likewise.
19062         (RUN_TEST_f_f1): Likewise.
19063         (RUN_TEST_fF_f1): Likewise.
19064         (RUN_TEST_fI_f1): Likewise.
19065         (RUN_TEST_ffI_f1): Likewise.
19066         (RUN_TEST_c_c): Likewise.
19067         (RUN_TEST_cc_c): Likewise.
19068         (RUN_TEST_f_i): Likewise.
19069         (RUN_TEST_f_i_tg): Likewise.
19070         (RUN_TEST_ff_i_tg): Likewise.
19071         (RUN_TEST_f_b): Likewise.
19072         (RUN_TEST_f_b_tg): Likewise.
19073         (RUN_TEST_f_l): Likewise.
19074         (RUN_TEST_f_L): Likewise.
19075         (RUN_TEST_fFF_11): Likewise.
19076         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19077         conditionals.
19078         (cosh_test_data): Likewise.
19079         (exp_test_data): Likewise.
19080         (expm1_test_data): Likewise.
19081         (hypot_test_data): Likewise.
19082         (pow_test_data): Likewise.
19083         (sinh_test_data): Likewise.
19084         (tanh_test_data): Likewise.
19085         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19086         flags argument.
19087
19088         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19089         tests with quiet NaN input and output.
19090         (acosh_test_data): Likewise.
19091         (asin_test_data): Likewise.
19092         (asinh_test_data): Likewise.
19093         (atan_test_data): Likewise.
19094         (atanh_test_data): Likewise.
19095         (atan2_test_data): Likewise.
19096         (cbrt_test_data): Likewise.
19097         (cos_test_data): Likewise.
19098         (cosh_test_data): Likewise.
19099         (erf_test_data): Likewise.
19100         (erfc_test_data): Likewise.
19101         (exp_test_data): Likewise.
19102         (exp10_test_data): Likewise.
19103         (exp2_test_data): Likewise.
19104         (expm1_test_data): Likewise.
19105         (hypot_test_data): Likewise.
19106         (j0_test_data): Likewise.
19107         (j1_test_data): Likewise.
19108         (jn_test_data): Likewise.
19109         (lgamma_test_data): Likewise.
19110         (log_test_data): Likewise.
19111         (log10_test_data): Likewise.
19112         (log1p_test_data): Likewise.
19113         (log2_test_data): Likewise.
19114         (pow_test_data): Likewise.
19115         (scalb_test_data): Likewise.
19116         (sin_test_data): Likewise.
19117         (sincos_test_data): Likewise.
19118         (sinh_test_data): Likewise.
19119         (tan_test_data): Likewise.
19120         (tanh_test_data): Likewise.
19121         (tgamma_test_data): Likewise.
19122         (y0_test_data): Likewise.
19123         (y1_test_data): Likewise.
19124         (yn_test_data): Likewise.
19125
19126         [BZ #16167]
19127         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19128         argument being NaN and avoid computations with second argument in
19129         that case.
19130         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19131         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19132         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19133
19134 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19135
19136         * locale/iso-639.def: Add Chitwani Tharu (the).
19137
19138 2013-11-14  Andreas Schwab  <schwab@suse.de>
19139
19140         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19141         word instead of empty string.
19142
19143 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19144
19145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19146         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19148         (__fe_nomask_env): Likewise.
19149
19150 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19151
19152         * benchtests/bench-timing.h: Include time.h.
19153
19154 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19155
19156         [BZ #15997]
19157         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19158         to 3.4.0 for x32.
19159         * sysdeps/unix/sysv/linux/configure: Regenerated.
19160
19161 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19162
19163         [BZ #16151]
19164         * stdlib/strtod_l.c (round_and_return): Do not consider
19165         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19166         exponent one less than half the least subnormal exponent.
19167         * stdlib/test-strtod-round-data: Add more tests.
19168         * stdlib/tst-strtod-round.c (tests): Regenerated.
19169
19170 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19171
19172         [BZ #14143]
19173         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19174         (__fe_mask_env): Likewise.
19175         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19176         libm_hidden_proto and add function prototype.
19177         (__fe_mask_env): Add function prototype.
19178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19179         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19181         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19183         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19184
19185 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19186
19187         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19188         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19189
19190 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19191
19192         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19193         of htab_find_slot().
19194
19195 2013-11-11  David S. Miller  <davem@davemloft.net>
19196
19197         [BZ #16150]
19198         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19199         symbol in the non-vis3 case in static builds.
19200         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19201         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19202         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19203         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19204
19205 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19206
19207         [BZ #387]
19208         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19209         it is empty.
19210
19211 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19212
19213         * benchtests/Makefile: Add bench-strtod.
19214         * benchtests/bench-strtod.c: New file: strtod benchtest
19215
19216 2013-11-11  Andreas Schwab  <schwab@suse.de>
19217
19218         [BZ #16153]
19219         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19220         terminating NUL in key length.
19221
19222 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19223
19224         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19225         Add artificial ODP entry for vDSO symbol for PPC64.
19226         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19227         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19228
19229 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19230
19231         [BZ #15374]
19232         * nss/getent.c (services_keys): Recognize services starting with digit.
19233
19234 2013-11-06  David S. Miller  <davem@davemloft.net>
19235
19236         [BZ #15985]
19237         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19238         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19239
19240 2013-11-06  Will Newton  <will.newton@linaro.org>
19241
19242         * manual/memory.texi (Malloc Examples): Remove register
19243         keyword from examples.
19244
19245 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19246
19247         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19248
19249 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19250
19251         [BZ #6981]
19252         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19253         depending on [__GCC_IEC_559 > 0].
19254         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19255         depending on [__GCC_IEC_559_COMPLEX > 0].
19256
19257 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19258
19259         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19260         to iso-639.def.
19261
19262 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19263
19264         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19265
19266 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19267
19268         [BZ #16112]
19269         * malloc/malloc (malloc_info): Do not handle first bin as
19270         special case.
19271
19272 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19273
19274         * locale/iso-639.def: Add Central Nahuatl (nhn).
19275
19276 2013-11-01  Bruno Haible  <bruno@clisp.org>
19277
19278         [BZ #7003]
19279         * manual/math.texi (BSD Random): Specify range upper bound as
19280         in POSIX.
19281
19282 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19283
19284         * locale/iso-639.def: Add Meadow Mari (mhr).
19285
19286 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19287
19288         [BZ #14752], [BZ #15763]
19289         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19290         Validate name.
19291         * rt/tst_shm.c: Add test for escaping directory.
19292
19293 2013-10-31  Andreas Schwab  <schwab@suse.de>
19294
19295         [BZ #15917]
19296         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19297         followed by 'x' as part of digit sequence.
19298         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19299
19300 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19301
19302         [BZ #16037]
19303         * configure.ac: allow GNU Make 4.0 and greater.
19304         * configure: Regenerated.
19305
19306 2013-10-30  Will Newton  <will.newton@linaro.org>
19307
19308         [BZ #16038]
19309         * malloc/hooks.c (memalign_check): Limit alignment to the
19310         maximum representable power of two.
19311         * malloc/malloc.c (__libc_memalign): Likewise.
19312         * malloc/tst-memalign.c (do_test): Add test for very
19313         large alignment values.
19314         * malloc/tst-posix_memalign.c (do_test): Likewise.
19315
19316 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19317
19318         [BZ #11087]
19319         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19320         (munmap_chunk): Likewise.
19321         (mremap_chunk): Likewise.
19322
19323 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19324
19325         [BZ #15799]
19326         * stdlib/div.c (div): Remove obsolete code.
19327         * stdlib/ldiv.c (ldiv): Likewise.
19328         * stdlib/lldiv.c (lldiv): Likewise.
19329
19330 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19331
19332         [BZ #16071]
19333         * nss/nss_files/files-XXX.c (get_contents_ret): New
19334         enumerator.
19335         (get_contents): New function.
19336         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19337
19338 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19339
19340         * configure.in: Moved to ...
19341         * configure.ac: ... here. Change reference to configure.in
19342         to configure.ac.
19343         * sysdeps/arm/preconfigure.ac: ... here.
19344         configure.in to configure.ac.
19345         * sysdeps/gnu/configure.in: Moved to ...
19346         * sysdeps/gnu/configure.ac: ... here.
19347         * sysdeps/i386/configure.in: Moved to ...
19348         * sysdeps/i386/configure.ac: ... here.
19349         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19350         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19351         * sysdeps/mach/configure.in: Moved to ...
19352         * sysdeps/mach/configure.ac: ... here.
19353         * sysdeps/mach/hurd/configure.in: Moved to ...
19354         * sysdeps/mach/hurd/configure.ac: ... here.
19355         * sysdeps/powerpc/configure.in: Moved to ...
19356         * sysdeps/powerpc/configure.ac: ... here.
19357         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19358         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19359         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19360         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19361         * sysdeps/s390/s390-32/configure.in: Moved to ...
19362         * sysdeps/s390/s390-32/configure.ac: ... here.
19363         * sysdeps/s390/s390-64/configure.in: Moved to ...
19364         * sysdeps/s390/s390-64/configure.ac: ... here.
19365         * sysdeps/sh/configure.in: Moved to ...
19366         * sysdeps/sh/configure.ac: ... here.
19367         * sysdeps/sparc/configure.in: Moved to ...
19368         * sysdeps/sparc/configure.ac: ... here.
19369         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19370         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19371         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19372         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19373         * sysdeps/x86_64/configure.in: Moved to ...
19374         * sysdeps/x86_64/configure.ac: ... here.
19375         * sysdeps/x86_64/preconfigure.in: Moved to ...
19376         * sysdeps/x86_64/preconfigure.ac: ... here.
19377         * aclocal.m4: Change reference to configure.in to configure.ac.
19378         * config.h.in: Likewise.
19379         * manual/install.texi: Likewise.
19380         * manual/maint.texi: Likewise.
19381         * Makefile: Likewise.
19382         * malloc/Makefile: Likewise.
19383         * nscd/Makefile: Likewise.
19384         * Makeconfig: Change reference to configure.in and
19385         preconfigure.in to configure.ac and preconfigure.ac
19386         respectively.
19387         * INSTALL: Regenerated.
19388         * configure: Likewise.
19389         * sysdeps/gnu/configure: Likewise.
19390         * sysdeps/i386/configure: Likewise.
19391         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19392         * sysdeps/mach/configure: Likewise.
19393         * sysdeps/mach/hurd/configure: Likewise.
19394         * sysdeps/powerpc/configure: Likewise.
19395         * sysdeps/powerpc/powerpc32/configure: Likewise.
19396         * sysdeps/powerpc/powerpc64/configure: Likewise.
19397         * sysdeps/s390/s390-32/configure: Likewise.
19398         * sysdeps/s390/s390-64/configure: Likewise.
19399         * sysdeps/sh/configure: Likewise.
19400         * sysdeps/sparc/configure: Likewise.
19401         * sysdeps/unix/sysv/linux/configure: Likewise.
19402         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19403         * sysdeps/x86_64/configure: Likewise.
19404         * sysdeps/x86_64/preconfigure: Likewise.
19405
19406 2013-10-29  Andreas Schwab  <schwab@suse.de>
19407
19408         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19409
19410 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19411
19412         * benchtests/pow-inputs: Add new inputs.
19413
19414         * benchtests/exp-inputs: Add new inputs.
19415
19416         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19417         conditional check for return value.
19418         (__cos32): Likewise.
19419
19420 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19421
19422         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19423         to provide a boost for large inputs with word alignment.
19424         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19425         implementation based on optimized PPC64 strcpy.
19426         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19427         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19428         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19429         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19430
19431 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19432
19433         [BZ #2801]
19434         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19435
19436 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19437
19438         [BZ #14876]
19439         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19440         * time/tst-strptime.c (day_tests): Add testcase.
19441
19442 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19443
19444         [BZ #14029]
19445         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19446
19447 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19448
19449         [BZ #16074]
19450         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19451         MAP_FAILED on error.
19452
19453 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19454
19455         [BZ #16072]
19456         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19457         heap for large requests.
19458
19459 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19460
19461         [BZ #9954]
19462         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19463         result if the result has no associated interface.
19464         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19465         interface for all 127.X.Y.Z addresses.
19466
19467 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19468
19469         * locale/iso-639.def: Add Ligurian (lij)
19470
19471 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19472
19473         [BZ #15825]
19474         * sunrpc/rpc_main.c: Document rpcgen -5.
19475
19476 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19477
19478         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19479
19480 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19481
19482         [BZ #10278]
19483         * posix/glob.c: Match only directories when trailing slash is present.
19484         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19485         (main): Add testcase.
19486
19487 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19488
19489         [BZ #15670]
19490         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19491
19492 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19493
19494         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19495         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19496         AUTH_DES and cindex for FIPS 140-2.
19497         (DES Encryption): Add cindex FIPS 46-3.
19498
19499         * locale/locarchive.h (struct locarhandle): Add fname.
19500         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19501         if an optional argument was specified to --list-archive,
19502         otherwise NULL.
19503         * locale/programs/locarchive.c (show_archive_content): Take new
19504         argument fname and pass it via ah.fname to open_archive.
19505         * locale/programs/localedef.h: Update decl.
19506         (open_archive): If AH->fname is non-null, open that file
19507         rather than the default file name, and don't ignore ENOENT.
19508         (create_archive): Set AH.fname to NULL.
19509         (delete_locales_from_archive): Likewise.
19510         (add_locales_to_archive): Likewise.
19511         * locale/programs/locfile.c (write_all_categories): Likewise.
19512
19513 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19514             Aldy Hernandez  <aldyh@redhat.com>
19515
19516         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19517         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19518         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19519         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19520         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19521         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19522         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19523         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19524         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19525         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19526         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19527         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19528         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19529         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19530         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19531         Likewise.
19532         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19533         Likewise.
19534         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19535         Likewise.
19536         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19537         Likewise.
19538         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19539         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19540         Likewise.
19541         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19542         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19543         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19544         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19545         Likewise.
19546         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19547         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19548         * sysdeps/powerpc/preconfigure: Likewise.
19549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19550         Likewise.
19551         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19552         Replace contents of file by #include of <fenv_libc.h>.
19553         * sysdeps/powerpc/soft-fp/sfp-machine.h
19554         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19555         and <sys/prctl.h>.
19556         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19557         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19558         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19559         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19560         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19561         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19562         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19563         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19564         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19565         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19566         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19567         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19569         Allow copysignl PLT reference to be missing.
19570
19571 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19572             Joseph Myers  <joseph@codesourcery.com
19573
19574         [BZ #15948]
19575         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19576         single character.
19577         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19578
19579 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19580
19581         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19582         * elf/tst-tls1.c: Likewise.
19583         * elf/tst-tls10.h: Likewise.
19584         * elf/tst-tls14.c: Likewise.
19585         * elf/tst-tls2.c: Likewise.
19586         * elf/tst-tls3.c: Likewise.
19587         * elf/tst-tls4.c: Likewise.
19588         * elf/tst-tls5.c: Likewise.
19589         * elf/tst-tls6.c: Likewise.
19590         * elf/tst-tls7.c: Likewise.
19591         * elf/tst-tls8.c: Likewise.
19592         * elf/tst-tls9.c: Likewise.
19593         * elf/tst-tlsmod1.c: Likewise.
19594         * elf/tst-tlsmod13.c: Likewise.
19595         * elf/tst-tlsmod13a.c: Likewise.
19596         * elf/tst-tlsmod14a.c: Likewise.
19597         * elf/tst-tlsmod16a.c: Likewise.
19598         * elf/tst-tlsmod16b.c: Likewise.
19599         * elf/tst-tlsmod2.c: Likewise.
19600         * elf/tst-tlsmod3.c: Likewise.
19601         * elf/tst-tlsmod4.c: Likewise.
19602         * elf/tst-tlsmod5.c: Likewise.
19603         * elf/tst-tlsmod6.c: Likewise.
19604
19605 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19606
19607         [BZ #12486]
19608         * malloc/malloc.c: remove checks for statistics.
19609
19610 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19611
19612         [BZ #15277]
19613         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19614         * inet/tst-network.c: Add testcase.
19615
19616 2013-10-17  Andreas Schwab  <schwab@suse.de>
19617
19618         [BZ #15218]
19619         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19620         to determine canonical name.
19621
19622 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19623
19624         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19625         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19626         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19627         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19628         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19629         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19630         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19631         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19632         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19633         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19634         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19635         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19636         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19637         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19638         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19639         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19640         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19641         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19642         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19643         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19644         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19645         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19646         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19647         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19648         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19649         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19650         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19651         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19652         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19653         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19654         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19655         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19656         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19657         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19658         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19659         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19660         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19661         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19662         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19663         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19664         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19665         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19666         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19667         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19668         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19669         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19670         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19671         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19672         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19673         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19674         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19675         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19676         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19677         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19678         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19679         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19680         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19681         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19682
19683 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19684
19685         [BZ #16041]
19686         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19687         make result into a quiet NaN.
19688
19689 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19690
19691         * soft-fp/adddf3.c: Fix horizontal whitespace.
19692         * soft-fp/addsf3.c: Likewise.
19693         * soft-fp/addtf3.c: Likewise.
19694         * soft-fp/divdf3.c: Likewise.
19695         * soft-fp/divsf3.c: Likewise.
19696         * soft-fp/divtf3.c: Likewise.
19697         * soft-fp/double.h: Likewise.
19698         * soft-fp/eqdf2.c: Likewise.
19699         * soft-fp/eqsf2.c: Likewise.
19700         * soft-fp/eqtf2.c: Likewise.
19701         * soft-fp/extenddftf2.c: Likewise.
19702         * soft-fp/extended.h: Likewise.
19703         * soft-fp/extendsfdf2.c: Likewise.
19704         * soft-fp/extendsftf2.c: Likewise.
19705         * soft-fp/extendxftf2.c: Likewise.
19706         * soft-fp/fixdfdi.c: Likewise.
19707         * soft-fp/fixdfsi.c: Likewise.
19708         * soft-fp/fixdfti.c: Likewise.
19709         * soft-fp/fixsfdi.c: Likewise.
19710         * soft-fp/fixsfsi.c: Likewise.
19711         * soft-fp/fixsfti.c: Likewise.
19712         * soft-fp/fixtfdi.c: Likewise.
19713         * soft-fp/fixtfsi.c: Likewise.
19714         * soft-fp/fixtfti.c: Likewise.
19715         * soft-fp/fixunsdfdi.c: Likewise.
19716         * soft-fp/fixunsdfsi.c: Likewise.
19717         * soft-fp/fixunsdfti.c: Likewise.
19718         * soft-fp/fixunssfdi.c: Likewise.
19719         * soft-fp/fixunssfsi.c: Likewise.
19720         * soft-fp/fixunssfti.c: Likewise.
19721         * soft-fp/fixunstfdi.c: Likewise.
19722         * soft-fp/fixunstfsi.c: Likewise.
19723         * soft-fp/fixunstfti.c: Likewise.
19724         * soft-fp/floatdidf.c: Likewise.
19725         * soft-fp/floatdisf.c: Likewise.
19726         * soft-fp/floatditf.c: Likewise.
19727         * soft-fp/floatsidf.c: Likewise.
19728         * soft-fp/floatsisf.c: Likewise.
19729         * soft-fp/floatsitf.c: Likewise.
19730         * soft-fp/floattidf.c: Likewise.
19731         * soft-fp/floattisf.c: Likewise.
19732         * soft-fp/floattitf.c: Likewise.
19733         * soft-fp/floatundidf.c: Likewise.
19734         * soft-fp/floatundisf.c: Likewise.
19735         * soft-fp/floatunditf.c: Likewise.
19736         * soft-fp/floatunsidf.c: Likewise.
19737         * soft-fp/floatunsisf.c: Likewise.
19738         * soft-fp/floatunsitf.c: Likewise.
19739         * soft-fp/floatuntidf.c: Likewise.
19740         * soft-fp/floatuntisf.c: Likewise.
19741         * soft-fp/floatuntitf.c: Likewise.
19742         * soft-fp/fmadf4.c: Likewise.
19743         * soft-fp/fmasf4.c: Likewise.
19744         * soft-fp/fmatf4.c: Likewise.
19745         * soft-fp/gedf2.c: Likewise.
19746         * soft-fp/gesf2.c: Likewise.
19747         * soft-fp/getf2.c: Likewise.
19748         * soft-fp/ledf2.c: Likewise.
19749         * soft-fp/lesf2.c: Likewise.
19750         * soft-fp/letf2.c: Likewise.
19751         * soft-fp/muldf3.c: Likewise.
19752         * soft-fp/mulsf3.c: Likewise.
19753         * soft-fp/multf3.c: Likewise.
19754         * soft-fp/negdf2.c: Likewise.
19755         * soft-fp/negsf2.c: Likewise.
19756         * soft-fp/negtf2.c: Likewise.
19757         * soft-fp/op-1.h: Likewise.
19758         * soft-fp/op-2.h: Likewise.
19759         * soft-fp/op-4.h: Likewise.
19760         * soft-fp/op-8.h: Likewise.
19761         * soft-fp/op-common.h: Likewise.
19762         * soft-fp/quad.h: Likewise.
19763         * soft-fp/single.h: Likewise.
19764         * soft-fp/soft-fp.h: Likewise.
19765         * soft-fp/sqrtdf2.c: Likewise.
19766         * soft-fp/sqrtsf2.c: Likewise.
19767         * soft-fp/sqrttf2.c: Likewise.
19768         * soft-fp/subdf3.c: Likewise.
19769         * soft-fp/subsf3.c: Likewise.
19770         * soft-fp/subtf3.c: Likewise.
19771         * soft-fp/truncdfsf2.c: Likewise.
19772         * soft-fp/trunctfdf2.c: Likewise.
19773         * soft-fp/trunctfsf2.c: Likewise.
19774         * soft-fp/trunctfxf2.c: Likewise.
19775         * soft-fp/unorddf2.c: Likewise.
19776         * soft-fp/unordsf2.c: Likewise.
19777         * soft-fp/unordtf2.c: Likewise.
19778
19779 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19780
19781         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19782         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19783
19784 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19785
19786         * elf/dl-libc.c: Clear initfini list after freeing.
19787
19788 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19789
19790         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19791         * soft-fp/addsf3.c: Likewise.
19792         * soft-fp/addtf3.c: Likewise.
19793         * soft-fp/divdf3.c: Likewise.
19794         * soft-fp/divsf3.c: Likewise.
19795         * soft-fp/divtf3.c: Likewise.
19796         * soft-fp/double.h: Likewise.
19797         * soft-fp/eqdf2.c: Likewise.
19798         * soft-fp/eqsf2.c: Likewise.
19799         * soft-fp/eqtf2.c: Likewise.
19800         * soft-fp/extenddftf2.c: Likewise.
19801         * soft-fp/extended.h: Likewise.
19802         * soft-fp/extendsfdf2.c: Likewise.
19803         * soft-fp/extendsftf2.c: Likewise.
19804         * soft-fp/extendxftf2.c: Likewise.
19805         * soft-fp/fixdfdi.c: Likewise.
19806         * soft-fp/fixdfsi.c: Likewise.
19807         * soft-fp/fixdfti.c: Likewise.
19808         * soft-fp/fixsfdi.c: Likewise.
19809         * soft-fp/fixsfsi.c: Likewise.
19810         * soft-fp/fixsfti.c: Likewise.
19811         * soft-fp/fixtfdi.c: Likewise.
19812         * soft-fp/fixtfsi.c: Likewise.
19813         * soft-fp/fixtfti.c: Likewise.
19814         * soft-fp/fixunsdfdi.c: Likewise.
19815         * soft-fp/fixunsdfsi.c: Likewise.
19816         * soft-fp/fixunsdfti.c: Likewise.
19817         * soft-fp/fixunssfdi.c: Likewise.
19818         * soft-fp/fixunssfsi.c: Likewise.
19819         * soft-fp/fixunssfti.c: Likewise.
19820         * soft-fp/fixunstfdi.c: Likewise.
19821         * soft-fp/fixunstfsi.c: Likewise.
19822         * soft-fp/fixunstfti.c: Likewise.
19823         * soft-fp/floatdidf.c: Likewise.
19824         * soft-fp/floatdisf.c: Likewise.
19825         * soft-fp/floatditf.c: Likewise.
19826         * soft-fp/floatsidf.c: Likewise.
19827         * soft-fp/floatsisf.c: Likewise.
19828         * soft-fp/floatsitf.c: Likewise.
19829         * soft-fp/floattidf.c: Likewise.
19830         * soft-fp/floattisf.c: Likewise.
19831         * soft-fp/floattitf.c: Likewise.
19832         * soft-fp/floatundidf.c: Likewise.
19833         * soft-fp/floatundisf.c: Likewise.
19834         * soft-fp/floatunsidf.c: Likewise.
19835         * soft-fp/floatunsisf.c: Likewise.
19836         * soft-fp/floatuntidf.c: Likewise.
19837         * soft-fp/floatuntisf.c: Likewise.
19838         * soft-fp/floatuntitf.c: Likewise.
19839         * soft-fp/fmadf4.c: Likewise.
19840         * soft-fp/fmasf4.c: Likewise.
19841         * soft-fp/fmatf4.c: Likewise.
19842         * soft-fp/gedf2.c: Likewise.
19843         * soft-fp/gesf2.c: Likewise.
19844         * soft-fp/getf2.c: Likewise.
19845         * soft-fp/ledf2.c: Likewise.
19846         * soft-fp/lesf2.c: Likewise.
19847         * soft-fp/letf2.c: Likewise.
19848         * soft-fp/muldf3.c: Likewise.
19849         * soft-fp/mulsf3.c: Likewise.
19850         * soft-fp/multf3.c: Likewise.
19851         * soft-fp/negdf2.c: Likewise.
19852         * soft-fp/negsf2.c: Likewise.
19853         * soft-fp/negtf2.c: Likewise.
19854         * soft-fp/op-1.h: Likewise.
19855         * soft-fp/op-2.h: Likewise.
19856         * soft-fp/op-4.h: Likewise.
19857         * soft-fp/op-8.h: Likewise.
19858         * soft-fp/op-common.h: Likewise.
19859         * soft-fp/quad.h: Likewise.
19860         * soft-fp/single.h: Likewise.
19861         * soft-fp/soft-fp.h: Likewise.
19862         * soft-fp/sqrtdf2.c: Likewise.
19863         * soft-fp/sqrtsf2.c: Likewise.
19864         * soft-fp/sqrttf2.c: Likewise.
19865         * soft-fp/subdf3.c: Likewise.
19866         * soft-fp/subsf3.c: Likewise.
19867         * soft-fp/subtf3.c: Likewise.
19868         * soft-fp/truncdfsf2.c: Likewise.
19869         * soft-fp/trunctfdf2.c: Likewise.
19870         * soft-fp/trunctfsf2.c: Likewise.
19871         * soft-fp/trunctfxf2.c: Likewise.
19872         * soft-fp/unorddf2.c: Likewise.
19873         * soft-fp/unordsf2.c: Likewise.
19874         * soft-fp/unordtf2.c: Likewise.
19875
19876 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19877
19878         [BZ #15672]
19879         * misc/error.c (error_tail): Fix possible buffer overflow.
19880
19881 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19882
19883         [BZ #13028]
19884         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19885         address.
19886
19887 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19888
19889         [BZ #832]
19890         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19891         testing pipefail option.
19892
19893 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19894
19895         * soft-fp/double.h: Indent preprocessor directives inside #if.
19896         * soft-fp/extended.h: Likewise.
19897         * soft-fp/op-2.h: Likewise.
19898         * soft-fp/op-4.h: Likewise.
19899         * soft-fp/op-common.h: Likewise.
19900         * soft-fp/quad.h: Likewise.
19901         * soft-fp/single.h: Likewise.
19902         * soft-fp/soft-fp.h: Likewise.
19903
19904 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19905
19906         * iconv/iconv_prog.c: Fix typos.
19907         * stdio-common/psiginfo-data.h: Likewise.
19908
19909 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19910
19911         [BZ #15764]
19912         * locale/setlocale.c: Fix typo.
19913
19914 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19915
19916         [BZ #16036]
19917         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19918         signaling NaN arguments.
19919         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19920         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19921
19922         [BZ #14910]
19923         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19924         unordered operands.
19925         * soft-fp/gesf2.c (__gesf2): Likewise.
19926         * soft-fp/getf2.c (__getf2): Likewise.
19927         * soft-fp/ledf2.c (__ledf2): Likewise.
19928         * soft-fp/lesf2.c (__lesf2): Likewise.
19929         * soft-fp/letf2.c (__letf2): Likewise.
19930
19931         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19932         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19933         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19934         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19935         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19936         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19937         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19938         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19939         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19940         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19941         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19942         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19943         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19944         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19945         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19946         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19947         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19948         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19949         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19950         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19951         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19952         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19953         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19954         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19955         * soft-fp/floattidf.c (__floattidf): Likewise.
19956         * soft-fp/floattisf.c (__floattisf): Likewise.
19957         * soft-fp/floattitf.c (__floattitf): Likewise.
19958         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19959         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19960         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19961         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19962         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19963         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19964         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19965         * soft-fp/gesf2.c (__gesf2): Likewise.
19966         * soft-fp/getf2.c (__getf2): Likewise.
19967         * soft-fp/ledf2.c (__ledf2): Likewise.
19968         * soft-fp/lesf2.c (__lesf2): Likewise.
19969         * soft-fp/letf2.c (__letf2): Likewise.
19970
19971         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19972         Undefine and redefine.
19973         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19974         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19975         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19976         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19977         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19978         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19979         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19980         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19981         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19982         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19983         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19984         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19985         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19986         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19987         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19988
19989         [BZ #16032]
19990         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19991         without decrementing exponent if mantissa >= that for the
19992         denominator, not >.
19993         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19994         denominator, not >.  Decrement exponent in < case instead of
19995         incrementing in >= case.
19996         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19997         without decrementing exponent if mantissa >= that for the
19998         denominator, not >.
19999
20000         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20001         computing saturated result for unsigned overflow.
20002
20003 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20004             Jeff Law  <law@redhat.com>
20005
20006         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20007         (atan2Mp): Add systemtap probe marker.
20008         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20009         (__ieee754_log): Add systemtap probe marker.
20010         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20011         (atanMp): Add systemtap probe marker.
20012         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20013         (tanMp): Add systemtap probe marker.
20014         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20015         (__slowexp): Add systemtap probe marker.
20016         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20017         (__slowpow): Add systemtap probe marker.
20018         * manual/probes.texi: Document probes.
20019
20020 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20021
20022         [BZ #15362]
20023         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20024         written.
20025         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20026         written.
20027         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20028         written to buffer but not flushed.
20029         * libio/iofwrite_u.c:  Likewise.
20030         * libio/iopadn.c:  Return bytes returned even if EOF was
20031         encountered.
20032         * libio/iowpadn.c:  Likewise.
20033         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20034         if _IO_padn does not write the whole buffer.
20035         [!COMPILE_WPRINTF] (PAD): Likewise.
20036
20037 2013-10-10  David S. Miller  <davem@davemloft.net>
20038
20039         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20040         directory block.
20041
20042 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20043
20044         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20045         instead of FSF address.
20046         * soft-fp/fixdfti.c: Likewise.
20047         * soft-fp/fixsfti.c: Likewise.
20048         * soft-fp/fixtfti.c: Likewise.
20049         * soft-fp/fixunsdfti.c: Likewise.
20050         * soft-fp/fixunssfti.c: Likewise.
20051         * soft-fp/fixunstfti.c: Likewise.
20052         * soft-fp/floattidf.c: Likewise.
20053         * soft-fp/floattisf.c: Likewise.
20054         * soft-fp/floattitf.c: Likewise.
20055         * soft-fp/floatuntidf.c: Likewise.
20056         * soft-fp/floatuntisf.c: Likewise.
20057         * soft-fp/floatuntitf.c: Likewise.
20058         * soft-fp/trunctfxf2.c: Likewise.
20059
20060         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20061         * soft-fp/fixdfti.c: Likewise.
20062         * soft-fp/fixsfti.c: Likewise.
20063         * soft-fp/fixtfti.c: Likewise.
20064         * soft-fp/fixunsdfti.c: Likewise.
20065         * soft-fp/fixunssfti.c: Likewise.
20066         * soft-fp/fixunstfti.c: Likewise.
20067         * soft-fp/floattidf.c: Likewise.
20068         * soft-fp/floattisf.c: Likewise.
20069         * soft-fp/floattitf.c: Likewise.
20070         * soft-fp/floatuntidf.c: Likewise.
20071         * soft-fp/floatuntisf.c: Likewise.
20072         * soft-fp/floatuntitf.c: Likewise.
20073         * soft-fp/trunctfxf2.c: Likewise.
20074
20075 2013-10-10  David S. Miller  <davem@davemloft.net>
20076
20077         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20078
20079 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20080
20081         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20082         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20083         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20084         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20085         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20086         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20087         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20088
20089         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20090         for NaNs before doing comparisons on argument.
20091         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20092         Likewise.
20093
20094 2013-10-10  Will Newton  <will.newton@linaro.org>
20095
20096         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20097         passed to _int_memalign does not overflow.
20098
20099 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20100
20101         * scripts/bench.pl: Add include-sources directive.
20102         * benchtests/README: Update documentation.
20103
20104 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20105
20106         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20107         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20108         instead of FP_INIT_ROUNDMODE.
20109         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20110         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20111
20112         [BZ #16034]
20113         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20114         copy class of input value.
20115         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20116         not handle exceptions.
20117         * soft-fp/negsf2.c (__negsf2): Likewise.
20118         * soft-fp/negtf2.c (__negtf2): Likewise.
20119         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20120
20121 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20122
20123         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20124         semicolon.  From Linux kernel.
20125
20126 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20127
20128         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20129
20130 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20131
20132         [BZ #156]
20133         * manual/socket.texi: Added statement about buffer
20134         for gethostbyname2_r.
20135
20136 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20137
20138         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20139         Use .p2align directive instead, throughout.
20140         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20141         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20142         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20143         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20144         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20145         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20146         * sysdeps/x86_64/strchr.S: Likewise.
20147         * sysdeps/x86_64/strrchr.S: Likewise.
20148
20149 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20150
20151         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20152
20153         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20154
20155         * sysdeps/generic/math_private.h (__mpsin1): Remove
20156         declaration.
20157         (__mpcos1): Likewise.
20158         (__mpsin): New argument __range_reduce.
20159         (__mpcos): Likewise.
20160         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20161         (slow): Use __mpsin and __mpcos.
20162         (slow1): Likewise.
20163         (slow2): Likewise.
20164         (sloww): Likewise.
20165         (sloww1): Likewise.
20166         (sloww2): Likewise.
20167         (bsloww): Likewise.
20168         (bsloww1): Likewise.
20169         (bsloww2): Likewise.
20170         (cslow2): Likewise.
20171         (csloww): Likewise.
20172         (csloww1): Likewise.
20173         (csloww2): Likewise.
20174         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20175         range_reduce.  Merge in __mpsin1.
20176         (__mpcos): Likewise.
20177         (__mpsin1): Remove.
20178         (__mpcos1): Likewise.
20179
20180 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20181
20182         * locale/loadlocale.c (_nl_intern_locale_data): Use
20183         LOCFILE_ALIGNED_P.
20184         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20185         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20186         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20187         obstack data is appropriately aligned.
20188         (obstack_int32_grow_fast): Likewise.
20189         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20190         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20191         (add_locale_uint32_array): Likewise.
20192
20193 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20194
20195         * benchtests/Makefile: Remove ARGLIST and RET variables.
20196         ($(objpfx)bench-%.c): Pass only function name to the script.
20197         * benchtests/README: Update documentation.
20198         * benchtests/acos-inputs: Add new directives.
20199         * benchtests/acosh-inputs: Likewise.
20200         * benchtests/asin-inputs: Likewise.
20201         * benchtests/asinh-inputs: Likewise.
20202         * benchtests/atan-inputs: Likewise.
20203         * benchtests/atanh-inputs: Likewise.
20204         * benchtests/cos-inputs: Likewise.
20205         * benchtests/cosh-inputs: Likewise.
20206         * benchtests/exp-inputs: Likewise.
20207         * benchtests/log-inputs: Likewise.
20208         * benchtests/pow-inputs: Likewise.
20209         * benchtests/rint-inputs: Likewise.
20210         * benchtests/sin-inputs: Likewise.
20211         * benchtests/sinh-inputs: Likewise.
20212         * benchtests/tan-inputs: Likewise.
20213         * benchtests/tanh-inputs: Likewise.
20214         * scripts/bench.pl: Add support for new directives.
20215
20216 2013-10-07  Alan Modra  <amodra@gmail.com>
20217
20218         * README: Fix careless merge.
20219
20220 2013-10-05  Alan Modra  <amodra@gmail.com>
20221
20222         * NEWS: Mention powerpc64le support and bugs fixed.
20223         * README: Both big-endian and little-endian powerpc64 supported.
20224
20225 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20226
20227         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20228         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20229         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20230         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20231
20232 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20233
20234         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20235         match prototype.
20236
20237 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20238
20239         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20240         Move -mhard-float appending from
20241         ports/sysdeps/powerpc/powerpc32/Makefile.
20242         [$(with-fp) = yes] (ASFLAGS): Likewise.
20243         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20244         * sysdeps/powerpc/nofpu: Move directory from
20245         ports/sysdeps/powerpc/nofpu.
20246         * sysdeps/powerpc/soft-fp: Move directory from
20247         ports/sysdeps/powerpc/soft-fp.
20248         * sysdeps/powerpc/powerpc32/405: Move directory from
20249         ports/sysdeps/powerpc/powerpc32/405.
20250         * sysdeps/powerpc/powerpc32/440: Move directory from
20251         ports/sysdeps/powerpc/powerpc32/440.
20252         * sysdeps/powerpc/powerpc32/464: Move directory from
20253         ports/sysdeps/powerpc/powerpc32/464.
20254         * sysdeps/powerpc/powerpc32/476: Move directory from
20255         ports/sysdeps/powerpc/powerpc32/476.
20256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20257         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20259         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20261         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20263         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20265         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20266         * README: Update for powerpc-*-linux-gnu software floating point
20267         support in libc.
20268
20269         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20270         case to powerpc/powerpc32*.
20271         * sysdeps/unix/sysv/linux/configure: Regenerated.
20272
20273         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20274         (_FPU_MASK_OM): Define as 0x04.
20275         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20276         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20277         0x00c10080.
20278         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20279         0x0000003c.
20280         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20281
20282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20283         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20284         getcontext_e500.
20285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20286         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20287         setcontext_e500.
20288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20289         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20290         and setcontext_e500.
20291
20292 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20293
20294         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20295
20296 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20297
20298         * manual/threads.texi (Default Thread Attributes): Fix typo.
20299
20300 2013-10-04  Will Newton  <will.newton@linaro.org>
20301
20302         * malloc/Makefile: Add tst-memalign.
20303         * malloc/tst-memalign.c: New file.
20304
20305         * malloc/tst-posix_memalign.c: Add comments.
20306         (do_test): Add comments and call free on all potentially
20307         allocated pointers. Add space after cast.
20308
20309         * malloc/tst-pvalloc.c: Add comments.
20310         (do_test): Add comments and call free on all potentially
20311         allocated pointers. Remove duplicate check for NULL pointer.
20312         Add space after cast.
20313
20314         * malloc/tst-valloc.c: Add comments.
20315         (do_test): Add comments and call free on all potentially
20316         allocated pointers. Remove duplicate check for NULL pointer.
20317         Add space after cast.
20318
20319 2013-10-04  Alan Modra  <amodra@gmail.com>
20320
20321         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20322         Use stdint types in rather than __attribute__((mode())).
20323         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20324
20325 2013-10-04  Alan Modra  <amodra@gmail.com>
20326
20327         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20328         Correct handling of unaligned relocs for little-endian.
20329         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20330
20331 2013-10-04  Alan Modra  <amodra@gmail.com>
20332
20333         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20334         * configure: Regenerate.
20335         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20336         * shlib-versions: Likewise.
20337
20338 2013-10-04  Alan Modra  <amodra@gmail.com>
20339
20340         * string/tester.c (test_memrchr): Increment reported test cycle.
20341
20342 2013-10-04  Alan Modra  <amodra@gmail.com>
20343
20344         * string/test-memcpy.c (do_one_test): When reporting errors, print
20345         string address and don't overrun end of string.
20346
20347 2013-10-04  Alan Modra  <amodra@gmail.com>
20348
20349         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20350         insrdi.  Make better use of reg selection to speed exit slightly.
20351         Schedule entry path a little better.  Remove useless "are we done"
20352         checks on entry to main loop.  Handle wrapping around zero address.
20353         Correct main loop count.  Handle single left-over word from main
20354         loop inline rather than by using loop_small.  Remove extra word
20355         case in loop_small caused by wrong loop count.  Add little-endian
20356         support.
20357         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20358         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20359         cache hint.
20360         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20361         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20362         support.  Avoid rlwimi.
20363         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20364
20365 2013-10-04  Alan Modra  <amodra@gmail.com>
20366
20367         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20368         insrdi.  Formatting.
20369         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20370         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20371         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20372         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20373         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20374         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20375
20376 2013-10-04  Alan Modra  <amodra@gmail.com>
20377
20378         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20379         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20380         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20381         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20382         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20383         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20384         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20385         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20386         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20387         use of regs.  Use power7 mtocrf.  Tidy function tails.
20388
20389 2013-10-04  Alan Modra  <amodra@gmail.com>
20390
20391         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20392         Formatting.  Consistently use rXXX register defines or rN defines.
20393         Use early exit labels that avoid restoring unused non-volatile regs.
20394         Make cr field use more consistent with rWORDn compares.  Rename
20395         regs used as shift registers for unaligned loop, using rN defines
20396         for short lifetime/multiple use regs.
20397         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20398         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20399         addi 1,1,64 to pop stack frame.  Simplify return value code.
20400         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20401
20402 2013-10-04  Alan Modra  <amodra@gmail.com>
20403
20404         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20405         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20406         rather than rlwimi.
20407         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20408         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20409         little-endian support.  Correct typos.
20410         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20411         rather than rlwimi.
20412         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20413         in loop and entry code to keep "and." results.
20414         (strchr): Add little-endian support.  Comment.  Move cntlzd
20415         earlier in tail.
20416         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20417
20418 2013-10-04  Alan Modra  <amodra@gmail.com>
20419
20420         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20421         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20422         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20423         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20424
20425 2013-10-04  Alan Modra  <amodra@gmail.com>
20426
20427         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20428         (rTMP): Define as r11.
20429         (strcmp): Add little-endian support.  Optimise tail.
20430         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20431         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20432         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20433         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20434         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20435         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20436         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20437
20438 2013-10-04  Alan Modra  <amodra@gmail.com>
20439
20440         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20441         little-endian support.  Remove unnecessary "are we done" tests.
20442         Handle "s" wrapping around zero and extremely large "size".
20443         Correct main loop count.  Handle single left-over word from main
20444         loop inline rather than by using small_loop.  Correct comments.
20445         Delete "zero" tail, use "end_max" instead.
20446         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20447
20448 2013-10-04  Alan Modra  <amodra@gmail.com>
20449
20450         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20451         support.  Don't branch over align.
20452         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20453         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20454         support.  Rearrange tmp reg use to suit.  Comment.
20455         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20456
20457 2013-10-04  Alan Modra  <amodra@gmail.com>
20458
20459         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20460
20461 2013-10-04  Alan Modra  <amodra@gmail.com>
20462
20463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20464         conditional form of branch and link when obtaining pc.
20465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20466
20467 2013-10-04  Alan Modra  <amodra@gmail.com>
20468
20469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20470         HIWORD/LOWORD.
20471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20473
20474 2013-10-04  Alan Modra  <amodra@gmail.com>
20475
20476         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20477         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20478         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20479         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20480         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20481         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20482         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20483         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20484         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20485         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20486
20487 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20488             Alistair Popple <alistair@ozlabs.au.ibm.com>
20489             Alan Modra <amodra@gmail.com>
20490
20491         [BZ #15723]
20492         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20493         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20494         _dl_hwcap access for little-endian.
20495         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20496         destroy vmx regs when saving unaligned.
20497         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20498         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20499         destroy vmx regs when saving unaligned.
20500
20501 2013-10-04  Alan Modra  <amodra@gmail.com>
20502
20503         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20504         Don't use a union to pack hi/low value.
20505
20506 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20507
20508         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20509         for little-endian.
20510         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20511         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20512         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20513         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20514         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20515
20516 2013-10-04  Alan Modra  <amodra@gmail.com>
20517
20518         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20519         constants to usual value for .cst8 section, and remove redundant
20520         high address load.
20521         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20522         constant for 0x1p52.  Load little-endian words of double from
20523         correct stack offsets.
20524
20525 2013-10-04  Alan Modra  <amodra@gmail.com>
20526
20527         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20528         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20529         words of double from correct stack offsets.
20530         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20531         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20532         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20533         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20534         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20535         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20536         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20537         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20538         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20539         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20540         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20541         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20542         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20543         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20544         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20545         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20546         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20547
20548 2013-10-04  Alan Modra  <amodra@gmail.com>
20549
20550         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20551         64-bit int/double union.
20552         (_FPU_SETCW): Likewise.
20553         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20554         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20555
20556 2013-10-04  Alan Modra  <amodra@gmail.com>
20557
20558         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20559         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20560
20561 2013-10-04  Alan Modra  <amodra@gmail.com>
20562
20563         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20564         use vector int constants.
20565         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20566
20567 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20568
20569         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20570         array with long long.
20571         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20572         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20573         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20574         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20575         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20576         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20577         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20578         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20579         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20580         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20581         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20582         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20583         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20584
20585 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20586
20587         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20588         (__signbit): Likewise.  Correct for little-endian.
20589         (__signbitl): Call __signbit.
20590         (lrint): Correct for little-endian.
20591         (lrintf): Call lrint.
20592
20593 2013-10-04  Alan Modra  <amodra@gmail.com>
20594
20595         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20596         union 32-bit int array member with 64-bit int array.
20597         (t515, tm256): Double rather than long double.
20598         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20599
20600 2013-10-04  Alan Modra  <amodra@gmail.com>
20601
20602         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20603         Delete.
20604         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20605         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20606         version of math_ldbl.h.
20607
20608 2013-10-04  Alan Modra  <amodra@gmail.com>
20609
20610         [BZ #15734], [BZ #15735]
20611         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20612         all uses of ieee875 long double macros and unions.  Simplify test
20613         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20614         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20615         normalize after ldbl_extract_mantissa, and don't add hidden bit
20616         already handled.  Don't treat low word of ieee854 mantissa like
20617         low word of IBM long double and mask off bit when testing for
20618         zero.
20619         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20620         all uses of ieee875 long double macros and unions.  Simplify tests
20621         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20622         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20623         two1022, instead use their values.  Recognise that tests for large
20624         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20625         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20626         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20627         test for 0.0L and nan.  Correct negation.
20628         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20629         ieee875 long double macros and unions.  Correct output for large
20630         magnitude x.  Correct absolute value calculation.
20631         (__erfcl): Likewise.
20632         * math/libm-test.inc: Add tests for errors discovered in IBM long
20633         double versions of fmodl, remainderl, erfl and erfcl.
20634
20635 2013-10-04  Alan Modra  <amodra@gmail.com>
20636
20637         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20638         all uses of ieee854 long double macros and unions.  Simplify tests
20639         for long doubles that are fully specified by the high double.
20640         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20641         Likewise.
20642         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20643         Remove dead code too.
20644         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20645         (__ieee754_ynl): Likewise.
20646         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20647         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20648         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20649         Remove dead code too.
20650         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20651         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20652         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20653         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20654         Simplify.
20655         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20656         Simplify.
20657         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20658         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20659         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20660         Comment on variable precision.
20661         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20662         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20663         Likewise.
20664         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20665         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20666         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20667         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20668         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20669
20670 2013-10-04  Alan Modra  <amodra@gmail.com>
20671
20672         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20673         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20674         all uses of ieee854 long double macros and unions.
20675         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20676         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20677         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20678         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20679         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20680         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20681         Likewise.
20682         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20683         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20684         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20685         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20686         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20687         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20688         Simplify sign and nan test too.
20689         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20690         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20691         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20692         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20693         Likewise.
20694         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20695         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20696         Likewise.
20697         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20698         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20699         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20700         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20701         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20702         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20703
20704 2013-10-04  Alan Modra  <amodra@gmail.com>
20705
20706         * stdio-common/printf_size.c (__printf_size): Don't use
20707         union ieee854_long_double in fpnum union.
20708         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20709         signbit macro to retrieve sign from long double.
20710         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20711         retrieve sign from long double.
20712         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20713         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20714         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20715         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20716         * math/test-misc.c (main): Don't use union ieee854_long_double.
20717
20718 2013-10-04  Alan Modra  <amodra@gmail.com>
20719
20720         [BZ #15680]
20721         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20722         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20723         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20724         calculation.  Remove unnecessary test for denormal exponent.
20725         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20726         Correct handling of denormals.  Avoid undefined shift behaviour.
20727         Correct normalisation of low mantissa when low double is denormal.
20728         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20729         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20730         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20731         Correct normalisation of low mantissa.  Test for overflow of high
20732         mantissa and normalise.
20733         (ldbl_nearbyint): Use more readable constant for two52.
20734         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20735         (__mpn_construct_long_double): Fix test for overflow of high
20736         mantissa and correct normalisation.  Avoid undefined shift.
20737
20738 2013-10-04  Alan Modra  <amodra@gmail.com>
20739
20740         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20741         (union ibm_extended_long_double): Define as an array of ieee754_double.
20742         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20743         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20744         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20745         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20746         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20747         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20748         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20749         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20750         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20751         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20752         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20753
20754 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20755
20756         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20757         page size instead of calling getpagesize.
20758
20759         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20760         (LOCFILE_ALIGN_MASK): Likewise.
20761         (LOCFILE_ALIGN_UP): Likewise.
20762         (LOCFILE_ALIGNED_P): Likewise.
20763         * locale/programs/ld-collate.c (collate_output): Use the new
20764         macros instead of __alignof__ (int32_t).
20765         * locale/weight.h (findidx): Likewise.
20766
20767 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20768
20769         [BZ #431]
20770         * manual/string.texi: Fix strncat and wcsncat.
20771
20772 2013-10-03  Brooks Moses  <bmoses@google.com>
20773
20774         [BZ #15915]
20775         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20776         * Makerules: ...here, and adjust associated comments.
20777
20778 2013-10-02  Will Newton  <will.newton@linaro.org>
20779
20780         * malloc/Makefile: Add tst-pvalloc.
20781         * malloc/tst-pvalloc.c: New file.
20782
20783 2013-10-02  Will Newton  <will.newton@linaro.org>
20784
20785         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20786         improve test coverage.
20787
20788 2013-10-02  Will Newton  <will.newton@linaro.org>
20789
20790         * malloc/Makefile: Add tst-posix_memalign.
20791         * malloc/tst-posix_memalign.c: New file.
20792
20793 2013-10-01  Eric Blake  <eblake@redhat.com>
20794
20795         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20796         Use __THROWNL rather than __THROW on static functions.
20797
20798 2013-09-30  Petr Machata  <pmachata@redhat.com>
20799
20800         * elf/elf.h (R_AARCH64_ABS16): New macro.
20801         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20802         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20803         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20804         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20805         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20806         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20807         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20808         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20809         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20810         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20811         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20812         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20813         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20814         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20815         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20816         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20817         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20818         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20819         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20820         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20821         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20822         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20823         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20824         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20825         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20826         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20827         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20828         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20829         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20830         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20831         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20832         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20833         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20834         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20835         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20836         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20837         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20838         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20839         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20840         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20841         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20842         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20843         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20844         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20845         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20846         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20847         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20848         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20849         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20850         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20851         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20852         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20853         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20854         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20855         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20856         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20857         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20858         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20859         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20860         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20861         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20862         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20863         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20864         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20865         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20866         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20867         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20868         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20869         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20870         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20871         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20872         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20873         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20874         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20875         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20876         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20877         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20878         (R_AARCH64_TLSDESC_LDR): Likewise.
20879         (R_AARCH64_TLSDESC_ADD): Likewise.
20880         (R_AARCH64_TLSDESC_CALL): Likewise.
20881
20882 2013-09-30  Andreas Schwab  <schwab@suse.de>
20883
20884         [BZ #15048]
20885         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20886         the nss database lookup.
20887         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20888         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20889
20890 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20891
20892         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20893
20894 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20895
20896         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20897         ${Bash-specific parameter/pattern/string} parameter expansion.
20898         * sysdeps/unix/make-syscalls.sh: Likewise.
20899
20900 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20901
20902         * sysdeps/sh/stackguard-macros.h: New file.
20903
20904 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20905
20906         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20907         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20908         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20909         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20910         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20911         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20912
20913 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20914
20915         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20916         Fix thread ID register.
20917
20918 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20919
20920         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20921         [POSIX || UNIX98]: Require rather than permitting all symbols from
20922         <time.h>.
20923         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20924         element of struct sched_param.
20925         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20926         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20927         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20928         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20929         constant.
20930
20931 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20932
20933         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20934         argument calculation.
20935
20936 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20937
20938         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20939         Expect macro.
20940         [POSIX] (pthread_attr_t): Do not require type.
20941         [POSIX] (pthread_cond_t): Likewise.
20942         [POSIX] (pthread_condattr_t): Likewise.
20943         [POSIX] (pthread_key_t): Likewise.
20944         [POSIX] (pthread_mutex_t): Likewise.
20945         [POSIX] (pthread_mutexattr_t): Likewise.
20946         [POSIX] (pthread_once_t): Likewise.
20947         [POSIX] (pthread_t): Likewise.
20948         [POSIX-based standards] (pthread_atfork): Expect function.
20949
20950 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20951             Richard Sandiford  <richard@codesourcery.com>
20952
20953         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20954         (swap_endianness_p): New extern variable.
20955         (set_big_endian): New inline function.
20956         (maybe_swap_uint32): Likewise.
20957         (maybe_swap_uint32_array): Likewise.
20958         (maybe_swap_uint32_obstack): Likewise.
20959         * locale/programs/locfile.c: Include <stdbool.h>.
20960         (swap_endianness_p): New variable.
20961         (add_locale_uint32): Call maybe_swap_uint32.
20962         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20963         (write_locale_data): Call maybe_swap_uint32_array.
20964         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20965         maybe_swap_uint32.
20966         (obstack_int32_grow_fast): Likewise.
20967         (output_weightwc): Call maybe_swap_uint32_obstack.
20968         (collate_output): Likewise.
20969         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20970         (OPT_LITTLE_ENDIAN): Likewise.
20971         (options): Add --little-endian and --big-endian options.
20972         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20973         * locale/programs/locarchive.c: Include "locfile.h".
20974         (GET): New macro.
20975         (SET): Likewise.
20976         (INC): Likewise.
20977         (create_archive): Use the new macros to access fields of
20978         structures directly mapped from or written to locale archives.
20979         (oldlocrecentcmp): Likewise.
20980         (enlarge_archive): Likewise.
20981         (insert_name): Likewise.
20982         (add_alias): Likewise.
20983         (add_locale): Likewise.
20984         (delete_locales_from_archive): Likewise.
20985         (show_archive_content): Likewise.
20986         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20987         locale data.
20988
20989 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20990
20991         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20992         http://www.gnu.org/doc/freemanuals.texi.
20993         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20994
20995 2013-09-24  Will Newton  <will.newton@linaro.org>
20996
20997         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20998         macro.
20999
21000 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21001
21002         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21003         unsigned char.
21004
21005 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21006
21007         * manual/threads.texi (POSIX Threads): Fix a typo.
21008
21009 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21010
21011         [BZ #14547]
21012         * string/tst-strcoll-overflow.c: New test case.
21013         * string/Makefile (xtests): Add tst-strcoll-overflow.
21014         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21015         cache if string sizes may cause integer overflow.
21016
21017         [BZ #14547]
21018         * string/strcoll_l.c (coll_seq): New members rule, idx,
21019         save_idx and back_us.
21020         (get_next_seq_nocache): New function.
21021         (do_compare_nocache): New function.
21022         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21023         when malloc fails.
21024
21025 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21026
21027         [BZ #15754]
21028         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21029         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21030         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21031
21032         [BZ #15754]
21033         * elf/Makefile (tests): Add tst-ptrguard1.
21034         (tests-static): Add tst-ptrguard1-static.
21035         (tst-ptrguard1-ARGS): Define.
21036         (tst-ptrguard1-static-ARGS): Define.
21037         * elf/tst-ptrguard1.c: New file.
21038         * elf/tst-ptrguard1-static.c: New file.
21039         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21040         * sysdeps/i386/stackguard-macros.h: Likewise.
21041         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21042         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21043         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21044         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21045         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21046         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21047
21048 2013-09-23  Hector Marco  <hecmargi@upv.es>
21049             Ismael Ripoll  <iripoll@disca.upv.es>
21050             Carlos O'Donell  <carlos@redhat.com>
21051
21052         [BZ #15754]
21053         * sysdeps/generic/stackguard-macros.h: Define
21054         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21055         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21056         Define __pointer_chk_guard_local.
21057         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21058         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21059
21060 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21061
21062         [BZ #15859]
21063         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21064
21065 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21066
21067         * include/string.h (__ffs): Declare as hidden.
21068         * string/ffs.c (__ffs): Define as hidden.
21069         * sysdeps/i386/ffs.c (__ffs): Likewise.
21070         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21071         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21072         * sysdeps/s390/ffs.c (__ffs): Likewise.
21073         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21074
21075 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21076
21077         * NEWS: Mention malloc probes.
21078
21079         * malloc/arena.c (new_heap): New memory_heap_new probe.
21080         (grow_heap): New memory_heap_more probe.
21081         (shrink_heap): New memory_heap_less probe.
21082         (heap_trim): New memory_heap_free probe.
21083         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21084         (systrim): New memory_sbrk_less probe.
21085         * manual/probes.texi: Document them.
21086
21087         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21088         * manual/probes.texi: Document it.
21089
21090         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21091         (__libc_realloc): Add memory_realloc_retry probe.
21092         (__libc_memalign): Add memory_memalign_retry probe.
21093         (__libc_valloc): Add memory_valloc_retry probe.
21094         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21095         (__libc_calloc): Add memory_calloc_retry probe.
21096         * manual/probes.texi: Document them.
21097
21098         * malloc/arena.c (get_free_list): Add probe
21099         memory_arena_reuse_free_list.
21100         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21101         and memory_arena_reuse.
21102         (arena_get2) [!PER_THREAD]: Likewise.
21103         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21104         memory_arena_reuse_realloc.
21105         * manual/probes.texi: Document them.
21106
21107         * malloc/malloc.c (__libc_free): Add
21108         memory_mallopt_free_dyn_thresholds probe.
21109         (__libc_mallopt): Add multiple memory_mallopt probes.
21110         * manual/probes.texi: Document them.
21111
21112         * malloc/malloc.c: Include stap-probe.h.
21113         (__libc_mallopt): Add memory_mallopt probe.
21114         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21115         * manual/probes.texi: New.
21116         * manual/Makefile (chapters): Add probes.
21117         * manual/threads.texi: Set next node.
21118
21119 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21120
21121         [BZ #15963, #13985]
21122         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21123         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21124         Add `Chinese' to `nan' entry name.
21125
21126 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21127
21128         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21129         (POLYNOMIAL): Likewise.
21130         (TAYLOR_SINCOS): Likewise.
21131         (TAYLOR_SLOW): Likewise.
21132         (__sin): Use TAYLOR_SINCOS.
21133         (__cos): Likewise.
21134         (slow): Use TAYLOR_SLOW.
21135         (sloww): Likewise.
21136         (bsloww): Likewise.
21137         (csloww): Likewise.
21138
21139 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21140
21141         * stdlib/strtod_l.c: Fix buffer overrun.
21142
21143 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21144
21145         * benchtests/Makefile (bench): Add sincos.
21146         * benchtests/bench-sincos.c: New file.
21147
21148         * math/libm-test.inc (cos_test_data): New test inputs.
21149         (sin_test_data): Likewise.
21150
21151         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21152         macro.
21153         (__sin): Use it.
21154         (__cos): Likewise.
21155         (slow1): Likewise.
21156         (slow2): Likewise.
21157         (sloww1): Likewise.
21158         (sloww2): Likewise.
21159         (bsloww1): Likewise.
21160         (bsloww2): Likewise.
21161         (cslow2): Likewise.
21162         (csloww1): Likewise.
21163         (csloww2): Likewise.
21164
21165         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21166         function.
21167         (__sin): Use it.
21168         (__cos): Likewise.
21169
21170         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21171         gotos.
21172         (__cos): Likewise.
21173
21174 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21175
21176         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21177         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21178         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21179         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21180         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21181         * elf/cache.c (print_entry): Handle the new cache flags.
21182
21183 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21184             Aldy Hernandez  <aldyh@redhat.com>
21185
21186         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21187         Change condition to [_SOFT_FLOAT].
21188         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21189         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21190         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21191         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21192         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21193         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21194         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21195         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21196         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21197         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21198         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21199         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21200         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21201         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21202         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21203         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21204         declaration.
21205
21206 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21207
21208         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21209         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21210         (__longjmp): Use LOAD_GP to load saved GPRs.
21211         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21212         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21213         (__sigsetjmp): Use SAVE_GP to save GPRs.
21214
21215         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21216         Do not append -msoft-float.
21217         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21218
21219 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21220
21221         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21222
21223 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21224
21225         [BZ #15966]
21226         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21227         (_FPU_GETCW): Use initial "__" on variable and field names but not
21228         on macro parameter name.
21229         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21230         parentheses around reference to macro parameter.
21231
21232 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21233
21234         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21235         prototype.
21236         (ctype_startup): Use uint32_t in cast and sizeof for
21237         ctype->charnames.
21238
21239 2013-09-11  Jia Liu  <proljc@gmail.com>
21240
21241         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21242         __daddr_t_defined.
21243         [__FreeBSD__]: Likewise.
21244
21245 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21246
21247         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21248         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21249         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21250         (strchr): Remove __strchr_sse42 ifunc selection.
21251         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21252         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21253
21254 2013-09-11  Will Newton  <will.newton@linaro.org>
21255
21256         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21257         parameter to RES. Remove hardcoded 1000 value.
21258         * benchtests/bench-skeleton.c (main): Pass RES parameter
21259         to TIMING_INIT and multiply result by 1000.
21260
21261 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21262
21263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21264
21265 2013-09-11  Andreas Schwab  <schwab@suse.de>
21266
21267         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21268         if not defined.
21269         (O_TMPFILE) [__USE_GNU]: Define.
21270         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21271         Define.
21272
21273 2013-09-11  Will Newton  <will.newton@linaro.org>
21274
21275         [BZ #15857]
21276         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21277         does not overflow.
21278
21279 2013-09-11  Will Newton  <will.newton@linaro.org>
21280
21281         [BZ #15856]
21282         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21283         does not overflow.
21284
21285 2013-09-11  Will Newton  <will.newton@linaro.org>
21286
21287         [BZ #15855]
21288         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21289         does not overflow.
21290
21291 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21292
21293         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21294         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21295         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21296         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21297         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21298
21299 2013-09-10  Allan McRae  <allan@archlinux.org>
21300
21301         [BZ #15748]
21302         * manual/arith.texi (Parsing of Floats): Clarify
21303         cross-reference.
21304
21305         [BZ #15849]
21306         * manual/install.texi (Running make install): Mention
21307         --enable-pt-chown.
21308         * INSTALL: Regenerated.
21309
21310 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21311
21312         * csu/init-first.c (_init): Remove the !SHARED condition around
21313         FPU control word initialization.
21314         * elf/dl-support.c (_dl_fpu_control): New variable.
21315         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21316         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21317         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21318         * math/test-fpucw-static.c: New file.
21319         * math/test-fpucw-ieee.c: New file.
21320         * math/test-fpucw-ieee-static.c: New file.
21321         * math/Makefile (tests): Add `test-fpucw-ieee' and
21322         `$(tests-static)'.
21323         (tests-static): New variable.
21324         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21325         dependency to...
21326         [($(build-shared),yes)]
21327         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21328         ... this.
21329         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21330         New dependency.
21331
21332 2013-09-09  Allan McRae  <allan@archlinux.org>
21333
21334         [BZ #15939]
21335         * manual/string.texi (Collation Functions): Fix typo in
21336         strcoll example.
21337         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21338
21339         [BZ #15893]
21340         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21341
21342         [BZ #15892]
21343         * libio/memstream.c (open_memstream): Fix memory leak.
21344         * libio/wmemstream.c (open_wmemstream): Likewise.
21345
21346         [BZ #15895]
21347         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21348
21349 2013-09-09  Will Newton  <will.newton@linaro.org>
21350
21351         * malloc/Makefile: Add tst-realloc to tests.
21352         * malloc/tst-realloc.c: New file.
21353
21354 2013-09-09  Allan McRae  <allan@archlinux.org>
21355
21356         [BZ #15844]
21357         * COPYING: Update from GNU website to fix FSF address.
21358         * COPYING.LIB: Likewise.
21359
21360 2013-09-06  David S. Miller  <davem@davemloft.net>
21361
21362         * po/zh_TW.po: Update Chinese (traditional) translation from
21363         translation project.
21364
21365 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21366             Joseph Myers  <joseph@codesourcery.com>
21367
21368         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21369         "localeinfo.h".
21370         (obstack_chunk_alloc): New macro.
21371         (obstack_chunk_free): Likewise.
21372         (record_offset): New function.
21373         (init_locale_data): Likewise.
21374         (align_locale_data): Likewise.
21375         (add_locale_empty): Likewise.
21376         (add_locale_raw_data): Likewise.
21377         (add_locale_raw_obstack): Likewise.
21378         (add_locale_string): Likewise.
21379         (add_locale_wstring): Likewise.
21380         (add_locale_uint32): Likewise.
21381         (add_locale_uint32_array): Likewise.
21382         (add_locale_char): Likewise.
21383         (start_locale_structure): Likewise.
21384         (end_locale_structure): Likewise.
21385         (start_locale_prelude): Likewise.
21386         (end_locale_prelude): Likewise.
21387         (write_locale_data): Take locale_file structure rather than an
21388         iovec.
21389         * locale/programs/locfile.h: Include "obstack.h".
21390         (struct locale_file): Change to store locale file contents instead
21391         of header.
21392         (init_locale_data): New prototype.
21393         (align_locale_data): Likewise.
21394         (add_locale_empty): Likewise.
21395         (add_locale_raw_data): Likewise.
21396         (add_locale_raw_obstack): Likewise.
21397         (add_locale_string): Likewise.
21398         (add_locale_wstring): Likewise.
21399         (add_locale_uint32): Likewise.
21400         (add_locale_uint32_array): Likewise.
21401         (add_locale_char): Likewise.
21402         (start_locale_structure): Likewise.
21403         (end_locale_structure): Likewise.
21404         (start_locale_prelude): Likewise.
21405         (end_locale_prelude): Likewise.
21406         (write_locale_data): Update prototype.
21407         * locale/programs/3level.h (struct TABLE): Remove result field.
21408         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21409         Use new locale_file interface.
21410         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21411         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21412         * locale/programs/ld-address.c (address_output): Use new
21413         locale_file interface.
21414         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21415         NO_ADD_LOCALE.
21416         (collate_finish): Don't call collseq_table_finalize.
21417         (collate_output): Use new locale_file interface.
21418         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21419         in file.
21420         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21421         (TABLE): Move defines earlier in file.
21422         (ELEMENT): Likewise.
21423         (DEFAULT): Likewise.
21424         (wctrans_table_add): Move macro and inline function earlier in
21425         file.
21426         (struct wctype_table): Move type earlier in file.
21427         (add_locale_wctype_table): New static prototype.
21428         (struct locale_ctype_t): Use logical types instead of struct iovec
21429         pointers for members.
21430         (ctype_output): Use new locale_file interface.
21431         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21432         new locale_file interface.
21433         (allocate_arrays): Update for use of new locale_file interface.
21434         * locale/programs/ld-identification.c (identification_output): Use
21435         new locale_file interface.
21436         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21437         * locale/programs/ld-messages.c (messages_output): Likewise.
21438         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21439         * locale/programs/ld-name.c (name_output): Likewise.
21440         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21441         * locale/programs/ld-paper.c (paper_output): Likewise.
21442         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21443         * locale/programs/ld-time.c (time_output): Likewise.
21444
21445 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21446
21447         * benchtests/Makefile: Add memrchr benchmark.
21448         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21449         benchmark as memrchr.
21450         * benchtests/bench-memrchr-ifunc.c: New file.
21451         * benchtests/bench-memrchr.c: New file.
21452
21453 2013-09-06   Will Newton  <will.newton@linaro.org>
21454
21455         * benchtests/Makefile (string-bench): Add memcpy.
21456
21457 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21458             Cong Wang  <amwang@redhat.com>
21459
21460         [BZ #15850]
21461         * sysdeps/unix/sysv/linux/bits/in.h
21462         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21463         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21464         before __USE_KERNEL_IPV6_DEFS uses.
21465         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21466         IPPROTO_BEETPH.
21467         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21468         sockaddr_in6, or ipv6_mreq.
21469
21470 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21471
21472         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21473         memory access for final bytes in some large inputs.
21474         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21475
21476 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21477
21478         * string/test-memrchr.c: New file.
21479         * string/test-memrchr-ifunc.c: New file.
21480         * string/Makefile: Add new memrchr testcase.
21481
21482 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21483
21484         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21485         fanotify_init returns EPERM.
21486
21487 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21488
21489         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21490         errors.
21491         (top level): Treat second token from macro or constant entries for
21492         allowed headers as allowed.
21493         * include/complex.h: Condition internal declarations on
21494         [!_ISOMAC].
21495         * include/fenv.h: Condition include of <stdbool.h> and internal
21496         declarations on [!_ISOMAC].
21497
21498 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21499
21500         [BZ #15923]
21501         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21502
21503 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21504
21505         * configure.in (--enable-versioning): Remove configure option.
21506         (libc_cv_asm_symver_directive): Remove configure test.
21507         (libc_cv_ld_version_script_option): Likewise.
21508         (VERSIONING): Remove variable and AC_SUBST.
21509         (DO_VERSIONING): Remove AC_DEFINE.
21510         * configure: Regenerated.
21511         * config.h.in (DO_VERSIONING): Remove macro.
21512         * Makerules [$(versioning) = yes]: Change conditionals to
21513         [$(build-shared) = yes].
21514         * config.make.in (versioning): Remove variable.
21515         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21516         [$(build-shared) = yes].
21517         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21518         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21519         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21520         [$(build-shared) = yes].
21521         * extra-lib.mk [$(versioning) = yes]: Likewise.
21522         * hurd/Makefile [$(versioning) = yes]: Likewise.
21523         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21524         [SHARED].
21525         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21526         [SHARED].
21527         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21528         [SHARED && !NO_HIDDEN].
21529         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21530         [SHARED].
21531         [SHARED && DO_VERSIONING]: Likewise..
21532         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21533         [$(build-shared) = yes].
21534         * manual/install.texi (--disable-versioning): Remove
21535         documentation.
21536         * INSTALL: Regenerated.
21537         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21538         to [SHARED].
21539         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21540         [$(build-shared) = yes].
21541         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21542         * sysdeps/i386/i686/multiarch/strstr-c.c
21543         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21544         [SHARED && !NO_HIDDEN].
21545         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21546         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21547         * sysdeps/powerpc/powerpc32/dl-machine.c
21548         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21549         * sysdeps/powerpc/powerpc32/sysdep.h
21550         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21551         to [SHARED && PIC && !NO_HIDDEN].
21552         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21553         conditional to [SHARED].
21554
21555 2013-09-04   Will Newton  <will.newton@linaro.org>
21556
21557         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21558         * benchtests/bench-string.h: Include bench-timing.h instead
21559         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21560         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21561         call to HP_TIMING_DIFF_INIT.
21562         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21563         instead of hp-timing.h macros.
21564         * benchtests/bench-memchr.c: Likewise.
21565         * benchtests/bench-memcmp.c: Likewise.
21566         * benchtests/bench-memcpy.c: Likewise.
21567         * benchtests/bench-memmem.c: Likewise.
21568         * benchtests/bench-memmove.c: Likewise.
21569         * benchtests/bench-memset.c: Likewise.
21570         * benchtests/bench-rawmemchr.c: Likewise.
21571         * benchtests/bench-strcasecmp.c: Likewise.
21572         * benchtests/bench-strcasestr.c: Likewise.
21573         * benchtests/bench-strcat.c: Likewise.
21574         * benchtests/bench-strchr.c: Likewise.
21575         * benchtests/bench-strcmp.c: Likewise.
21576         * benchtests/bench-strcpy.c: Likewise.
21577         * benchtests/bench-strcpy_chk.c: Likewise.
21578         * benchtests/bench-strlen.c: Likewise.
21579         * benchtests/bench-strncasecmp.c: Likewise.
21580         * benchtests/bench-strncat.c: Likewise.
21581         * benchtests/bench-strncmp.c: Likewise.
21582         * benchtests/bench-strncpy.c: Likewise.
21583         * benchtests/bench-strnlen.c: Likewise.
21584         * benchtests/bench-strpbrk.c: Likewise.
21585         * benchtests/bench-strrchr.c: Likewise.
21586         * benchtests/bench-strspn.c: Likewise.
21587         * benchtests/bench-strstr.c: Likewise.
21588
21589 2013-09-04  Will Newton  <will.newton@linaro.org>
21590
21591         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21592
21593 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21594
21595         [BZ #15427]
21596         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21597         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21598         * math/libm-test.inc (lgamma_test_data): Add more tests.
21599         * sysdeps/i386/fpu/libm-test-ulps: Update.
21600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21601
21602 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21603
21604         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21605         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21606         Add ifunc.
21607         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21608         Add strcmp-sse2-unaligned
21609         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21610
21611 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21612
21613         * Versions.def (libc): Add GLIBC_2.19.
21614
21615 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21616
21617         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21618         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21619
21620 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21621
21622         [BZ #14155]
21623         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21624         intermediate calculations in recurrence.
21625         (__ieee754_ynf): Likewise.
21626         * math/libm-test.inc (jn_test_data): Do not allow spurious
21627         underflow exception.  Add more tests.
21628         (yn_test_data): Add more tests.
21629         * sysdeps/i386/fpu/libm-test-ulps: Update.
21630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21631
21632 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21633
21634         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21635
21636 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21637
21638         * csu/init-first.c: Fix then/than typos.
21639         * locale/programs/ld-collate.c: Likewise.
21640         * locale/programs/linereader.h: Likewise.
21641         * manual/charset.texi: Likewise.
21642         * manual/filesys.texi: Likewise.
21643         * manual/stdio.texi: Likewise.
21644         * manual/string.texi: Likewise.
21645         * stdlib/fmtmsg.c: Likewise.
21646         * sysdeps/i386/stpncpy.S: Likewise.
21647         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21648         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21649         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21650         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21651
21652 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21653
21654         * elf/dl-open.c: Fix typos.
21655         * iconvdata/gbbig5.c: Likewise.
21656         * iconvdata/iso-2022-jp.c: Likewise.
21657         * iconv/gconv_int.h: Likewise.
21658         * iconv/loop.c: Likewise.
21659         * nis/rpcsvc/nis.h: Likewise.
21660         * resolv/ns_name.c: Likewise.
21661         * stdio-common/vfscanf.c: Likewise.
21662         * streams/stropts.h: Likewise.
21663         * sunrpc/rpc_thread.c: Likewise.
21664         * sysdeps/i386/strpbrk.S: Likewise.
21665         * sysdeps/ieee754/k_standard.c: Likewise.
21666         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21667         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21668         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21669         * sysdeps/mach/hurd/profil.c: Likewise.
21670         * sysdeps/s390/dl-procinfo.h: Likewise.
21671         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21672         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21673         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21674         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21675         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21676
21677 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21678
21679         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21680         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21681
21682 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21683
21684         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21685         aix specific files.
21686         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21687         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21688         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21689         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21690         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21691         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21692         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21693         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21694
21695 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21696             Roland McGrath  <roland@hack.frob.com>
21697
21698         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21699         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21700
21701 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21702
21703         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21704         __executable_start symbol instead of _start.
21705
21706 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21707
21708         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21709         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21710         Move macros to...
21711         * sysdeps/gnu/ldsodefs.h: ... this new file.
21712
21713         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21714         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21715         instead of ELFOSABI_LINUX.
21716
21717         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21718         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21719         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21720         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21721         Likewise.
21722         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21723         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21724         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21725         Likewise.
21726         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21727         (ibm_extended_long_double): Add ieee_nan member.
21728         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21729         (do_test): New function.
21730
21731         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21732         TEST_TRUNC.
21733         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21734         functions, renamed from truncdfsf_test, trunctfsf_test,
21735         trunctfdf_test.
21736         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21737         functions.
21738         (do_test): Run all these.
21739
21740 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21741
21742         * argp/argp-help.c: Fix typos.
21743         * argp/argp-parse.c: Likewise.
21744         * debug/backtracesyms.c: Likewise.
21745         * elf/elf.h: Likewise.
21746         * malloc/malloc.c: Likewise.
21747         * nis/nis_print.c: Likewise.
21748         * resolv/res_comp.c: Likewise.
21749         * stdlib/stdlib.h: Likewise.
21750         * sunrpc/clnt_tcp.c: Likewise.
21751         * sunrpc/clnt_udp.c: Likewise.
21752         * sunrpc/clnt_unix.c: Likewise.
21753         * sysdeps/unix/bsd/ptsname.c: Likewise.
21754         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21755         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21757         Likewise.
21758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21759         Likewise.
21760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21761         Likewise.
21762         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21763
21764 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21765
21766         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21767         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21768
21769 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21770
21771         [BZ #15897]
21772         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21773         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21774         ($(objpfx)bug-dl-leaf): New rule.
21775         ($(objpfx)bug-dl-leaf.so): Likewise.
21776         ($(objpfx)bug-dl-leaf.out): Likewise.
21777         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21778         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21779         * dlfcn/bug-dl-leaf.c: New test.
21780         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21781         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21782         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21783         (dlclose): Likewise.
21784         (dlmopen): Likewise.
21785
21786 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21787
21788         * include/netdb.h [!_ISOMAC]:
21789         Don't include <tls.h>.
21790         (h_errno, __libc_h_errno): Move declaration and macros out of
21791         [_LIBC_REENTRANT].
21792
21793         * include/resolv.h [_RESOLV_H_]:
21794         Don't include <tls.h>.
21795         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21796         * resolv/res_libc.c: Don't include <tls.h>.
21797         (_res): Use __attribute__ ((nocommon)) in place of
21798         __attribute__ ((section (".bss"))).
21799
21800         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21801         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21802
21803         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21804
21805         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21806         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21807
21808         * resolv/res_mkquery.c: Include <sys/time.h>.
21809
21810         * inet/ifreq.c: Moved to ...
21811         * sysdeps/unix/ifreq.c: ... here.
21812         * inet/ifreq.c: New file, true stub version.
21813
21814         * socket/sa_len.c: New file.
21815         * socket/Makefile (aux): Add it.
21816         * sysdeps/unix/sysv/linux/Makefile
21817         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21818         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21819         and #include <socket/sa_len.c>.
21820         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21821         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21822
21823         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21824         * bits/socket.h: ... here.
21825
21826         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21827         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21828         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21829
21830 2013-08-27  Andreas Schwab  <schwab@suse.de>
21831
21832         [BZ #15736]
21833         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21834         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21835         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21836         * string/test-strcasecmp.c (test_main): Run tests in several
21837         locales.
21838         * string/test-strncasecmp.c (test_main): Likewise.
21839
21840         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21841         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21842         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21843         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21844         (__strncasecmp_ssse3) [PIC]: Likewise.
21845
21846 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21847
21848         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21849
21850         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21851         instead of explicitly declaring xdecrypt.
21852         * nis/nss_nis/nis-publickey.c: Likewise.
21853
21854 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21855
21856         [BZ #15890]
21857         * nscd/aicache.c: Include res_hconf.h.
21858         (addhstaiX): Initialize res_hconf.
21859
21860 2013-08-26  Andreas Schwab  <schwab@suse.de>
21861
21862         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21863         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21864
21865 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21866
21867         * nscd/aicache.c (addhstaiX): Fix indentation.
21868
21869 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21870
21871         * configure.ac: Quote $build_pt_chown test.
21872         * configure: Regenerated.
21873
21874 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21875
21876         [BZ #15532]
21877         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21878         * math/s_cexpf.c (__cexpf): Likewise.
21879         * math/s_cexpl.c (__cexpl): Likewise.
21880         * math/libm-test.inc (cexp_test_data): Correct expected return
21881         value for NaN + i0.  Add another test.
21882
21883 2013-08-22  David S. Miller  <davem@davemloft.net>
21884
21885         * po/ca.po: Update Catalan translation from translation project.
21886         * po/uk.po: Add Ukrainian translations from translation project.
21887
21888 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21889
21890         [BZ #15797]
21891         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21892         is infinite, not alongside NaN test.
21893         * math/s_fdimf.c (__fdimf): Likewise.
21894         * math/s_fdiml.c (__fdiml): Likewise.
21895         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21896         errno is unchanged.
21897
21898 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21899
21900         * argp/argp-help.c: Fix typos.
21901         * crypt/speeds.c: Likewise.
21902         * csu/check_fds.c: Likewise.
21903         * elf/dl-load.c: Likewise.
21904         * elf/dl-open.c: Likewise.
21905         * elf/reldep3.c: Likewise.
21906         * elf/reldep.c: Likewise.
21907         * elf/sprof.c: Likewise.
21908         * iconv/iconv_charmap.c: Likewise.
21909         * iconv/skeleton.c: Likewise.
21910         * iconv/strtab.c: Likewise.
21911         * io/lockf64.c: Likewise.
21912         * libio/libioP.h: Likewise.
21913         * resolv/gai_notify.c: Likewise.
21914         * resolv/ns_name.c: Likewise.
21915         * resolv/ns_samedomain.c: Likewise.
21916         * resolv/res_send.c: Likewise.
21917         * stdlib/random.c: Likewise.
21918         * sunrpc/rpc/xdr.h: Likewise.
21919         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21920         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21921         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21922         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21923         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21924         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21925         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21926         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21927         * sysdeps/mach/hurd/check_fds.c: Likewise.
21928         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21929         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21930         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21931         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21932         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21933         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21934         * sysdeps/pthread/aio_notify.c: Likewise.
21935         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21936         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21937         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21938         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21939         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21940
21941 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21942
21943         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21944         version if bit_Slow_SSE4_2 is set.
21945         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21946         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21947
21948 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21949
21950         [BZ #15867]
21951         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21952         trampoline stack frame information.
21953         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21954         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21955         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21956         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21957         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21958         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21959         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21960         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21961         sa_flags value.
21962         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21963         interrupting a syscall and set with option SA_SIGINFO.
21964
21965 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21966
21967         [BZ #15531]
21968         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21969         argument is infinite.
21970         * math/s_cprojf.c (__cprojf): Likewise.
21971         * math/s_cprojl.c (__cprojl): Likewise.
21972         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21973         * math/libm-test.inc (cproj_test_data): Add more tests.
21974
21975         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21976
21977         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21978         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21979         size.  Use __ffs to determine corresponding shift.
21980
21981 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21982             Roland McGrath  <roland@hack.frob.com>
21983
21984         * Makefile (INSTALL): Remove trailing blank lines from output of
21985         makeinfo.
21986
21987 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21988
21989         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21990         Align 32 bit compat elf_greg to 8 bytes.
21991
21992 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21993
21994         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21995
21996 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21997
21998         * string/strcoll_l.c (coll_seq): New structure.
21999         (get_next_seq_cached): New function.
22000         (get_next_seq): New function.
22001         (do_compare): New function.
22002         (STRCOLL): Use GNU style definition.  Simplify implementation
22003         by using get_next_seq, get_next_seq_cached and do_compare.
22004
22005 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22006
22007         [BZ #14699]
22008         CVE-2013-4237
22009         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22010         member.
22011         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22012         member.
22013         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22014         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22015         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22016         conditional.
22017         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22018         GETDENTS_64BIT_ALIGNED.
22019         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22020         * manual/filesys.texi (Reading/Closing Directory): Document
22021         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22022         strongly.
22023         * manual/conf.texi (Limits for Files): Add portability note to
22024         NAME_MAX, PATH_MAX.
22025         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22026
22027 2013-08-13  Andreas Schwab  <schwab@suse.de>
22028
22029         [BZ #15749]
22030         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22031         of fabs.
22032         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22033         LDBL_MAX_EXP >= 16384]: Add tests for it.
22034
22035 2013-08-12  David S. Miller  <davem@davemloft.net>
22036
22037         * version.h (RELEASE): Set to "development".
22038         (VERSION): Set to "2.18.90".
22039         * NEWS: Add 2.19 section.
22040
22041 2013-08-03  David S. Miller  <davem@davemloft.net>
22042
22043         * po/ko.po: Update Korean translation from translation project.
22044
22045 2013-08-01  David S. Miller  <davem@davemloft.net>
22046
22047         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22048         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22049         Bilka.
22050
22051 2013-07-30  David S. Miller  <davem@davemloft.net>
22052
22053         * po/fr.po: Update French translation from translation project.
22054
22055 2013-07-28  David S. Miller  <davem@davemloft.net>
22056
22057         * po/cs.po: Update Czech translation from translation project.
22058
22059         * po/sv.po: Update Swedish translation from translation project.
22060
22061 2013-07-27  David S. Miller  <davem@davemloft.net>
22062
22063         * po/eo.po: Update Esperanto translation from translation project.
22064
22065         * po/vi.po: Update Vietnamese translation from translation project.
22066
22067         * po/de.po: Update German translation from translation project.
22068
22069 2013-07-26  David S. Miller  <davem@davemloft.net>
22070
22071         * po/bg.po: Update Bulgarian translation from translation project.
22072
22073         * po/nl.po: Update Dutch translation from translation project.
22074         * po/pl.po: Update Polish translation from translation project.
22075         * po/ru.po: Update Russian translation from translation project.
22076
22077 2013-07-24  David S. Miller  <davem@davemloft.net>
22078
22079         * po/libc.pot: Update.
22080
22081 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22082
22083         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22084         variable page size.
22085         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22086         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22087         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22088
22089 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22090
22091         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22092
22093 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22094             Andreas Schwab  <schwab@suse.de>
22095             Roland McGrath  <roland@hack.frob.com>
22096             Joseph Myers  <joseph@codesourcery.com>
22097             Carlos O'Donell  <carlos@redhat.com>
22098
22099         [BZ #15755]
22100         * config.h.in: Define HAVE_PT_CHOWN.
22101         * config.make.in (build-pt-chown): New variable.
22102         * configure.in (--enable-pt_chown): New configure option.
22103         * configure: Regenerate.
22104         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22105         build-pt-chown is enabled.
22106         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22107         pt_chown to fix pty ownership.
22108         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22109         CLOSE_ALL_FDS.
22110         * manual/install.texi (Configuring and compiling): Mention
22111         --enable-pt_chown. Add @findex for grantpt.
22112         * INSTALL: Regenerate.
22113
22114 2013-07-20  David S. Miller  <davem@davemloft.net>
22115
22116         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22117         difference between 32-bit and 64-bit.
22118
22119 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22120
22121         [BZ #15711]
22122         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22123         Avoid system header dependency with -ffreestanding.
22124         ($(objpfx)bits/syscall%d): Likewise.
22125
22126 2013-07-13  David S. Miller  <davem@davemloft.net>
22127
22128         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22129         underflows from atanl/atan2l due to bug 15319.
22130         (casinh_test_data): Likewise.
22131
22132 2013-07-07  David S. Miller  <davem@davemloft.net>
22133
22134         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22135
22136 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22137
22138         * sysdeps/i386/fpu/libm-test-ulps: Update.
22139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22140
22141 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22142
22143         * configure.in (--enable-lock-elision): Fix message text.
22144         * INSTALL: Regenerate.
22145         * configure: Regenerate.
22146
22147 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22148
22149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22150
22151 2013-07-03  Andreas Jaeger  <aj@suse.de>
22152
22153         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22154         define.
22155         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22156         (ptrace_peeksiginfo_args): Add.
22157         (__ptrace_peeksiginfo_flags): Add.
22158         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22159         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22160         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22161
22162 2013-07-03  Allan McRae  <allan@archlinux.org>
22163
22164         * sysdeps/i386/fpu/libm-test-ulps: Update.
22165
22166 2013-07-02  David S. Miller  <davem@davemloft.net>
22167
22168         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22169
22170 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22171
22172         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22173
22174 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22175
22176         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22178
22179 2013-07-02  Andi Kleen <ak@linux.intel.com>
22180
22181         * config.h.in (ENABLE_LOCK_ELISION): Add.
22182         * configure.in (--enable-lock-elision): Add option.
22183         * manual/install.texi: Document --enable lock elision.
22184         * configure: Regenerate
22185         * INSTALL: Regenerate.
22186
22187 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22188
22189         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22190         SSE4.2 strcasecmp for libc.a.
22191         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22192
22193 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22194
22195         [BZ #13304]
22196         * soft-fp/op-common.h (_FP_FMA): New macro.
22197         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22198         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22199         (_FP_MUL_MEAT_1_imm): ... here.
22200         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22201         (_FP_MUL_MEAT_1_wide): ... here.
22202         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22203         (_FP_MUL_MEAT_1_hard): ... here.
22204         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22205         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22206         (_FP_MUL_MEAT_2_wide): ... here.
22207         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22208         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22209         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22210         (_FP_MUL_MEAT_2_gmp): ... here.
22211         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22212         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22213         (_FP_MUL_MEAT_4_wide): ... here.
22214         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22215         (_FP_MUL_MEAT_4_gmp): ... here.
22216         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22217         (_FP_WFRACBITS_DW_S): Likewise.
22218         (_FP_WFRACXBITS_DW_S): Likewise.
22219         (_FP_HIGHBIT_DW_S): Likewise.
22220         (FP_FMA_S): Likewise.
22221         (_FP_FRAC_HIGH_DW_S): Likewise.
22222         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22223         (_FP_WFRACBITS_DW_D): Likewise.
22224         (_FP_WFRACXBITS_DW_D): Likewise.
22225         (_FP_HIGHBIT_DW_D): Likewise.
22226         (FP_FMA_D): Likewise.
22227         (_FP_FRAC_HIGH_DW_D): Likewise.
22228         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22229         (_FP_WFRACBITS_DW_E): Likewise.
22230         (_FP_WFRACXBITS_DW_E): Likewise.
22231         (_FP_HIGHBIT_DW_E): Likewise.
22232         (FP_FMA_E): Likewise.
22233         (_FP_FRAC_HIGH_DW_E): Likewise.
22234         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22235         (_FP_WFRACBITS_DW_Q): Likewise.
22236         (_FP_WFRACXBITS_DW_Q): Likewise.
22237         (_FP_HIGHBIT_DW_Q): Likewise.
22238         (FP_FMA_Q): Likewise.
22239         (_FP_FRAC_HIGH_DW_Q): Likewise.
22240         * soft-fp/fmasf4.c: New file.
22241         * soft-fp/fmadf4.c: Likewise.
22242         * soft-fp/fmatf4.c: Likewise.
22243
22244 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22245
22246         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22247         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22248         Silvermont.
22249         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22250         macro.
22251         (index_Slow_SSE4_2): Likewise.
22252         (index_Prefer_PMINUB_for_stringop): Likewise.
22253         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22254         bit_Slow_SSE4_2 is set.
22255         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22256         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22257
22258 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22259
22260         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22261         rtld_global._dl_hwcap2.
22262         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22263         POWER8.
22264         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22265         POWER8 feature descriptions defined in _dl_hwcap2.
22266         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22267         string handling for POWER8 feature bits.
22268         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22269         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22270         _dl_powerpc_cap_flags.
22271         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22272         * sysdeps/powerpc/rtld-global-offsets.sym
22273         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22274         _dl_hwcap2 in the rtld_global_ro structure.
22275
22276 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22277
22278         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22279         hardware capabilities in support of AT_HWCAP2.
22280         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22281         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22282         GLRO(dl_hwcap2).
22283         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22284         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22285         explicitly the unknown a_type display mechanism is used.
22286         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22287         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22288         struct member.
22289         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22290         to macro prototype for AT_HWCAP2 support.
22291         * sysdeps/i386/dl-procinfo.h: Likewise.
22292         * sysdeps/s390/dl-procinfo.h: Likewise.
22293         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22294         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22295         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22296         return -1 for unknown a_type display fallback.
22297         * sysdeps/sparc/dl-procinfo.h: Likewise.
22298         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22299         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22300
22301 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22302
22303         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22304         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22305
22306 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22307
22308         [BZ #12492]
22309         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22310         mprotect making __stack_prot writable.
22311
22312 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22313             Joseph Myers  <joseph@codesourcery.com>
22314
22315         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22316         as being properly aligned.
22317
22318 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22319
22320         * dlfcn/modstatic5.c: New file.
22321         * dlfcn/tststatic5.c: New file.
22322         * dlfcn/Makefile (tests): Add tststatic5.
22323         (tests-static): Likewise.
22324         (modules-names): Add modstatic5.
22325         (tststatic5-ENV): New variable.
22326         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22327
22328         [BZ #15022]
22329         * elf/dl-support.c (_dl_main_map): New variable.
22330         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22331         (_dl_nns, _dl_load_adds): Set to 1.
22332         (_dl_initial_searchlist): Refer to _dl_main_map.
22333         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22334         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22335         call to _dl_get_origin.
22336         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22337         around call_map.
22338         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22339         * dlfcn/modstatic3.c: New file.
22340         * dlfcn/tststatic3.c: New file.
22341         * dlfcn/tststatic4.c: New file.
22342         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22343         (tests-static): Likewise.
22344         (modules-names): Add modstatic3.
22345         (tststatic3-ENV, tststatic4-ENV): New variables.
22346         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22347         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22348
22349 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22350
22351         * configure.in (CC): Require GCC version 4.4 or later.
22352         * configure: Regenerated.
22353         * manual/install.texi (Tools for Compilation): Update GCC version
22354         requirement.
22355         * INSTALL: Regenerated.
22356
22357 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22358
22359         [BZ #15674]
22360         * string/test-memcmp.c (check2): New.
22361         (main): Call check2.
22362
22363         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22364
22365 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22366
22367         [BZ #15022]
22368         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22369         over to...
22370         (dl_open_worker) [!SHARED]: ... here.
22371
22372 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22373
22374         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22375
22376 2013-06-25  Richard Henderson  <rth@redhat.com>
22377
22378         * locale/programs/locarchive.c: Include <libc-internal.h>
22379
22380 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22381
22382         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22383         trailing whitespace removed.
22384
22385 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22386
22387         [BZ #10283]
22388         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22389         * locale/programs/locarchive.c: Include libc-mmap.h.
22390         (prepare_address_space): Take two new outputs (the mmap base and len).
22391         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22392         values.
22393         (create_archive): Declare new mmap base and len values for
22394         prepare_address_space, and store the result in ah.
22395         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22396         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22397         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22398         Declare new mmap base and len values for
22399         prepare_address_space, and store the result in new_ah.
22400         (open_archive): Declare new mmap base and len values for
22401         prepare_address_space, and store the result in ah.
22402         (close_archive): If ah->mmap_base is not NULL, use that and
22403         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22404         * sysdeps/generic/libc-mmap.h: New file.
22405
22406 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22407
22408         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22409         (ALIGN_UP): Likewise.
22410         (PTR_ALIGN_DOWN): Likewise.
22411         (PTR_ALIGN_UP): Likewise.
22412
22413 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22414
22415         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22416         entry mapped to PPC_PLATFORM_POWER8.
22417         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22418         POWER8.
22419         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22420         (_dl_string_platform): Add case for exporting platform position for
22421         POWER8.
22422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22423         search path to sysdeps/powerpc/powerpc32/power8 directory.
22424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22425         search path to sysdeps/powerpc/powerpc64/power8 directory.
22426         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22427         power7 directories.
22428         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22429         power7 directories.
22430
22431 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22432
22433         * INSTALL: Regenerate.
22434
22435         * nscd/connections.c (nscd_init): Fix comment.
22436
22437 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22438
22439         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22440
22441         [BZ #15667]
22442         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22443         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22444
22445 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22446
22447         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22448         DL_DST_REQ_STATIC.
22449         (DL_DST_REQ_STATIC): Remove macro.
22450
22451 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22452
22453         [BZ #7006]
22454         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22455         with a shift of 0 bits.
22456
22457 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22458
22459         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22460         $(tststatic-ENV).
22461
22462 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22463
22464         [BZ #15655]
22465         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22466
22467 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22468
22469         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22470         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22471         accepts -fno-tree-loop-distribute-patterns.
22472         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22473         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22474         recursive call.
22475         * string/memset.c (memset): Likewise.
22476         * string/test-memmove.c (simple_memmove): Disable loop transformation
22477         to library calls.
22478         * string/test-memset.c (simple_memset): Likewise.
22479         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22480         * benchtests/bench-memset.c (simple_memset): Likewise.
22481         * configure: Regenerated.
22482
22483 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22484
22485         * math/test-misc.c (main): Ignore fesetround failure when failures
22486         of subsequent rounding tests would be ignored.
22487
22488         [BZ #15654]
22489         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22490         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22491         * math/fegetenv.c (__fegetenv): Return 0.
22492         * math/fegetexcept.c (fegetexcept): Return 0.
22493         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22494         FE_TONEAREST.
22495         * math/feholdexcpt.c (feholdexcept): Return 0.
22496         * math/fesetenv.c (__fesetenv): Return 0.
22497         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22498         argument FE_TONEAREST.
22499         * math/feupdateenv.c (__feupdateenv): Return 0.
22500         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22501
22502 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22503
22504         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22505         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22506         ($(objpfx)rtld-%.os rules): Use them.
22507
22508 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22509
22510         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22511         fields.
22512
22513 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22514
22515         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22516         length of target pattern, then descending length of dependency pattern.
22517         * configure.in (AWK): Require gawk 3.1.2 or newer.
22518         * manual/install.texi (Tools for Compilation): Say that we do.
22519         * configure: Regenerated.
22520
22521         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22522         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22523         * scripts/sysd-rules.awk: ... this new script.
22524         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22525         than a glob-style pattern.
22526
22527 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22528
22529         * math/test-misc.c (main): Do not treat incorrectly rounded
22530         conversions as failure unless ROUNDING_TESTS passes.
22531
22532 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22533
22534         [BZ #15631]
22535         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22536         restore exception state around main square root computation, then
22537         check for inexactness explicitly.
22538
22539         * math/libm-test.inc (fma_test_data): Add another test.
22540
22541 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22542
22543         * manual/threads.texi (Non-POSIX Extensions): New document
22544         node.  Document pthread_getattr_default_np and
22545         pthread_setattr_default_np.
22546
22547         * Versions.def (libpthread): Add GLIBC_2.18.
22548         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22550         Likewise.
22551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22552         Likewise.
22553         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22554         Likewise.
22555         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22556         Likewise.
22557         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22558         Likewise.
22559         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22560         Likewise.
22561         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22562         Likewise.
22563         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22564         Likewise.
22565         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22566         Likewise.
22567
22568 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22569
22570         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22571         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22572
22573 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22574             H.J. Lu  <hjl.tools@gmail.com>
22575
22576         [BZ #15627]
22577         * sysdeps/x86_64/rtld-memset.c: Remove file.
22578         * sysdeps/x86_64/rtld-memset.S: New file.
22579
22580 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22581
22582         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22583         (test_in_one_mode): Take arguments for whether the rounding mode
22584         is supported for each floating-point type.
22585         (do_test): Pass new arguments to test_in_one_mode using
22586         ROUNDING_TESTS.
22587
22588 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22589
22590         * posix/tst-waitid.c (do_test): Distinguish different instances of
22591         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22592         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22593         before entering the kernel for waitpid.
22594
22595 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22596
22597         * NEWS: Fix note on clock function precision.  Text by Roland
22598         McGrath.
22599
22600 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22601
22602         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22603         it into place only when and if the sanity check passes.
22604
22605 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22606
22607         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22608         output for whether conversion result is exact.  Take argument
22609         indicating whether type is IBM long double.
22610         (round_for_all): Change need_exact field to ibm_ld.
22611         * stdlib/tst-strtod-round.c (struct exactness): New type.
22612         (struct test): Change bool ld_ok field to struct exactness exact.
22613         (TEST): Update all definitions for change to field.
22614         (tests): Regenerate array contents.
22615         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22616         field value.  Check for IBM long double here.
22617         (do_test): Update calls to test_in_one_mode.
22618
22619 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22620
22621         [BZ #12515]
22622         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22623         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22624
22625 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22626
22627         [BZ #15605]
22628         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22629         generated by the compiler on loop optimizations.
22630         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22631         general definitions.
22632
22633 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22634
22635         * math/bug-nextafter.c: Include <math-tests.h>.
22636         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22637         the relevant type.
22638         * math/bug-nexttoward.c: Include <math-tests.h>.
22639         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22640         the relevant type.
22641         * math/test-misc.c: Include <math-tests.h>.
22642         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22643         the relevant type.
22644
22645 2013-06-12  Andreas Jaeger  <aj@suse.de>
22646
22647         * po/ia.po: Update Interlingua translation from translation
22648         project.
22649
22650 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22651
22652         * include/fenv.h: Include stdbool.h.
22653         (struct rm_ctx): New structure.
22654         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22655         Define macro.
22656         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22657         (SET_RESTORE_ROUNDF): Likewise.
22658         (SET_RESTORE_ROUNDL): Likewise.
22659         (SET_RESTORE_ROUND_NOEX): Likewise.
22660         (SET_RESTORE_ROUND_NOEXF): Likewise.
22661         (SET_RESTORE_ROUND_NOEXL): Likewise.
22662         (SET_RESTORE_ROUND_53BIT): Likewise.
22663         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22664         (libc_feresetround_noexf_ctx): Likewise.
22665         (libc_feresetround_noexl_ctx): Likewise.
22666         (libc_feholdsetround_53bit_ctx): Likewise.
22667         (libc_feresetround_53bit_ctx): Likewise.
22668         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22669         (libc_feholdexcept_setround_sse_ctx): New function.
22670         (libc_fesetenv_sse_ctx): Likewise.
22671         (libc_feupdateenv_sse_ctx): Likewise.
22672         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22673         (libc_feholdexcept_setround_387_ctx): Likewise.
22674         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22675         (libc_feholdsetround_387_prec_ctx): Likewise.
22676         (libc_feholdsetround_387_ctx): Likewise.
22677         (libc_feholdsetround_387_53bit_ctx): Likewise.
22678         (libc_feholdsetround_sse_ctx): Likewise.
22679         (libc_feresetround_sse_ctx): Likewise.
22680         (libc_feresetround_387_ctx): Likewise.
22681         (libc_feupdateenv_387_ctx): Likewise.
22682         (libc_feholdexcept_setroundf_ctx): Define macro.
22683         (libc_fesetenvf_ctx): Likewise.
22684         (libc_feupdateenvf_ctx): Likewise.
22685         (libc_feholdsetroundf_ctx): Likewise.
22686         (libc_feresetroundf_ctx): Likewise.
22687         (libc_feholdexcept_setround_ctx): Likewise.
22688         (libc_fesetenv_ctx): Likewise.
22689         (libc_feupdateenv_ctx): Likewise.
22690         (libc_feholdsetround_ctx): Likewise.
22691         (libc_feresetround_ctx): Likewise.
22692         (libc_feholdexcept_setroundl_ctx): Likewise.
22693         (libc_feupdateenvl_ctx): Likewise.
22694         (libc_feholdsetroundl_ctx): Likewise.
22695         (libc_feresetroundl_ctx): Likewise.
22696         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22697         (libc_feresetround_53bit_ctx): Likewise.
22698
22699 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22700
22701         * locale/iso-639.def: Convert to UTF-8.
22702
22703 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22704
22705         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22706         (EXCEPTION_TESTS_double): Likewise.
22707         (EXCEPTION_TESTS_long_double): Likewise.
22708         (EXCEPTION_TESTS): Likewise.
22709         * math/libm-test.inc (test_exceptions): Only test exceptions if
22710         EXCEPTION_TESTS (FLOAT).
22711
22712 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22713
22714         * benchtests/Makefile (string-bench): Add strcpy_chk and
22715         stpcpy_chk.
22716         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22717         * benchtests/bench-stpcpy_chk.c: New file.
22718         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22719         * benchtests/bench-strcpy_chk.c: New file.
22720         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22721         code.
22722         (do_test): Likewise.
22723
22724 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22725
22726         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22727         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22728         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22729         with tabs where appropriate.
22730         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22731         dl-procinfo.h.
22732         [PPC_PLATFORM_PPC440]: Likewise.
22733         [PPC_PLATFORM_PPC464]: Likewise.
22734         [PPC_PLATFORM_PPC476]: Likewise.
22735         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22736         ppc464, and ppc476 platform strings merging from ports/
22737         dl-procinfo.h.
22738
22739 2013-06-11  Andreas Schwab  <schwab@suse.de>
22740
22741         [BZ #14991]
22742         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22743         (from_ucs4_idx): Regenerate.
22744         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22745         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22746         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22747         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22748         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22749         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22750         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22751         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22752         from FROM_LOOP and TO_LOOP specific macros.
22753         (BODY): Handle combining characters.
22754         * iconvdata/BIG5HKSCS.irreversible: Update.
22755         * iconvdata/BIG5HKSCS.precomposed: New file.
22756         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22757         characters.
22758         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22759
22760 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22761
22762         * include/sys/time.h: Fix indentation and add copyright header.
22763
22764         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22765         (do_test): Likewise.
22766         * string/test-memchr.c (do_one_test): Likewise.
22767         (do_test): Likewise.
22768         * string/test-memcmp.c (do_one_test): Likewise.
22769         (do_test): Likewise.
22770         * string/test-memcpy.c (do_one_test): Likewise.
22771         (do_test): Likewise.
22772         * string/test-memmem.c (do_one_test): Likewise.
22773         (do_test): Likewise.
22774         (do_random_tests): Likewise.
22775         * string/test-memmove.c (do_one_test): Likewise.
22776         (do_test): Likewise.
22777         * string/test-memset.c (do_one_test): Likewise.
22778         (do_test): Likewise.
22779         * string/test-rawmemchr.c (do_one_test): Likewise.
22780         (do_test): Likewise.
22781         * string/test-strcasecmp.c (do_one_test): Likewise.
22782         (do_test): Likewise.
22783         * string/test-strcasestr.c (do_one_test): Likewise.
22784         (do_test): Likewise.
22785         * string/test-strcat.c (do_one_test): Likewise.
22786         (do_test): Likewise.
22787         * string/test-strchr.c (do_one_test): Likewise.
22788         (do_test): Likewise.
22789         * string/test-strcmp.c (do_one_test): Likewise.
22790         (do_test): Likewise.
22791         * string/test-strcpy.c (do_one_test): Likewise.
22792         (do_test): Likewise.
22793         * string/test-string.h: Likewise.
22794         (test_init): Likewise.
22795         * string/test-strlen.c (do_one_test): Likewise.
22796         (do_test): Likewise.
22797         * string/test-strncasecmp.c (do_one_test): Likewise.
22798         (do_test): Likewise.
22799         * string/test-strncat.c (do_one_test): Likewise.
22800         (do_test): Likewise.
22801         * string/test-strncmp.c (do_one_test): Likewise.
22802         (do_test_limit): Likewise.
22803         (do_test): Likewise.
22804         * string/test-strncpy.c (do_one_test): Likewise.
22805         (do_test): Likewise.
22806         * string/test-strnlen.c (do_one_test): Likewise.
22807         (do_test): Likewise.
22808         * string/test-strpbrk.c (do_one_test): Likewise.
22809         (do_test): Likewise.
22810         * string/test-strrchr.c (do_one_test): Likewise.
22811         (do_test): Likewise.
22812         * string/test-strspn.c (do_one_test): Likewise.
22813         (do_test): Likewise.
22814         * string/test-strstr.c (do_one_test): Likewise.
22815         (do_test): Likewise.
22816
22817         * benchtests/Makefile (string-bench): Add string benchmarks.
22818         * benchtests/bench-bcopy-ifunc.c: New file.
22819         * benchtests/bench-bcopy.c: New file.
22820         * benchtests/bench-bzero-ifunc.c: New file.
22821         * benchtests/bench-bzero.c: New file.
22822         * benchtests/bench-memccpy-ifunc.c: New file.
22823         * benchtests/bench-memccpy.c: New file.
22824         * benchtests/bench-memchr-ifunc.c: New file.
22825         * benchtests/bench-memchr.c: New file.
22826         * benchtests/bench-memcmp-ifunc.c: New file.
22827         * benchtests/bench-memcmp.c: New file.
22828         * benchtests/bench-memmem-ifunc.c: New file.
22829         * benchtests/bench-memmem.c: New file.
22830         * benchtests/bench-memmove-ifunc.c: New file.
22831         * benchtests/bench-memmove.c: New file.
22832         * benchtests/bench-mempcpy-ifunc.c: New file.
22833         * benchtests/bench-mempcpy.c: New file.
22834         * benchtests/bench-memset-ifunc.c: New file.
22835         * benchtests/bench-memset.c: New file.
22836         * benchtests/bench-rawmemchr-ifunc.c: New file.
22837         * benchtests/bench-rawmemchr.c: New file.
22838         * benchtests/bench-stpcpy-ifunc.c: New file.
22839         * benchtests/bench-stpcpy.c: New file.
22840         * benchtests/bench-stpncpy-ifunc.c: New file.
22841         * benchtests/bench-stpncpy.c: New file.
22842         * benchtests/bench-strcasecmp-ifunc.c: New file.
22843         * benchtests/bench-strcasecmp.c: New file.
22844         * benchtests/bench-strcasestr-ifunc.c: New file.
22845         * benchtests/bench-strcasestr.c: New file.
22846         * benchtests/bench-strcat-ifunc.c: New file.
22847         * benchtests/bench-strcat.c: New file.
22848         * benchtests/bench-strchr-ifunc.c: New file.
22849         * benchtests/bench-strchr.c: New file.
22850         * benchtests/bench-strchrnul-ifunc.c: New file.
22851         * benchtests/bench-strchrnul.c: New file.
22852         * benchtests/bench-strcmp-ifunc.c: New file.
22853         * benchtests/bench-strcmp.c: New file.
22854         * benchtests/bench-strcpy-ifunc.c: New file.
22855         * benchtests/bench-strcpy.c: New file.
22856         * benchtests/bench-strcspn-ifunc.c: New file.
22857         * benchtests/bench-strcspn.c: New file.
22858         * benchtests/bench-strlen-ifunc.c: New file.
22859         * benchtests/bench-strlen.c: New file.
22860         * benchtests/bench-strncasecmp-ifunc.c: New file.
22861         * benchtests/bench-strncasecmp.c: New file.
22862         * benchtests/bench-strncat-ifunc.c: New file.
22863         * benchtests/bench-strncat.c: New file.
22864         * benchtests/bench-strncmp-ifunc.c: New file.
22865         * benchtests/bench-strncmp.c: New file.
22866         * benchtests/bench-strncpy-ifunc.c: New file.
22867         * benchtests/bench-strncpy.c: New file.
22868         * benchtests/bench-strnlen-ifunc.c: New file.
22869         * benchtests/bench-strnlen.c: New file.
22870         * benchtests/bench-strpbrk-ifunc.c: New file.
22871         * benchtests/bench-strpbrk.c: New file.
22872         * benchtests/bench-strrchr-ifunc.c: New file.
22873         * benchtests/bench-strrchr.c: New file.
22874         * benchtests/bench-strspn-ifunc.c: New file.
22875         * benchtests/bench-strspn.c: New file.
22876         * benchtests/bench-strstr-ifunc.c: New file.
22877         * benchtests/bench-strstr.c: New file.
22878
22879         * benchtests/Makefile: Disable parallel execution of targets.
22880         (string-bench): Add memcpy.
22881         (benchset): New variable to store a list of benchmark sets.
22882         (bench-func): Renamed from bench.
22883         (bench-set): New target.
22884         (bench): Depend on bench-func and bench-set.
22885         * benchtests/README: Add section on benchmark sets.
22886         * benchtests/bench-memcpy-ifunc.c: New file.
22887         * benchtests/bench-memcpy.c: New file.
22888         * benchtests/bench-string.h: New file.
22889
22890 2013-06-11  Andreas Schwab  <schwab@suse.de>
22891
22892         [BZ #15577]
22893         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22894         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22895         values in the triple.
22896         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22897         terminator in the group key.
22898
22899 2013-06-11  Andreas Jaeger  <aj@suse.de>
22900
22901         * po/zh_TW.po: Update Chinese (traditional) translation from
22902         translation project.
22903
22904 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22905
22906         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22907         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22908         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22909         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22910         (clock_getcpuclockid): Likewise.
22911         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22912         Add weak_alias and libc_hidden_def.
22913         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22914         * rt/clock_gettime.c (clock_gettime): Rename to
22915         __clock_gettime.  Add weak_alias and libc_hidden_def.
22916         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22917         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22918         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22919         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22920         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22921         Likewise.
22922         * rt/clock_settime.c (clock_settime): Rename to
22923         __clock_settime.  Add weak_alias and libc_hidden_def.
22924         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22925
22926 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22927
22928         * mach/err_boot.sub: Remove trailing whitespace.
22929         * mach/err_ipc.sub: Likewise.
22930         * mach/err_mach.sub: Likewise.
22931
22932         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22933         (ROUNDING_TESTS_double): Likewise.
22934         (ROUNDING_TESTS_long_double): Likewise.
22935         (ROUNDING_TESTS): Likewise.
22936         * math/libm-test.inc: Include <math-tests.h>.
22937         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22938         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22939         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22940         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22941
22942 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22943
22944         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22945         of assigning.
22946
22947 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22948
22949         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22950         otherwise empty TRANS lines.
22951         * sysdeps/gnu/errlist.c: Regenerated.
22952
22953         * catgets/gencat.c (error_print): Use (void) in function
22954         definition.
22955         * crypt/crypt_util.c (__init_des): Likewise.
22956         * crypt/speeds.c (Stop): Likewise.
22957         (main): Likewise.
22958         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22959         * inet/ruserpass.c (token): Likewise.
22960         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22961         * intl/localealias.c (extend_alias_table): Likewise.
22962         * intl/plural-exp.c (init_germanic_plural): Likewise.
22963         * libio/fcloseall.c (__fcloseall): Likewise.
22964         * libio/genops.c (_IO_flush_all): Likewise.
22965         (_IO_flush_all_linebuffered): Likewise.
22966         (_IO_cleanup): Likewise.
22967         (_IO_iter_begin): Likewise.
22968         (_IO_iter_end): Likewise.
22969         (_IO_list_lock): Likewise.
22970         (_IO_list_unlock): Likewise.
22971         (_IO_list_resetlock): Likewise.
22972         * libio/getchar.c (getchar): Likewise.
22973         * libio/getchar_u.c (getchar_unlocked): Likewise.
22974         * libio/getwchar.c (getwchar): Likewise.
22975         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22976         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22977         * login/getpt.c (__getpt): Likewise.
22978         * login/tst-utmp.c (main): Likewise.
22979         * malloc/hooks.c (__malloc_check_init): Likewise.
22980         * malloc/malloc.c (__malloc_stats): Likewise.
22981         * malloc/mtrace.c (tr_break): Likewise.
22982         (mtrace): Likewise.
22983         (muntrace): Likewise.
22984         * misc/fstab.c (endfsent): Likewise.
22985         * misc/getclktck.c (__getclktck): Likewise.
22986         * misc/getdtsz.c (__getdtablesize): Likewise.
22987         * misc/gethostid.c (gethostid): Likewise.
22988         * misc/getpagesize.c (__getpagesize): Likewise.
22989         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22990         (__get_nprocs): Likewise.
22991         (__get_phys_pages): Likewise.
22992         (__get_avphys_pages): Likewise.
22993         * misc/getttyent.c (getttyent): Likewise.
22994         (setttyent): Likewise.
22995         (endttyent): Likewise.
22996         * misc/getusershell.c (getusershell): Likewise.
22997         (endusershell): Likewise.
22998         (setusershell): Likewise.
22999         (initshells): Likewise.
23000         * misc/hsearch.c (__hdestroy): Likewise.
23001         * misc/sync.c (sync): Likewise.
23002         * misc/syslog.c (closelog_internal): Likewise.
23003         (closelog): Likewise.
23004         * misc/ttyslot.c (ttyslot): Likewise.
23005         * misc/vhangup.c (vhangup): Likewise.
23006         * posix/fork.c (__fork): Likewise.
23007         * posix/getegid.c (__getegid): Likewise.
23008         * posix/geteuid.c (__geteuid): Likewise.
23009         * posix/getgid.c (__getgid): Likewise.
23010         * posix/getpid.c (__getpid): Likewise.
23011         * posix/getppid.c (__getppid): Likewise.
23012         * posix/getuid.c (__getuid): Likewise.
23013         * posix/pause.c (pause): Likewise.
23014         * posix/setpgrp.c (setpgrp): Likewise.
23015         * posix/setsid.c (__setsid): Likewise.
23016         * posix/test-vfork.c (noop): Likewise.
23017         * resolv/gethnamaddr.c (_endhtent): Likewise.
23018         (_gethtent): Likewise.
23019         (ht_endhostent): Likewise.
23020         (gethostent): Likewise.
23021         (dns_service): Likewise.
23022         * stdlib/drand48.c (drand48): Likewise.
23023         * stdlib/lrand48.c (lrand48): Likewise.
23024         * stdlib/mrand48.c (mrand48): Likewise.
23025         * stdlib/rand.c (rand): Likewise.
23026         * stdlib/random.c (__random): Likewise.
23027         * stdlib/setenv.c (clearenv): Likewise.
23028         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23029         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23030         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23031         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23032         (__get_nprocs): Likewise.
23033         (__get_phys_pages): Likewise.
23034         (__get_avphys_pages): Likewise.
23035         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23036         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23037         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23038         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23039         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23040         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23041         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23042         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23043         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23044         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23045         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23046         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23047         * sysdeps/posix/clock.c (clock): Likewise.
23048         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23049         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23050         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23051         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23052         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23053         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23054         (__get_nprocs_conf): Likewise.
23055         (__get_phys_pages): Likewise.
23056         (__get_avphys_pages): Likewise.
23057         * time/clock.c (clock): Likewise.
23058         * time/tzset.c (__tzname_max): Likewise.
23059
23060 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23061
23062         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23063         (__bswap_32): Do not use "register".
23064         * crypt/crypt.c (_ufc_doit_r): Likewise.
23065         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23066         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23067         * gmon/gmon.c (__monstartup): Likewise.
23068         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23069         * hurd/hurdmalloc.c (more_memory): Likewise.
23070         (malloc): Likewise.
23071         (free): Likewise.
23072         (realloc): Likewise.
23073         (malloc_fork_prepare): Likewise.
23074         (malloc_fork_parent): Likewise.
23075         (malloc_fork_child): Likewise.
23076         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23077         (_svcauth_des): Likewise.
23078         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23079         * inet/inet_net.c (inet_network): Likewise.
23080         * inet/inet_netof.c (inet_netof): Likewise.
23081         * inet/rcmd.c (__validuser2_sa): Likewise.
23082         * io/fts.c (fts_open): Likewise.
23083         (fts_load): Likewise.
23084         (fts_close): Likewise.
23085         (fts_read): Likewise.
23086         (fts_children): Likewise.
23087         (fts_build): Likewise.
23088         (fts_stat): Likewise.
23089         (fts_sort): Likewise.
23090         (fts_alloc): Likewise.
23091         (fts_lfree): Likewise.
23092         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23093         (_IO_file_xsgetn): Likewise.
23094         (_IO_file_xsgetn_mmap): Likewise.
23095         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23096         (_IO_cookie_write): Likewise.
23097         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23098         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23099         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23100         * malloc/obstack.c (_obstack_begin): Likewise.
23101         (_obstack_begin_1): Likewise.
23102         (_obstack_newchunk): Likewise.
23103         (_obstack_allocated_p): Likewise.
23104         (obstack_free): Likewise.
23105         (_obstack_memory_used): Likewise.
23106         * misc/getttyent.c (getttynam): Likewise.
23107         (getttyent): Likewise.
23108         (skip): Likewise.
23109         (value): Likewise.
23110         * misc/getusershell.c (initshells): Likewise.
23111         * misc/syslog.c (__vsyslog_chk): Likewise.
23112         * misc/ttyslot.c (ttyslot): Likewise.
23113         * nis/nis_hash.c (__nis_hash): Likewise.
23114         * posix/fnmatch_loop.c (FCT): Likewise.
23115         * posix/getconf.c (print_all): Likewise.
23116         (main): Likewise.
23117         * posix/getopt.c (exchange): Likewise.
23118         * posix/glob.c (globfree): Likewise.
23119         (prefix_array): Likewise.
23120         (__glob_pattern_type): Likewise.
23121         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23122         (NS_GET32): Likewise.
23123         (NS_PUT16): Likewise.
23124         (NS_PUT32): Likewise.
23125         * resolv/gethnamaddr.c (getanswer): Likewise.
23126         (gethostbyname2): Likewise.
23127         (gethostbyaddr): Likewise.
23128         (_gethtent): Likewise.
23129         (_gethtbyname2): Likewise.
23130         (_gethtbyaddr): Likewise.
23131         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23132         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23133         * resolv/res_init.c (__res_vinit): Likewise.
23134         (net_mask): Likewise.
23135         * resolv/res_mkquery.c (outchar): Likewise.
23136         (PRINT): Likewise.
23137         * stdio-common/printf_fp.c (outchar): Likewise.
23138         (PRINT): Likewise.
23139         * stdio-common/printf_fphex.c (outchar): Likewise.
23140         (PRINT): Likewise.
23141         * stdio-common/printf_size.c (outchar): Likewise.
23142         (PRINT): Likewise.
23143         * stdio-common/test_rdwr.c (main): Likewise.
23144         * stdio-common/tfformat.c (matches): Likewise.
23145         * stdio-common/vfprintf.c (outchar): Likewise.
23146         (printf_unknown): Likewise.
23147         (buffered_vfprintf): Likewise.
23148         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23149         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23150         (ReadFile): Likewise.
23151         * stdlib/qsort.c (SWAP): Likewise.
23152         (_quicksort): Likewise.
23153         * stdlib/setenv.c (__add_to_environ): Likewise.
23154         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23155         * stdlib/strtol_l.c (__strtol_l): Likewise.
23156         * stdlib/tst-strtod.c (main): Likewise.
23157         * stdlib/tst-strtol.c (main): Likewise.
23158         * stdlib/tst-strtoll.c (main): Likewise.
23159         * string/bits/string2.h (__strcmp_cc): Likewise.
23160         (__strcmp_cg): Likewise.
23161         (__strcspn_c1): Likewise.
23162         (__strcspn_c2): Likewise.
23163         (__strcspn_c3): Likewise.
23164         (__strspn_c1): Likewise.
23165         (__strspn_c2): Likewise.
23166         (__strspn_c3): Likewise.
23167         (__strsep_1c): Likewise.
23168         (__strsep_2c): Likewise.
23169         (__strsep_3c): Likewise.
23170         * string/memccpy.c (__memccpy): Likewise.
23171         * string/stpcpy.c (__stpcpy): Likewise.
23172         * string/strcmp.c (strcmp): Likewise.
23173         * string/strrchr.c (strrchr): Likewise.
23174         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23175         Likewise.
23176         * sysdeps/mach/hurd/getcwd.c
23177         (_hurd_canonicalize_directory_name_internal): Likewise.
23178         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23179         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23180         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23181         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23182         Likewise, in both definitions.
23183         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23184         definitions.
23185         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23186         64] (__bswap_64): Likewise.
23187         * time/test_time.c (main): Likewise.
23188         * time/tzfile.c (__tzfile_read): Likewise.
23189         (__tzfile_compute): Likewise.
23190         * time/tzset.c (__tzset_parse_tz): Likewise.
23191         (tzset_internal): Likewise.
23192         (compute_change): Likewise.
23193         * wcsmbs/wcscat.c (__wcscat): Likewise.
23194         * wcsmbs/wcschr.c (wcschr): Likewise.
23195         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23196         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23197         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23198         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23199         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23200         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23201         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23202         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23203         * wcsmbs/wmemset.c (wmemset): Likewise.
23204
23205 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23206
23207         * scripts/config.guess: Update to version 2013-05-16.
23208         * scripts/config.sub: Update to version 2013-04-24.
23209         * scripts/install-sh: Update to version 2011-11-20.07.
23210         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23211         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23212
23213 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23214
23215         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23216         * elf/sln.c: Likewise.
23217         * hurd/hurd/ioctl.h: Likewise.
23218         * hurd/hurdmalloc.c: Likewise.
23219         * hurd/xattr.c: Likewise.
23220         * include/shlib-compat.h: Likewise.
23221         * inet/ruserpass.c: Likewise.
23222         * libio/iofgets_u.c: Likewise.
23223         * libio/iofgetws_u.c: Likewise.
23224         * locale/programs/ld-identification.c: Likewise.
23225         * locale/programs/ld-time.c: Likewise.
23226         * mach/msg-destroy.c: Likewise.
23227         * nss/nss_files/files-netgrp.c: Likewise.
23228         * resolv/res_data.c: Likewise.
23229         * soft-fp/op-1.h: Likewise.
23230         * soft-fp/op-2.h: Likewise.
23231         * soft-fp/op-4.h: Likewise.
23232         * soft-fp/op-common.h: Likewise.
23233         * stdio-common/printf_fphex.c: Likewise.
23234         * stdlib/strtod_l.c: Likewise.
23235         * sunrpc/rpc/clnt.h: Likewise.
23236         * sysdeps/generic/framestate.c: Likewise.
23237         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23238         * sysdeps/i386/bsd-setjmp.S: Likewise.
23239         * sysdeps/i386/__longjmp.S: Likewise.
23240         * sysdeps/i386/setjmp.S: Likewise.
23241         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23242         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23243         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23244         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23245         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23246         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23247         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23248         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23249         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23250         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23251         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23252         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23253         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23254         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23255         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23256         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23257         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23258         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23259         * sysdeps/ieee754/support.c: Likewise.
23260         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23261         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23262         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23263         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23264         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23265         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23266         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23267         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23268         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23269         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23270         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23271         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23272         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23273         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23274         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23275         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23276         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23278
23279 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23280
23281         * posix/transbug.c: Remove executable mode.
23282
23283 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23284
23285         * crypt/speeds.c: Remove trailing whitespace.
23286         * dlfcn/default.c: Likewise.
23287         * elf/ifuncdep2.c: Likewise.
23288         * elf/ifuncmain1.c: Likewise.
23289         * elf/ifuncmain1vis.c: Likewise.
23290         * elf/testobj.h: Likewise.
23291         * elf/tst-stackguard1.c: Likewise.
23292         * gmon/sys/gmon.h: Likewise.
23293         * hurd/hurdmsg.c: Likewise.
23294         * hurd/new-fd.c: Likewise.
23295         * hurd/ports-get.c: Likewise.
23296         * iconvdata/ibm1008_420.c: Likewise.
23297         * inet/tst-getni1.c: Likewise.
23298         * inet/tst-getni2.c: Likewise.
23299         * libio/ioungetc.c: Likewise.
23300         * libio/wfiledoalloc.c: Likewise.
23301         * manual/libm-err-tab.pl: Likewise.
23302         * math/w_dremf.c: Likewise.
23303         * misc/ftruncate.c: Likewise.
23304         * posix/bug-glob2.c: Likewise.
23305         * posix/tst-pcre.c: Likewise.
23306         * posix/wait4.c: Likewise.
23307         * resolv/README: Likewise.
23308         * resolv/res_debug.h: Likewise.
23309         * resolv/tst-inet_ntop.c: Likewise.
23310         * setjmp/bug269-setjmp.c: Likewise.
23311         * soft-fp/extended.h: Likewise.
23312         * soft-fp/op-1.h: Likewise.
23313         * soft-fp/op-2.h: Likewise.
23314         * soft-fp/op-4.h: Likewise.
23315         * soft-fp/op-8.h: Likewise.
23316         * soft-fp/testit.c: Likewise.
23317         * stdio-common/bug16.c: Likewise.
23318         * stdlib/random.c: Likewise.
23319         * sunrpc/rpcsvc/rquota.x: Likewise.
23320         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23321         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23322         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23323         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23324         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23325         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23326         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23327         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23328         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23329         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23330         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23331         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23332         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23333         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23334         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23335         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23336         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23337         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23338         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23339         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23340         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23341         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23342         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23343         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23344         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23345         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23346         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23347         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23348         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23349         * sysdeps/ieee754/s_lib_version.c: Likewise.
23350         * sysdeps/mach/hurd/check_fds.c: Likewise.
23351         * sysdeps/mach/hurd/getsockname.c: Likewise.
23352         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23353         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23354         * sysdeps/powerpc/bits/link.h: Likewise.
23355         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23356         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23357         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23358         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23359         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23360         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23361         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23362         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23363         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23364         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23365         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23366         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23367         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23368         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23369         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23370         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23371         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23372         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23373         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23374         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23375         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23376         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23377         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23378         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23379         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23380         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23381         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23382         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23383         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23384         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23385         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23386         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23387         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23388         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23389         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23390         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23391         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23392         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23393         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23394         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23395         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23396         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23397         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23398         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23399         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23400         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23401         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23402         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23403         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23404         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23405         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23406         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23407         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23408         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23409         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23410         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23411         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23412         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23413         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23414         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23415         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23416         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23417         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23418         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23419         * sysdeps/powerpc/sysdep.h: Likewise.
23420         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23421         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23422         * sysdeps/sh/dl-trampoline.S: Likewise.
23423         * sysdeps/sh/memset.S: Likewise.
23424         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23425         * sysdeps/sh/strlen.S: Likewise.
23426         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23427         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23428         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23429         * sysdeps/sparc/sparc32/rem.S: Likewise.
23430         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23431         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23432         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23433         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23434         * sysdeps/sparc/sparc32/urem.S: Likewise.
23435         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23436         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23437         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23438         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23439         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23440         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23441         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23442         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23443         * sysdeps/unix/bsd/times.c: Likewise.
23444         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23445         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23449         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23450         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23451         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23452         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23453         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23454         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23455         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23456         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23457         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23458         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23459         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23460         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23461         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23462         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23463         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23464         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23465         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23466         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23467         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23468         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23469         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23470         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23471         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23472         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23473         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23474         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23475         * sysdeps/x86_64/strcspn.S: Likewise.
23476
23477 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23478
23479         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23480         generated file.  Regenerate properly from gen-translit.pl.
23481         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23482         locale/C-translit.h.
23483
23484 2013-06-05  Andreas Schwab  <schwab@suse.de>
23485
23486         [BZ #15100]
23487         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23488         week as 6 instead of -1.
23489         * time/tst-strptime.c (day_tests): Add test case.
23490
23491 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23492
23493         * sysdeps/generic/math_private.h
23494         (libc_feholdexcept_setround_53bit): Replace with
23495         libc_feholdsetround_53bit.
23496         (libc_feupdateenv_53bit): Replace with
23497         libc_feresetround_53bit.
23498         (SET_RESTORE_ROUND_53BIT): Adjust.
23499
23500 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23501
23502         * string/test-strchrnul.c: Add copyright header.
23503
23504         * posix/tst-getaddrinfo4.c: Increase test timeout.
23505
23506 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23507
23508         [BZ #15536]
23509         * math/libm-test.inc (MAX_EXP): Remove
23510         (MIN_EXP): Define.
23511         (ulp): Use MIN_EXP - MANT_DIG.
23512         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23513
23514 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23515
23516         * po/be.po: Revert last change.
23517         * po/zh_CN.po: Likewise.
23518         * po/header.pot: Likewise.
23519
23520 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23521
23522         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23523         link-libc-deps to empty as target-specific variable.
23524         * Makerules (link-libc-args): New variable.
23525         (libc-for-link): Likewise.
23526         (link-libc-deps): Likewise.
23527         (lib%.so): Depend on $(link-libc-deps).  Link with
23528         $(link-libc-args).
23529         (build-module): Link with $(link-libc-args).
23530         (build-module-asneeded): Likewise.
23531         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23532         list of objects.
23533         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23534         target-specific variable.
23535         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23536         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23537         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23538         libc.
23539         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23540         libc and ld.so.
23541         ($(objpfx)libpcprofile.so): Likewise.
23542         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23543         libc_nonshared.a.
23544         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23545         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23546         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23547         $(link-libc-deps).
23548         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23549         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23550         * login/Makefile ($(objpfx)libutil.so): Likewise.
23551         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23552         * math/Makefile ($(objpfx)libm.so): Likewise.
23553         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23554         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23555         variable instead of depending directly on libc.
23556         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23557         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23558         $(link-libc-deps).
23559         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23560         libc.
23561         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23562         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23563         ($(objpfx)libanl.so): Likewise.
23564         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23565         ld.so.
23566         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23567         $(link-libc-deps).
23568         * sysdeps/i386/fpu/Makefile: Remove file.
23569         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23570         ($(objpfx)libm.so): Remove dependency on ld.so.
23571
23572 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23573
23574         [BZ # 15553]
23575         * nis/yp_xdr.c (XDRMAXNAME): Define.
23576         (XDRMAXRECORD): Define.
23577         (xdr_domainname): Use XDRMAXNAME.
23578         (xdr_mapname): Likewise.
23579         (xdr_peername): Likewise.
23580         (xdr_keydat): Use XDRMAXRECORD.
23581         (xdr_valdat): Likewise.
23582
23583 2013-05-30  Jeff Law  <law@redhat.com>
23584
23585         [BZ #14256]
23586         * manual/errno.texi (ESTALE): Update to account for more than
23587         just NFS file systems.
23588         * sysdeps/gnu/errlist.c: Regenerated.
23589
23590 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23591
23592         [BZ #15465]
23593         * elf/Makefile (tests): Add tst-null-argv.
23594         (modules-names):  Add tst-null-argv-lib.
23595         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23596         (tst-null-argv-ENV): Set environment for tst-null-argv.
23597         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23598         (RTLD_PROGNAME): New macro.
23599         * elf/tst-null-argv.c: New test case.
23600         * elf/tst-null-argv-lib.c: Library for test case.
23601         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23602         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23603         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23604         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23605         * elf/dl-init.c (call_init): Likewise.
23606         (_dl_init): Likewise.
23607         * elf/dl-load.c (print_search_path): Likewise.
23608         (_dl_map_object): Likewise.
23609         * elf/dl-lookup.c (do_lookup_x): Likewise.
23610         (add_dependency): Likewise.
23611         (_dl_lookup_symbol_x): Likewise.
23612         (_dl_debug_bindings): Likewise.
23613         * elf/dl-open.c (_dl_show_scope): Likewise.
23614         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23615         * elf/dl-version.c (match_symbol): Likewise.
23616         (_dl_check_map_versions): Likewise.
23617         * elf/rtld.c (dl_main): Likewise.
23618         (print_unresolved): Use RTLD_PROGNAME.
23619         (print_missing_version): Likewise.
23620         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23621         (elf_machine_rela): Likewise.
23622         * sysdeps/powerpc/powerpc32/dl-machine.c
23623         (__process_machine_rela): Likewise.
23624         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23625         Likewise.
23626         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23627         Likewise.
23628         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23629         Likewise.
23630         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23631         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23632         Likewise.
23633         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23634         Likewise.
23635         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23636
23637 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23638
23639         * po/be.po: Add descriptive title.
23640         * po/zh_CN.po: Likewise.
23641         * po/header.pot: Likewise.
23642
23643 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23644
23645         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23646         error message.
23647         (enlarge_archive): Likewise.
23648
23649 2013-05-28  Ben North  <ben@redfrontdoor.org>
23650
23651         * manual/arith.texi (frexp): It is the magnitude of the return
23652         value which lies in [0.5, 1), not the return value itself.
23653
23654 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23655
23656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23657
23658 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23659
23660         * stdio-common/bug26.c (main): Correct fscanf template.
23661
23662         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23663         declare _dl_skip_args.
23664
23665         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23666         Don't declare.
23667
23668         * manual/platform.texi: Add missing @end deftypefun.
23669
23670 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23671
23672         [BZ #15529]
23673         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23674         bit of mantissa of 2^16382.
23675         * math/libm-test.inc (hypot_test_data): Add more tests.
23676
23677         * math/libm-test.inc: Add drem and pow10 to list of tested
23678         functions.
23679         (pow10_test): New function.
23680         (drem_test): Likewise.
23681         (drem_test_tonearest): Likewise.
23682         (drem_test_towardzero): Likewise.
23683         (drem_test_downward): Likewise.
23684         (drem_test_upward): Likewise.
23685         (main): Call the new functions.
23686
23687         * math/libm-test.inc (finite_test_data): Remove.
23688         (finite_test): Run tests from isfinite_test_data.
23689         (gamma_test_data): Remove.
23690         (gamma_test): Run tests from lgamma_test_data.
23691         * sysdeps/i386/fpu/libm-test-ulps: Update.
23692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23693
23694 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23695
23696         * manual/platform.texi: Add PowerPC PPR function set documentation.
23697         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23698         implementation.
23699
23700 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23701
23702         * math/libm-test.inc (MAX_EXP): Define.
23703         (ULPDIFF): Define.
23704         (ulp): New function.
23705         (check_float_internal): Use ULPDIFF.
23706         (cpow_test): Disable failing test.
23707         (check_ulp): Test ulp() implemetnation.
23708         (main): Call check_ulp before starting tests.
23709
23710 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23711
23712         * math/gen-libm-test.pl (generate_testfile): Do not handle
23713         START_DATA and END_DATA.
23714         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23715         END_DATA.
23716         (acos_tonearest_test_data): Likewise.
23717         (acos_towardzero_test_data): Likewise.
23718         (acos_downward_test_data): Likewise.
23719         (acos_upward_test_data): Likewise.
23720         (acosh_test_data): Likewise.
23721         (asin_test_data): Likewise.
23722         (asin_tonearest_test_data): Likewise.
23723         (asin_towardzero_test_data): Likewise.
23724         (asin_downward_test_data): Likewise.
23725         (asin_upward_test_data): Likewise.
23726         (asinh_test_data): Likewise.
23727         (atan_test_data): Likewise.
23728         (atanh_test_data): Likewise.
23729         (atan2_test_data): Likewise.
23730         (cabs_test_data): Likewise.
23731         (cacos_test_data): Likewise.
23732         (cacosh_test_data): Likewise.
23733         (carg_test_data): Likewise.
23734         (casin_test_data): Likewise.
23735         (casinh_test_data): Likewise.
23736         (catan_test_data): Likewise.
23737         (catanh_test_data): Likewise.
23738         (cbrt_test_data): Likewise.
23739         (ccos_test_data): Likewise.
23740         (ccosh_test_data): Likewise.
23741         (ceil_test_data): Likewise.
23742         (cexp_test_data): Likewise.
23743         (cimag_test_data): Likewise.
23744         (clog_test_data): Likewise.
23745         (clog10_test_data): Likewise.
23746         (conj_test_data): Likewise.
23747         (copysign_test_data): Likewise.
23748         (cos_test_data): Likewise.
23749         (cos_tonearest_test_data): Likewise.
23750         (cos_towardzero_test_data): Likewise.
23751         (cos_downward_test_data): Likewise.
23752         (cos_upward_test_data): Likewise.
23753         (cosh_test_data): Likewise.
23754         (cosh_tonearest_test_data): Likewise.
23755         (cosh_towardzero_test_data): Likewise.
23756         (cosh_downward_test_data): Likewise.
23757         (cosh_upward_test_data): Likewise.
23758         (cpow_test_data): Likewise.
23759         (cproj_test_data): Likewise.
23760         (creal_test_data): Likewise.
23761         (csin_test_data): Likewise.
23762         (csinh_test_data): Likewise.
23763         (csqrt_test_data): Likewise.
23764         (ctan_test_data): Likewise.
23765         (ctan_tonearest_test_data): Likewise.
23766         (ctan_towardzero_test_data): Likewise.
23767         (ctan_downward_test_data): Likewise.
23768         (ctan_upward_test_data): Likewise.
23769         (ctanh_test_data): Likewise.
23770         (ctanh_tonearest_test_data): Likewise.
23771         (ctanh_towardzero_test_data): Likewise.
23772         (ctanh_downward_test_data): Likewise.
23773         (ctanh_upward_test_data): Likewise.
23774         (erf_test_data): Likewise.
23775         (erfc_test_data): Likewise.
23776         (exp_test_data): Likewise.
23777         (exp_tonearest_test_data): Likewise.
23778         (exp_towardzero_test_data): Likewise.
23779         (exp_downward_test_data): Likewise.
23780         (exp_upward_test_data): Likewise.
23781         (exp10_test_data): Likewise.
23782         (exp2_test_data): Likewise.
23783         (expm1_test_data): Likewise.
23784         (fabs_test_data): Likewise.
23785         (fdim_test_data): Likewise.
23786         (finite_test_data): Likewise.
23787         (floor_test_data): Likewise.
23788         (fma_test_data): Likewise.
23789         (fma_towardzero_test_data): Likewise.
23790         (fma_downward_test_data): Likewise.
23791         (fma_upward_test_data): Likewise.
23792         (fmax_test_data): Likewise.
23793         (fmin_test_data): Likewise.
23794         (fmod_test_data): Likewise.
23795         (fpclassify_test_data): Likewise.
23796         (frexp_test_data): Likewise.
23797         (gamma_test_data): Likewise.
23798         (hypot_test_data): Likewise.
23799         (ilogb_test_data): Likewise.
23800         (isfinite_test_data): Likewise.
23801         (isgreater_test_data): Likewise.
23802         (isgreaterequal_test_data): Likewise.
23803         (isinf_test_data): Likewise.
23804         (isless_test_data): Likewise.
23805         (islessequal_test_data): Likewise.
23806         (islessgreater_test_data): Likewise.
23807         (isnan_test_data): Likewise.
23808         (isnormal_test_data): Likewise.
23809         (issignaling_test_data): Likewise.
23810         (isunordered_test_data): Likewise.
23811         (j0_test_data): Likewise.
23812         (j1_test_data): Likewise.
23813         (jn_test_data): Likewise.
23814         (ldexp_test_data): Likewise.
23815         (lgamma_test_data): Likewise.
23816         (lrint_test_data): Likewise.
23817         (lrint_tonearest_test_data): Likewise.
23818         (lrint_towardzero_test_data): Likewise.
23819         (lrint_downward_test_data): Likewise.
23820         (lrint_upward_test_data): Likewise.
23821         (llrint_test_data): Likewise.
23822         (llrint_tonearest_test_data): Likewise.
23823         (llrint_towardzero_test_data): Likewise.
23824         (llrint_downward_test_data): Likewise.
23825         (llrint_upward_test_data): Likewise.
23826         (log_test_data): Likewise.
23827         (log10_test_data): Likewise.
23828         (log1p_test_data): Likewise.
23829         (log2_test_data): Likewise.
23830         (logb_test_data): Likewise.
23831         (logb_downward_test_data): Likewise.
23832         (lround_test_data): Likewise.
23833         (llround_test_data): Likewise.
23834         (modf_test_data): Likewise.
23835         (nearbyint_test_data): Likewise.
23836         (nextafter_test_data): Likewise.
23837         (nexttoward_test_data): Likewise.
23838         (pow_test_data): Likewise.
23839         (pow_tonearest_test_data): Likewise.
23840         (pow_towardzero_test_data): Likewise.
23841         (pow_downward_test_data): Likewise.
23842         (pow_upward_test_data): Likewise.
23843         (remainder_test_data): Likewise.
23844         (remainder_tonearest_test_data): Likewise.
23845         (remainder_towardzero_test_data): Likewise.
23846         (remainder_downward_test_data): Likewise.
23847         (remainder_upward_test_data): Likewise.
23848         (remquo_test_data): Likewise.
23849         (rint_test_data): Likewise.
23850         (rint_tonearest_test_data): Likewise.
23851         (rint_towardzero_test_data): Likewise.
23852         (rint_downward_test_data): Likewise.
23853         (rint_upward_test_data): Likewise.
23854         (round_test_data): Likewise.
23855         (scalb_test_data): Likewise.
23856         (scalbn_test_data): Likewise.
23857         (scalbln_test_data): Likewise.
23858         (signbit_test_data): Likewise.
23859         (sin_test_data): Likewise.
23860         (sin_tonearest_test_data): Likewise.
23861         (sin_towardzero_test_data): Likewise.
23862         (sin_downward_test_data): Likewise.
23863         (sin_upward_test_data): Likewise.
23864         (sincos_test_data): Likewise.
23865         (sinh_test_data): Likewise.
23866         (sinh_tonearest_test_data): Likewise.
23867         (sinh_towardzero_test_data): Likewise.
23868         (sinh_downward_test_data): Likewise.
23869         (sinh_upward_test_data): Likewise.
23870         (sqrt_test_data): Likewise.
23871         (tan_test_data): Likewise.
23872         (tan_tonearest_test_data): Likewise.
23873         (tan_towardzero_test_data): Likewise.
23874         (tan_downward_test_data): Likewise.
23875         (tan_upward_test_data): Likewise.
23876         (tanh_test_data): Likewise.
23877         (tgamma_test_data): Likewise.
23878         (trunc_test_data): Likewise.
23879         (y0_test_data): Likewise.
23880         (y1_test_data): Likewise.
23881         (yn_test_data): Likewise.
23882         (significand_test_data): Likewise.
23883
23884         * math/gen-libm-test.pl (@functions): Remove variable.
23885         (generate_testfile): Don't handle START and END lines.
23886         * math/libm-test.inc (START): New macro.
23887         (END): Likewise.
23888         (END_COMPLEX): Likewise.
23889         (acos_test): Use END macro without arguments.
23890         (acos_test_tonearest): Likewise.
23891         (acos_test_towardzero): Likewise.
23892         (acos_test_downward): Likewise.
23893         (acos_test_upward): Likewise.
23894         (acosh_test): Likewise.
23895         (asin_test): Likewise.
23896         (asin_test_tonearest): Likewise.
23897         (asin_test_towardzero): Likewise.
23898         (asin_test_downward): Likewise.
23899         (asin_test_upward): Likewise.
23900         (asinh_test): Likewise.
23901         (atan_test): Likewise.
23902         (atanh_test): Likewise.
23903         (atan2_test): Likewise.
23904         (cabs_test): Likewise.
23905         (cacos_test): Use END_COMPLEX macro without arguments.
23906         (cacosh_test): Likewise.
23907         (carg_test): Use END macro without arguments.
23908         (casin_test): Use END_COMPLEX macro without arguments.
23909         (casinh_test): Likewise.
23910         (catan_test): Likewise.
23911         (catanh_test): Likewise.
23912         (cbrt_test): Use END macro without arguments.
23913         (ccos_test): Use END_COMPLEX macro without arguments.
23914         (ccosh_test): Likewise.
23915         (ceil_test): Use END macro without arguments.
23916         (cexp_test): Use END_COMPLEX macro without arguments.
23917         (cimag_test): Use END macro without arguments.
23918         (clog_test): Use END_COMPLEX macro without arguments.
23919         (clog10_test): Likewise.
23920         (conj_test): Likewise.
23921         (copysign_test): Use END macro without arguments.
23922         (cos_test): Likewise.
23923         (cos_test_tonearest): Likewise.
23924         (cos_test_towardzero): Likewise.
23925         (cos_test_downward): Likewise.
23926         (cos_test_upward): Likewise.
23927         (cosh_test): Likewise.
23928         (cosh_test_tonearest): Likewise.
23929         (cosh_test_towardzero): Likewise.
23930         (cosh_test_downward): Likewise.
23931         (cosh_test_upward): Likewise.
23932         (cpow_test): Use END_COMPLEX macro without arguments.
23933         (cproj_test): Likewise.
23934         (creal_test): Use END macro without arguments.
23935         (csin_test): Use END_COMPLEX macro without arguments.
23936         (csinh_test): Likewise.
23937         (csqrt_test): Likewise.
23938         (ctan_test): Likewise.
23939         (ctan_test_tonearest): Likewise.
23940         (ctan_test_towardzero): Likewise.
23941         (ctan_test_downward): Likewise.
23942         (ctan_test_upward): Likewise.
23943         (ctanh_test): Likewise.
23944         (ctanh_test_tonearest): Likewise.
23945         (ctanh_test_towardzero): Likewise.
23946         (ctanh_test_downward): Likewise.
23947         (ctanh_test_upward): Likewise.
23948         (erf_test): Use END macro without arguments.
23949         (erfc_test): Likewise.
23950         (exp_test): Likewise.
23951         (exp_test_tonearest): Likewise.
23952         (exp_test_towardzero): Likewise.
23953         (exp_test_downward): Likewise.
23954         (exp_test_upward): Likewise.
23955         (exp10_test): Likewise.
23956         (exp2_test): Likewise.
23957         (expm1_test): Likewise.
23958         (fabs_test): Likewise.
23959         (fdim_test): Likewise.
23960         (finite_test): Likewise.
23961         (floor_test): Likewise.
23962         (fma_test): Likewise.
23963         (fma_test_towardzero): Likewise.
23964         (fma_test_downward): Likewise.
23965         (fma_test_upward): Likewise.
23966         (fmax_test): Likewise.
23967         (fmin_test): Likewise.
23968         (fmod_test): Likewise.
23969         (fpclassify_test): Likewise.
23970         (frexp_test): Likewise.
23971         (gamma_test): Likewise.
23972         (hypot_test): Likewise.
23973         (ilogb_test): Likewise.
23974         (isfinite_test): Likewise.
23975         (isgreater_test): Likewise.
23976         (isgreaterequal_test): Likewise.
23977         (isinf_test): Likewise.
23978         (isless_test): Likewise.
23979         (islessequal_test): Likewise.
23980         (islessgreater_test): Likewise.
23981         (isnan_test): Likewise.
23982         (isnormal_test): Likewise.
23983         (issignaling_test): Likewise.
23984         (isunordered_test): Likewise.
23985         (j0_test): Likewise.
23986         (j1_test): Likewise.
23987         (jn_test): Likewise.
23988         (ldexp_test): Likewise.
23989         (lgamma_test): Likewise.
23990         (lrint_test): Likewise.
23991         (lrint_test_tonearest): Likewise.
23992         (lrint_test_towardzero): Likewise.
23993         (lrint_test_downward): Likewise.
23994         (lrint_test_upward): Likewise.
23995         (llrint_test): Likewise.
23996         (llrint_test_tonearest): Likewise.
23997         (llrint_test_towardzero): Likewise.
23998         (llrint_test_downward): Likewise.
23999         (llrint_test_upward): Likewise.
24000         (log_test): Likewise.
24001         (log10_test): Likewise.
24002         (log1p_test): Likewise.
24003         (log2_test): Likewise.
24004         (logb_test): Likewise.
24005         (logb_test_downward): Likewise.
24006         (lround_test): Likewise.
24007         (llround_test): Likewise.
24008         (modf_test): Likewise.
24009         (nearbyint_test): Likewise.
24010         (nextafter_test): Likewise.
24011         (nexttoward_test): Likewise.
24012         (pow_test): Likewise.
24013         (pow_test_tonearest): Likewise.
24014         (pow_test_towardzero): Likewise.
24015         (pow_test_downward): Likewise.
24016         (pow_test_upward): Likewise.
24017         (remainder_test): Likewise.
24018         (remainder_test_tonearest): Likewise.
24019         (remainder_test_towardzero): Likewise.
24020         (remainder_test_downward): Likewise.
24021         (remainder_test_upward): Likewise.
24022         (remquo_test): Likewise.
24023         (rint_test): Likewise.
24024         (rint_test_tonearest): Likewise.
24025         (rint_test_towardzero): Likewise.
24026         (rint_test_downward): Likewise.
24027         (rint_test_upward): Likewise.
24028         (round_test): Likewise.
24029         (scalb_test): Likewise.
24030         (scalbn_test): Likewise.
24031         (scalbln_test): Likewise.
24032         (signbit_test): Likewise.
24033         (sin_test): Likewise.
24034         (sin_test_tonearest): Likewise.
24035         (sin_test_towardzero): Likewise.
24036         (sin_test_downward): Likewise.
24037         (sin_test_upward): Likewise.
24038         (sincos_test): Likewise.
24039         (sinh_test): Likewise.
24040         (sinh_test_tonearest): Likewise.
24041         (sinh_test_towardzero): Likewise.
24042         (sinh_test_downward): Likewise.
24043         (sinh_test_upward): Likewise.
24044         (sqrt_test): Likewise.
24045         (tan_test): Likewise.
24046         (tan_test_tonearest): Likewise.
24047         (tan_test_towardzero): Likewise.
24048         (tan_test_downward): Likewise.
24049         (tan_test_upward): Likewise.
24050         (tanh_test): Likewise.
24051         (tgamma_test): Likewise.
24052         (trunc_test): Likewise.
24053         (y0_test): Likewise.
24054         (y1_test): Likewise.
24055         (yn_test): Likewise.
24056         (significand_test): Likewise.
24057
24058 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24059
24060         [BZ #15381]
24061         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24062
24063 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24064
24065         [BZ #14894]
24066         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24067         __ppc_mdoio and __ppc_mdoom.
24068         * manual/platform.texi: Document new functions __ppc_yield,
24069         __ppc_mdoio and __ppc_mdoom.
24070
24071 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24072
24073         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24074         (main): Mention "tls" pseudo-hwcap is legacy.
24075         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24076
24077 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24078
24079         * math/gen-libm-test.pl (parse_args): Output only string of
24080         arguments as text for test name, not full call or descriptions of
24081         tests for extra outputs.
24082         (generate_testfile): Do not pass function name to parse_args.
24083         Generate this_func variable from START.
24084         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24085         field to arg_str.
24086         (struct test_ff_f_data): Likewise.
24087         (test_ff_f_data_nexttoward): Likewise.
24088         (struct test_fi_f_data): Likewise.
24089         (struct test_fl_f_data): Likewise.
24090         (struct test_if_f_data): Likewise.
24091         (struct test_fff_f_data): Likewise.
24092         (struct test_c_f_data): Likewise.
24093         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24094         (struct test_fF_f1_data): Likewise.
24095         (struct test_ffI_f1_data): Likewise.
24096         (struct test_c_c_data): Rename test_name field to arg_str.
24097         (struct test_cc_c_data): Likewise.
24098         (struct test_f_i_data): Likewise.
24099         (struct test_ff_i_data): Likewise.
24100         (struct test_f_l_data): Likewise.
24101         (struct test_f_L_data): Likewise.
24102         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24103         and extra2_name.
24104         (COMMON_TEST_SETUP): New macro.
24105         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24106         (COMMON_TEST_CLEANUP): Likewise.
24107         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24108         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24109         macros.
24110         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24111         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24112         macros.
24113         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24114         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24115         cleanup macros.
24116         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24117         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24118         macros.
24119         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24120         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24121         macros.
24122         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24123         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24124         cleanup macros.
24125         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24126         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24127         cleanup macros.
24128         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24129         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24130         cleanup macros.
24131         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24132         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24133         macros.
24134         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24135         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24136         macros.
24137         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24138         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24139         macros.
24140         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24141         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24142         cleanup macros.
24143         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24144         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24145         cleanup macros.
24146         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24147         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24148         macros.
24149         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24150         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24151         cleanup macros.
24152         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24153         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24154         macros.
24155         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24156         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24157         macros.
24158         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24159         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24160         cleanup macros.
24161         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24162
24163 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24164
24165         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24166         to _sifields.sigfault.
24167         (si_addr_lsb): Define new macro.
24168         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24169         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24170         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24171
24172 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24173
24174         [BZ #15441]
24175         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24176         returns -1.
24177         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24178         null return -1.
24179         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24180         loading the domain.
24181
24182 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24183
24184         * math/gen-libm-test.pl (parse_args): Do not include expected
24185         result in test name.
24186         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24187         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24188         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24189         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24190         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24192
24193 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24194
24195         * benchtests/Makefile: Sort function entries.
24196
24197         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24198         tanh, asinh, acosh, atanh.
24199         * benchtests/acos-inputs: New file.
24200         * benchtests/acosh-inputs: New file.
24201         * benchtests/asin-inputs: New file.
24202         * benchtests/asinh-inputs: New file.
24203         * benchtests/atanh-inputs: New file.
24204         * benchtests/cosh-inputs: New file.
24205         * benchtests/log-inputs: New file.
24206         * benchtests/sinh-inputs: New file.
24207         * benchtests/tanh-inputs: New file.
24208
24209 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24210
24211         [BZ #15339]
24212         * posix/tst-getaddrinfo4.c: New test.
24213         * posix/Makefile (tests): Add it.
24214
24215 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24216
24217         [BZ #15339]
24218         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24219         when no services were used.
24220         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24221         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24222
24223 2013-05-21  Andreas Schwab  <schwab@suse.de>
24224
24225         [BZ #15014]
24226         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24227         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24228         successful.
24229         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24230         redundant variable declarations and reallocation of buffer when
24231         parsing as IPv6 address.  Always set NSS status when called from
24232         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24233         buffer too small.  Correct computation of needed size.
24234         * nss/Makefile (tests): Add test-digits-dots.
24235         * nss/test-digits-dots.c: New test.
24236
24237 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24238
24239         * benchtests/Makefile: Remove instructions for adding
24240         benchmark tests.
24241         * benchtests/README: New file to explain how to execute and
24242         enhance the benchmark tests.
24243
24244 2013-05-21  Andreas Schwab  <schwab@suse.de>
24245
24246         [BZ #15493]
24247         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24248         * setjmp/tst-sigsetjmp.c: New test.
24249
24250 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24251
24252         * sysdeps/x86_64/memset.S (memset): New implementation.
24253         (__bzero): Likewise.
24254         (__memset_tail): New function.
24255
24256 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24257
24258         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24259         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24260         __memcpy_sse2_unaligned ifunc selection.
24261         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24262         Add memcpy-sse2-unaligned.S.
24263         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24264         Add: __memcpy_sse2_unaligned.
24265
24266 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24267
24268         [BZ #15490]
24269         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24270         math_force_eval before restoring floating-point envrionment.
24271         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24272         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24273         Likewise.
24274         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24275         <math_private.h>.
24276         (__nearbyintl): Use math_force_eval before restoring
24277         floating-point environment.
24278         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24279
24280         * math/gen-libm-test.pl (special_functions): Remove.
24281         (parse_args): Don't handle TEST_extra.  Handle functions with no
24282         return value.
24283         * math/libm-test.inc (struct test_sincos_data): Replace with
24284         struct test_fFF_11_data.
24285         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24286         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24287         (sincos_test_data): Change element type to struct
24288         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24289         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24290         RUN_TEST_LOOP_sincos.
24291         * math/README.libm-test: Don't mention special handling of
24292         individual functions.
24293         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24294         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24295         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24296         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24297         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24299
24300         * math/gen-libm-test.pl (get_variable): Remove function.
24301         (parse_args): Don't show pointer parameters to call in test
24302         names.  Use "extra output N" in test names for extra outputs
24303         rather than naming variables.
24304
24305 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24306
24307         [BZ #15488]
24308         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24309         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24310         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24311         double tests.
24312         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24313         disable.
24314         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24315         check_long_double.
24316
24317         * math/gen-libm-test.pl (@tests): Remove variable.
24318         ($count): Likewise.
24319         (new_test): Remove function.
24320         (show_exceptions): New function.
24321         (special_functions): Use show_exceptions instead of new_test.
24322         (parse_args): Likewise.
24323         (generate_testfile): Pass only function name in generated call to
24324         print_max_error or print_complex_max_error.
24325         (get_ulps): Do not handle complex tests specially.
24326         (output_test): Rename to ...
24327         (get_all_ulps_for_test): ... this.  Return a string rather than
24328         printing to a file.  Require ulps to be present.
24329         (output_ulps): Generate arrays rather than #defines.
24330         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24331         (struct ulp_data): New type.
24332         (BUILD_COMPLEX_ULP): Remove macro.
24333         (compare_ulp_data): New function.
24334         (find_ulps): Likewise.
24335         (find_test_ulps): Likewise.
24336         (find_function_ulps): Likewise.
24337         (find_complex_function_ulps): Likewise.
24338         (print_max_error): Determine allowed ulps using
24339         find_function_ulps.
24340         (print_complex_max_error): Determine allowed ulps using
24341         find_complex_function_ulps.
24342         (check_float_internal): Determine max ulps using find_test_ulps.
24343         (check_float): Do not take max_ulp parameter.  Update call to
24344         check_float_internal.
24345         (check_complex): Likewise.
24346         (check_int): Do not take max_ulp parameter.
24347         (check_long): Likewise.
24348         (check_bool): Likewise.
24349         (check_longlong): Likewise.
24350         (struct test_f_f_data): Remove max_ulp field.
24351         (struct test_ff_f_data): Likewise.
24352         (struct test_ff_f_data_nexttoward): Likewise.
24353         (struct test_fi_f_data): Likewise.
24354         (struct test_fl_f_data): Likewise.
24355         (struct test_if_f_data): Likewise.
24356         (struct test_fff_f_data): Likewise.
24357         (struct test_c_f_data): Likewise.
24358         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24359         (struct test_fF_f1_data): Likewise.
24360         (struct test_ffI_f1_data): Likewise.
24361         (struct test_c_c_data): Remove max_ulp field.
24362         (struct test_cc_c_data): Likewise.
24363         (struct test_f_i_data): Likewise.
24364         (struct test_ff_i_data): Likewise.
24365         (struct test_f_l_data): Likewise.
24366         (struct test_f_L_data): Likewise.
24367         (struct test_sincos_data): Likewise.
24368         (RUN_TEST_f_f): Do not handle ulps.
24369         (RUN_TEST_LOOP_f_f): Likewise.
24370         (RUN_TEST_2_f): Likewise.
24371         (RUN_TEST_LOOP_2_f): Likewise.
24372         (RUN_TEST_fff_f): Likewise.
24373         (RUN_TEST_LOOP_fff_f): Likewise.
24374         (RUN_TEST_c_f): Likewise.
24375         (RUN_TEST_LOOP_c_f): Likewise.
24376         (RUN_TEST_f_f1): Likewise.
24377         (RUN_TEST_LOOP_f_f1): Likewise.
24378         (RUN_TEST_fF_f1): Likewise.
24379         (RUN_TEST_LOOP_fF_f1): Likewise.
24380         (RUN_TEST_fI_f1): Likewise.
24381         (RUN_TEST_LOOP_fI_f1): Likewise.
24382         (RUN_TEST_ffI_f1): Likewise.
24383         (RUN_TEST_LOOP_ffI_f1): Likewise.
24384         (RUN_TEST_c_c): Likewise.
24385         (RUN_TEST_LOOP_c_c): Likewise.
24386         (RUN_TEST_cc_c): Likewise.
24387         (RUN_TEST_LOOP_cc_c): Likewise.
24388         (RUN_TEST_f_i): Likewise.
24389         (RUN_TEST_LOOP_f_i): Likewise.
24390         (RUN_TEST_f_i_tg): Likewise.
24391         (RUN_TEST_LOOP_f_i_tg): Likewise.
24392         (RUN_TEST_ff_i_tg): Likewise.
24393         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24394         (RUN_TEST_f_b): Likewise.
24395         (RUN_TEST_LOOP_f_b): Likewise.
24396         (RUN_TEST_f_b_tg): Likewise.
24397         (RUN_TEST_LOOP_f_b_tg): Likewise.
24398         (RUN_TEST_f_l): Likewise.
24399         (RUN_TEST_LOOP_f_l): Likewise.
24400         (RUN_TEST_f_L): Likewise.
24401         (RUN_TEST_LOOP_f_L): Likewise.
24402         (RUN_TEST_sincos): Likewise.
24403         (RUN_TEST_LOOP_sincos): Likewise.
24404
24405 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24406
24407         [BZ #15480]
24408         [BZ #15485]
24409         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24410         main case of finite arguments, set rounding mode to FE_TONEAREST
24411         and discard exceptions.
24412         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24413         exceptions.
24414         (remainder_tonearest_test_data): New variable.
24415         (remainder_test_tonearest): New function.
24416         (remainder_towardzero_test_data): New variable.
24417         (remainder_test_towardzero): New function.
24418         (remainder_downward_test_data): New variable.
24419         (remainder_test_downward): New function.
24420         (remainder_upward_test_data): New variable.
24421         (remainder_test_upward): New function.
24422         (main): Call the new test functions.
24423
24424         * math/libm-test.inc (struct test_f_f1_data): Remove field
24425         extra_init.
24426         (struct test_fF_f1_data): Likewise.
24427         (struct test_ffI_f1_data): Likewise.
24428         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24429         based on value of EXTRA_EXPECTED.
24430         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24431         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24432         EXTRA_VAR based on value of EXTRA_EXPECTED.
24433         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24434         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24435         EXTRA_VAR based on value of EXTRA_EXPECTED.
24436         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24437         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24438         EXTRA_VAR based on value of EXTRA_EXPECTED.
24439         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24440         * math/gen-libm-test.pl (parse_args): Don't output initializers
24441         for extra output values.
24442
24443         * math/libm-test.inc (check_int): Expect result to be exactly
24444         equal to expected value and do not handle ulps.
24445         (check_long): Likewise.
24446         (check_longlong): Likewise.
24447
24448         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24449         exceptions.
24450         (cimag_test_data): Likewise.
24451         (conj_test_data): Likewise.
24452         (copysign_test_data): Likewise.
24453         (cproj_test_data): Likewise.
24454         (creal_test_data): Likewise.
24455         (fabs_test_data): Likewise.
24456         (fdim_test_data): Likewise.
24457         (finite_test_data): Likewise.
24458         (floor_test_data): Likewise.
24459         (fmax_test_data): Likewise.
24460         (fmin_test_data): Likewise.
24461         (fmod_test_data): Likewise.
24462         (fpclassify_test_data): Likewise.
24463         (frexp_test_data): Likewise.
24464         (ilogb_test_data): Likewise.
24465         (isfinite_test_data): Likewise.
24466         (isgreater_test_data): Likewise.
24467         (isgreaterequal_test_data): Likewise.
24468         (isinf_test_data): Likewise.
24469         (isless_test_data): Likewise.
24470         (islessequal_test_data): Likewise.
24471         (islessgreater_test_data): Likewise.
24472         (isnan_test_data): Likewise.
24473         (isnormal_test_data): Likewise.
24474         (issignaling_test_data): Likewise.
24475         (isunordered_test_data): Likewise.
24476         (ldexp_test_data): Likewise.
24477         (lrint_test_data): Likewise.
24478         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24479         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24480         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24481         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24482         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24483         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24484         test input.
24485         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24486         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24487         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24488         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24489         that test input.
24490         (lrint_downward_test_data): Test for "inexact" exceptions.
24491         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24492         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24493         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24494         test input.
24495         (lrint_upward_test_data): Test for "inexact" exceptions.
24496         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24497         test input.
24498         (llrint_test_data): Test for "inexact" exceptions.
24499         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24500         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24501         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24502         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24503         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24504         (llrint_downward_test_data): Test for "inexact" exceptions.
24505         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24506         (llrint_upward_test_data): Test for "inexact" exceptions.
24507         (logb_test_data): Likewise.
24508         (logb_downward_test_data): Likewise.
24509         (nextafter_test_data): Likewise.
24510         (nexttoward_test_data): Likewise.
24511         (remainder_test_data): Likewise.
24512         (remquo_test_data): Likewise.
24513         (scalbn_test_data): Likewise.
24514         (scalbln_test_data): Likewise.
24515         (signbit_test_data): Likewise.
24516         (sqrt_test_data): Likewise.
24517         (significand_test_data): Likewise.
24518
24519 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24520
24521         [BZ #15424]
24522         * benchtests/bench-modf.c (struct args): Mark arg0 as
24523         volatile.
24524         * scripts/bench.pl: Mark members of struct args as volatile.
24525
24526 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24527
24528         [BZ # 15497]
24529         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24530         negative infinity on POWER6 or lower.
24531         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24532
24533 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24534
24535         [BZ #15442]
24536         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24537         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24538         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24539         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24540         (_FP_SETQNAN): New macro.
24541         (_FP_SETQNAN_SEMIRAW): Likewise.
24542         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24543         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24544         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24545         (FP_EXTEND): Use _FP_FRAC_SNANP.
24546         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24547         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24548         into account.
24549         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24550         New macro.
24551         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24552         Likewise.
24553
24554 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24555
24556         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24557         with DIVIDE_BY_ZERO_EXCEPTION.
24558         (gamma_test_data): Likewise.
24559         (lgamma_test_data): Likewise.
24560         (log_test_data): Likewise.
24561         (log10_test_data): Likewise.
24562         (log2_test_data): Likewise.
24563         (tgamma_test_data): Likewise.
24564
24565         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24566         (acos_test_tonearest): Likewise.
24567         (acos_test_towardzero): Likewise.
24568         (acos_test_downward): Likewise.
24569         (acos_test_upward): Likewise.
24570         (acosh_test): Likewise.
24571         (asin_test): Likewise.
24572         (asin_test_tonearest): Likewise.
24573         (asin_test_towardzero): Likewise.
24574         (asin_test_downward): Likewise.
24575         (asin_test_upward): Likewise.
24576         (asinh_test): Likewise.
24577         (atan_test): Likewise.
24578         (atanh_test): Likewise.
24579         (atan2_test): Likewise.
24580         (cabs_test): Likewise.
24581         (cacos_test): Likewise.
24582         (cacosh_test): Likewise.
24583         (casin_test): Likewise.
24584         (casinh_test): Likewise.
24585         (catan_test): Likewise.
24586         (catanh_test): Likewise.
24587         (cbrt_test): Likewise.
24588         (ccos_test): Likewise.
24589         (ccosh_test): Likewise.
24590         (cexp_test): Likewise.
24591         (clog_test): Likewise.
24592         (clog10_test): Likewise.
24593         (cos_test): Likewise.
24594         (cos_test_tonearest): Likewise.
24595         (cos_test_towardzero): Likewise.
24596         (cos_test_downward): Likewise.
24597         (cos_test_upward): Likewise.
24598         (cosh_test): Likewise.
24599         (cosh_test_tonearest): Likewise.
24600         (cosh_test_towardzero): Likewise.
24601         (cosh_test_downward): Likewise.
24602         (cosh_test_upward): Likewise.
24603         (cpow_test): Likewise.
24604         (csin_test): Likewise.
24605         (csinh_test): Likewise.
24606         (csqrt_test): Likewise.
24607         (ctan_test): Likewise.
24608         (ctan_test_tonearest): Likewise.
24609         (ctan_test_towardzero): Likewise.
24610         (ctan_test_downward): Likewise.
24611         (ctan_test_upward): Likewise.
24612         (ctanh_test): Likewise.
24613         (ctanh_test_tonearest): Likewise.
24614         (ctanh_test_towardzero): Likewise.
24615         (ctanh_test_downward): Likewise.
24616         (ctanh_test_upward): Likewise.
24617         (erf_test): Likewise.
24618         (erfc_test): Likewise.
24619         (exp_test): Likewise.
24620         (exp_test_tonearest): Likewise.
24621         (exp_test_towardzero): Likewise.
24622         (exp_test_downward): Likewise.
24623         (exp_test_upward): Likewise.
24624         (exp10_test): Likewise.
24625         (exp2_test): Likewise.
24626         (expm1_test): Likewise.
24627         (fmod_test): Likewise.
24628         (gamma_test): Likewise.
24629         (hypot_test): Likewise.
24630         (j0_test): Likewise.
24631         (j1_test): Likewise.
24632         (jn_test): Likewise.
24633         (lgamma_test): Likewise.
24634         (log_test): Likewise.
24635         (log10_test): Likewise.
24636         (log1p_test): Likewise.
24637         (log2_test): Likewise.
24638         (logb_test_downward): Likewise.
24639         (pow_test): Likewise.
24640         (pow_test_tonearest): Likewise.
24641         (pow_test_towardzero): Likewise.
24642         (pow_test_downward): Likewise.
24643         (pow_test_upward): Likewise.
24644         (remainder_test): Likewise.
24645         (remquo_test): Likewise.
24646         (sin_test): Likewise.
24647         (sin_test_tonearest): Likewise.
24648         (sin_test_towardzero): Likewise.
24649         (sin_test_downward): Likewise.
24650         (sin_test_upward): Likewise.
24651         (sincos_test): Likewise.
24652         (sinh_test): Likewise.
24653         (sinh_test_tonearest): Likewise.
24654         (sinh_test_towardzero): Likewise.
24655         (sinh_test_downward): Likewise.
24656         (sinh_test_upward): Likewise.
24657         (sqrt_test): Likewise.
24658         (tan_test): Likewise.
24659         (tan_test_tonearest): Likewise.
24660         (tan_test_towardzero): Likewise.
24661         (tan_test_downward): Likewise.
24662         (tan_test_upward): Likewise.
24663         (tanh_test): Likewise.
24664         (tgamma_test): Likewise.
24665         (y0_test): Likewise.
24666         (y1_test): Likewise.
24667         (yn_test): Likewise.
24668
24669         * math/gen-libm-test.pl (adjust_arg): Remove function.
24670         (special_function): Remove argument $in_func.  Only handle
24671         generating output for tables of tests, not inside functions.
24672         (parse_args): Likewise.
24673         (generate_testfile): Remove variable $in_func.  Update call to
24674         parse_args.
24675         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24676         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24677         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24678         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24679         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24680         (MAX_VALUE_INIT): Rename macro to max_value.
24681         (MIN_VALUE_INIT): Rename macro to min_value.
24682         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24683         (plus_zero): Remove variable.
24684         (minus_zero): Likewise.
24685         (plus_infty): Likewise.
24686         (minus_infty): Likewise.
24687         (qnan_value): Likewise.
24688         (max_value): Likewise.
24689         (min_value): Likewise.
24690         (min_subnorm_value): Likewise.
24691
24692 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24693
24694         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24695         uint64_t or uint32_t usage.
24696         * crypt/sha256-block.c: Likewise.
24697         * crypt/sha256-crypt.c: Likewise.
24698         * crypt/sha256.c: Likewise.
24699         * crypt/sha512-block.c: Likewise.
24700         * crypt/sha512-crypt.c: Likewise.
24701         * crypt/sha512.c: Likewise.
24702         * debug/backtrace-tst.c: Likewise.
24703         * debug/pcprofiledump.c: Likewise.
24704         * elf/cache.c: Likewise.
24705         * elf/dl-cache.c: Likewise.
24706         * elf/dl-misc.c: Likewise.
24707         * elf/dl-profile.c: Likewise.
24708         * elf/dl-support.c: Likewise.
24709         * elf/ldconfig.c: Likewise.
24710         * elf/sprof.c: Likewise.
24711         * iconv/dummy-repertoire.c: Likewise.
24712         * iconv/iconv_charmap.c: Likewise.
24713         * iconv/skeleton.c: Likewise.
24714         * iconvdata/8bit-generic.c: Likewise.
24715         * iconvdata/cp737.h: Likewise.
24716         * iconvdata/cp775.h: Likewise.
24717         * iconvdata/ibm1008.h: Likewise.
24718         * iconvdata/ibm1025.h: Likewise.
24719         * iconvdata/ibm1046.h: Likewise.
24720         * iconvdata/ibm1097.h: Likewise.
24721         * iconvdata/ibm1112.h: Likewise.
24722         * iconvdata/ibm1122.h: Likewise.
24723         * iconvdata/ibm1123.h: Likewise.
24724         * iconvdata/ibm1124.h: Likewise.
24725         * iconvdata/ibm1129.h: Likewise.
24726         * iconvdata/ibm1130.h: Likewise.
24727         * iconvdata/ibm1132.h: Likewise.
24728         * iconvdata/ibm1133.h: Likewise.
24729         * iconvdata/ibm1137.h: Likewise.
24730         * iconvdata/ibm1140.h: Likewise.
24731         * iconvdata/ibm1141.h: Likewise.
24732         * iconvdata/ibm1142.h: Likewise.
24733         * iconvdata/ibm1143.h: Likewise.
24734         * iconvdata/ibm1144.h: Likewise.
24735         * iconvdata/ibm1145.h: Likewise.
24736         * iconvdata/ibm1146.h: Likewise.
24737         * iconvdata/ibm1147.h: Likewise.
24738         * iconvdata/ibm1148.h: Likewise.
24739         * iconvdata/ibm1149.h: Likewise.
24740         * iconvdata/ibm1153.h: Likewise.
24741         * iconvdata/ibm1154.h: Likewise.
24742         * iconvdata/ibm1155.h: Likewise.
24743         * iconvdata/ibm1156.h: Likewise.
24744         * iconvdata/ibm1157.h: Likewise.
24745         * iconvdata/ibm1158.h: Likewise.
24746         * iconvdata/ibm1160.h: Likewise.
24747         * iconvdata/ibm1161.h: Likewise.
24748         * iconvdata/ibm1162.h: Likewise.
24749         * iconvdata/ibm1163.h: Likewise.
24750         * iconvdata/ibm1164.h: Likewise.
24751         * iconvdata/ibm1166.h: Likewise.
24752         * iconvdata/ibm1167.h: Likewise.
24753         * iconvdata/ibm12712.h: Likewise.
24754         * iconvdata/ibm1390.h: Likewise.
24755         * iconvdata/ibm1399.h: Likewise.
24756         * iconvdata/ibm16804.h: Likewise.
24757         * iconvdata/ibm4517.h: Likewise.
24758         * iconvdata/ibm4899.h: Likewise.
24759         * iconvdata/ibm4909.h: Likewise.
24760         * iconvdata/ibm4971.h: Likewise.
24761         * iconvdata/ibm5347.h: Likewise.
24762         * iconvdata/ibm803.h: Likewise.
24763         * iconvdata/ibm856.h: Likewise.
24764         * iconvdata/ibm901.h: Likewise.
24765         * iconvdata/ibm902.h: Likewise.
24766         * iconvdata/ibm9030.h: Likewise.
24767         * iconvdata/ibm9066.h: Likewise.
24768         * iconvdata/ibm921.h: Likewise.
24769         * iconvdata/ibm922.h: Likewise.
24770         * iconvdata/ibm9448.h: Likewise.
24771         * iconvdata/isiri-3342.h: Likewise.
24772         * iconvdata/jis0201.h: Likewise.
24773         * include/link.h: Likewise.
24774         * include/netdb.h: Likewise.
24775         * inet/check_native.c: Likewise.
24776         * inet/check_pf.c: Likewise.
24777         * inet/getipv4sourcefilter.c: Likewise.
24778         * inet/getnameinfo.c: Likewise.
24779         * inet/getsourcefilter.c: Likewise.
24780         * inet/htonl.c: Likewise.
24781         * inet/setipv4sourcefilter.c: Likewise.
24782         * inet/setsourcefilter.c: Likewise.
24783         * inet/test-inet6_opt.c: Likewise.
24784         * inet/tst-network.c: Likewise.
24785         * locale/C-collate.c: Likewise.
24786         * locale/C-ctype.c: Likewise.
24787         * locale/C-time.c: Likewise.
24788         * locale/C-translit.h: Likewise.
24789         * locale/loadarchive.c: Likewise.
24790         * locale/programs/3level.h: Likewise.
24791         * locale/programs/charmap.c: Likewise.
24792         * locale/programs/charmap.h: Likewise.
24793         * locale/programs/ld-address.c: Likewise.
24794         * locale/programs/ld-collate.c: Likewise.
24795         * locale/programs/ld-ctype.c: Likewise.
24796         * locale/programs/ld-identification.c: Likewise.
24797         * locale/programs/ld-measurement.c: Likewise.
24798         * locale/programs/ld-messages.c: Likewise.
24799         * locale/programs/ld-monetary.c: Likewise.
24800         * locale/programs/ld-name.c: Likewise.
24801         * locale/programs/ld-numeric.c: Likewise.
24802         * locale/programs/ld-paper.c: Likewise.
24803         * locale/programs/ld-telephone.c: Likewise.
24804         * locale/programs/ld-time.c: Likewise.
24805         * locale/programs/linereader.c: Likewise.
24806         * locale/programs/locale.c: Likewise.
24807         * locale/programs/locarchive.c: Likewise.
24808         * locale/programs/locfile.h: Likewise.
24809         * locale/programs/repertoire.c: Likewise.
24810         * locale/programs/simple-hash.c: Likewise.
24811         * locale/programs/simple-hash.h: Likewise.
24812         * malloc/memusage.c: Likewise.
24813         * malloc/memusagestat.c: Likewise.
24814         * nis/nis_defaults.c: Likewise.
24815         * nis/nis_hash.c: Likewise.
24816         * nis/nis_print.c: Likewise.
24817         * nis/nis_xdr.c: Likewise.
24818         * nscd/connections.c: Likewise.
24819         * nscd/hstcache.c: Likewise.
24820         * nscd/nscd_gethst_r.c: Likewise.
24821         * nscd/nscd_getserv_r.c: Likewise.
24822         * nscd/nscd_helper.c: Likewise.
24823         * nscd/servicescache.c: Likewise.
24824         * nss/makedb.c: Likewise.
24825         * nss/nss_db/db-XXX.c: Likewise.
24826         * nss/nss_db/db-initgroups.c: Likewise.
24827         * nss/nss_db/db-netgrp.c: Likewise.
24828         * nss/nss_files/files-network.c: Likewise.
24829         * nss/nss_files/files-parse.c: Likewise.
24830         * posix/bug-regex5.c: Likewise.
24831         * posix/fnmatch_loop.c: Likewise.
24832         * posix/regcomp.c: Likewise.
24833         * posix/regexec.c: Likewise.
24834         * posix/tst-rfc3484-2.c: Likewise.
24835         * posix/tst-rfc3484-3.c: Likewise.
24836         * posix/tst-rfc3484.c: Likewise.
24837         * resolv/nss_dns/dns-canon.c: Likewise.
24838         * resolv/nss_dns/dns-network.c: Likewise.
24839         * resolv/res_init.c: Likewise.
24840         * resolv/res_mkquery.c: Likewise.
24841         * resolv/tst-aton.c: Likewise.
24842         * stdlib/cxa_atexit.c: Likewise.
24843         * stdlib/cxa_finalize.c: Likewise.
24844         * stdlib/gen-fpioconst.c: Likewise.
24845         * stdlib/strtol_l.c: Likewise.
24846         * string/tst-endian.c: Likewise.
24847         * sunrpc/auth_des.c: Likewise.
24848         * sunrpc/clnt_udp.c: Likewise.
24849         * sunrpc/rtime.c: Likewise.
24850         * sunrpc/svcauth_des.c: Likewise.
24851         * sunrpc/xdr.c: Likewise.
24852         * sunrpc/xdr_intXX_t.c: Likewise.
24853         * sunrpc/xdr_rec.c: Likewise.
24854         * sysdeps/generic/ldconfig.h: Likewise.
24855         * sysdeps/generic/ldsodefs.h: Likewise.
24856         * sysdeps/generic/memusage.h: Likewise.
24857         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24858         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24859         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24860         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24861         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24862         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24863         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24864         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24865         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24866         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24867         * sysdeps/posix/getaddrinfo.c: Likewise.
24868         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24869         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24870         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24871         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24872         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24873         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24874         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24875         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24876         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24877         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24878         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24879         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24880         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24881         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24882         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24883         * sysdeps/x86_64/dl-tls.h: Likewise.
24884         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24885         * time/alt_digit.c: Likewise.
24886         * time/era.c: Likewise.
24887         * wcsmbs/tst-c16c32-1.c: Likewise.
24888
24889 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24890
24891         * math/libm-test.inc (struct test_sincos_data): New type.
24892         (RUN_TEST_LOOP_sincos): New macro.
24893         (sincos_test_data): New variable.
24894         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24895
24896 2013-05-16  Richard Henderson  <rth@redhat.com>
24897
24898         * math/atest-exp2.c (LIMB64): New macro.
24899         (CONSTSZ): New macro.
24900         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24901         (hexdig): Move ...
24902         (print_mpn_fp): ... to function scope.
24903         (read_mpn_hex): Remove.
24904         (get_log2): Remove.
24905         (exp2_mpn): Use mp_log2.
24906         (main): Use mp_exp1.
24907
24908 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24909
24910         * math/libm-test.inc: Remove comment about not testing "inexact"
24911         exceptions.
24912         (INEXACT_EXCEPTION): New macro.
24913         (NO_INEXACT_EXCEPTION): Likewise.
24914         (INVALID_EXCEPTION_OK): Update value.
24915         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24916         (OVERFLOW_EXCEPTION_OK): Likewise.
24917         (UNDERFLOW_EXCEPTION_OK): Likewise.
24918         (IGNORE_ZERO_INF_SIGN): Likewise.
24919         (ERRNO_UNCHANGED): Likewise.
24920         (ERRNO_EDOM): Likewise.
24921         (ERRNO_ERANGE): Likewise.
24922         (test_exceptions): Handle testing "inexact" exceptions.
24923         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24924         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24925         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24926         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24927         INEXACT_EXCEPTION.
24928         (rint_towardzero_test_data): Likewise.
24929         (rint_downward_test_data): Likewise.
24930         (rint_upward_test_data): Likewise.
24931
24932         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24933         with OVERFLOW_EXCEPTION.
24934         (exp10_test_data): Likewise.
24935         (exp2_test_data): Likewise.
24936         (expm1_test_data): Likewise.
24937         (lgamma_test_data): Likewise.
24938         (pow_test_data): Likewise.
24939         (tgamma_test_data): Likewise.
24940         (yn_test_data): Remove duplicate test of overflow.
24941
24942         * math/libm-test.inc (struct test_cc_c_data): New type.
24943         (RUN_TEST_LOOP_cc_c): New macro.
24944         (cpow_test_data): New variable.
24945         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24946
24947         * math/libm-test.inc (struct test_f_L_data): New type.
24948         (RUN_TEST_LOOP_f_L): New macro.
24949         (llrint_test_data): New variable.
24950         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24951         (llrint_tonearest_test_data): New variable.
24952         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24953         (llrint_towardzero_test_data): New variable.
24954         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24955         (llrint_downward_test_data): New variable.
24956         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24957         (llrint_upward_test_data): New variable.
24958         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24959         (llround_test_data): New variable.
24960         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24961
24962 2013-05-13  Peter Collingbourne  <pcc@google.com>
24963
24964         * math/atest-exp2.c (get_log2): Remove const attribute.
24965
24966 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24967
24968         * math/libm-test.inc (struct test_f_l_data): New type.
24969         (RUN_TEST_LOOP_f_l): New macro.
24970         (lrint_test_data): New variable.
24971         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24972         (lrint_tonearest_test_data): New variable.
24973         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24974         (lrint_towardzero_test_data): New variable.
24975         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24976         (lrint_downward_test_data): New variable.
24977         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24978         (lrint_upward_test_data): New variable.
24979         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24980         (lround_test_data): New variable.
24981         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24982
24983 2013-05-15  Peter Collingbourne  <pcc@google.com>
24984
24985         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24986         (EXTRACT_WORDS64) Use where appropriate.
24987         (INSERT_WORDS64) Likewise.
24988
24989         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24990         constraints with x constraints.
24991         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24992
24993         * malloc/obstack.c (_obstack_compat): Add initializer.
24994
24995 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24996
24997         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24998         si_trapno and add si_addr_lsb to _sifields.sigfault.
24999         (si_trapno): Remove macro.
25000         (si_addr_lsb): Define new macro.
25001         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25002
25003 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25004
25005         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25006         instead of TEST_f_l.
25007         (llrint_test_tonearest): Likewise.
25008         (llrint_test_towardzero): Likewise.
25009         (llrint_test_downward): Likewise.
25010         (llrint_test_upward): Likewise.
25011         (llround_test): Likewise.
25012
25013         * math/libm-test.inc (struct test_f_i_data): Add comment.
25014         (RUN_TEST_LOOP_f_b): New macro.
25015         (RUN_TEST_LOOP_f_b_tg): Likewise.
25016         (finite_test_data): New variable.
25017         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25018         (isfinite_test_data): New variable.
25019         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25020         (isinf_test_data): New variable.
25021         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25022         (isnan_test_data): New variable.
25023         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25024         (isnormal_test_data): New variable.
25025         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25026         (issignaling_test_data): New variable.
25027         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25028         (signbit_test_data): New variable.
25029         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25030
25031         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25032         with INVALID_EXCEPTION.
25033         (acosh_test_data): Likewise.
25034         (asin_test_data): Likewise.
25035         (atanh_test_data): Likewise.
25036         (fmod_test_data): Likewise.
25037         (log_test_data): Likewise.
25038         (log10_test_data): Likewise.
25039         (log2_test_data): Likewise.
25040         (pow_test_data): Likewise.
25041         (sqrt_test_data): Likewise.
25042         (y0_test_data): Likewise.
25043         (y1_test_data): Likewise.
25044         (yn_test_data): Likewise.
25045
25046         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25047         function contents.
25048
25049         * math/libm-test.inc (struct test_ff_i_data): New type.
25050         (RUN_TEST_LOOP_ff_i_tg): New macro.
25051         (isgreater_test_data): New variable.
25052         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25053         (isgreaterequal_test_data): New variable.
25054         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25055         (isless_test_data): New variable.
25056         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25057         (islessequal_test_data): New variable.
25058         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25059         (islessgreater_test_data): New variable.
25060         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25061         (isunordered_test_data): New variable.
25062         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25063
25064 2013-05-14  David S. Miller  <davem@davemloft.net>
25065
25066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25067
25068 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25069
25070         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25071
25072         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25073         extra_test to int.
25074         (struct test_f_i_data): Change type of max_ulp to int.
25075
25076         * math/libm-test.inc (test_ffI_f1_data): New type.
25077         (RUN_TEST_LOOP_ffI_f1): New macro.
25078         (remquo_test_data): New variable.
25079         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25080
25081         * setjmp/tst-setjmp-fp.c: New file.
25082         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25083         (link-libm): New variable.
25084         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25085
25086         * math/libm-test.inc (struct test_f_i_data): New type.
25087         (RUN_TEST_LOOP_f_i): New macro.
25088         (RUN_TEST_LOOP_f_i_tg): Likewise.
25089         (fpclassify_test_data): New variable.
25090         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25091         (ilogb_test_data): New variable.
25092         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25093
25094         * math/libm-test.inc (scalbln_test): Correct function name in END
25095         call.
25096
25097         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25098         (RUN_TEST_LOOP_fI_f1): New macro.
25099         (frexp_test_data): New variable.
25100         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25101
25102         * math/libm-test.inc (struct test_fF_f1_data): New type.
25103         (RUN_TEST_LOOP_fF_f1): New macro.
25104         (modf_test_data): New variable.
25105         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25106
25107         * math/libm-test.inc (struct test_f_f1_data): New type.
25108         (RUN_TEST_LOOP_f_f1): New macro.
25109         (gamma_test_data): New variable.
25110         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25111         (lgamma_test_data): New variable.
25112         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25113
25114 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25115
25116         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25117         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25118         (main): Comment "tls" pseudo-hwcap.
25119
25120 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25121
25122         * math/libm-test.inc (struct test_fl_f_data): New type.
25123         (RUN_TEST_LOOP_fl_f): New variable.
25124         (scalbln_test_data): New variable.
25125         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25126
25127         * math/libm-test.inc (struct test_fi_f_data): New type.
25128         (RUN_TEST_LOOP_fi_f): New macro.
25129         (ldexp_test_data): New variable.
25130         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25131         (scalbn_test_data): New variable.
25132         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25133
25134         * math/libm-test.inc (struct test_c_f_data): New type.
25135         (RUN_TEST_LOOP_c_f): New macro.
25136         (cabs_test_data): New variable.
25137         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25138         (carg_test_data): New variable.
25139         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25140         (cimag_test_data): New variable.
25141         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25142         (creal_test_data): New variable.
25143         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25144
25145         * math/libm-test.inc (struct test_if_f_data): New type.
25146         (RUN_TEST_LOOP_if_f): New macro.
25147         (jn_test_data): New variable.
25148         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25149         (yn_test_data): New variable.
25150         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25151
25152         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25153
25154 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25155
25156         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25157         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25158
25159 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25160
25161         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25162         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25163         (bench-deps): Add bench-timing.h.
25164         * benchtests-bench-skeleton.c: Include bench-timing.h.
25165         (main): Use TIMING_* macros instead of clock_gettime.
25166         * benchtests/bench-timing.h: New file.
25167
25168         [BZ #14582]
25169         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25170         Renamed from _LIB_VERSION.
25171         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25172
25173 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25174
25175         * math/libm-test.inc (struct test_fff_f_data): New type.
25176         (RUN_TEST_LOOP_fff_f): New macro.
25177         (fma_test_data): New variable.
25178         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25179         (fma_towardzero_test_data): New variable.
25180         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25181         (fma_downward_test_data): New variable.
25182         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25183         (fma_upward_test_data): New variable.
25184         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25185
25186         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25187         (struct test_c_c_data): New type.
25188         (RUN_TEST_LOOP_c_c): New macro.
25189         (cacos_test_data): New variable.
25190         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25191         (cacosh_test_data): New variable.
25192         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25193         (casin_test_data): New variable.
25194         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25195         (casinh_test_data): New variable.
25196         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25197         (catan_test_data): New variable.
25198         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25199         (catanh_test_data): New variable.
25200         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25201         (ccos_test_data): New variable.
25202         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25203         (ccosh_test_data): New variable.
25204         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25205         (cexp_test_data): New variable.
25206         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25207         (clog_test_data): New variable.
25208         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25209         (clog10_test_data): New variable.
25210         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25211         (conj_test_data): New variable.
25212         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25213         (cproj_test_data): New variable.
25214         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25215         (csin_test_data): New variable.
25216         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25217         (csinh_test_data): New variable.
25218         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25219         (csqrt_test_data): New variable.
25220         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25221         (ctan_test_data): New variable.
25222         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25223         (ctan_tonearest_test_data): New variable.
25224         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25225         (ctan_towardzero_test_data): New variable.
25226         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25227         (ctan_downward_test_data): New variable.
25228         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25229         (ctan_upward_test_data): New variable.
25230         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25231         (ctanh_test_data): New variable.
25232         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25233         (ctanh_tonearest_test_data): New variable.
25234         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25235         (ctanh_towardzero_test_data): New variable.
25236         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25237         (ctanh_downward_test_data): New variable.
25238         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25239         (ctanh_upward_test_data): New variable.
25240         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25241         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25242         of BUILD_COMPLEX.
25243
25244         * math/libm-test.inc (struct test_ff_f_data): New type.
25245         (struct test_ff_f_data_nexttoward): Likewise.
25246         (RUN_TEST_LOOP_2_f): New macro.
25247         (RUN_TEST_LOOP_ff_f): Likewise.
25248         (atan2_test_data): New variable.
25249         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25250         (copysign_test_data): New variable.
25251         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25252         (fdim_test_data): New variable.
25253         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25254         (fmax_test_data): New variable.
25255         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25256         (fmin_test_data): New variable.
25257         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25258         (fmod_test_data): New variable.
25259         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25260         (hypot_test_data): New variable.
25261         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25262         (nextafter_test_data): New variable.
25263         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25264         (nexttoward_test_data): New variable.
25265         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25266         (pow_test_data): New variable.
25267         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25268         (pow_tonearest_test_data): New variable.
25269         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25270         (pow_towardzero_test_data): New variable.
25271         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25272         (pow_downward_test_data): New variable.
25273         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25274         (pow_upward_test_data): New variable.
25275         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25276         (remainder_test_data): New variable.
25277         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25278         (scalb_test_data): New variable.
25279         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25280         * sysdeps/i386/fpu/libm-test-ulps: Update.
25281
25282 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25283
25284         * math/libm-test.inc (fma_test): Use max_value instead of local
25285         variable fltmax.
25286         (nextafter_test): Likewise.
25287
25288         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25289         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25290         (acos_downward_test_data): New variable.
25291         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25292         (acos_upward_test_data): New variable.
25293         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25294         (acosh_test_data): New variable.
25295         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25296         (asin_test_data): New variable.
25297         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25298         (asin_tonearest_test_data): New variable.
25299         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25300         (asin_towardzero_test_data): New variable.
25301         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25302         (asin_downward_test_data): New variable.
25303         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25304         (asin_upward_test_data): New variable.
25305         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25306         (asinh_test_data): New variable.
25307         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25308         (atan_test_data): New variable.
25309         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25310         (atanh_test_data): New variable.
25311         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25312         (cbrt_test_data): New variable.
25313         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25314         (ceil_test_data): New variable.
25315         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25316         (cos_test_data): New variable.
25317         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25318         (cos_tonearest_test_data): New variable.
25319         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25320         (cos_towardzero_test_data): New variable.
25321         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25322         (cos_downward_test_data): New variable.
25323         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25324         (cos_upward_test_data): New variable.
25325         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25326         (cosh_test_data): New variable.
25327         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25328         (cosh_tonearest_test_data): New variable.
25329         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25330         (cosh_towardzero_test_data): New variable.
25331         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25332         (cosh_downward_test_data): New variable.
25333         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25334         (cosh_upward_test_data): New variable.
25335         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25336         (erf_test_data): New variable.
25337         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25338         (erfc_test_data): New variable.
25339         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25340         (exp_test_data): New variable.
25341         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25342         (exp_tonearest_test_data): New variable.
25343         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25344         (exp_towardzero_test_data): New variable.
25345         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25346         (exp_downward_test_data): New variable.
25347         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25348         (exp_upward_test_data): New variable.
25349         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25350         (exp10_test_data): New variable.
25351         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25352         (exp2_test_data): New variable.
25353         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25354         (expm1_test_data): New variable.
25355         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25356         (fabs_test_data): New variable.
25357         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25358         (floor_test_data): New variable.
25359         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25360         (j0_test_data): New variable.
25361         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25362         (j1_test_data): New variable.
25363         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25364         (log_test_data): New variable.
25365         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25366         (log10_test_data): New variable.
25367         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25368         (log1p_test_data): New variable.
25369         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25370         (log2_test_data): New variable.
25371         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25372         (logb_test_data): New variable.
25373         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25374         (logb_downward_test_data): New variable.
25375         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25376         (nearbyint_test_data): New variable.
25377         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25378         (rint_test_data): New variable.
25379         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25380         (rint_tonearest_test_data): New variable.
25381         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25382         (rint_towardzero_test_data): New variable.
25383         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25384         (rint_downward_test_data): New variable.
25385         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25386         (rint_upward_test_data): New variable.
25387         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25388         (round_test_data): New variable.
25389         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25390         (sin_test_data): New variable.
25391         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25392         (sin_tonearest_test_data): New variable.
25393         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25394         (sin_towardzero_test_data): New variable.
25395         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25396         (sin_downward_test_data): New variable.
25397         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25398         (sin_upward_test_data): New variable.
25399         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25400         (sinh_test_data): New variable.
25401         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25402         (sinh_tonearest_test_data): New variable.
25403         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25404         (sinh_towardzero_test_data): New variable.
25405         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25406         (sinh_downward_test_data): New variable.
25407         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25408         (sinh_upward_test_data): New variable.
25409         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25410         (sqrt_test_data): New variable.
25411         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25412         (tan_test_data): New variable.
25413         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25414         (tan_tonearest_test_data): New variable.
25415         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25416         (tan_towardzero_test_data): New variable.
25417         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25418         (tan_downward_test_data): New variable.
25419         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25420         (tan_upward_test_data): New variable.
25421         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25422         (tanh_test_data): New variable.
25423         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25424         (tgamma_test_data): New variable.
25425         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25426         (trunc_test_data): New variable.
25427         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25428         (y0_test_data): New variable.
25429         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25430         (y1_test_data): New variable.
25431         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25432         (significand_test_data): New variable.
25433         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25434
25435 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25436
25437         [BZ #12387]
25438         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25439
25440 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25441
25442         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25443
25444 2013-05-10  Andreas Jaeger  <aj@suse.de>
25445
25446         [BZ #15448]
25447         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25448         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25449
25450 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25451
25452         * math/gen-libm-test.pl (adjust_arg): New function.
25453         (special_functions): Handle generating output in both functions
25454         and arrays.
25455         (parse_args): Likewise.
25456         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25457         $in_func argument to parse_args.
25458         * math/libm-test.inc (struct test_f_f_data): New type.
25459         (IF_ROUND_INIT_): New macro.
25460         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25461         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25462         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25463         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25464         (ROUND_RESTORE_): Likewise.
25465         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25466         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25467         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25468         (ROUND_RESTORE_FE_UPWARD): Likewise.
25469         (RUN_TEST_LOOP_f_f): New macro.
25470         (acos_test_data): New variable.
25471         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25472         (acos_tonearest_test_data): New variable.
25473         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25474
25475 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25476
25477         * benchtests/bench-skeleton.c (startup): Fix coding style.
25478
25479 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25480
25481         [BZ #6809]
25482         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25483         negative infinity argument.
25484         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25485         negative infinity argument.
25486         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25487         negative infinity argument.
25488         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25489         domain errors.
25490
25491 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25492
25493         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25494         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25495         * iconv/iconv_prog.c (main): Likewise.
25496         * locale/programs/charmap-dir.c (charmap_readdir)
25497         (fopen_uncompressed): Likewise.
25498         * locale/programs/locfile.c (siblings_uncached)
25499         (write_locale_data): Use lstat64 instead of lstat.
25500         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25501         stat.
25502
25503 2013-05-10  Andreas Jaeger  <aj@suse.de>
25504
25505         [BZ #15395]
25506         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25507         localization.
25508         Include <locale.h>.
25509
25510 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25511
25512         * elf/dl-close.c (_dl_close_worker): Add comments.
25513
25514 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25515
25516         [BZ #15359]
25517         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25518         high part of pi/2.
25519         (__ieee754_rem_pio2l): Update comments.
25520
25521         [BZ #15429]
25522         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25523         high part of pi/2.
25524         (__ieee754_rem_pio2l): Update comments.
25525
25526         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25527         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25528
25529         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25530         M_PI_4l.
25531
25532         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25533         (M_PI_34_LOG10El): Likewise.
25534         (M_PI2_LOG10El): Likewise.
25535         (M_PI4_LOG10El): Likewise.
25536         (M_PI_LOG10El): Likewise.
25537
25538 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25539
25540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25541
25542 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25543
25544         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25545         (MINUS_ZERO_INIT): Likewise.
25546         (PLUS_INFTY_INIT): Likewise.
25547         (MINUS_INFTY_INIT): Likewise.
25548         (QNAN_VALUE_INIT): Likewise.
25549         (MAX_VALUE_INIT): Likewise.
25550         (MIN_VALUE_INIT): Likewise.
25551         (MIN_SUBNORM_VALUE_INIT): Likewise.
25552         (plus_zero): Initialize with PLUS_ZERO_INIT.
25553         (minus_zero): Initialize with MINUS_ZERO_INIT.
25554         (plus_infty): Initialize with PLUS_INFTY_INIT.
25555         (minus_infty): Initialize with MINUS_INFTY_INIT.
25556         (qnan_value): Initialize with QNAN_VALUE_INIT.
25557         (max_value): Initialize with MAX_VALUE_INIT.
25558         (min_value): Initialize with MIN_VALUE_INIT.
25559         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25560
25561         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25562         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25563         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25564         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25565
25566         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25567         (RUN_TEST_2_f): Likewise.
25568         (RUN_TEST_ff_f): Likewise.
25569         (RUN_TEST_fi_f): Likewise.
25570         (RUN_TEST_fl_f): Likewise.
25571         (RUN_TEST_fff_f): Likewise.
25572         (RUN_TEST_c_f): Likewise.
25573         (RUN_TEST_f_f1): Likewise.
25574         (RUN_TEST_fF_f1): Likewise.
25575         (RUN_TEST_fI_f1): Likewise.
25576         (RUN_TEST_ffI_f1): Likewise.
25577         (RUN_TEST_c_c): Likewise.
25578         (RUN_TEST_cc_c): Likewise.
25579         (RUN_TEST_f_i): Likewise.
25580         (RUN_TEST_f_i_tg): Likewise.
25581         (RUN_TEST_ff_i_tg): Likewise.
25582         (RUN_TEST_f_b): Likewise.
25583         (RUN_TEST_f_b_tg): Likewise.
25584         (RUN_TEST_f_l): Likewise.
25585         (RUN_TEST_f_L): Likewise.
25586         (RUN_TEST_sincos): Likewise.
25587         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25588         whether to show exceptions.  Do not include ");\n" in return
25589         value.
25590         (special_functions): Output call to RUN_TEST_sincos instead of
25591         check_float calls.  Update calls to new_test.
25592         (parse_args): Output call to single RUN_TEST_* macro instead of
25593         check_* calls and other assignments.  Update calls to new_test.
25594
25595         [BZ #2546]
25596         [BZ #2560]
25597         [BZ #5159]
25598         [BZ #15426]
25599         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25600         input to result for tgamma overflow.
25601         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25602         (gamma_coeff): New variable.
25603         (NCOEFF): New macro.
25604         (gamma_positive): New function.
25605         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25606         underflow here.  Use gamma_positive instead of exp (lgamma) for
25607         other arguments.
25608         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25609         (gamma_coeff): New variable.
25610         (NCOEFF): New macro.
25611         (gammaf_positive): New function.
25612         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25613         underflow here.  Use gamma_positive instead of exp (lgamma) for
25614         other arguments.
25615         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25616         (gamma_coeff): New variable.
25617         (NCOEFF): New macro.
25618         (gammal_positive): New function.
25619         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25620         underflow here.  Use gamma_positive instead of exp (lgamma) for
25621         other arguments.
25622         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25623         (gamma_coeff): New variable.
25624         (NCOEFF): New macro.
25625         (gammal_positive): New function.
25626         (__ieee754_gammal_r): Handle positive infinity, overflow and
25627         underflow here.  Handle NaN the same as positive infinity.  Remove
25628         check x < 0xffffffff for negative integers.  Use gamma_positive
25629         instead of exp (lgamma) for other arguments.
25630         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25631         (gamma_coeff): New variable.
25632         (NCOEFF): New macro.
25633         (gammal_positive): New function.
25634         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25635         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25636         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25637         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25638         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25639         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25640         * sysdeps/generic/math_private.h (__gamma_productf): New
25641         prototype.
25642         (__gamma_product): Likewise.
25643         (__gamma_productl): Likewise.
25644         * math/Makefile (libm-calls): Add gamma_product.
25645         * math/libm-test.inc (tgamma_test): Add more tests.
25646         * sysdeps/i386/fpu/libm-test-ulps: Update.
25647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25648
25649 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25650
25651         * benchtests/bench-skeleton.c (main): Preheat CPU.
25652
25653 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25654
25655         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25656
25657 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25658
25659         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25660         and _dl_skip_args_internal.
25661
25662 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25663
25664         * manual/message.texi (Message Translation): Talk about users.
25665         Message to key mapping impacts design.
25666
25667 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25668
25669         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25670
25671         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25672
25673         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25674         * sysdeps/wordsize-64/glob64.c: ... here.
25675
25676         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25677         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25678         New macros.
25679
25680         * debug/getlogin_r_chk.c: Moved to ...
25681         * login/getlogin_r_chk.c: ... here.
25682         * debug/Makefile (routines): Move getlogin_r_chk to ...
25683         * login/Makefile (routines): ... here.
25684         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25685         * login/Versions (libc: GLIBC_2.4): ... here.
25686
25687         * io/poll.c (__poll): Renamed from poll.
25688         Add libc_hidden_def.
25689         (poll): Define as weak alias.
25690
25691         * debug/ptsname_r_chk.c: Moved to ...
25692         * login/ptsname_r_chk.c: ... here.
25693         * debug/Makefile (routines): Move ptsname_r_chk to ...
25694         * login/Makefile (routines): ... here.
25695         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25696         * login/Versions (libc: GLIBC_2.4): ... here.
25697
25698         * posix/getlogin.c: Moved to ...
25699         * login/getlogin.c: ... here.
25700         * posix/getlogin_r.c: Moved to ...
25701         * login/getlogin_r.c: ... here.
25702         * posix/getlogin_r.c: Moved to ...
25703         * login/getlogin_r.c: ... here.
25704         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25705         * login/Makefile (routines): ... here.
25706         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25707         * login/Versions (libc: GLIBC_2.0): ... here.
25708
25709         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25710         (setrlimit): Define as weak alias.
25711
25712         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25713         Call __ names for open, ftruncate, and close.
25714         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25715         (truncate): Define as weak alias.
25716
25717 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25718
25719         * math/gen-libm-test.pl (parse_args): Initialize x before each
25720         test of frexp, modf and remquo.
25721
25722         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25723         test signgam value.
25724
25725 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25726
25727         [BZ #15418]
25728         [BZ #15419]
25729         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25730         internal tests.
25731         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25732
25733 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25734
25735         * elf/dl-writev.h: New file.
25736         * elf/dl-misc.c: Include it.
25737         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25738         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25739
25740 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25741
25742         * math/libm-test.inc (noXFails): Remove variable.
25743         (noXPasses): Likewise.
25744         (BUILD_COMPLEX_INT): Remove macro.
25745         (print_screen): Remove xfail argument.
25746         (print_screen_max_error): Likewise.
25747         (update_stats): Likewise.
25748         (print_max_error): Likewise.  Update calls to other affected
25749         functions.
25750         (print_complex_max_error): Likewise.
25751         (test_single_exception): Update calls to print_screen.
25752         (test_single_errno): Likewise.
25753         (check_float_internal): Remove xfail argument.  Update calls to
25754         other affected functions.
25755         (check_float): Likewise.
25756         (check_complex): Likewise.
25757         (check_int): Likewise.
25758         (check_long): Likewise.
25759         (check_bool): Likewise.
25760         (check_longlong): Likewise.
25761         (main): Don't print noXFails and noXPasses.
25762         * math/gen-libm-test.pl (top level): Don't mention expected
25763         failure handling in comment.
25764         (new_test): Don't handle expected failures.
25765         (parse_args): Don't mention expected failure handling in comment.
25766         (generate_testfile): Don't handle expected failures.
25767         (parse_ulps): Likewise.
25768         (print_ulps_file): Likewise.
25769         (get_failure): Remove function.
25770         (output_test): Don't handle expected failures.
25771         * make/README.libm-test: Don't mention expected failure handling.
25772
25773         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25774         (minus_zero): Likewise.
25775         (plus_infty): Likewise.
25776         (minus_infty): Likewise.
25777         (qnan_value): Likewise.
25778         (max_value): Likewise.
25779         (min_value): Likewise.
25780         (min_subnorm_value): Likewise.
25781         (initialize): Do not initialize those variables dynamically.
25782
25783 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25784
25785         * io/open.c (__open_2): Moved to ...
25786         * io/open_2.c: ... this new file.
25787         * io/open64.c (__open64_2): Moved to ...
25788         * io/open64_2.c: ... this new file.
25789         * io/openat.c (__openat_2): Moved to ...
25790         * io/openat_2.c: ... this new file.
25791         * io/openat64.c (__openat64_2): Moved to ...
25792         * io/openat64_2.c: ... this new file.
25793         * io/Makefile (routines): Add them.
25794         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25795         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25796         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25797         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25798         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25799         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25800         (__openat64): Add hidden_ver.
25801         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25802         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25803
25804         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25805         Separately conditionalize setting of GLRO(dl_sysinfo) so
25806         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25807         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25808
25809 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25810
25811         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25812         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25813         definition.
25814         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25815         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25816         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25817         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25818         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25819
25820 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25821
25822         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25823         test signgam value.
25824
25825         * math/libm-test.inc (hypot_test): Do not use
25826         IGNORE_ZERO_INF_SIGN.
25827
25828 2013-05-03  Andreas Jaeger  <aj@suse.de>
25829
25830         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25831         Linux 3.9.
25832         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25833         (PF_MAX): Adjust for VSOCK change.
25834
25835 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25836
25837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25838
25839 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25840
25841         [BZ #15264]
25842         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25843         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25844         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25845
25846 2013-05-02  David S. Miller  <davem@davemloft.net>
25847
25848         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25849
25850 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25851
25852         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25853
25854 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25855
25856         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25857
25858 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25859
25860         [BZ #14952]
25861         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25862         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25863         Use __attribute__ ((__gnu_inline__)).
25864         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25865         Don't use __attribute__ ((__gnu_inline__)).
25866
25867 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25868
25869         [BZ #15423]
25870         * math/s_catan.c (__catan): Handle small real or imaginary part of
25871         input specially to avoid spurious underflow.
25872         * math/s_catanf.c (__catanf): Likewise.
25873         * math/s_catanh.c (__catanh): Likewise.
25874         * math/s_catanhf.c (__catanhf): Likewise.
25875         * math/s_catanhl.c (__catanhl): Likewise.
25876         * math/s_catanl.c (__catanl): Likewise.
25877         * math/libm-test.inc (catan_test): Add more tests.
25878         (catanh_test): Likewise.
25879         * sysdeps/i386/fpu/libm-test-ulps: Update.
25880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25881
25882 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25883
25884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25885
25886 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25887
25888         [BZ #15416]
25889         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25890         accurately for denominator in atan2.
25891         * math/s_catanf.c (__catanf): Likewise.
25892         * math/s_catanh.c (__catanh): Likewise.
25893         * math/s_catanhf.c (__catanhf): Likewise.
25894         * math/s_catanhl.c (__catanhl): Likewise.
25895         * math/s_catanl.c (__catanl): Likewise.
25896         * math/libm-test.inc (catan_test): Add more tests.
25897         (catanh_test): Likewise.
25898         * sysdeps/i386/fpu/libm-test-ulps: Update.
25899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25900
25901 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25902
25903         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25904
25905         * benchtests/Makefile (bench): Remove slow benchmarks.
25906         * benchtests/atan-inputs: Add slow benchmark inputs.
25907         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25908         (BENCH_FUNC): Accept variant offset.
25909         (VARIANT): Define.
25910         * benchtests/bench-skeleton.c (main): Run benchmark for each
25911         variant.
25912         * benchtests/cos-inputs: Add slow benchmark inputs.
25913         * benchtests/exp-inputs: Likewise.
25914         * benchtests/pow-inputs: Likewise.
25915         * benchtests/sin-inputs: Likewise.
25916         * benchtests/slowatan-inputs: Remove.
25917         * benchtests/slowatan.c: Remove.
25918         * benchtests/slowcos-inputs: Remove.
25919         * benchtests/slowcos.c: Remove.
25920         * benchtests/slowexp-inputs: Remove.
25921         * benchtests/slowexp.c: Remove.
25922         * benchtests/slowpow-inputs: Remove.
25923         * benchtests/slowpow.c: Remove.
25924         * benchtests/slowsin-inputs: Remove.
25925         * benchtests/slowsin.c: Remove.
25926         * benchtests/slowtan-inputs: Remove.
25927         * benchtests/slowtan.c: Remove.
25928         * benchtests/tan-inputs: Add slow benchmark inputs.
25929         * scripts/bench.pl: Parse comments and directives.
25930
25931         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25932         in CPPFLAGS.
25933         ($(objpfx)bench-%.c): Remove *-ITER.
25934         * benchtests/bench-modf.c: Remove definition of ITER.
25935         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25936         (main): Loop for DURATION seconds instead of fixed number of
25937         iterations.
25938         * scripts/bench.pl: Don't expect iterations in parameters.
25939
25940 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25941
25942         * io/fchdir.c (__fchdir): Renamed from fchdir.
25943         (fchdir): Define as weak alias.
25944
25945 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25946
25947         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25948         (ERRNO_EDOM): Likewise.
25949         (ERRNO_ERANGE): Likewise.
25950         (noErrnoTests): New variable.
25951         (init_max_error): Set errno to 0.
25952         (test_single_errno): New function.
25953         (test_errno): Likewise.
25954         (check_float_internal): Call test_errno.  Set errno to 0.
25955         (check_complex): Refer to errno tests in comment.
25956         (check_int): Call test_errno.  Set errno to 0.
25957         (check_long): Likewise.
25958         (check_bool): Likewise.
25959         (check_longlong): Likewise.
25960         (cos_test): Use ERRNO_* flags for errno tests instead of
25961         check_int.
25962         (expm1_test): Likewise.
25963         (fmod_test): Likewise.
25964         (ilogb_test): Likewise.
25965         (lgamma_test): Likewise.
25966         (pow_test): Likewise.
25967         (remainder_test): Likewise.
25968         (sin_test): Likewise.
25969         (tan_test): Likewise.
25970         (yn_test): Likewise.
25971         (initialize): Set errno to 0.
25972         (main): Print number of errno tests.
25973         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25974
25975 2013-04-29  Andreas Jaeger  <aj@suse.de>
25976
25977         [BZ #15084]
25978         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25979         and RES_USEVC.
25980
25981         [BZ #15085]
25982         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25983         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25984         unimplemented.
25985
25986         [BZ #15380]
25987         * stdlib/random.c (__initstate): Return NULL if
25988         __initstate fails.
25989
25990         [BZ #15086]
25991         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25992         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25993         RES_SNGLKUPREOP.
25994
25995 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25996
25997         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25998
25999 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26000
26001         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26002         of individual tests.
26003         (casin_test): Likewise.
26004         (casinh_test): Likewise.
26005
26006 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26007
26008         [BZ #15409]
26009         * math/s_catan.c (__catan): Handle arguments with large real or
26010         imaginary part separately without squaring.
26011         * math/s_catanf.c (__catanf): Likewise.
26012         * math/s_catanh.c (__catanh): Likewise.
26013         * math/s_catanhf.c (__catanhf): Likewise.
26014         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26015         and redefine.
26016         (__catanhl): Handle arguments with large real or imaginary part
26017         separately without squaring.
26018         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26019         and redefine.
26020         (__catanl): Handle arguments with large real or imaginary part
26021         separately without squaring.
26022         * math/libm-test.inc (catan_test): Add more tests.
26023         (catanh_test): Likewise.
26024         * sysdeps/i386/fpu/libm-test-ulps: Update.
26025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26026
26027 2013-04-27  Andreas Jaeger  <aj@suse.de>
26028
26029         [BZ #15007]
26030         * stdlib/stdlib.h: Update guards for qecvt.
26031         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26032         <stdlib.h>.
26033
26034 2013-04-27  Allan McRae  <allan@archlinux.org>
26035
26036         * sysdeps/i386/fpu/libm-test-ulps: Update.
26037
26038 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26039
26040         [BZ #15406]
26041         * math/s_catan.c: Include <float.h>.
26042         (__catan): Ensure underflow exception occurs for underflowed
26043         result.
26044         * math/s_catanf.c: Include <float.h>.
26045         (__catanf): Ensure underflow exception occurs for underflowed
26046         result.
26047         * math/s_catanh.c: Include <float.h>.
26048         (__catanh): Ensure underflow exception occurs for underflowed
26049         result.
26050         * math/s_catanhf.c: Include <float.h>.
26051         (__catanhf): Ensure underflow exception occurs for underflowed
26052         result.
26053         * math/s_catanhl.c: Include <float.h>.
26054         (__catanhl): Ensure underflow exception occurs for underflowed
26055         result.
26056         * math/s_catanl.c: Include <float.h>.
26057         (__catanl): Ensure underflow exception occurs for underflowed
26058         result.
26059         * math/libm-test.inc (catan_test): Add more tests.
26060         (catanh_test): Likewise.
26061
26062         [BZ #15405]
26063         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26064         underflowed result.
26065         * math/s_ccoshf.c (__ccoshf): Likewise.
26066         * math/s_ccoshl.c (__ccoshl): Likewise.
26067         * math/s_csin.c (__csin): Likewise.
26068         * math/s_csinf.c (__csinf): Likewise.
26069         * math/s_csinh.c (__csinh): Likewise.
26070         * math/s_csinhf.c (__csinhf): Likewise.
26071         * math/s_csinhl.c (__csinhl): Likewise.
26072         * math/s_csinl.c (__csinl): Likewise.
26073         * math/libm-test.inc (ccos_test): Add more tests.
26074         (ccosh_test): Likewise.
26075         (csin_test): Likewise.
26076         (csinh_test): Likewise.
26077
26078 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26079
26080         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26081         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26082         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26083         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26084         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26085         powerpc/power5+/fpu folders.
26086         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26087
26088
26089 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26090
26091         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26092
26093 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26094
26095         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26096         additions to variable.
26097         [$(config-machine) = x86_64] (modules-names): Likewise.
26098         ($(objpfx)tst-audit3): Remove dependency.
26099         ($(objpfx)tst-audit3.out): Likewise.
26100         ($(objpfx)tst-audit4): Likewise.
26101         ($(objpfx)tst-audit4.out): Likewise.
26102         ($(objpfx)tst-audit5): Likewise.
26103         ($(objpfx)tst-audit5.out): Likewise.
26104         ($(objpfx)tst-audit6): Likewise.
26105         ($(objpfx)tst-audit6.out): Likewise.
26106         ($(objpfx)tst-audit7): Likewise.
26107         ($(objpfx)tst-audit7.out): Likewise.
26108         (tst-audit3-ENV): Remove variable.
26109         (tst-audit4-ENV): Likewise.
26110         (tst-audit5-ENV): Likewise.
26111         (tst-audit6-ENV): Likewise.
26112         (tst-audit7-ENV): Likewise.
26113         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26114         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26115         addition to variable.
26116         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26117         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26118         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26119         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26120         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26121         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26122         tst-audit3, tst-audit4 and tst-audit5.
26123         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26124         tst-audit6 and tst-audit7.
26125         [$(subdir) = elf] (modules-names): Add audit modules for those
26126         tests.
26127         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26128         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26129         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26130         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26131         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26132         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26133         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26134         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26135         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26136         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26137         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26138         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26139         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26140         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26141         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26142         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26143         Likewise.
26144         [$(subdir) = elf && $(config-cflags-avx) = yes]
26145         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26146         [$(subdir) = elf && $(config-cflags-avx) = yes]
26147         (CFLAGS-tst-auditmod4a.c): Likewise.
26148         [$(subdir) = elf && $(config-cflags-avx) = yes]
26149         (CFLAGS-tst-auditmod4b.c): Likewise.
26150         [$(subdir) = elf && $(config-cflags-avx) = yes]
26151         (CFLAGS-tst-auditmod6b.c): Likewise.
26152         [$(subdir) = elf && $(config-cflags-avx) = yes]
26153         (CFLAGS-tst-auditmod6c.c): Likewise.
26154         [$(subdir) = elf && $(config-cflags-avx) = yes]
26155         (CFLAGS-tst-auditmod7b.c): Likewise.
26156         * elf/tst-audit3.c: Move to ...
26157         * sysdeps/x86_64/tst-audit3.c: ... here.
26158         * elf/tst-audit4.c: Move to ...
26159         * sysdeps/x86_64/tst-audit4.c: ... here.
26160         * elf/tst-audit5.c: Move to ...
26161         * sysdeps/x86_64/tst-audit5.c: ... here.
26162         * elf/tst-audit6.c: Move to ...
26163         * sysdeps/x86_64/tst-audit6.c: ... here.
26164         * elf/tst-audit7.c: Move to ...
26165         * sysdeps/x86_64/tst-audit7.c: ... here.
26166         * elf/tst-auditmod3a.c: Move to ...
26167         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26168         * elf/tst-auditmod3b.c: Move to ...
26169         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26170         * elf/tst-auditmod4a.c: Move to ...
26171         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26172         * elf/tst-auditmod4b.c: Move to ...
26173         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26174         * elf/tst-auditmod5a.c: Move to ...
26175         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26176         * elf/tst-auditmod5b.c: Move to ...
26177         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26178         * elf/tst-auditmod6a.c: Move to ...
26179         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26180         * elf/tst-auditmod6b.c: Move to ...
26181         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26182         * elf/tst-auditmod6c.c: Move to ...
26183         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26184         * elf/tst-auditmod7a.c: Move to ...
26185         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26186         * elf/tst-auditmod7b.c: Move to ...
26187         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26188
26189 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26190
26191         [BZ #15366]
26192         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26193         define unconditionally.
26194         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26195         define unconditionally.
26196         (INT8_C, INT16_C, etc.): Likewise.
26197
26198 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26199
26200         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26201         __ehdr_start with hidden visibility.
26202
26203         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26204
26205 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26206
26207         * math/libm-test.inc (cos_test): Use accurate hex constants.
26208         (sincost_test): Likewise.
26209
26210 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26211
26212         * math/libm-test.inc (catan_test): Add more tests.
26213         (catanh_test): Likewise.
26214
26215         * math/s_catanf.c (__catanf): Use suffixed floating-point
26216         constants.
26217         * math/s_catanhf.c (__catanhf): Likewise.
26218         * math/s_catanhl.c (__catanhl): Likewise.
26219         * math/s_catanl.c (__catanl): Likewise.
26220
26221         [BZ #15394]
26222         * math/s_catan.c (__catan): Calculate imaginary part of result
26223         with log1p not log unless computing log of number close to 0.
26224         * math/s_catanf.c (__catanf): Likewise.
26225         * math/s_catanl.c (__catanl): Likewise.
26226         * math/s_catanh.c (__catanh): Calculate real part of result with
26227         log1p not log unless computing log of number close to 0.
26228         * math/s_catanhf.c (__catanhf): Likewise.
26229         * math/s_catanhl.c (__catanhl): Likewise.
26230         * math/libm-test.inc (catan_test): Add more tests.
26231         (catanh_test): Likewise.
26232         * sysdeps/i386/fpu/libm-test-ulps: Update.
26233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26234
26235 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26236
26237         * benchtests/Makefile: Mention files in which fast and slow
26238         paths of math functions are implemented.
26239
26240 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26241
26242         * sysdeps/posix/timespec_get.c: New file.
26243
26244 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26245
26246         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26247         POWER.
26248         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26249         for POWER.
26250         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26251         powerpc/power5/fpu folders.
26252         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26253         * benchtests/Makefile: Add modf testcase.
26254         * benchtests/bench-modf.c: New file: Benchmark test for mo
26255
26256 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26257
26258         [BZ #14888]
26259         * time/Makefile (tests): Add tst-strptime-whitespace.
26260         * time/strptime_l.c (get_number): Use ISSPACE.
26261         (__strptime_internal): Likewise.
26262         * time/tst-strptime-whitespace.c: New test case.
26263
26264 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26265
26266         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26267         member.
26268         (_nss_files_init): Set it here.
26269
26270 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26271
26272         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26273         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26274         unsigned.
26275
26276 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26277
26278         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26279
26280 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26281
26282         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26283         size just once.
26284
26285 2013-04-21  David S. Miller  <davem@davemloft.net>
26286
26287         * po/ru.po: Update Russion translation from translation project.
26288
26289 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26290
26291         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26292         and setfsgid.
26293
26294 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26295
26296         * configure.in: Remove i386 configure warning. Remove i386 case.
26297         * configure: Regenerate.
26298         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26299         Add example to error message.
26300         * sysdeps/i386/configure: Regenerate.
26301
26302 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26303
26304         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26305         slowtan.
26306         * benchtests/cos-inputs: New file.
26307         * benchtests/slowcos-inputs: New file.
26308         * benchtests/slowcos.c: New file.
26309         * benchtests/slowtan-inputs: New file.
26310         * benchtests/slowtan.c: New file.
26311         * benchtests/tan-inputs: New file.
26312
26313 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26314
26315         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26316         considered kosher.
26317
26318 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26319
26320         * benchtests/Makefile: Include cppflags-iterator.mk to add
26321         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26322
26323         * Makefile.in (bench-clean): New target.
26324         * benchtests/Makefile (bench-clean): Likewise.
26325
26326 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26327
26328         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26329
26330 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26331
26332         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26333
26334 2013-04-15  Andreas Schwab  <schwab@suse.de>
26335
26336         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26337         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26338         * nscd/pwdcache.c (cache_addpw): Likewise.
26339         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26340         more than recsize.
26341
26342 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26343
26344         * benchtests/Makefile (bench): Write all output to
26345         bench-out.tmp together.
26346
26347 2013-04-15  Andreas Schwab  <schwab@suse.de>
26348
26349         * nscd/nscd.c (main): Don't fork again after closing files.
26350
26351 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26352
26353         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26354
26355         * benchtests/Rules (bench-deps): Collect dependencies into a
26356         single variable.  Add Makefile to dependencies.
26357         ($(objpfx)bench-%.c): Depend on bench-deps.
26358
26359 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26360             Xavier Roche  <roche+kml2@exalead.com>
26361
26362         [BZ #15361]
26363         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26364         just that it's a file descriptor.
26365         * manual/llio.texi (Synchronizing AIO Operations): Update description
26366         for EBADF error from aio_fsync.
26367
26368 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26369
26370         * Rules (bench): Move target definition...
26371         * benchtests/Makefile: ... here.
26372
26373 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26374
26375         * math/libm-test.inc (cos_test): Fix PI/2 test.
26376         (sincos_test): Likewise.
26377         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26378         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26379
26380 2013-04-11  Andreas Schwab  <schwab@suse.de>
26381
26382         [BZ #13988]
26383         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26384         accept exponent character only when digits were seen.
26385         * stdio-common/Makefile (tests): Add bug26.
26386         * stdio-common/bug26.c: New file.
26387
26388         [BZ #14293]
26389         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26390         non-freeable.
26391
26392 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26393
26394         * Makeconfig (rtld-prefix): Define built linker prefix.
26395         * Rules (run-bench): Use it.
26396         * math/Makefile (run-regen-ulps): Likewise.
26397
26398         * Rules (bench): Remove eval.
26399
26400 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26401             Roland McGrath  <roland@hack.frob.com>
26402             Ondrej Bilka  <neleai@seznam.cz>
26403
26404         [BZ #15346]
26405         * time/getdate.c: Include ctype.h and alloca.h.
26406         (__getdate_r): Trim leading and trailing spaces of input.
26407         * time/tst-getdate.c (tests): Add tests with leading and
26408         trailing spaces.
26409
26410 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26411
26412         [BZ #14280]
26413         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26414         when computing value.
26415
26416 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26417
26418         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26419         Use testrun.sh to run libm tests.
26420
26421         [BZ #15309]
26422         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26423
26424 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26425
26426         [BZ #15264]
26427         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26428
26429 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26430
26431         * Makefile.in (regen-ulps): New target.
26432         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26433         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26434         [ifneq (no,$(PERL)] (regen-ulps): New target.
26435         [ifeq (no,$(PERL)] (regen-ulps): New target.
26436         * math/libm-test.inc (ulps_file_name): Define.
26437         (output_dir): New variable.
26438         (options): Add "output-dir" option.
26439         (parse_opt): Handle 'o' case.
26440         (main): If output_dir is non-NULL use it as a prefix
26441         otherwise use "".
26442         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26443
26444 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26445
26446         [BZ #10060, #10062]
26447         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26448         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26449         fail configure if __sync_val_compare_and_swap is not inlined.
26450         * sysdeps/i386/configure: Regenerate.
26451         * configure.in: Build for i686 when configured for i386.
26452         * configure: Regenerate.
26453         * README: Remove i386 reference.
26454
26455 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26456
26457         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26458         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26459
26460 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26461
26462         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26463         (lmsnanval): New variables.
26464         (F): Add conversion tests.
26465         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26466         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26467
26468         * stdio-common/tstdiomisc.c (F): Properly collect individual
26469         tests' results.
26470
26471         [BZ #14686, #15336]
26472         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26473         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26474         Instead, use input NaN values or generate a qNaN by arithmetic
26475         operation.  Also fix bugs to comply with the standard.
26476         * math/libm-test.inc (remainder_test): Add more tests.
26477
26478         [BZ #15335, #15342]
26479         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26480         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26481         input NaN values or generate a qNaN by arithmetic operation.
26482
26483         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26484         unreachable code.
26485
26486         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26487         definitions.
26488
26489 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26490
26491         [BZ #14478]
26492         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26493         underflowed result.
26494         * math/s_cexpf.c (__cexpf): Likewise.
26495         * math/s_cexpl.c (__cexpl): Likewise.
26496         * math/libm-test.inc (cexp_test): Add more tests.
26497
26498 2013-04-03  Andreas Schwab  <schwab@suse.de>
26499
26500         [BZ #15330]
26501         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26502         order arrays from heap if bigger than alloca cutoff.
26503
26504 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26505
26506         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26507         (SNAN_TESTS_double): Refer to GCC PR56831.
26508         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26509         GCC PR56828.
26510
26511 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26512
26513         * Rules (bench): Move bench.out after the run is complete.
26514
26515         * Rules (bench): Echo currently running benchmark.
26516
26517         * benchtests/Makefile (bench): Add atan and slowatan.
26518         * benchtests/atan-inputs: New file.
26519         * benchtests/slowatan-inputs: New file.
26520         * benchtests/slowatan.c: New file.
26521
26522         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26523         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26524         its value.
26525
26526         [BZ #15305]
26527         * sysdeps/unix/sysv/linux/kernel-features.h
26528         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26529         __ASSUME_XFS_RESTRICTED_CHOWN.
26530         * sysdeps/unix/sysv/linux/pathconf.c
26531         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26532         Save and restore errno.
26533
26534 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26535
26536         [BZ #15327]
26537         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26538         arguments using __kernel_casinh.
26539         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26540         arguments using __kernel_casinhf.
26541         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26542         arguments using __kernel_casinhl.
26543         * math/libm-test.inc (cacosh_test): Add more tests.
26544         * sysdeps/i386/fpu/libm-test-ulps: Update.
26545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26546
26547 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26548
26549         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26550         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26551
26552         * bench/Makefile (bench): Add sin and slowsin.
26553         * benchtests/sin-inputs: New file.
26554         * benchtests/slowsin-inputs: New file.
26555         * benchtests/slowsin.c: New file.
26556
26557         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26558         (bench): Add slowexp and slowpow.
26559         (exp-ITER): Increase iterations.
26560         (pow-ITER): Likewise.
26561         * benchtests/exp-inputs: Change input.
26562         * benchtests/pow-inputs: Likewise.
26563         * benchtests/slowexp-inputs: New file.
26564         * benchtests/slowexp.c: New file.
26565         * benchtests/slowpow-inputs: New file.
26566         * benchtests/slowpow.c: New file.
26567
26568 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26569
26570         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26571         instructions.
26572         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26573         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26574         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26575         * benchtests/Makefile: Add rint benchtest.
26576         * benchtests/rint-inputs: Input for rint benchtest.
26577
26578 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26579
26580         * Versions.def (libm): Add GLIBC_2.18.
26581         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26582         hidden libm prototypes.
26583         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26584         * math/Makefile (libm-calls): Add s_issignaling.
26585         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26586         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26587         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26588         declaration.
26589         * math/math.h [__USE_GNU] (issignaling): New macro.
26590         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26591         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26592         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26593         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26594         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26595         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26596         * manual/arith.texi (issignaling): New section.
26597         * manual/libm-err-tab.pl (@all_functions): Update comment.
26598         * math/gen-libm-test.pl (parse_args): Apply special handling for
26599         issignaling.
26600         * math/libm-test.inc (print_float, issignaling_test): New
26601         functions.
26602         (check_float_internal): Add issignaling checks.
26603         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26604         default definition.
26605         * sysdeps/powerpc/math-tests.h: New file.
26606         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26607         tests.
26608         * math/test-snan.c (TEST_FUNC): Likewise.
26609
26610 2013-03-30  David S. Miller  <davem@davemloft.net>
26611
26612         * po/de.po: Update from translation team.
26613
26614 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26615
26616         [BZ #10357]
26617         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26618         imaginary part less than 1.0 and real part less than 0.5
26619         specially.
26620         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26621         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26622         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26623         (cacos_test): Add more tests.
26624         (casin_test): Likewise.
26625         (casinh_test): Likewise.
26626         * sysdeps/i386/fpu/libm-test-ulps: Update.
26627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26628
26629 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26630
26631         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26632         ONE with its value.
26633
26634         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26635         (__pow_mp): Replace ONE and MONE with their values.
26636         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26637         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26638         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26639         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26640         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26641         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26642
26643         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26644
26645         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26646         (__pow_mp): Replace ZERO and MZERO with their values.
26647         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26648         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26649         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26650         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26651         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26652         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26653         (__sqr): Likewise.
26654
26655         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26656
26657         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26658
26659 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26660
26661         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26662         Declare with __attribute__ ((weak)).
26663         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26664         Call __call_tls_dtors only if it's not NULL.
26665
26666 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26667
26668         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26669         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26670         magic __ehdr_start linker symbol if it's defined.
26671         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26672         them up here if it was already done.
26673
26674         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26675         (_dl_aux_init): Use const in cast when setting it.
26676         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26677         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26678         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26679
26680         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26681         Declare them here.
26682         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26683         * csu/libc-tls.c: Nor here.
26684         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26685
26686         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26687         (__libc_message): Never call vsyslog.
26688
26689 2013-03-28  Alan Modra  <amodra@gmail.com>
26690
26691         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26692         Define as empty.
26693         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26694         Likewise.
26695
26696 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26697
26698         [BZ #15214]
26699         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26700         underflow.
26701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26702
26703 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26704
26705         [BZ #15304]
26706         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26707         Don't add gid passed as argument.
26708
26709         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26710
26711 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26712
26713         [BZ #15307]
26714         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26715         imaginary part between 1.0 and 1.5 and real part less than 0.5
26716         specially.
26717         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26718         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26719         * math/libm-test.inc (cacos_test): Add more tests.
26720         (casin_test): Likewise.
26721         (casinh_test): Likewise.
26722         * sysdeps/i386/fpu/libm-test-ulps: Update.
26723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26724
26725 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26726
26727         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26728         constants.
26729         (norm): Likewise.
26730         (denorm): Likewise.
26731         (__dbl_mp): Likewise.
26732         (add_magnitudes): Likewise.
26733         (sub_magnitudes): Likewise.
26734         (__add): Likewise.
26735         (__sub): Likewise.
26736         (__mul): Likewise.
26737         (__sqr): Likewise.
26738         (__inv): Likewise.
26739         (__dvd): Likewise.
26740
26741         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26742         commented code.
26743         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26744         (__dubcos): Likewise.
26745         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26746         (__ieee754_acos): Likewise.
26747         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26748         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26749         (__exp1): Likewise.
26750         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26751         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26752         (log1): Likewise.
26753         (my_log2): Likewise.
26754         (checkint): Likewise.
26755         * sysdeps/ieee754/dbl-64/e_remainder.c
26756         (__ieee754_remainder): Likewise.
26757         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26758         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26759         (bsloww): Likewise.
26760         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26761
26762         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26763         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26764         MANTISSA_STORE_T to store computations on mantissa.  Use
26765         macros for rounding and division.
26766         (denorm): Likewise.
26767         (__dbl_mp): Likewise.
26768         (add_magnitudes): Likewise.
26769         (sub_magnitudes): Likewise.
26770         (__mul): Likewise.
26771         (__sqr): Likewise.
26772         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26773         powers of two in terms of TWOPOW macro.
26774         (mp_no): Make type of mantissa as MANTISSA_T.
26775         [!RADIXI]: Define RADIXI.
26776         [!TWO52]: Define TWO52.
26777         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26778
26779 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26780
26781         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26782         llroundl symbol when building for PPC32.
26783
26784 2013-03-24  Mark H Weaver  <mhw@netris.org>
26785
26786         * manual/arith.texi (Normalization Functions): Fix prototypes for
26787         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26788
26789 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26790
26791         [BZ #13889]
26792         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26793         high value to check if expl overflow.
26794         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26795         to check for underflow and overflow.
26796         * math/libm-test.inc: Add exp test.
26797
26798 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26799
26800         [BZ #11120]
26801         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26802         with NOT_IN_libc.
26803
26804 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26805
26806         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26807         symbol.
26808
26809 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26810
26811         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26812         wrap blocks consisting of several statements.
26813
26814         * sysdeps/generic/math-tests.h: New file.
26815         * sysdeps/i386/fpu/math-tests.h: Likewise.
26816         * math/test-snan.c: Include it.
26817         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26818
26819 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26820
26821         [BZ #15285]
26822         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26823         (__ieee754_j0l): Do not improve calculations using cos of twice
26824         input for inputs above LDBL_MAX / 2.0L.
26825         (__ieee754_y0l): Likewise.
26826         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26827         (__ieee754_j1l): Do not improve calculations using cos of twice
26828         input for inputs above LDBL_MAX / 2.0L.
26829         (__ieee754_y1l): Likewise.
26830         * math/libm-test.inc (j0_test): Add another test.
26831         (j1_test): Likewise.
26832         (y0_test): Likewise.
26833         (y1_test): Likewise.
26834         * sysdeps/i386/fpu/libm-test-ulps: Update.
26835
26836 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26837
26838         * Rules ($(objpfx)bench-%.c): Include code from a C source
26839         file.
26840
26841 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26842
26843         [BZ #15287]
26844         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26845         imaginary part 1.0 and real part less than 0.5 specially.
26846         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26847         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26848         * math/libm-test.inc (cacos_test): Add more tests.
26849         (casin_test): Likewise.
26850         (casinh_test): Likewise.
26851         * sysdeps/i386/fpu/libm-test-ulps: Update.
26852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26853
26854 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26855
26856         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26857         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26858
26859 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26860
26861         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26862         * config.make.in (config-cflags-sse4): Remove variable.
26863         (config-cflags-avx): Likewise.
26864         (config-cflags-sse2avx): Likewise.
26865         (config-cflags-novzeroupper): Likewise.
26866         (config-asflags-i686): Likewise.
26867         (have-mfma4): Likewise.
26868         (have-as-vis3): Likewise.
26869         (MIG): Likewise.
26870         * configure.in (MIG): Do not AC_SUBST.
26871         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26872         (libc_cv_cc_sse4): Do not AC_SUBST.
26873         (libc_cv_cc_avx): Likewise.
26874         (libc_cv_cc_sse2avx): Likewise.
26875         (libc_cv_cc_novzeroupper): Likewise.
26876         (libc_cv_cc_fma4): Likewise.
26877         (libc_cv_as_i686): Likewise.
26878         (libc_cv_sparc_as_vis3): Likewise.
26879         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26880         LIBC_CONFIG_VAR.
26881         (config-asflags-i686): Likewise.
26882         (config-cflags-avx): Likewise.
26883         (config-cflags-sse2avx): Likewise.
26884         (have-mfma4): Likewise.
26885         (config-cflags-novzeroupper): Likewise.
26886         * sysdeps/mach/configure.in (MIG): Likewise.
26887         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26888         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26889         LIBC_CONFIG_VAR.
26890         (config-cflags-avx): Likewise.
26891         (config-cflags-sse2avx): Likewise.
26892         (have-mfma4): Likewise.
26893         (config-cflags-novzeroupper): Likewise.
26894         * configure: Regenerated.
26895         * sysdeps/i386/configure: Likewise.
26896         * sysdeps/mach/configure: Likewise.
26897         * sysdeps/sparc/configure: Likewise.
26898         * sysdeps/x86_64/configure: Likewise.
26899
26900 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26901
26902         [BZ #14812]
26903         * locale/programs/localedef.c (options): Put N_ translation marker
26904         on argument names, not just descriptions.
26905
26906 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26907
26908         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26909
26910 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26911
26912         [BZ #14176]
26913         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26914
26915 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26916
26917         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26918         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26919         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26920         [!BEFORE_ABORT] (before_abort): New function.
26921         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26922         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26923         (writev_for_fatal): New function.
26924         (WRITEV_FOR_FATAL): New macro; call that.
26925         (backtrace_and_maps): New function.
26926         (BEFORE_ABORT): New macro; call that.
26927         (struct str_list): Type removed.
26928         (__libc_message, __libc_fatal): Functions removed.
26929         Include <sysdeps/posix/libc_fatal.c> instead.
26930
26931 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26932
26933         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26934         constants.
26935         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26936         double constants.
26937
26938 2013-03-19  Andreas Schwab  <schwab@suse.de>
26939
26940         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26941         * sysdeps/gnu/configure: Regenerate.
26942
26943         * configure.in: Substitute libc_cv_rtlddir.
26944         * configure: Regenerate.
26945         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26946         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26947         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26948         * elf/Makefile (install-others, CFLAGS-interp.c)
26949         (ldso_install, common-ldd-rewrite): Likewise.
26950         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26951         $(inst_slibdir)/$(rtld-installed-name).
26952         * scripts/rellns-sh: Add -p option.
26953         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26954         for source.
26955
26956 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26957
26958         * manual/nptl.texi: Renamed to ...
26959         * manual/threads.texi: ... this.
26960         * manual/Makefile (chapters): Update.
26961
26962 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26963
26964         [BZ #14812]
26965         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26966         on argument names, not just descriptions.
26967         * malloc/memusagestat.c (options): Likewise.
26968         * nss/getent.c (options): Likewise.
26969
26970 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26971
26972         [BZ #14812]
26973         * iconv/iconv_prog.c (options): Put N_ translation marker
26974         on argument names, not just descriptions.
26975         * iconv/iconvconfig.c (options): Likewise.
26976
26977 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26978
26979         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26980         implementation which is faster on all x86_64 architectures.
26981         Tested on AMD, Intel Nehalem, SNB, IVB.
26982         * sysdeps/x86_64/strnlen.S: Likewise.
26983
26984         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26985         Remove all multiarch strlen and strnlen versions.
26986         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26987         Remove strlen and strnlen related parts.
26988
26989         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26990         Inline strlen part.
26991         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26992
26993         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26994         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26995         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26996         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26997         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26998         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26999
27000 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27001
27002         * manual/memory.texi (Malloc Tunable Parameters):
27003         Sort parameters alphabetically. Add comments for missing entries.
27004
27005 2013-03-17  David S. Miller  <davem@davemloft.net>
27006
27007         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27008
27009 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27010
27011         [BZ #15283]
27012         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27013         for arguments at most half maximum finite value.
27014         * math/libm-test.inc (j0_test): Add more tests.
27015         (j1_test): Likewise.
27016         (y0_test): Likewise.
27017         (y1_test): Likewise.
27018         * sysdeps/i386/fpu/libm-test-ulps: Update.
27019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27020
27021         [BZ #14155]
27022         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27023         1 / x and functions P and Q for arguments above 0x1p256L.
27024         (__ieee754_y0l): Likewise.
27025         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27026         (__ieee754_y1l): Likewise.
27027         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27028         (j1_test): Likewise.
27029         (y0_test): Likewise.
27030         (y1_test): Likewise.
27031
27032 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27033
27034         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27035         variable.
27036
27037 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27038
27039         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27040         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27041         zero since it's initialized to EXEC_PAGESIZE.
27042
27043         * sysdeps/unix/sysv/linux/ldsodefs.h
27044         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27045         * sysdeps/generic/ldsodefs.h: ... here.
27046
27047 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27048
27049         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27050
27051         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27052         math/test-snan.c.
27053         * math/test-snan.c: Renamed from
27054         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27055         * math/Makefile (tests): Add test-snan.
27056         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27057         test-powerpc-snan.
27058
27059         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27060         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27061         functions.
27062         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27063         __builtin_nan family of functions.
27064         * math/libm-test.inc (initialize): Initialize qnan_value with
27065         __builtin_nan family of functions.
27066         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27067         Remove variables.
27068         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27069         Remove functions.
27070         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27071         storage class.  Initialize qNaN_var and sNaN_var with
27072         __builtin_nan and __builtin_nans families of functions,
27073         respectively.
27074
27075         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27076         (sqrt_test): Remove duplicate test with qNaN input.
27077         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27078         (round_test, signbit_test, significand_test): Note missing +/-Inf
27079         as well as qNaN tests.
27080
27081         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27082         qNaN_var.  Fix a few strings, too.
27083         * math/libm-test.inc (nan_value): Rename to qnan_value.
27084         * math/gen-libm-test.pl (%beautify): Adjust to that.
27085         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27086         * math/test-misc.c (main): Likewise.
27087         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27088         to __qnan_bytes, and __qnan_union, respectively.
27089         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27090         Likewise.
27091         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27092         and lqnanval, respectively.
27093         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27094         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27095         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27096         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27097
27098         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27099         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27100         doubles.
27101
27102         * math/test-misc.c (main): Fix copy'n'pastos.
27103         * misc/tst-efgcvt.c (special): Likewise.
27104
27105         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27106         Remove declarations.
27107
27108 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27109
27110         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27111         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27112         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27113         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27114
27115 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27116
27117         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27118         macro to return vdso values correctly in IFUNC implementations.
27119         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27120         Optimization by using IFUNC.
27121
27122 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27123             Richard Henderson  <rth@redhat.com>
27124             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27125
27126         * Makefile.in (bench): New target.
27127         * NEWS: Mention the benchmark framework.
27128         * Rules (bench): Likewise.
27129         (binaries-bench): Generate binaries for functions to
27130         benchmark.
27131         * benchtests/Makefile: New makefile for benchmark tests.
27132         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27133         programs.
27134         * benchtests/exp-inputs: New input file for EXP function.
27135         * benchtests/pow-inputs: New input file for POW function.
27136         * scripts/bench.pl: New script to generate source files for
27137         benchmark programs.
27138
27139 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27140
27141         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27142         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27143         computations on mantissa.  Use macros for rounding and
27144         division.
27145         (denorm): Likewise.
27146         (__dbl_mp): Likewise.
27147         (add_magnitudes): Likewise.
27148         (sub_magnitudes): Likewise.
27149         (__mul): Likewise.
27150         (__sqr): Likewise.
27151         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27152         powers of two in terms of TWOPOW macro.
27153         (mp_no): Make type of mantissa as MANTISSA_T.
27154         [!RADIXI]: Define RADIXI.
27155         [!TWO52]: Define TWO52.
27156         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27157
27158         * manual/nptl.texi (cindex): Modify threads to pthreads.
27159
27160 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27161
27162         * sysdeps/x86_64/preconfigure: Regenerated.
27163
27164 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27165
27166         [BZ #14155]
27167         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27168         0x1p28 and above.
27169         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27170         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27171         0x1p28 and above.
27172         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27173         * math/libm-test.inc (j0_test): Do not allow one spurious
27174         underflow exception.
27175         (y1_test): Likewise.
27176
27177 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27178
27179         * manual/Makefile (chapters): Add nptl.
27180         * manual/debug.texi (Debugging Support): Add link to Threads
27181         chapter.
27182         * manual/nptl.texi: New file.
27183
27184         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27185
27186 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27187
27188         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27189         for non-NULL pointer before the memory validity test. Pointed
27190         out by Holger Brunck <holger.brunck@keymile.com>.
27191
27192 2013-03-13  Andreas Schwab  <schwab@suse.de>
27193
27194         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27195         instead of .os.
27196
27197 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27198
27199         * timezone/zic.c: Update from tzcode 2013b.
27200
27201 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27202
27203         * manual/install.texi (Configuring and compiling):
27204         Mention i686 and i586.
27205         * INSTALL: Regenerate.
27206
27207 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27208
27209         * sysdeps/init_array/elf-init.c: New file.
27210         * csu/elf-init.c
27211         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27212         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27213
27214         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27215         __gmon_start__ as global, but as static with a .preinit_array pointer.
27216         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27217         * sysdeps/init_array/crti.S: New file, empty except for comments.
27218         * sysdeps/init_array/crtn.S: Likewise.
27219
27220 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27221
27222         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27223         definining bcopy.
27224         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27225         Remove Prefer_SSE_for_memop.
27226         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27227         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27228         HAS_PREFER_SSE_FOR_MEMOP.
27229         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27230         memset-x86-64.
27231         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27232         Remove bzero, memset ifunc support.
27233         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27234         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27235         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27236         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27237
27238 2013-03-11  Andreas Schwab  <schwab@suse.de>
27239
27240         [BZ #15234]
27241         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27242         by SHLIB_COMPAT.
27243         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27244         (GLIBC_2.16): Remove pthread_atfork.
27245
27246 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27247
27248         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27249         (ptestcases.h): Likewise.
27250
27251 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27252
27253         * Makeconfig ($(common-objpfx)config.status): Depend on
27254         sysdeps/*/preconfigure{,.in} too.
27255
27256 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27257
27258         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27259         (__free_hook): Use void * instead of __malloc_ptr_t.
27260         (__malloc_hook): Likewise.
27261         (__realloc_hook): Likewise.
27262         (__memalign_hook): Likewise.
27263         (__after_morecore_hook): Likewise.
27264         * malloc/arena.c (save_malloc_hook): Likewise.
27265         (save_free_hook): Likewise.
27266         * malloc/hooks.c (malloc_hook_ini): Likewise.
27267         (realloc_hook_ini): Likewise.
27268         (memalign_hook_ini): Likewise.
27269         * malloc/malloc.c (malloc_hook_ini): Likewise.
27270         (realloc_hook_ini): Likewise.
27271         (memalign_hook_ini): Likewise.
27272         (__free_hook): Likewise.
27273         (__malloc_hook): Likewise.
27274         (__realloc_hook): Likewise.
27275         (__memalign_hook): Likewise.
27276         (__libc_malloc): Likewise.
27277         (__libc_free): Likewise.
27278         (__libc_realloc): Likewise.
27279         (__libc_memalign): Likewise.
27280         (__libc_valloc): Likewise.
27281         (__libc_pvalloc): Likewise.
27282         (__libc_calloc): Likewise.
27283         (__posix_memalign): Likewise.
27284         * malloc/morecore.c (__sbrk): Likewise.
27285         (__default_morecore): Likewise.
27286
27287         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27288
27289         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27290         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27291         __malloc_ptrdiff_t.
27292
27293         * malloc/malloc.h (__malloc_size_t): Remove macro.
27294         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27295         __malloc_size_t.
27296         (old_memalign_hook): Likewise.
27297         (old_realloc_hook): Likewise.
27298         (struct hdr): Likewise.
27299         (flood): Likewise.
27300         (mallochook): Likewise.
27301         (memalignhook): Likewise.
27302         (reallochook): Likewise.
27303         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27304         (tr_old_realloc_hook): Likewise.
27305         (tr_old_memalign_hook): Likewise.
27306         (tr_mallochook): Likewise.
27307         (tr_reallochook): Likewise.
27308         (tr_memalignhook): Likewise.
27309
27310 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27311
27312         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27313         default_ldbl_pack and using as default implementation.
27314         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27315         implementation.
27316         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27317         redundant definition.
27318         (ldbl_insert_mantissa): Likewise.
27319         (ldbl_canonicalize): Likewise.
27320         (ldbl_nearbyint): Likewise.
27321         (ldbl_pack): Rename to ldbl_pack_ppc.
27322         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27323         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27324         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27325
27326 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27327
27328         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27329         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27330         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27331         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27332         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27333         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27334         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27335         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27336
27337 2013-03-07  Andreas Jaeger  <aj@suse.de>
27338
27339         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27340         bits/mman-linux.h.
27341
27342 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27343
27344         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27345         Include mpa.h and declare __MPEXP.
27346         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27347         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27348         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27349         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27350         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27351         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27352         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27353
27354         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27355         (__slowpow): Use long double EXPL and LOGL functions to
27356         compute POW.
27357         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27358         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27359         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27360         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27361         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27362         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27363
27364         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27365         intermediate variable to calculate exponent.
27366         (__sqr): Likewise.
27367         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27368         Likewise.
27369         (__sqr): Likewise.
27370
27371         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27372         [!NO__SQR]: Define __sqr.
27373         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27374         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27375         sysdeps/ieee754/dbl-64/mpa.c.
27376         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27377
27378         [BZ #12723]
27379         * posix/Makefile (tests): Add tst-pathconf.
27380         * posix/tst-pathconf.c: New test case.
27381         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27382         _PC_PIPE_BUF.
27383         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27384
27385 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27386
27387         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27388
27389 2013-03-06  Andreas Jaeger  <aj@suse.de>
27390
27391         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27392         definition via __MAP_ANONYMOUS.
27393
27394         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27395         it's not part of Linux headers.
27396
27397         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27398         (MAP_HUGE_MASK): Define.
27399
27400         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27401         Define.
27402         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27403         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27404         Define.
27405         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27406         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27407         Define.
27408         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27409         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27410         Define.
27411         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27412
27413         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27414         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27415         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27416         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27417         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27418         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27419
27420         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27421         Handle f2fs.
27422
27423         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27424         Handle f2fs and efivarfs.
27425
27426         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27427         f2fs.
27428
27429         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27430         (EFIVARFS_MAGIC): Add.
27431         (F2FS_LINK_MAX): Add.
27432
27433 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27434
27435         * stdio-common/vfprintf.c: Replace __builtin_expect with
27436         __glibc_unlikely.
27437
27438 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27439
27440         [BZ #13550]
27441         * sysdeps/generic/bp-sym.h: Remove file.
27442         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27443         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27444         <bp-sym.h> and <bp-asm.h>.
27445         (__longjmp): Don't use BP_SYM.
27446         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27447         and <bp-asm.h>.
27448         (memcpy): Don't use BP_SYM.
27449         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27450         <bp-sym.h> and <bp-asm.h>.
27451         (memcpy): Don't use BP_SYM.
27452         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27453         <bp-asm.h>.
27454         (memcpy): Don't use BP_SYM.
27455         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27456         <bp-asm.h>.
27457         (memset): Don't use BP_SYM.
27458         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27459         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27460         (__bzero): Don't use BP_SYM.
27461         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27462         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27463         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27464         <bp-sym.h> and <bp-asm.h>.
27465         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27466         pointers.
27467         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27468         <bp-sym.h> and <bp-asm.h>.
27469         (memcpy): Don't use BP_SYM.
27470         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27471         <bp-sym.h> and <bp-asm.h>.
27472         (memset): Don't use BP_SYM.
27473         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27474         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27475         (__bzero): Don't use BP_SYM.
27476         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27477         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27478         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27479         <bp-sym.h> and <bp-asm.h>.
27480         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27481         pointers.
27482         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27483         <bp-sym.h> and <bp-asm.h>.
27484         (memcpy): Don't use BP_SYM.
27485         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27486         <bp-sym.h> and <bp-asm.h>.
27487         (memset): Don't use BP_SYM.
27488         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27489         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27490         (__bzero): Don't use BP_SYM.
27491         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27492         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27493         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27494         <bp-sym.h> and <bp-asm.h>.
27495         (__memchr): Don't use BP_SYM.
27496         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27497         <bp-sym.h> and <bp-asm.h>.
27498         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27499         pointers.
27500         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27501         <bp-sym.h> and <bp-asm.h>.
27502         (memcpy): Don't use BP_SYM.
27503         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27504         <bp-sym.h> and <bp-asm.h>.
27505         (__mempcpy): Don't use BP_SYM.
27506         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27507         <bp-sym.h> and <bp-asm.h>.
27508         (__memrchr): Don't use BP_SYM.
27509         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27510         <bp-sym.h> and <bp-asm.h>.
27511         (memset): Don't use BP_SYM.
27512         (__bzero): Likewise.
27513         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27514         <bp-sym.h> and <bp-asm.h>.
27515         (__rawmemchr): Don't use BP_SYM.
27516         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27517         <bp-sym.h> and <bp-asm.h>.
27518         (__STRCMP): Don't use BP_SYM.
27519         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27520         <bp-sym.h> and <bp-asm.h>.
27521         (strchr): Don't use BP_SYM.
27522         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27523         <bp-sym.h> and <bp-asm.h>.
27524         (__strchrnul): Don't use BP_SYM.
27525         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27526         <bp-sym.h> and <bp-asm.h>.
27527         (strlen): Don't use BP_SYM.
27528         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27529         <bp-sym.h> and <bp-asm.h>.
27530         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27531         pointers.
27532         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27533         <bp-sym.h> and <bp-asm.h>.
27534         (__strnlen): Don't use BP_SYM.
27535         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27536         <bp-sym.h> and <bp-asm.h>.
27537         (__GI__setjmp): Don't use BP_SYM.
27538         (_setjmp): Likewise.
27539         (__sigsetjmp): Likewise.
27540         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27541         (L(start_addresses)): Don't use BP_SYM.
27542         (_start): Likewise.
27543         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27544         <bp-asm.h>.
27545         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27546         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27547         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27548         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27549         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27550         <bp-asm.h>.
27551         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27552         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27553         about bounded pointers.
27554         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27555         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27556         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27557         <bp-asm.h>.
27558         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27559         about bounded pointers.  Remove GKM FIXME comments.
27560         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27561         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27562         <bp-asm.h>.
27563         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27564         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27565         Remove GKM FIXME comments.
27566         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27567         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27568         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27569         <bp-asm.h>.
27570         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27571         about bounded pointers.  Remove GKM FIXME comment.
27572         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27573         and <bp-asm.h>.
27574         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27575         pointers.
27576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27577         <bp-sym.h> and <bp-asm.h>.
27578         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27580         <bp-sym.h> and <bp-asm.h>.
27581         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27582         comment.
27583
27584 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27585
27586         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27587         call free(NULL).
27588
27589 2013-03-05  David S. Miller  <davem@davemloft.net>
27590
27591         * po/es.po: Update from translation team.
27592
27593 2013-03-05  Andreas Jaeger  <aj@suse.de>
27594
27595         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27596         <bits/mman-linux.h>.
27597         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27598         is fine.
27599         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27600         <bits/mman-linux.h> to end of file.
27601         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27602         is fine.
27603         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27604         <bits/mman-linux.h> to end of file.
27605         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27606         is fine.
27607         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27608         <bits/mman-linux.h> to end of file.
27609
27610         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27611         (MCL_CURRENT, MCL_FUTURE): Define here.
27612
27613 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27614
27615         [BZ #15232]
27616         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27617         attribute_hidden.
27618         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27619
27620 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27621
27622         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27623         fourth parameter needed for rt_sigprocmask syscall.
27624         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27625         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27626         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27627         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27628         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27629         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27630
27631 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27632
27633         [BZ #13550]
27634         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27635         comment about bounded pointers.
27636         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27637         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27638
27639 2013-03-04  Andreas Jaeger  <aj@suse.de>
27640
27641         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27642         common definitions.
27643
27644         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27645         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27646         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27647         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27648         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27649         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27650
27651 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27652
27653         [BZ #15055]
27654         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27655         __ieee754_sqrl instead of __sqrl.
27656
27657 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27658
27659         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27660         * sysdeps/powerpc/fpu_control.h: ... here.
27661         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27662         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27663         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27664         * sysdeps/powerpc/bits/mathinline.h: ... here.
27665
27666 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27667
27668         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27669         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27670         to just [NEED_DL_SYSINFO_DSO].
27671         * elf/dl-support.c: Likewise.
27672         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27673         * elf/rtld.c (dl_main): Likewise.
27674         * elf/setup-vdso.h (setup_vdso): Likewise.
27675         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27676         * sysdeps/unix/sysv/linux/dl-sysdep.c
27677         (_dl_discover_osversion): Likewise.
27678
27679 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27680
27681         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27682         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27683
27684 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27685
27686         * NEWS: Mention libm performance improvements and non-x86 PI
27687         futex support.
27688
27689         * csu/libc-start.c (__pthread_initialize_minimal): Change
27690         function arguments.
27691         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27692
27693 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27694
27695         [BZ #13550]
27696         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27697         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27698         <bp-sym.h> and <bp-asm.h>.
27699         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27700         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27701         and <bp-asm.h>.
27702         (memcpy): Don't use BP_SYM.
27703         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27704         <bp-asm.h>.
27705         (__mpn_add_n): Don't use BP_SYM.
27706         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27707         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27708         and <bp-asm.h>.
27709         (__mpn_addmul_1): Don't use BP_SYM.
27710         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27711         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27712         <bp-sym.h>.
27713         (_setjmp): Don't use BP_SYM.
27714         (__novmx_setjmp): Likewise.
27715         (__GI__setjmp): Likewise.
27716         (__vmx_setjmp): Likewise.
27717         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27718         <bp-sym.h>.
27719         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27720         (__bzero): Don't use BP_SYM.
27721         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27722         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27723         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27724         <bp-sym.h> and <bp-asm.h>.
27725         (memcpy): Don't use BP_SYM.
27726         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27727         <bp-sym.h> and <bp-asm.h>.
27728         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27729         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27730         <bp-sym.h> and <bp-asm.h>.
27731         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27732         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27733         <bp-asm.h>.
27734         (__mpn_lshift): Don't use BP_SYM.
27735         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27736         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27737         <bp-asm.h>.
27738         (memset): Don't use BP_SYM.
27739         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27740         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27741         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27742         <bp-asm.h>.
27743         (__mpn_mul_1): Don't use BP_SYM.
27744         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27745         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27746         <bp-sym.h> and <bp-asm.h>.
27747         (memcmp): Don't use BP_SYM.
27748         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27749         <bp-sym.h> and <bp-asm.h>.
27750         (memcpy): Don't use BP_SYM.
27751         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27752         <bp-sym.h> and <bp-asm.h>.
27753         (memset): Don't use BP_SYM.
27754         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27755         <bp-sym.h> and <bp-asm.h>.
27756         (strncmp): Don't use BP_SYM.
27757         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27758         <bp-sym.h> and <bp-asm.h>.
27759         (memcpy): Don't use BP_SYM.
27760         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27761         <bp-sym.h> and <bp-asm.h>.
27762         (memset): Don't use BP_SYM.
27763         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27764         <bp-sym.h> and <bp-asm.h>.
27765         (__memchr): Don't use BP_SYM.
27766         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27767         <bp-sym.h> and <bp-asm.h>.
27768         (memcmp): Don't use BP_SYM.
27769         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27770         <bp-sym.h> and <bp-asm.h>.
27771         (memcpy): Don't use BP_SYM.
27772         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27773         <bp-sym.h> and <bp-asm.h>.
27774         (__mempcpy): Don't use BP_SYM.
27775         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27776         <bp-sym.h> and <bp-asm.h>.
27777         (__memrchr): Don't use BP_SYM.
27778         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27779         <bp-sym.h> and <bp-asm.h>.
27780         (memset): Don't use BP_SYM.
27781         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27782         <bp-sym.h> and <bp-asm.h>.
27783         (__rawmemchr): Don't use BP_SYM.
27784         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27785         <bp-sym.h> and <bp-asm.h>.
27786         (__STRCMP): Don't use BP_SYM.
27787         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27788         <bp-sym.h> and <bp-asm.h>.
27789         (strchr): Don't use BP_SYM.
27790         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27791         <bp-sym.h> and <bp-asm.h>.
27792         (__strchrnul): Don't use BP_SYM.
27793         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27794         <bp-sym.h> and <bp-asm.h>.
27795         (strlen): Don't use BP_SYM.
27796         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27797         <bp-sym.h> and <bp-asm.h>.
27798         (strncmp): Don't use BP_SYM.
27799         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27800         <bp-sym.h> and <bp-asm.h>.
27801         (__strnlen): Don't use BP_SYM.
27802         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27803         <bp-asm.h>.
27804         (__mpn_rshift): Don't use BP_SYM.
27805         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27806         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27807         <bp-sym.h> and <bp-asm.h>.
27808         (__sigsetjmp): Don't use BP_SYM.
27809         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27810         (L(start_addresses)): Don't use BP_SYM.
27811         (_start): Likewise.
27812         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27813         <bp-asm.h>.
27814         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27815         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27816         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27817         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27818         <bp-asm.h>.
27819         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27820         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27821         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27822         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27823         <bp-asm.h>.
27824         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27825         comments.
27826         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27827         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27828         <bp-asm.h>.
27829         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27830         FIXME comments.
27831         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27832         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27833         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27834         <bp-asm.h>.
27835         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27836         comment.
27837         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27838         and <bp-asm.h>.
27839         (strncmp): Don't use BP_SYM,
27840         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27841         <bp-asm.h>.
27842         (__mpn_sub_n): Don't use BP_SYM.
27843         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27844         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27845         and <bp-asm.h>.
27846         (__mpn_submul_1): Don't use BP_SYM.
27847         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27849         <bp-sym.h> and <bp-asm.h>.
27850         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27852         <bp-sym.h> and <bp-asm.h>.
27853         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27854         comment.
27855
27856 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27857
27858         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27859         Use ZK to minimize writes to Z.
27860         (sub_magnitudes): Simplify code a bit.
27861         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27862         Use ZK to minimize writes to Z.
27863         (sub_magnitudes): Simplify code a bit.
27864
27865 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27866
27867         * csu/gmon-start.c: Add special exception to license text.
27868
27869 2013-02-27  Richard Henderson  <rth@redhat.com>
27870
27871         * scripts/config.guess: Update from config.git.
27872         * scripts/config.sub: Likewise.
27873
27874 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27875
27876         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27877
27878         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27879
27880         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27881
27882         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27883
27884         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27885
27886 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27887
27888         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27889         [$(build-shared = yes].
27890
27891 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27892
27893         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27894         (__mul): Reduce iterations for calculating mantissa.
27895
27896         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27897         MPTWO.
27898         (__mpranred): Likewise.
27899
27900         [BZ #15160]
27901         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27902         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27903
27904 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27905
27906         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27907         Define __attribute__.
27908
27909 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27910
27911         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27912         unused.
27913         * posix/regex_internal.h (__attribute): Remove.
27914         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27915         (re_string_context_at): Likewise.
27916         (bitset_not): Use __attribute__ and mark function as possibly
27917         unused.
27918         (bitset_merge): Likewise.
27919         (bitset_mask): Likewise.
27920         (re_string_char_size_at): Likewise.
27921         (re_string_wchar_at): Likewise.
27922         (re_string_elem_size_at): Likewise.
27923
27924 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27925
27926         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27927         code.
27928         (cc32): Likewise.
27929
27930         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27931         (__acr): Likewise.
27932         (__cpy): Likewise.
27933         (norm): Likewise.
27934         (denorm): Likewise.
27935         (__dbl_mp): Likewise.
27936         (add_magnitudes): Likewise.
27937         (sub_magnitudes): Likewise.
27938         (__mul): Likewise.
27939         (__inv): Likewise.
27940
27941         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27942         style.
27943
27944         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27945         style.
27946
27947         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27948         code.
27949
27950         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27951         up changes with default code.
27952         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27953         Likewise.
27954
27955 2013-02-24  Allan McRae  <allan@archlinux.org>
27956
27957         * manual/socket.texi (The Internet Namespace): Order menu items
27958         to match that in the file.
27959
27960         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27961         node listing of the info page menu.
27962
27963 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27964
27965         [BZ #13550]
27966         * sysdeps/i386/bp-asm.h: Remove file.
27967         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27968         (PARMS): Do not use macros from bp-asm.h.
27969         (S1): Likewise.
27970         (S2): Likewise.
27971         (SIZE): Likewise.
27972         (__mpn_add_n): Do not use BP_SYM
27973         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27974         "bp-asm.h".
27975         (PARMS): Do not use macros from bp-asm.h.
27976         (S1): Likewise.
27977         (SIZE): Likewise.
27978         (__mpn_addmul_1): Do not use BP_SYM
27979         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27980         "bp-asm.h".
27981         (PARMS): Do not use macros from bp-asm.h.
27982         (SIGMSK): Likewise.
27983         (_setjmp): Likewise.  Do not use BP_SYM.
27984         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27985         "bp-asm.h".
27986         (PARMS): Do not use macros from bp-asm.h.
27987         (SIGMSK): Likewise.
27988         (setjmp): Likewise.  Do not use BP_SYM.
27989         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27990         "bp-asm.h".
27991         (PARMS): Do not use macros from bp-asm.h.
27992         (__frexp): Do not use BP_SYM.
27993         (frexp): Likewise.
27994         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27995         "bp-asm.h".
27996         (PARMS): Do not use macros from bp-asm.h.
27997         (__frexpf): Do not use BP_SYM.
27998         (frexpf): Likewise.
27999         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28000         "bp-asm.h".
28001         (PARMS): Do not use macros from bp-asm.h.
28002         (__frexpl): Do not use BP_SYM.
28003         (frexpl): Likewise.
28004         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28005         "bp-asm.h".
28006         (PARMS): Do not use macros from bp-asm.h.
28007         (__remquo): Do not use BP_SYM.
28008         (remquo): Likewise.
28009         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28010         "bp-asm.h".
28011         (PARMS): Do not use macros from bp-asm.h.
28012         (__remquof): Do not use BP_SYM.
28013         (remquof): Likewise.
28014         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28015         "bp-asm.h".
28016         (PARMS): Do not use macros from bp-asm.h.
28017         (__remquol): Do not use BP_SYM.
28018         (remquol): Likewise.
28019         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28020         "bp-asm.h".
28021         (PARMS): Do not use macros from bp-asm.h.
28022         (DEST): Likewise.
28023         (SRC): Likewise.
28024         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28025         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28026         "bp-asm.h".
28027         (PARMS): Do not use macros from bp-asm.h.
28028         (strlen): Do not use BP_SYM.
28029         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28030         "bp-asm.h".
28031         (PARMS): Do not use macros from bp-asm.h.
28032         (S1): Likewise.
28033         (S2): Likewise.
28034         (SIZE): Likewise.
28035         (__mpn_add_n): Do not use BP_SYM.
28036         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28037         "bp-asm.h".
28038         (PARMS): Do not use macros from bp-asm.h.
28039         (S1): Likewise.
28040         (SIZE): Likewise.
28041         (__mpn_addmul_1): Do not use BP_SYM.
28042         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28043         weak_alias.
28044         (bzero): Likewise.
28045         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28046         "bp-asm.h".
28047         (PARMS): Do not use macros from bp-asm.h.
28048         (S): Likewise.
28049         (SIZE): Likewise.
28050         (__mpn_lshift): Do not use BP_SYM.
28051         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28052         "bp-asm.h".
28053         (PARMS): Do not use macros from bp-asm.h.
28054         (DEST): Likewise.
28055         (SRC): Likewise.
28056         (LEN): Likewise.
28057         (memcpy): Likewise.  Do not use BP_SYM.
28058         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28059         libc_hidden_def and weak_alias.
28060         (mempcpy): Do not use BP_SYM in weak_alias.
28061         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28062         "bp-asm.h".
28063         (PARMS): Do not use macros from bp-asm.h.
28064         (DEST): Likewise.
28065         (LEN): Likewise.
28066         [!BZERO_P] (CHR): Likewise.
28067         (memset): Likewise.  Do not use BP_SYM.
28068         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28069         "bp-asm.h".
28070         (PARMS): Do not use macros from bp-asm.h.
28071         (S1): Likewise.
28072         (SIZE): Likewise.
28073         (__mpn_mul_1): Do not use BP_SYM.
28074         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28075         "bp-asm.h".
28076         (PARMS): Do not use macros from bp-asm.h.
28077         (S): Likewise.
28078         (SIZE): Likewise.
28079         (__mpn_rshift): Do not use BP_SYM.
28080         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28081         "bp-asm.h".
28082         (PARMS): Do not use macros from bp-asm.h.
28083         (STR): Likewise.
28084         (CHR): Likewise.
28085         (strchr): Likewise.  Do not use BP_SYM.
28086         (index): Do not use BP_SYM in weak_alias.
28087         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28088         "bp-asm.h".
28089         (PARMS): Do not use macros from bp-asm.h.
28090         (DEST): Likewise.
28091         (SRC): Likewise.
28092         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28093         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28094         "bp-asm.h".
28095         (PARMS): Do not use macros from bp-asm.h.
28096         (strlen): Do not use BP_SYM.
28097         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28098         "bp-asm.h".
28099         (PARMS): Do not use macros from bp-asm.h.
28100         (S1): Likewise.
28101         (S2): Likewise.
28102         (SIZE): Likewise.
28103         (__mpn_sub_n): Do not use BP_SYM.
28104         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28105         "bp-asm.h".
28106         (PARMS): Do not use macros from bp-asm.h.
28107         (S1): Likewise.
28108         (SIZE): Likewise.
28109         (__mpn_submul_1): Do not use BP_SYM.
28110         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28111         "bp-asm.h".
28112         (PARMS): Do not use macros from bp-asm.h.
28113         (S1): Likewise.
28114         (S2): Likewise.
28115         (SIZE): Likewise.
28116         (__mpn_add_n): Do not use BP_SYM.
28117         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28118         weak_alias.
28119         (bzero): Likewise.
28120         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28121         "bp-asm.h".
28122         (PARMS): Do not use macros from bp-asm.h.
28123         (BLK2): Likewise.
28124         (LEN): Likewise.
28125         (memcmp): Do not use BP_SYM.
28126         (bcmp): Do not use BP_SYM in weak_alias.
28127         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28128         "bp-asm.h".
28129         (PARMS): Do not use macros from bp-asm.h.
28130         (DEST): Likewise.
28131         (SRC): Likewise.
28132         (LEN): Likewise.
28133         (memcpy): Likewise.  Do not use BP_SYM.
28134         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28135         "bp-asm.h".
28136         (PARMS): Do not use macros from bp-asm.h.
28137         (DEST): Likewise.
28138         (SRC): Likewise.
28139         (LEN): Likewise.
28140         (memmove): Likewise.  Do not use BP_SYM.
28141         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28142         "bp-asm.h".
28143         (PARMS): Do not use macros from bp-asm.h.
28144         (DEST): Likewise.
28145         (SRC): Likewise.
28146         (LEN): Likewise.
28147         (__mempcpy): Likewise.  Do not use BP_SYM.
28148         (mempcpy): Do not use BP_SYM in weak_alias.
28149         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28150         "bp-asm.h".
28151         (PARMS): Do not use macros from bp-asm.h.
28152         (DEST): Likewise.
28153         (LEN): Likewise.
28154         [!BZERO_P] (CHR): Likewise.
28155         (memset): Likewise.  Do not use BP_SYM.
28156         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28157         "bp-asm.h".
28158         (PARMS): Do not use macros from bp-asm.h.
28159         (STR2): Likewise.
28160         (strcmp): Do not use BP_SYM.
28161         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28162         "bp-asm.h".
28163         (PARMS): Do not use macros from bp-asm.h.
28164         (STR): Likewise.
28165         (DELIM): Likewise.
28166         [USE_AS_STRTOK_R] (SAVE): Likewise.
28167         (FUNCTION): Likewise.  Do not use BP_SYM.
28168         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28169         aliases.
28170         (strtok_r): Likewise.
28171         (__GI___strtok_r): Likewise.
28172         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28173         (PARMS): Do not use macros from bp-asm.h.
28174         (S): Likewise.
28175         (SIZE): Likewise.
28176         (__mpn_lshift): Do not use BP_SYM.
28177         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28178         (PARMS): Do not use macros from bp-asm.h.
28179         (STR): Likewise.
28180         (CHR): Likewise.
28181         (__memchr): Do not use BP_SYM.
28182         (memchr): Do not use BP_SYM in weak_alias.
28183         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28184         (PARMS): Do not use macros from bp-asm.h.
28185         (BLK2): Likewise.
28186         (LEN): Likewise.
28187         (memcmp): Do not use BP_SYM.
28188         (bcmp): Do not use BP_SYM in weak_alias.
28189         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28190         (PARMS): Do not use macros from bp-asm.h.
28191         (S1): Likewise.
28192         (SIZE): Likewise.
28193         (__mpn_mul_1): Do not use BP_SYM.
28194         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28195         "bp-asm.h".
28196         (PARMS): Do not use macros from bp-asm.h.
28197         (STR): Likewise.
28198         (CHR): Likewise.
28199         (__rawmemchr): Do not use BP_SYM.
28200         (rawmemchr): Do not use BP_SYM in weak_alias.
28201         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28202         (PARMS): Do not use macros from bp-asm.h.
28203         (S): Likewise.
28204         (SIZE): Likewise.
28205         (__mpn_rshift): Do not use BP_SYM.
28206         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28207         (PARMS): Do not use macros from bp-asm.h.
28208         (SIGMSK): Likewise.
28209         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28210         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28211         (_start): Do not use BP_SYM.
28212         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28213         (PARMS): Do not use macros from bp-asm.h.
28214         (DEST): Likewise.
28215         (SRC): Likewise.
28216         (__stpcpy): Likewise.  Do not use BP_SYM.
28217         (stpcpy): Do not use BP_SYM in weak_alias.
28218         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28219         "bp-asm.h".
28220         (PARMS): Do not use macros from bp-asm.h.
28221         (DEST): Likewise.
28222         (SRC): Likewise.
28223         (LEN): Likewise.
28224         (__stpncpy): Likewise.  Do not use BP_SYM.
28225         (stpncpy): Do not use BP_SYM in weak_alias.
28226         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28227         (PARMS): Do not use macros from bp-asm.h.
28228         (STR): Likewise.
28229         (CHR): Likewise.
28230         (strchr): Likewise.  Do not use BP_SYM.
28231         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28232         "bp-asm.h".
28233         (PARMS): Do not use macros from bp-asm.h.
28234         (STR): Likewise.
28235         (CHR): Likewise.
28236         (__strchrnul): Likewise.  Do not use BP_SYM.
28237         (strchrnul): Do not use BP_SYM in weak_alias.
28238         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28239         "bp-asm.h".
28240         (PARMS): Do not use macros from bp-asm.h.
28241         (STOP): Likewise.
28242         (strcspn): Do not use BP_SYM.
28243         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28244         "bp-asm.h".
28245         (PARMS): Do not use macros from bp-asm.h.
28246         (STR): Likewise.
28247         (STOP): Likewise.
28248         (strpbrk): Likewise.  Do not use BP_SYM.
28249         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28250         "bp-asm.h".
28251         (PARMS): Do not use macros from bp-asm.h.
28252         (STR): Likewise.
28253         (CHR): Likewise.
28254         (strrchr): Likewise.  Do not use BP_SYM.
28255         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28256         (PARMS): Do not use macros from bp-asm.h.
28257         (SKIP): Likewise.
28258         (strspn): Do not use BP_SYM.
28259         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28260         (PARMS): Do not use macros from bp-asm.h.
28261         (STR): Likewise.
28262         (DELIM): Likewise.
28263         (SAVE): Likewise.
28264         (FUNCTION): Likewise.  Do not use BP_SYM.
28265         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28266         aliases.
28267         (strtok_r): Likewise.
28268         (__GI___strtok_r): Likewise.
28269         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28270         (PARMS): Do not use macros from bp-asm.h.
28271         (S1): Likewise.
28272         (S2): Likewise.
28273         (SIZE): Likewise.
28274         (__mpn_sub_n): Do not use BP_SYM.
28275         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28276         "bp-asm.h".
28277         (PARMS): Do not use macros from bp-asm.h.
28278         (S1): Likewise.
28279         (SIZE): Likewise.
28280         (__mpn_submul_1): Do not use BP_SYM.
28281         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28282         <bp-sym.h>.
28283         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28284         and <bp-asm.h>.
28285         (PARMS): Do not use macros from bp-asm.h.
28286         (FLAGS): Likewise.
28287         (PTID): Likewise.
28288         (TLS): Likewise.
28289         (CTID): Likewise.
28290         (__clone): Do not use BP_SYM.
28291         (clone): Do not use BP_SYM in weak_alias.
28292         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28293         and <bp-asm.h>.
28294         (PARMS): Do not use macros from bp-asm.h.
28295         (LEN): Likewise.
28296         (__mmap64): Do not use BP_SYM.
28297         (mmap64): Do not use BP_SYM in weak_alias.
28298         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28299         <bp-sym.h> and <bp-asm.h>.
28300         (PARMS): Do not use macros from bp-asm.h.
28301         (__posix_fadvise64_l64): Do not use BP_SYM.
28302         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28303         (PARMS): Do not use macros from bp-asm.h.
28304         (NSOPS): Likewise.
28305         (semtimedop): Do not use BP_SYM.
28306         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28307         and <bp-asm.h>.
28308
28309 2013-02-21  Allan McRae  <allan@archlinux.org>
28310
28311         * manual/message.texi (Charset conversion in gettext):
28312         Move @end statement to beginning of line.
28313
28314 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28315
28316         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28317         static.
28318         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28319         Likewise.
28320
28321         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28322         (denorm): Likewise.
28323         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28324         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28325
28326 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28327
28328         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28329         tail-call to the resolved function if pltexit isn't needed.
28330
28331 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28332
28333         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28334         or Y being zero as being unlikely.
28335         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28336         Likewise.
28337
28338 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28339
28340         * manual/nss.texi (System Databases and Name Service Switch):
28341         Remove frobnicate @pxref.
28342
28343 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28344
28345         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28346         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28347
28348 2013-02-20  Petr Machata  <pmachata@redhat.com>
28349
28350         * elf/elf.h (R_ARM_TARGET1): New macro.
28351         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28352         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28353         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28354         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28355         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28356         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28357         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28358         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28359         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28360         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28361         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28362         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28363         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28364         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28365         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28366         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28367         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28368         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28369         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28370         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28371         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28372         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28373         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28374         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28375         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28376         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28377         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28378         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28379         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28380         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28381         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28382         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28383         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28384         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28385         (R_ARM_THM_GOT_BREL12): Likewise.
28386         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28387         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28388         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28389         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28390         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28391         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28392         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28393         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28394         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28395
28396 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28397
28398         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28399         __attribute_used__ to __attribute__ ((unused)).
28400
28401 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28402
28403         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28404         powerpc mpa.c.
28405         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28406         comment formatting.
28407         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28408
28409 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28410
28411         [BZ #13550]
28412         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28413         Remove macro.
28414         (ENTER): Remove both macro definitions.
28415         (LEAVE): Likewise.
28416         (CHECK_BOUNDS_LOW): Likewise.
28417         (CHECK_BOUNDS_HIGH): Likewise.
28418         (CHECK_BOUNDS_BOTH): Likewise.
28419         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28420         (RETURN_BOUNDED_POINTER): Likewise.
28421         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28422         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28423         (POP_ERRNO_LOCATION_RETURN): Likewise.
28424         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28425         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28426         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28427         macros.
28428         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28429         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28430         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28431         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28432         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28433         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28434         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28435         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28436         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28437         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28438         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28439         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28440         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28441         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28442         removed macros.
28443         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28444         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28445         macros.
28446         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28447         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28448         * sysdeps/i386/i586/memset.S (memset): Likewise.
28449         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28450         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28451         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28452         macros.
28453         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28454         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28455         Change uses of L(2) to L(out).
28456         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28457         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28458         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28459         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28460         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28461         removed macros.
28462         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28463         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28464         macros.
28465         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28466         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28467         (RETURN): Do not use macro LEAVE.
28468         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28469         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28470         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28471         * sysdeps/i386/i686/memset.S (memset): Likewise.
28472         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28473         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28474         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28475         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28476         Likewise.
28477         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28478         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28479         L(1_2) and L(1_3) into L(1).
28480         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28481         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28482         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28483         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28484         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28485         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28486         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28487         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28488         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28489         macros.
28490         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28491         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28492         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28493         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28494         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28495         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28496         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28497         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28498         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28499         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28500         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28501         * sysdeps/i386/strspn.S (strspn): Likewise.
28502         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28503         conditional code.
28504         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28505         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28506         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28507         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28508         L(1_3) into L(1_1).
28509         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28510         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28511         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28512         macros.
28513         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28514
28515 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28516
28517         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28518         macro.
28519
28520 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28521
28522         * math/atest-exp.c (exp_mpn): Remove ROUND.
28523         * math/atest-exp2.c (exp_mpn): Likewise.
28524         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28525
28526         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28527         * stdlib/tst-tls-atexit-lib.c: Likewise.
28528         * stdlib/tst-tls-atexit.c: Likewise.
28529
28530 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28531
28532         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28533         and __attribute_alloc_size__.
28534
28535 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28536
28537         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28538         __attribute_alloc_size__.
28539         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28540         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28541
28542 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28543
28544         * include/programs/xmalloc.h: New file.
28545         * catgets/gencat.c: Include it.
28546         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28547         * elf/pldd.c: Likewise.
28548         * iconv/iconv_charmap.c: Likewise.
28549         * iconv/iconvconfig.c: Likewise.
28550         * iconv/strtab.c: Likewise.
28551         * locale/programs/locale.c: Likewise.
28552         * locale/programs/localedef.h: Likewise.
28553         * locale/programs/simple-hash.c: Likewise.
28554         * nscd/nscd.h: Likewise.
28555         * nss/makedb.c: Likewise.
28556         * sysdeps/generic/ldconfig.h: Likewise.
28557
28558 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28559
28560         * Versions.def: Add GLIBC_2.18.
28561         * include/link.h (struct link_map): New member l_tls_dtor_count.
28562         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28563         (__call_tls_dtors): Likewise.
28564         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28565         __cxa_thread_atexit_impl.
28566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28567         Likewise.
28568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28569         Likewise.
28570         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28571         Likewise.
28572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28573         Likewise.
28574         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28575         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28576         Likewise.
28577         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28578         Likewise.
28579         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28580         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28581         Likewise.
28582         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28583         (tests): Add test case tst-tls-atexit.
28584         (modules-names): Add shared library for tst-tls-atexit.
28585         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28586         (GLIBC_PRIVATE): Add __call_tls_dtors.
28587         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28588         for libstdc++.
28589         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28590         * stdlib/tst-tls-atexit.c: New test case.
28591         * stdlib/tst-tls-atexit-lib.c: New test case.
28592
28593         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28594
28595         * elf/Versions (ld): Add _dl_find_dso_for_object.
28596         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28597         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28598         (dl_open_worker): Use _dl_find_dso_for_object.
28599         * elf/dl-sym.c (do_sym): Likewise.
28600         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28601
28602 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28603
28604         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28605         Syntactic changes only.
28606         (_dl_runtime_profile): Do a tail-call to the resolved function.
28607
28608 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28609
28610         [BZ #13550]
28611         * sysdeps/x86_64/bp-asm.h: Remove file.
28612         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28613         <bp-sym.h> and <bp-asm.h>.
28614         (__clone): Do not use BP_SYM.
28615         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28616         <bp-sym.h> and <bp-asm.h>.
28617         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28618         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28619         "bp-asm.h".
28620         (_setjmp): Do not use BP_SYM.
28621         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28622         "bp-asm.h".
28623         (setjmp): Do not use BP_SYM.
28624         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28625         libc_hidden_def.
28626         (mempcpy): Do not use BP_SYM in weak_alias.
28627         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28628         "bp-asm.h".
28629         (strchr): Do not use BP_SYM.
28630         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28631         "bp-asm.h".
28632         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28633         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28634         (_start): Do not use BP_SYM.
28635         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28636         "bp-asm.h".
28637         (strcat): Do not use BP_SYM.
28638         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28639         "bp-asm.h".
28640         (STRCMP): Do not use BP_SYM.
28641         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28642         "bp-asm.h".
28643         (STRCPY): Do not use BP_SYM.
28644         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28645         "bp-asm.h".
28646         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28647         "bp-asm.h".
28648         (FUNCTION): Do not use BP_SYM.
28649         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28650         weak_alias.
28651         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28652
28653 2013-02-17  Andreas Jaeger  <aj@suse.de>
28654
28655         * time/Versions: Sort entries.
28656         * string/Versions: Likewise.
28657         * resolv/Versions: Likewise.
28658         * posix/Versions: Likewise.
28659         * iconv/Versions: Likewise.
28660         * elf/Versions: Likewise.
28661         * wcsmbs/Versions: Likewise.
28662
28663 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28664
28665         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28666         loop termination condition.
28667
28668         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28669         variable to calculate EZ.
28670         (__sqr): Likewise.
28671
28672         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28673         the lower precision input.
28674
28675 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28676
28677         [BZ #13550]
28678         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28679         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28680         (run-via-rtld-prefix): Do not handle %-bp tests.
28681         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28682         (all-object-suffixes): Remove .ob.
28683         (bppfx): Remove variable.
28684         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28685         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28686         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28687         [$(build-bounded) = yes] (libtype.ob): Likewise.
28688         * Makerules (elide-routines.ob): Remove variable.
28689         (do-tests-clean): Do not handle *-bp.out.
28690         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28691         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28692         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28693         (tests): Do not include $(tests-bp.out).
28694         (xtests): Do not include $(xtests-bp.out).
28695         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28696         [$(build-bounded) = yes] ($(addprefix
28697         $(objpfx),$(binaries-bounded))): Remove rule.
28698         ($(objpfx)%-bp.out): Remove rule.
28699         * config.make.in (build-bounded): Remove variable.
28700         * crypt/Makefile [$(build-bounded) = yes]
28701         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28702         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28703         append to variable.
28704         [$(build-bounded) = yes] (install-lib): Likewise.
28705         [$(build-bounded) = yes] (generated): Likewise.
28706         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28707         Remove rule.
28708         * intl/Makefile [$(build-bounded) = yes]
28709         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28710         * math/Makefile [$(build-bounded) = yes]
28711         ($(tests:%=$(objpfx)%-bp): Likewise.
28712         * misc/Makefile [$(build-bounded) = yes]
28713         ($(objpfx)tst-tsearch-bp): Likewise.
28714         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28715         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28716         Remove dependency.
28717         * string/Makefile (o-objects.ob): Remove variable.
28718         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28719         (CFLAGS-.ob): Remove variable.
28720         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28721         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28722         both definitions of variable.
28723         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28724         (ASFLAGS-.ob): Remove variable.
28725
28726 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28727
28728         [BZ #13550]
28729         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28730         Remove __BOUNDED_POINTERS__ from condition.
28731         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28732         * string/bits/string2.h [!__NO_STRING_INLINES &&
28733         !__BOUNDED_POINTERS__]: Likewise.
28734         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28735         Likewise.
28736         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28737         Remove conditional code.
28738         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28739         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28740         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28741         condition.
28742
28743         [BZ #13550]
28744         * csu/libc-start.c: Do not include <bp-sym.h>.
28745         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28746         * elf/dl-open.c: Do not include <bp-sym.h>.
28747         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28748         * math/fegetenv.c: Do not include <bp-sym.h>.
28749         (fegetenv): Do not use BP_SYM in versioned symbols.
28750         * nptl/sysdeps/pthread/bits/libc-lockP.h
28751         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28752         <bp-sym.h>.
28753         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28754         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28755         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28756         (__pthread_mutex_destroy): Likewise.
28757         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28758         (__pthread_mutex_lock): Likewise.
28759         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28760         (__pthread_mutex_trylock): Likewise.
28761         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28762         (__pthread_mutex_unlock): Likewise.
28763         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28764         (__pthread_mutexattr_init): Likewise.
28765         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28766         (__pthread_mutexattr_destroy): Likewise.
28767         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28768         (__pthread_mutexattr_settype): Likewise.
28769         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28770         (__pthread_rwlock_init): Likewise.
28771         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28772         (__pthread_rwlock_destroy): Likewise.
28773         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28774         (__pthread_rwlock_rdlock): Likewise.
28775         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28776         (__pthread_rwlock_tryrdlock): Likewise.
28777         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28778         (__pthread_rwlock_wrlock): Likewise.
28779         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28780         (__pthread_rwlock_trywrlock): Likewise.
28781         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28782         (__pthread_rwlock_unlock): Likewise.
28783         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28784         (__pthread_key_create): Likewise.
28785         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28786         (__pthread_setspecific): Likewise.
28787         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28788         (__pthread_getspecific): Likewise.
28789         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28790         Likewise.
28791         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28792         (_pthread_cleanup_push_defer): Likewise.
28793         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28794         (_pthread_cleanup_pop_restore): Likewise.
28795         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28796         (pthread_setcancelstate): Likewise.
28797         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28798         <bp-sym.h>.
28799         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28800         (memchr): Do not use BP_SYM in weak_alias.
28801         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28802         (fegetenv): Do not use BP_SYM in versioned symbols.
28803         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28804         (fesetenv): Do not use BP_SYM in versioned symbols.
28805         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28806         (feupdateenv): Do not use BP_SYM in versioned symbols.
28807         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28808         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28809         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28810         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28811         (open64): Do not use BP_SYM in weak_alias.
28812         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28813         (fegetenv): Do not use BP_SYM in versioned symbols.
28814         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28815         (fesetenv): Do not use BP_SYM in versioned symbols.
28816         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28817         (feupdateenv): Do not use BP_SYM in versioned symbols.
28818         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28819         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28820         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28821         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28822         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28823         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28824         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28825         <bp-sym.h>.
28826         (__libc_start_main): Do not use BP_SYM.
28827
28828 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28829
28830         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28831         redundant return line.
28832         (norm): Likewise.
28833         (denorm): Likewise.
28834         (dbl_mp): Likewise.
28835         (sub_magnitudes): Likewise.
28836         (__add): Likewise.
28837         (__sub): Likewise.
28838         (__mul): Likewise.
28839         (__inv): Likewise.
28840         (__dvd): Likewise.
28841         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28842         (norm): Likewise.
28843         (denorm): Likewise.
28844         (dbl_mp): Likewise.
28845         (sub_magnitudes): Likewise.
28846         (__add): Likewise.
28847         (__sub): Likewise.
28848         (__mul): Likewise.
28849         (__inv): Likewise.
28850         (__dvd): Likewise.
28851
28852         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28853         instead of __mul.
28854         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28855         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28856         (cc32): Likewise.
28857
28858         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28859         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28860         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28861         of __mul for squares.
28862         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28863         function
28864         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28865         Likewise.
28866         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28867         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28868
28869 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28870
28871         [BZ #13550]
28872         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28873         code.
28874         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28875         prototype or function definition.  Rename ubp_* variables and
28876         parameters.  Remove argv definitions conditional on
28877         [__BOUNDED_POINTERS__].
28878         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28879         * elf/dl-runtime.c (_dl_fixup): Likewise.
28880         * include/set-hooks.h (RUN_HOOK): Likewise.
28881         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28882         definition.
28883         * string/strcpy.c (strcpy): Do not use __unbounded.
28884         * sysdeps/generic/frame.h (struct layout): Likewise.
28885         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28886         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28887         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28888         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28889         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28890         (__backtrace): Likewise.
28891         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28892         use __ptrvalue.
28893         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28894         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28895         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28896         Likewise.
28897         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28898         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28899         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28900         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28901         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28902         Do not use __unbounded.
28903         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28904         Rename __unboundedrlimits parameter to rlimits in prototype.
28905         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28906         Do not use __unbounded.
28907         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28908         not use __ptrvalue.
28909         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28910         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28911         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28912         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28913         __ptrvalue or __unbounded.
28914         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28915         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28916         use __unbounded.
28917         (__new_msgctl): Do not use __ptrvalue.
28918         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28919         __unbounded.
28920         (__libc_msgrcv): Do not use __ptrvalue.
28921         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28922         startup_info): Do not use __unbounded.
28923         (__libc_start_main): Likewise.  Rename ubp_* variables and
28924         parameters.  Remove argv definitions conditional on
28925         [__BOUNDED_POINTERS__].
28926         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28927         __ptrvalue.
28928         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28929         use __unbounded.
28930         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28931         or __ptrvalue.
28932         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28933         use __unbounded.
28934         (__new_shmctl): Do not use __ptrvalue.
28935         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28936         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28937         Likewise.
28938         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28939         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28940         (__libc_sigaction): Likewise.
28941         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28942         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28943         Likewise.
28944         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28945
28946 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28947
28948         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28949
28950         * string/mempcpy.c: Implement by calling memcpy.
28951
28952 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28953
28954         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28955
28956         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28957         evaluation.
28958
28959         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28960         values in the mantissa.
28961
28962         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28963         minimize writes to Z.
28964         (sub_magnitudes): Simplify code a bit.
28965
28966 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28967
28968         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28969         from the message.  The linker prefixes all warnings with that already.
28970
28971 2013-02-12  Andreas Schwab  <schwab@suse.de>
28972
28973         [BZ #15078]
28974         * posix/regexec.c (extend_buffers): Add parameter min_len.
28975         (check_matching): Pass minimum needed length.
28976         (clean_state_log_if_needed): Likewise.
28977         (get_subexp): Likewise.
28978         * posix/Makefile (tests): Add bug-regex34.
28979         (bug-regex34-ENV): Define.
28980         * posix/bug-regex34.c: New file.
28981
28982         [BZ #11561]
28983         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28984         elements compare against the byte sequence of it, not its name.
28985         * posix/Makefile (tests): Add bug-regex35.
28986         (bug-regex35-ENV): Define.
28987         * posix/bug-regex35.c: New file.
28988
28989 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28990
28991         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28992         comment.
28993         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28994         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28995         (CHECK_EOL): Add undef.
28996
28997 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28998
28999         * bits/stdlib-bsearch.h: New file.
29000         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29001         * stdlib/stdlib.h: Likewise.
29002
29003 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29004
29005         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29006         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29007         declaration.
29008         * manual/search.texi (Array Search Function): Add missing const in
29009         lfind prototype.
29010         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29011         declaration to use rlim_t.
29012         (Basic Scheduling Functions): Remove erroneous const from
29013         sched_getparam prototype.  Remove erroneous * from
29014         sched_get_priority_max and sched_get_priority_min prototypes.
29015         (Resource Usage): Fix summary @comment on vtimes to refer to
29016         sys/vtimes.h rather than vtimes.h.
29017         Add missing *s in vtimes prototype.
29018         (Limits on Resources): Fix ulimit prototype to return long int.
29019         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29020         prototypes to use long int rather than double.
29021         (BSD Random): Fix initstate and setstate to use char *, not void *.
29022         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29023         prototype to make second argument 'struct aiocb64 *const[]'.
29024         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29025         (Status of AIO Operations): Remove erroneous const in aio_return and
29026         aio_return64 prototypes.
29027         (Synchronizing I/O): Fix sync prototype to return void.
29028         * manual/startup.texi (Suboptions): Remove an erroneous const in
29029         getsubopt prototype.
29030         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29031         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29032         use size_t rather than int.
29033         (Scanning All Users): Likewise for getpwent_r.
29034         (Setting Groups): Add missing const to setgroups prototype.
29035         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29036         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29037         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29038         'const void *' rather than 'const char *'.
29039         (Host Address Functions): Likewise for inet_ntop.
29040         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29041         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29042         ssize_t for return value.
29043         (Sending Data): Likewise for send, sendto, sendmsg.
29044         (Socket Option Functions): Add a missing const in setsockopt prototype.
29045         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29046         use wchar_t for the argument.
29047         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29048         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29049         take no arguments.
29050         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29051         double/float/long double for second argument.
29052         Fix return types of significand, significandf, significandl.
29053         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29054         argument in fchmod prototype.
29055         (File Owner): Use uid_t and gid_t in fchown prototype.
29056         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29057         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29058         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29059         use 'const struct dirent **' as argument types to CMP function pointer
29060         argument.
29061         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29062         (File Times): Fix summary magic @comment for struct utimbuf and utime
29063         to refer to utime.h, not time.h.
29064         * manual/string.texi (Argz Functions): Add missing const in
29065         argz_extract and argz_next prototypes.
29066         (Finding Tokens in a String): Likewise for basename.
29067         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29068         (Copying and Concatenation): Fix typo in wmemmove prototype.
29069         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29070         (Signal Stack): Remove erroneous const in sigstack prototype.
29071         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29072         prototype.
29073         (Simple Calendar Time): Likewise for stime.
29074         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29075         prototype.
29076         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29077         say sys/sysctl.h instead.
29078         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29079         and vsyslog prototypes.
29080
29081 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29082
29083         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29084         Remove.
29085
29086 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29087
29088         * misc/sys/mman.h: Fix typo in mremap comment.
29089
29090 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29091
29092         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29093         the '\0' terminator.
29094
29095 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29096
29097         [BZ #13550]
29098         * debug/segfault.c: Don't include <bp-checks.h>.
29099         * sysdeps/generic/bp-checks.h: Remove file.
29100         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29101         (__GETDENTS): Don't use CHECK_N.
29102         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29103         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29104         (__getgroups): Don't use CHECK_N.
29105         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29106         (setgroups): Don't use CHECK_N.
29107         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29108         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29109         (__libc_msgrcv): Don't use CHECK_N.
29110         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29111         (__libc_msgsnd): Don't use CHECK_N.
29112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29113         <bp-checks.h>.
29114         (__libc_pread): Don't use CHECK_N.
29115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29116         include <bp-checks.h>.
29117         (__libc_pread64): Don't use CHECK_N.
29118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29119         include <bp-checks.h>.
29120         (__libc_pwrite): Don't use CHECK_N.
29121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29122         include <bp-checks.h>.
29123         (__libc_pwrite64): Don't use CHECK_N.
29124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29125         <bp-checks.h>.
29126         (__libc_pread): Don't use CHECK_N.
29127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29128         include <bp-checks.h>.
29129         (__libc_pread64): Don't use CHECK_N.
29130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29131         include <bp-checks.h>.
29132         (__libc_pwrite): Don't use CHECK_N.
29133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29134         include <bp-checks.h>.
29135         (__libc_pwrite64): Don't use CHECK_N.
29136         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29137         (do_pread): Don't use CHECK_N.
29138         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29139         (do_pread64): Don't use CHECK_N.
29140         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29141         (do_pwrite): Don't use CHECK_N.
29142         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29143         (do_pwrite64): Don't use CHECK_N.
29144         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29145         (__libc_readv): Don't use CHECK_N.
29146         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29147         (semop): Don't use CHECK_N.
29148         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29149         <bp-checks.h>.
29150         (semtimedop): Don't use CHECK_N.
29151         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29152         (__libc_pread): Don't use CHECK_N.
29153         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29154         <bp-checks.h>.
29155         (__libc_pread64): Don't use CHECK_N.
29156         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29157         <bp-checks.h>.
29158         (__libc_pwrite): Don't use CHECK_N.
29159         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29160         <bp-checks.h>.
29161         (__libc_pwrite64): Don't use CHECK_N.
29162         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29163         <bp-checks.h>.
29164         (__libc_msgrcv): Don't use CHECK_N.
29165         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29166         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29167         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29168         (__libc_writev): Don't use CHECK_N.
29169
29170 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29171
29172         * string/strcpy.c: Removed unused variable.
29173
29174         * Makeconfig (+sysdep-includes): Define with := rather than =.
29175         Use an existing include/ subdir of each sysdeps dir before it.
29176
29177 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29178
29179         * nscd/connection.c (register_traced_file): Comment function.
29180         [HAVE_INOTIFY] (union __inev): Define.
29181         [HAVE_INOTIFY] (inotify_check_files): New function.
29182         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29183         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29184         clear_db_cache.
29185         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29186
29187 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29188
29189         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29190         loaded if not already and that a failure is permanent.
29191
29192 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29193
29194         [BZ #15006]
29195         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29196         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29197
29198 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29199
29200         [BZ #13550]
29201         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29202         (CHECK_1_NULL_OK): Likewise.
29203         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29204         (__fxstat): Do not use CHECK_1.
29205         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29206         <bp-checks.h>.
29207         (___fxstat64): Do not use CHECK_1.
29208         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29209         <bp-checks.h>.
29210         (__fxstatat): Do not use CHECK_1.
29211         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29212         <bp-checks.h>.
29213         (__fxstatat64): Do not use CHECK_1.
29214         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29215         <bp-checks.h>.
29216         (__fxstat): Do not use CHECK_1.
29217         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29218         <bp-checks.h>.
29219         (__fxstatat): Do not use CHECK_1.
29220         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29221         <bp-checks.h>.
29222         (__getresgid): Do not use CHECK_1.
29223         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29224         <bp-checks.h>.
29225         (__getresuid): Do not use CHECK_1.
29226         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29227         <bp-checks.h>.
29228         (__lxstat): Do not use CHECK_1.
29229         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29230         <bp-checks.h>.
29231         (__old_msgctl): Do not use CHECK_1.
29232         (__new_msgctl): Likewise.
29233         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29234         <bp-checks.h>.
29235         (__new_setrlimit): Do not use CHECK_1.
29236         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29237         <bp-checks.h>.
29238         (__old_shmctl): Do not use CHECK_1.
29239         (__new_shmctl): Likewise.
29240         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29241         <bp-checks.h>.
29242         (__xstat): Do not use CHECK_1.
29243         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29244         (__lxstat): Do not use CHECK_1.
29245         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29246         <bp-checks.h>.
29247         (___lxstat64): Do not use CHECK_1.
29248         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29249         (__old_msgctl): Do not use CHECK_1.
29250         (__new_msgctl): Likewise.
29251         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29252         <bp-checks.h>.
29253         (__gettimeofday): Do not use CHECK_1.
29254         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29255         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29256         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29257         <bp-checks.h>.
29258         (__gettimeofday): Do not use CHECK_1.
29259         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29260         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29261         (__new_shmctl): Do not use CHECK_1.
29262         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29263         <bp-checks.h>.
29264         (do_sigtimedwait): Do not use CHECK_1.
29265         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29266         <bp-checks.h>.
29267         (do_sigwaitinfo): Do not use CHECK_1.
29268         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29269         <bp-checks.h>.
29270         (msgctl): Do not use CHECK_1.
29271         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29272         <bp-checks.h>.
29273         (shmctl): Do not use CHECK_1.
29274         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29275         (ustat): Do not use CHECK_1.
29276         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29277         <bp-checks.h>.
29278         (__fxstat): Do not use CHECK_1.
29279         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29280         <bp-checks.h>.
29281         (__fxstatat): Do not use CHECK_1.
29282         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29283         <bp-checks.h>.
29284         (__lxstat): Do not use CHECK_1.
29285         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29286         <bp-checks.h>.
29287         (__xstat): Do not use CHECK_1.
29288         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29289         (__xstat): Do not use CHECK_1.
29290         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29291         (___xstat64): Do not use CHECK_1.
29292
29293         [BZ #13550]
29294         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29295         definitions.
29296         (CHECK_BOUNDS_HIGH): Likewise.
29297         * string/strcpy.c: Do not include <bp-checks.h>.
29298         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29299
29300 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29301
29302         * nscd/nscd-client.h (__nscd_drop_map_ref):
29303         Add __attribute__ ((unused)).
29304         * nis/nss-nisplus.h (niserr2nss): Likewise.
29305
29306         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29307         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29308
29309         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29310         Remove inline keyword.
29311         * include/rounding-mode.h (round_away): Likewise.
29312         * libio/wfileops.c (adjust_wide_data): Likewise.
29313         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29314         (__m128i_strloadu_tolower): Likewise.
29315         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29316         (__m128i_strloadu_tolower): Likewise.
29317         * time/mktime.c (ydhms_diff): Likewise.
29318         * locale/elem-hash.h (elem_hash): Likewise.
29319         * locale/setlocale.c (setdata): Likewise.
29320         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29321         (re_string_wchar_at): Likewise.
29322         (bitset_not, bitset_merge, bitset_mask): Likewise.
29323         [!(__GNUC__ > 3)] (inline): Remove macro.
29324         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29325         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29326         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29327         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29328         * string/memcmp.c (memcmp_bytes): Likewise.
29329         * locale/programs/locarchive.c (compute_hashval): Likewise.
29330         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29331         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29332         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29333         * nss/getent.c (print_rpc, print_protocols): Likewise.
29334         (print_passwd, print_group, print_aliases): Likewise.
29335         * nis/nss-nisplus.h (niserr2nss): Likewise.
29336         * nscd/connections.c (restart_p): Likewise.
29337         Change return type to bool.
29338
29339 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29340
29341         * Makeconfig (all-Depend-files): Add existing
29342         $(sorted-subdirs:=/Depend) files.
29343         (all-subdirs): Remove nss.
29344         * sysdeps/unix/inet/Subdirs: Add it here instead.
29345         * hesiod/Depend: New file.
29346
29347         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29348         instead of calling alloca.
29349
29350         * io/lseek.c (__lseek): Rename to __libc_lseek.
29351         Define __lseek as an alias.
29352
29353         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29354
29355 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29356
29357         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29358         else clause and remove check for non-standard endianness.
29359
29360 2013-02-04  David S. Miller  <davem@davemloft.net>
29361
29362         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29363
29364 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29365
29366         [BZ #13550]
29367         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29368         (__ubp_memchr): Remove prototype.
29369         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29370         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29371         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29372         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29373         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29374         Remove alias.
29375         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29376         (__ubp_memchr): Likewise.
29377         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29378         (__ubp_memchr): Likewise.
29379         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29380         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29381         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29382         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29383         CHECK_STRING.
29384         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29385         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29386         (__getcwd): Do not use CHECK_STRING.
29387         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29388         <bp-checks.h>.
29389         (__real_chown): Do not use CHECK_STRING.
29390         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29391         <bp-checks.h>.
29392         (fchownat): Do not use CHECK_STRING.
29393         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29394         CHECK_STRING.
29395         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29396         <bp-checks.h>.
29397         (__lchown): Do not use CHECK_STRING.
29398         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29399         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29400         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29401         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29403         include <bp-checks.h>.
29404         (truncate64): Do not use CHECK_STRING.
29405         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29406         <bp-checks.h>.
29407         (__real_chown): Do not use CHECK_STRING.
29408         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29409         <bp-checks.h>.
29410         (__lchown): Do not use CHECK_STRING.
29411         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29412         <bp-checks.h>.
29413         (__chown): Do not use CHECK_STRING.
29414         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29415         <bp-checks.h>.
29416         (truncate64): Do not use CHECK_STRING.
29417         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29418         Likewise.
29419         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29420         (__xmknod): Do not use CHECK_STRING.
29421         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29422         <bp-checks.h>.
29423         (__xmknodat): Do not use CHECK_STRING.
29424         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29425         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29426
29427 2013-02-04  Andreas Schwab  <schwab@suse.de>
29428
29429         [BZ #14142]
29430         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29431         * include/netdb.h: Likewise for h_errno.
29432         * elf/tst-stackguard1.c: Include <tls.h>.
29433
29434 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29435
29436         * elf/link.h (struct link_map): Extend the l_addr comment.
29437         * include/link.h (struct link_map): Likewise.
29438
29439 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29440
29441         [BZ #13550]
29442         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29443         (BOUNDED_1): Remove macro.
29444         * debug/backtrace.c: Don't include <bp-checks.h>.
29445         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29446         (__backtrace): Likewise.
29447         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29448         <bp-checks.h>.
29449         (__backtrace): Don't use BOUNDED_1.
29450         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29451         <bp-checks.h>.
29452         (__backtrace): Don't use BOUNDED_1.
29453         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29454         (__backtrace): Don't use BOUNDED_1.
29455         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29456         (shmat): Don't use BOUNDED_N.
29457
29458 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29459
29460         [BZ #13550]
29461         * sysdeps/generic/bp-start.h: Remove file.
29462         * csu/libc-start.c: Don't include <bp-start.h>.
29463         (LIBC_START_MAIN): Set up __environ directly instead of using
29464         INIT_ARGV_and_ENVIRON.
29465         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29466         <bp-start.h>.
29467
29468         [BZ #13550]
29469         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29470         definitions.
29471         (CHECK_FCNTL): Likewise.
29472         (CHECK_N_PAGES): Likewise.
29473
29474         [BZ #13550]
29475         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29476         definitions.
29477         (CHECK_SIGSET_NULL_OK): Likewise.
29478         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29479         <bp-checks.h>.
29480         (sigpending): Don't use CHECK_SIGSET.
29481         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29482         <bp-checks.h>.
29483         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29484         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29485         <bp-checks.h>.
29486         (do_sigsuspend): Don't use CHECK_SIGSET.
29487         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29488         use CHECK_SIGSET.
29489         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29490         (do_sigwait): Don't use CHECK_SIGSET.
29491         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29492         use CHECK_SIGSET.
29493         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29494         include <bp-checks.h>.
29495         (sigpending): Don't use CHECK_SIGSET.
29496         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29497         include <bp-checks.h>.
29498         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29499         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29500         <bp-checks.h>.
29501         (sigpending): Don't use CHECK_SIGSET.
29502         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29503         <bp-checks.h>.
29504         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29505
29506         [BZ #13550]
29507         * sysdeps/generic/bp-semctl.h: Remove file.
29508         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29509         <bp-checks.h> and <bp-semctl.h>.
29510         (__old_semctl): Don't use CHECK_SEMCTL.
29511         (__new_semctl): Likewise.
29512         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29513         and <bp-semctl.h>.
29514         (__old_semctl): Don't use CHECK_SEMCTL.
29515         (__new_semctl): Likewise.
29516         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29517         <bp-checks.h> and <bp-semctl.h>.
29518         (__old_semctl): Don't use CHECK_SEMCTL.
29519         (__new_semctl): Likewise.
29520         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29521         <bp-checks.h> and <bp-semctl.h>.
29522         (semctl): Don't use CHECK_SEMCTL.
29523
29524         [BZ #13550]
29525         * Makerules (elide-bp-thunks): Remove variable.
29526         (elide-routines.oS): Don't use $(elide-bp-thunks).
29527         (elide-routines.os): Likewise.
29528         (elide-routines.o): Likewise.
29529         (elide-routines.op): Likewise.
29530         (elide-routines.og): Likewise.
29531         (objects): Don't use $(bp-thunks).
29532         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29533         include.
29534         (common-generated): Do not add s-proto-bp.d.
29535         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29536         (int): Likewise.
29537         (typ): Likewise.
29538         Do not generate makefile rules for bounded-pointer thunks.
29539         * sysdeps/generic/bp-thunks.h: Remove file.
29540         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29541         * sysdeps/unix/s-proto-bp.S: Likewise.
29542
29543         [BZ #15062]
29544         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29545         parts of result separately when argument is not close to line from
29546         -i to i and one part of argument is small.
29547         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29548         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29549         * math/libm-test.inc (cacos_test): Add more tests.
29550         (casin_test): Likewise.
29551         (casinh_test): Likewise.
29552         * sysdeps/i386/fpu/libm-test-ulps: Update.
29553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29554
29555 2013-01-31  David S. Miller  <davem@davemloft.net>
29556
29557         * po/de.po: Update from translation team.
29558
29559 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29560
29561         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29562
29563 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29564
29565         * configure.in (_AC_PROG_CC_C89): New definition.
29566         * configure: Regenerate.
29567
29568         * configure.in (AC_PROG_CPP): New definition.
29569         * configure: Regenerate.
29570
29571 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29572
29573         * debug/tst-backtrace.h: New file.
29574         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29575         (ret): Remove variable.
29576         (x): Likewise.
29577         (FAIL): Remove macro.
29578         (NO_INLINE): Likewise.
29579         (fn1): Use match function instead of strstr.
29580         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29581         (ret): Remove variable.
29582         (x): Likewise.
29583         (FAIL): Remove macro.
29584         (NO_INLINE): Likewise.
29585         (fn): Use match function instead of strstr.
29586         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29587         (ret): Remove variable.
29588         (x): Likewise.
29589         (FAIL): Remove macro.
29590         (NO_INLINE): Likewise.
29591         (handle_signal): Use match function instead of strstr.
29592         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29593         (ret): Remove variable.
29594         (x): Likewise.
29595         (FAIL): Remove macro.
29596         (NO_INLINE): Likewise.
29597         (handle_signal): Use match function instead of strstr.
29598
29599 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29600
29601         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29602
29603 2013-01-23  David S. Miller  <davem@davemloft.net>
29604
29605         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29606         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29607         argument of CAS if possible.
29608         * sysdeps/sparc/sparc64/bits/atomic.h
29609         (__arch_compare_and_exchange_val_32_acq): Likewise.
29610         (__arch_compare_and_exchange_val_64_acq): Likewise.
29611
29612 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29613
29614         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29615         * sysdeps/posix/ulimit.c: ... this.
29616         Include <limits.h>.
29617         * sysdeps/unix/bsd/ulimit.c: Remove file.
29618
29619 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29620
29621         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29622         (LDFLAGS-tst-array5): Likewise.
29623
29624 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29625
29626         [BZ #15036]
29627         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29628         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29629         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29630         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29631
29632 2013-01-21  David S. Miller  <davem@davemloft.net>
29633
29634         * sysdeps/sparc/backtrace.c: New file.
29635         * sysdeps/sparc/sparc32/backtrace.h: New file.
29636         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29637         * sysdeps/sparc/sparc64/backtrace.h: New file.
29638         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29639         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29640         -funwind-tables.
29641
29642 2013-01-21  Andreas Schwab  <schwab@suse.de>
29643
29644         [BZ #15020]
29645         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29646         closed its stdout.
29647
29648 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29649
29650         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29651         "mpa2.h".
29652         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29653
29654 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29655             Mark Mitchell  <mark@codesourcery.com>
29656             Tom de Vries  <tom@codesourcery.com>
29657             Paul Pluzhnikov  <ppluzhnikov@google.com>
29658
29659         * debug/tst-backtrace2.c: New file.
29660         * debug/tst-backtrace3.c: Likewise.
29661         * debug/tst-backtrace4.c: Likewise.
29662         * debug/tst-backtrace5.c: Likewise.
29663         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29664         (CFLAGS-tst-backtrace3.c): Likewise.
29665         (CFLAGS-tst-backtrace4.c): Likewise.
29666         (CFLAGS-tst-backtrace5.c): Likewise.
29667         (LDFLAGS-tst-backtrace2): Likewise.
29668         (LDFLAGS-tst-backtrace3): Likewise.
29669         (LDFLAGS-tst-backtrace4): Likewise.
29670         (LDFLAGS-tst-backtrace5): Likewise.
29671         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29672         tst-backtrace4 and tst-backtrace5.
29673
29674 2013-01-18  Anton Blanchard  <anton@samba.org>
29675             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29676
29677         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29678         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29679         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29680         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29682         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29683         "+r" and remove output regs list as redundant.  Add explicit inline
29684         asm to specify register of return val to work around compiler codegen
29685         bug.  Remove (int) cast on return value.  Add return type parameter to
29686         use in macro so that this macro does not truncate return value for
29687         64-bit values.
29688         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29689         pass to INTERNAL_VSYSCALL_NCS.
29690         (INLINE_VSYSCALL): Add 'long int' as return type to
29691         INTERNAL_VSYSCALL_NCS macro invocation.
29692         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29693         INTERNAL_VSYSCALL_NCS macro invocation.
29694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29695
29696 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29697
29698         [BZ #14496]
29699         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29700         Fix application of SIMD FP exception mask.
29701
29702         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29703         mp_no from a power of two.
29704         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29705         __mpexp_twomm1.  Use __pow_mp.
29706
29707         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29708         multiplication.
29709
29710 2013-01-17  David S. Miller  <davem@davemloft.net>
29711
29712         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29713
29714 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29715
29716         [BZ #15023]
29717         * include/complex.h: Condition contents on [!_COMPLEX_H].
29718         (__kernel_casinhf): New prototype.
29719         (__kernel_casinh): Likewise.
29720         (__kernel_casinhl): Likewise.
29721         * math/Makefile (libm_calls): Add k_casinh.
29722         * math/k_casinh.c: New file.
29723         * math/k_casinhf.c: Likewise.
29724         * math/k_casinhl.c: Likewise.
29725         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29726         finite nonzero arguments.
29727         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29728         finite nonzero arguments.
29729         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29730         finite nonzero arguments.
29731         * math/s_casinh.c: Do not include <float.h>.
29732         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29733         * math/s_casinhf.c: Do not include <float.h>.
29734         (__casinhf): Move code for finite nonzero arguments to
29735         k_casinhf.c.
29736         * math/s_casinhl.c: Do not include <float.h>.
29737         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29738         redefine.
29739         (__casinhl): Move code for finite nonzero arguments to
29740         k_casinhl.c.
29741         * math/libm-test.inc (cacos_test): Add more tests.
29742         * sysdeps/i386/fpu/libm-test-ulps: Update.
29743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29744
29745 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29746
29747         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29748         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29749         [!HAVE_MREMAP]: Remove [defined linux] case.
29750         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29751
29752 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29753
29754         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29755
29756 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29757
29758         * elf/elf.h (R_386_SIZE32): New relocation.
29759         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29760         R_386_SIZE32.
29761         (elf_machine_rela): Likewise.
29762         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29763         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29764
29765 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29766
29767         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29768         (FP_FAST_FMA): Do not define.
29769         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29770         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29771         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29772         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29773         !_SOFT_FLOAT]: Likewise.
29774         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29775         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29776         value.
29777         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29778         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29779         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29780         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29781         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29782         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29783         file.
29784
29785 2013-01-16  Andreas Schwab  <schwab@suse.de>
29786
29787         [BZ #14327]
29788         * include/stdlib.h (__mktemp): Add declaration.
29789         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29790         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29791
29792 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29793
29794         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29795         definitions.
29796         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29797         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29798         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29799         definitions here.
29800         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29801         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29802         definitions.
29803         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29804         and ONE.
29805         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29806         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29807         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29808         definitions.
29809         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29810         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29811         definitions.
29812         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29813
29814         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29815
29816 2013-01-15  David S. Miller  <davem@davemloft.net>
29817
29818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29819         trunc{,f} to libm-sysdep_routes.
29820         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29822         file.
29823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29825         file.
29826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29827         file.
29828         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29829         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29830         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29831         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29832         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29833         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29834         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29835         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29836
29837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29838         nearbyint{,f} to libm-sysdep_routes.
29839         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29841         New file.
29842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29843         file.
29844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29845         New file.
29846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29847         file.
29848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29850         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29851         file.
29852         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29853         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29854         file.
29855         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29856         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29857         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29858
29859         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29860         libc_feholdexcept and libc_fesetenv.
29861
29862 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29863
29864         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29865
29866 2013-01-14  David S. Miller  <davem@davemloft.net>
29867
29868         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29869         (SPARC_ASM_VIS2_IFUNC): Likewise.
29870         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29872         use of 'siam' instruction.
29873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29874         Likewise.
29875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29876         Likewise.
29877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29878         Likewise.
29879         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29880         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29881         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29882         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29884         file.
29885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29886         file.
29887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29888         file.
29889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29890         file.
29891         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29892         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29893         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29894         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29896         new VIS2 routines.
29897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29900         Likewise.
29901         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29902         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29903         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29904         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29906         routines to libm-sysdep_routines.
29907         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29908
29909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29910         fdim/fdimf to libm-sysdep_routines.
29911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29912         file.
29913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29915         file.
29916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29917         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29918         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29919         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29920         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29921         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29922         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29923
29924 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29925
29926         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29927         to optimize copies.
29928
29929         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29930         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29931         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29932
29933         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29934         local variable MPTWO.
29935         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29936         Likewise.
29937
29938 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29939
29940         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29941         GLOB_NOESCAPE.
29942
29943 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29944
29945         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29946
29947 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29948
29949         * manual/pattern.texi (glob_t): Document gl_flags.
29950         (glob64_t): Likewise.
29951
29952 2013-01-11  David S. Miller  <davem@davemloft.net>
29953
29954         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29955         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29956         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29957         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29958         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29959         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29960         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29961         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29962         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29963         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29964         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29965         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29966         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29967
29968         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29969         sparc V9 rather than using V8 code.
29970         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29971         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29972
29973         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29974         Move to...
29975         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29976         Here.
29977
29978 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29979
29980         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29981         not in the main loop.
29982         * configure: Regenerated.
29983
29984 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29985
29986         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29987         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29988         to just #else.
29989         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29990         [!__GLIBC_HAVE_LONG_LONG] case.
29991         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29992         condition to just #else.
29993         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29994         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29995         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29996         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29997         unconditional.
29998         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29999         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30000         #elif condition to just #else.
30001         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30002         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30003         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30004         #elif condition to just #else.
30005
30006 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30007
30008         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30009         (EF_MIPS_ARCH_64): Fix value.
30010         (EF_MIPS_ARCH_32R2): New.
30011         (EF_MIPS_ARCH_64R2): New.
30012
30013 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30014
30015         * Makeconfig (+link-pie-before-libc): New.
30016         (+link-pie-after-libc): Likewise.
30017         (+link-pie-tests): Likewise.
30018         (+link-pie): Rewritten.
30019         (link-before-libc): Remove $(config-LDFLAGS).
30020         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30021         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30022         (config-LDFLAGS): Renamed to ...
30023         (rtld-LDFLAGS): This.
30024         (rtld-tests-LDFLAGS): New macro.
30025         (link-libc-rpath-link): Likewise.
30026         (link-libc-tests-rpath-link): Likewise.
30027         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30028         (link-libc): Prepand $(link-libc-rpath-link).
30029         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30030         (test-program-prefix): New macro.
30031         (test-via-rtld-prefix): Likewise.
30032         (test-program-cmd): Likewise.
30033         (host-test-program-cmd): Likewise.
30034         * Makefile ($(common-objpfx)testrun.sh): Replace
30035         $(run-program-prefix) with $(test-program-prefix).
30036         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30037         $(rtld-LDFLAGS).
30038         ($(common-objpfx)shlib.lds): Likewise.
30039         (build-module-helper): Likewise.
30040         ($(common-objpfx)format.lds): Likewise.
30041         * Rules (binaries-pie-tests): New.
30042         (binaries-pie-notests): Likewise.
30043         (binaries-pie): Rewritten.
30044         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30045         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30046         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30047         (make-test-out): Replace $(host-built-program-cmd) with
30048         $(host-test-program-cmd).
30049         * config.make.in (build-hardcoded-path-in-tests): New variable.
30050         * configure.in (--enable-hardcoded-path-in-tests): New configure
30051         option.
30052         (hardcoded_path_in_tests): New AC_SUBST.
30053         * configure: Regenerated.
30054         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30055         $(built-program-cmd) with $(test-program-cmd).
30056         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30057         (test_program_cmd): This.
30058         * elf/Makefile ($(objpfx)order.out): Run test with
30059         $(test-program-prefix).
30060         ($(objpfx)order2.out): Likewise.
30061         ($(objpfx)tst-initorder.out): Likewise.
30062         ($(objpfx)tst-initorder2.out): Likewise.
30063         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30064         $(test-program-cmd).
30065         ($(objpfx)tst-array1-static.out): Likewise.
30066         ($(objpfx)tst-array2.out): Likewise.
30067         ($(objpfx)tst-array3.out): Likewise.
30068         ($(objpfx)tst-array4.out): Likewise.
30069         ($(objpfx)tst-array5.out): Likewise.
30070         ($(objpfx)tst-array5-static.out): Likewise.
30071         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30072         $(test-program-cmd).
30073         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30074         $(run-program-prefix) with $(test-program-prefix).
30075         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30076         (test_program_prefix): This.
30077         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30078         $(run-program-prefix) with $(test-program-prefix).
30079         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30080         (test_program_prefix): This.
30081         * iconvdata/tst-tables.sh: Likewise.
30082         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30083         $(run-program-prefix) with $(test-program-prefix).
30084         ($(objpfx)tst-translit.out): Likewise.
30085         ($(objpfx)tst-gettext2.out): Likewise.
30086         ($(objpfx)tst-gettext4.out): Likewise.
30087         ($(objpfx)tst-gettext6.out): Likewise.
30088         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30089         (test_program_prefix): This.
30090         * intl/tst-gettext2.sh: Likewise.
30091         * intl/tst-gettext4.sh  Likewise.
30092         * intl/tst-gettext6.sh: Likewise.
30093         * intl/tst-translit.sh: Likewise.
30094         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30095         with $(test-program-cmd).
30096         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30097         $(run-program-prefix) with $(test-program-prefix).
30098         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30099         (test_program_prefix): This.
30100         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30101         $(run-program-prefix) with $(test-program-prefix).
30102         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30103         (test_program_prefix): This.
30104         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30105         * posix/Makefile ($(objpfx)globtest.out): Replace
30106         $(run-via-rtld-prefix) and $(test-wrapper) with
30107         $(test-program-prefix) and $(test-via-rtld-prefix).
30108         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30109         $(test-program-prefix).
30110         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30111         $(host-test-program-cmd).
30112         (tst-spawn-ARGS): Likewise.
30113         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30114         $(test-program-prefix).
30115         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30116         (test_via_rtld_prefix): This.
30117         (test_wrapper): Renamed to ...
30118         (test_program_prefix): This.
30119         (run_program_prefix): Replaced by test_program_prefix.
30120         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30121         (test_program_prefix): This.
30122         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30123         with $(host-test-program-cmd).
30124         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30125         $(run-program-prefix) with $(test-program-prefix).
30126         ($(objpfx)tst-printf.out): Likewise.
30127         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30128         $(test-program-cmd).
30129         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30130         (test_program_prefix): This.
30131         * stdio-common/tst-unbputc.sh: Likewise.
30132         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30133         $(run-program-prefix) with $(test-program-prefix).
30134         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30135         (test_program_prefix): This.
30136         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30137         $(built-program-cmd) with $(test-program-cmd).
30138
30139 2013-01-11  Andreas Jaeger  <aj@suse.de>
30140
30141         [BZ #15003]
30142         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30143         value. Sync with Linux 3.7.
30144
30145 2013-01-10  David S. Miller  <davem@davemloft.net>
30146
30147         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30148         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30149         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30150
30151 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30152
30153         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30154         never set.
30155         * configure: Regenerated.
30156
30157 2013-01-10  David S. Miller  <davem@davemloft.net>
30158
30159         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30160         sparc V9 rather than using V8 code.
30161         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30162         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30163
30164 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30165
30166         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30167         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30168         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30169         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30170         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30171         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30172         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30173         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30174         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30175         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30176         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30177         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30178         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30179         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30180         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30181         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30182         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30183         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30184         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30185         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30186         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30187         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30188         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30189         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30190         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30191         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30192         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30193
30194 2013-01-10  David S. Miller  <davem@davemloft.net>
30195
30196         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30197
30198 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30199
30200         * posix/Makefile (tests-static): New variable.
30201         (tests): Add $(tests-static).
30202         (tst-exec-static-ARGS): New variable.
30203         (tst-spawn-static-ARGS): Likewise.
30204         * posix/tst-exec-static.c: New file.
30205         * posix/tst-spawn-static.c: Likewise.
30206         * posix/tst-exec.c: Support run directly.
30207         * posix/tst-spawn.c: Likewise.
30208
30209 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30210
30211         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30212         long.
30213         * math/bits/mathcalls.h (llrint): Likewise.
30214         (llround): Likewise.
30215         * stdlib/stdlib.h (struct drand48_data): Likewise.
30216         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30217         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30218         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30219         Likewise.
30220         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30221         Likewise.
30222         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30223         (elf_greg_t): Likewise.
30224         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30225         (__jmp_buf): Likewise.
30226         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30227         definitions.
30228         (llrint): Likewise, for all definitions.
30229         (llrintl): Likewise.
30230
30231         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30232         Remove [__GNUC__] condition.
30233         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30234         condition to just [__USE_ISOC99].
30235         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30236
30237 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30238
30239         [BZ #14200]
30240         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30241         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30242         defined.
30243         (_POSIX_V6_ILP32_OFF32): Likewise.
30244         (_XBS5_ILP32_OFF32): Likewise.
30245         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30246         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30247
30248 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30249
30250         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30251
30252         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30253         doubles __mpexp_twomm1.  Adjust usage.
30254         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30255         Remove.
30256
30257 2013-01-10  Andreas Schwab  <schwab@suse.de>
30258
30259         [BZ #14964]
30260         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30261         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30262
30263 2013-01-09  David S. Miller  <davem@davemloft.net>
30264
30265         [BZ #15003]
30266         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30267         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30268         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30269         (TCP_FASTOPEN): Define.
30270         (tcp_repair_opt): New structure.
30271         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30272         enum values.
30273         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30274         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30275         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30276         (tcp_cookie_transactions): New structure.
30277
30278 2013-01-09  Anton Blanchard  <anton@samba.org>
30279
30280         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30281         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30282         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30283         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30284
30285 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30286
30287         * include/features.h (__USE_ANSI): Remove.
30288
30289 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30290
30291         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30292
30293         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30294
30295 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30296
30297         * sysdeps/s390/fpu/libm-test-ulps: Update.
30298
30299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30300
30301         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30302         (__acr): Likewise.
30303         (__cpy): Likewise.
30304         (norm): Likewise.
30305         (denorm): Likewise.
30306         (__mp_dbl): Likewise.
30307         (__dbl_mp): Likewise.
30308         (add_magnitudes): Likewise.
30309         (sub_magnitudes): Likewise.
30310         (__add): Likewise.
30311         (__sub): Likewise.
30312         (__mul): Likewise.
30313         (__inv): Likewise.
30314         (__dvd): Likewise.
30315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30316         (__acr): Likewise.
30317         (__cpy): Likewise.
30318         (norm): Likewise.
30319         (denorm): Likewise.
30320         (__mp_dbl): Likewise.
30321         (__dbl_mp): Likewise.
30322         (add_magnitudes): Likewise.
30323         (sub_magnitudes): Likewise.
30324         (__add): Likewise.
30325         (__sub): Likewise.
30326         (__mul): Likewise.
30327         (__inv): Likewise.
30328         (__dvd): Likewise.
30329         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30330         (__acr): Likewise.
30331         (__cpy): Likewise.
30332         (norm): Likewise.
30333         (denorm): Likewise.
30334         (__mp_dbl): Likewise.
30335         (__dbl_mp): Likewise.
30336         (add_magnitudes): Likewise.
30337         (sub_magnitudes): Likewise.
30338         (__add): Likewise.
30339         (__sub): Likewise.
30340         (__mul): Likewise.
30341         (__inv): Likewise.
30342         (__dvd): Likewise.
30343
30344 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30345
30346         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30347         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30348         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30349         2 && __USE_EXTERN_INLINES]: Likewise.
30350
30351 2013-01-08  Andreas Jaeger  <aj@suse.de>
30352
30353         [BZ# 14985]
30354         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30355         Remove.
30356         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30357         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30358
30359 2013-01-07  Anton Blanchard  <anton@samba.org>
30360
30361         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30362         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30363         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30364         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30365         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30366         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30367         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30368         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30369         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30370         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30371         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30372         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30373         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30374         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30375         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30376         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30377         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30378         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30379         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30380         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30381         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30382         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30383         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30384         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30385         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30386         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30387         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30388         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30389         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30390         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30391         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30392         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30393         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30394         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30395         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30396         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30397         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30398         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30399         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30400         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30401         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30402         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30403         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30404
30405 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30406
30407         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30408         (__MALLOC_PMT): Likewise.
30409         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30410         [__GNUC__], only on [_LIBC].
30411         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30412         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30413         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30414         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30415         forward declaration.
30416         (realloc_hook_ini): Likewise.
30417         (memalign_hook_ini): Likewise.
30418         (__libc_memalign): Do not use __MALLOC_PMT in variable
30419         declaration.
30420         (__libc_valloc): Likewise.
30421         (__libc_pvalloc): Likewise.
30422         (__libc_calloc): Likewise.
30423         (__posix_memalign): Likewise.
30424
30425         [BZ #14996]
30426         * math/s_casinh.c: Include <float.h>.
30427         (__casinh): Do not do computation with squaring and square root
30428         for large arguments.
30429         * math/s_casinhf.c: Include <float.h>.
30430         (__casinhf): Do not do computation with squaring and square root
30431         for large arguments.
30432         * math/s_casinhl.c: Include <float.h>.
30433         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30434         (__casinhl): Do not do computation with squaring and square root
30435         for large arguments.
30436         * math/libm-test.inc (casin_test): Add more tests.
30437         (casinh_test): Likewise.
30438         * sysdeps/i386/fpu/libm-test-ulps: Update.
30439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30440
30441 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30442
30443         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30444         (__x86_64_raw_data_cache_size): Likewise.
30445         (__x86_64_data_cache_size_half): Likewise.
30446         (__x86_64_raw_data_cache_size_half): Likewise.
30447         (__x86_64_shared_cache_size): Likewise.
30448         (__x86_64_raw_shared_cache_size): Likewise.
30449         (__x86_64_shared_cache_size_half): Likewise.
30450         (__x86_64_raw_shared_cache_size_half): Likewise.
30451         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30452         to ...
30453         (__x86_data_cache_size): This.
30454         (__x86_64_raw_data_cache_size): Renamed to ...
30455         (__x86_raw_data_cache_size): This.
30456         (__x86_64_data_cache_size_half): Renamed to ...
30457         (__x86_data_cache_size_half): This.
30458         (__x86_64_raw_data_cache_size_half): Renamed to ...
30459         (__x86_raw_data_cache_size_half): This.
30460         (__x86_64_shared_cache_size): Renamed to ...
30461         (__x86_shared_cache_size): This.
30462         (__x86_64_raw_shared_cache_size): Renamed to ...
30463         (__x86_raw_shared_cache_size): This.
30464         (__x86_64_shared_cache_size_half): Renamed to ...
30465         (__x86_shared_cache_size_half): This.
30466         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30467         (__x86_raw_shared_cache_size_half): This.
30468         * sysdeps/x86_64/memcpy.S: Updated.
30469         * sysdeps/x86_64/memset.S: Likewise.
30470         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30471         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30472         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30473
30474 2013-01-04  David S. Miller  <davem@davemloft.net>
30475
30476         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30477
30478 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30479
30480         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30481         1 to avoid redefinition warning.
30482         (__USE_GNU): Don't define.
30483         (init_signaling_nan): Protoize.
30484
30485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30486
30487 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30488
30489         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30490         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30491         (__cpymn): Likewise.
30492         (norm): Remove commented code.
30493         (denorm): Likewise.
30494         (__mp_dbl): Likewise.
30495         (__inv): Likewise.
30496         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30497         (__cpymn): Likewise.
30498         (norm): Remove commented code.
30499         (denorm): Likewise.
30500         (__mp_dbl): Likewise.
30501         (__inv): Likewise.
30502
30503         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30504         mp_no value for 1.0 and 2.0.
30505         (norm): Use RADIXI instead of radixi.d.
30506         (denorm): Likewise.
30507         (__mul): Use 0.0 instead of zero.d.
30508         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30509         mp_no value for 1.0 and 2.0.
30510         (norm): Use RADIXI instead of radixi.d.
30511         (denorm): Likewise.
30512         (__mul): Use 0.0 instead of zero.d.
30513
30514 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30515
30516         [BZ #14994]
30517         * math/s_casinh.c (__casinh): Reduce finite argument to first
30518         quadrant then set signs of results at the end.
30519         * math/s_casinhf.c (__casinhf): Likewise.
30520         * math/s_casinhl.c (__casinhl): Likewise.
30521         * math/libm-test.inc (casin_test): Add more tests.
30522         (casinh_test): Likewise.
30523         * sysdeps/i386/fpu/libm-test-ulps: Update.
30524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30525
30526 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30527
30528         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30529
30530         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30531
30532         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30533         declarations.
30534         (denorm): Likewise.
30535         (__mp_dbl): Likewise.
30536         (__inv): Likewise.
30537
30538         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30539         and adjust the header comment.
30540
30541         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30542         variable name from declaration.
30543
30544 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30545
30546         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30547         Initialize COMMON_CPUID_INDEX_7 element.
30548         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30549         (CPUID_RTM): Likewise.
30550         (HAS_RTM): Likewise.
30551         (COMMON_CPUID_INDEX_7): New enum.
30552
30553 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30554
30555         [BZ #14981]
30556         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30557         size is zero, record memory as freed.
30558
30559 2013-01-03  Andreas Jaeger  <aj@suse.de>
30560
30561         * po/ia.po: Add new Interlingua translation.
30562
30563 2012-01-03  Allan McRae  <allan@archlinux.org>
30564
30565         * locale/programs/localedef.c: Fix description of '--posix' flag.
30566
30567 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30568
30569         * NEWS: Update dates in second copyright notice.
30570         * README: Update copyright dates in example.
30571         * manual/libc.texinfo: Update copyright dates.
30572         * scripts/test-installation.pl: Update copyright date in --version
30573         output.
30574
30575         * hurd/ctty-input.c: Fix copyright notice formatting.
30576         * hurd/ctty-output.c: Likewise.
30577         * hurd/dtable.c: Likewise.
30578         * hurd/hurd-raise.c: Likewise.
30579         * hurd/hurdprio.c: Likewise.
30580         * hurd/msgportdemux.c: Likewise.
30581         * misc/sys/file.h: Likewise.
30582         * misc/sys/ioctl.h: Likewise.
30583         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30584         * sysdeps/mach/hurd/chdir.c: Likewise.
30585         * sysdeps/mach/hurd/fchdir.c: Likewise.
30586         * sysdeps/mach/hurd/rename.c: Likewise.
30587         * sysdeps/mach/hurd/rmdir.c: Likewise.
30588         * sysdeps/mach/hurd/seekdir.c: Likewise.
30589         * sysdeps/mach/hurd/setsid.c: Likewise.
30590         * sysdeps/posix/wait3.c: Likewise.
30591
30592         * All files with FSF copyright notices: Update copyright dates
30593         using scripts/update-copyrights.
30594         * intl/plural.c: Regenerated.
30595         * locale/programs/charmap-kw.h: Likewise.
30596         * locale/programs/locfile-kw.h: Likewise.
30597
30598 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30599
30600         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30601         four values.
30602
30603         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30604         calculation loop and add branch prediction.
30605
30606         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30607         check access beyond bounds of m1np.
30608
30609         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30610         MPTWO.
30611         (__inv): Remove local variable MPTWO to use the global
30612         constant.
30613         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30614         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30615         variable MPTWO.
30616         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30617         MP3HALFS static const.
30618
30619 2013-01-01  David S. Miller  <davem@davemloft.net>
30620
30621         * po/ca.po: Update from translation team.
30622
30623 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30624
30625         * scripts/update-copyrights: New file.
30626         * Makeconfig: Reformat copyright notice.
30627         * ctype/ctype.h: Likewise.
30628         * debug/swprintf_chk.c: Likewise.
30629         * elf/dl-cache.c: Likewise.
30630         * elf/dl-debug.c: Likewise.
30631         * elf/dl-object.c: Likewise.
30632         * grp/initgroups.c: Likewise.
30633         * hurd/Makefile: Likewise.
30634         * hurd/hurd/signal.h: Likewise.
30635         * hurd/hurdfault.c: Likewise.
30636         * hurd/hurdioctl.c: Likewise.
30637         * hurd/hurdlookup.c: Likewise.
30638         * hurd/intr-msg.c: Likewise.
30639         * iconv/gconv_open.c: Likewise.
30640         * libio/swprintf.c: Likewise.
30641         * locale/lc-ctype.c: Likewise.
30642         * locale/nl_langinfo.c: Likewise.
30643         * mach/Machrules: Likewise.
30644         * mach/Makefile: Likewise.
30645         * malloc/obstack.h: Likewise.
30646         * manual/Makefile: Likewise.
30647         * manual/tsort.awk: Likewise.
30648         * misc/bits/stab.def: Likewise.
30649         * nis/nis_print_group_entry.c: Likewise.
30650         * nis/nis_table.c: Likewise.
30651         * nis/nss_compat/compat-pwd.c: Likewise.
30652         * nis/nss_compat/compat-spwd.c: Likewise.
30653         * po/Makefile: Likewise.
30654         * posix/fnmatch.c: Likewise.
30655         * posix/regex.h: Likewise.
30656         * resolv/Makefile: Likewise.
30657         * resolv/nss_dns/dns-network.c: Likewise.
30658         * resolv/res_hconf.c: Likewise.
30659         * scripts/gen-sorted.awk: Likewise.
30660         * soft-fp/soft-fp.h: Likewise.
30661         * stdio-common/printf.h: Likewise.
30662         * stdlib/monetary.h: Likewise.
30663         * stdlib/random.c: Likewise.
30664         * stdlib/random_r.c: Likewise.
30665         * sysdeps/generic/Makefile: Likewise.
30666         * sysdeps/gnu/Makefile: Likewise.
30667         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30668         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30669         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30670         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30671         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30672         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30673         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30674         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30675         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30676         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30677         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30678         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30679         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30680         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30681         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30682         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30683         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30684         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30685         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30686         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30687         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30688         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30689         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30690         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30691         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30692         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30693         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30694         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30695         * sysdeps/mach/hurd/errnos.awk: Likewise.
30696         * sysdeps/mach/hurd/fork.c: Likewise.
30697         * sysdeps/mach/hurd/getcwd.c: Likewise.
30698         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30699         * sysdeps/mach/hurd/mmap.c: Likewise.
30700         * sysdeps/mach/hurd/utimes.c: Likewise.
30701         * sysdeps/mach/hurd/xmknod.c: Likewise.
30702         * sysdeps/posix/profil.c: Likewise.
30703         * sysdeps/posix/readdir_r.c: Likewise.
30704         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30705         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30706         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30707         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30708         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30709         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30710         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30711         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30712         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30713         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30714         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30715         * sysdeps/pthread/lio_listio.c: Likewise.
30716         * sysdeps/sparc/dl-procinfo.h: Likewise.
30717         * sysdeps/unix/i386/sysdep.S: Likewise.
30718         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30719         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30720         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30721         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30723         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30724         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30725         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30726         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30727         * sysdeps/wordsize-32/divdi3.c: Likewise.
30728         * time/sys/time.h: Likewise.
30729         * wcsmbs/Makefile: Likewise.
30730
30731 2013-01-01  David S. Miller  <davem@davemloft.net>
30732
30733         * po/fr.po: Update from translation team.
30734
30735         * catgets/gencat.c: Update copyright year.
30736         * csu/version.c: Likewise.
30737         * debug/catchsegv.sh: Likewise.
30738         * debug/pcprofiledump.c: Likewise.
30739         * debug/xtrace.sh: Likewise.
30740         * elf/ldconfig.c: Likewise.
30741         * elf/ldd.bash.in: Likewise.
30742         * elf/pldd.c: Likewise.
30743         * elf/sotruss.ksh: Likewise.
30744         * elf/sprof.c: Likewise.
30745         * iconv/iconv_prog.c: Likewise.
30746         * iconv/iconvconfig.c: Likewise.
30747         * locale/programs/locale.c: Likewise.
30748         * locale/programs/localedef.c: Likewise.
30749         * login/programs/pt_chown.c: Likewise.
30750         * malloc/memusage.sh: Likewise.
30751         * malloc/memusagestat.c: Likewise.
30752         * malloc/mtrace.pl: Likewise.
30753         * nscd/nscd.c: Likewise.
30754         * nss/getent.c: Likewise.
30755         * nss/makedb.c: Likewise.
30756         * posix/getconf.c: Likewise.
30757
30758 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30759
30760         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30761         numbers.
30762
30763 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30764
30765         * math/bits/mathcalls.h (modf): Use __nonnull.
30766
30767 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30768
30769         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30770         (split): Use macro CN instead of the bare value.
30771         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30772         could be used.
30773         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30774         instead of the bare value.
30775         (power1): Likewise.
30776
30777 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30778
30779         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30780         __ATAN_TWOM.
30781         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30782
30783         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30784         their values.
30785         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30786         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30787         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30788         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30789
30790 2012-12-28  Andreas Jaeger  <aj@suse.de>
30791
30792         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30793         values are from Linux 3.7.
30794
30795         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30796         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30797
30798 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30799
30800         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30801         TRUE case.
30802
30803         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30804         (norm): Likewise.
30805         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30806         variables with preprocessor constants.
30807         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30808         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30809         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30810
30811 2012-12-27  Bruno Haible  <bruno@clisp.org>
30812
30813         [BZ #14317]
30814         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30815         only if needed.
30816
30817 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30818
30819         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30820         and use variable directly.
30821         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30822
30823         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30824         MPONE.
30825         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30826         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30827         variable MPONE.
30828         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30829         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30830         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30831         include directive.  Remove local variable MPONE.
30832         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30833         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30834         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30835
30836 2012-12-25  David S. Miller  <davem@davemloft.net>
30837
30838         * version.h (RELEASE): Set to "development".
30839         (VERSION): Set to "2.17.90".
30840         * NEWS: Add 2.18 section.
30841
30842 2012-12-21  David S. Miller  <davem@davemloft.net>
30843
30844         * po/hr.po: Update from translation team.
30845
30846 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30847
30848         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30849
30850 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30851
30852         * NEWS:  Mention new memcpy for MIPS.
30853
30854 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30855
30856         * manual/contrib.texi (Contributors): Spelling correction.
30857
30858 2012-12-15  David S. Miller  <davem@davemloft.net>
30859
30860         * po/ru.po: Update from translation team.
30861
30862 2012-12-13  David S. Miller  <davem@davemloft.net>
30863
30864         * NEWS: Mention IFUNC testsuite enhancements.
30865
30866         * po/pl.po: Update from translation team.
30867         * po/bg.po: Likewise.
30868
30869         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30870         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30871
30872 2012-12-11  David S. Miller  <davem@davemloft.net>
30873
30874         * po/sv.po: Update from translation team.
30875
30876         * po/vi.po: Update from translation team.
30877
30878         * po/cs.po: Update from translation team.
30879
30880         * po/de.po: Update from translation team.
30881         * po/eo.po: Likewise.
30882         * po/nl.po: Likewise.
30883
30884 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30885
30886         [BZ #14246]
30887         * manual/argp.texi (Argp Helper Functions): Move node to follow
30888         Argp Parsing State.
30889
30890         [BZ #14872]
30891         * manual/conf.texi (Limits on File System Capacity): Mention if
30892         terminating null is included in the max size.
30893
30894 2012-12-10  Andreas Jaeger  <aj@suse.de>
30895
30896         * po/cs.po: Update from translation team.
30897
30898 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30899
30900         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30901         void pointer and cast to uintptr_t.
30902         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30903         path.
30904         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30905         * sysdeps/s390/s390-64/memset.S: Likewise.
30906
30907 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30908
30909         [BZ #14833]
30910         * menual/message.texi (Message Translation): Fix typos.
30911         (Helper programs for gettext): Likewise.
30912
30913 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30914
30915         [BZ #14898]
30916         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30917         Change to -1.
30918
30919 2012-12-07  David S. Miller  <davem@davemloft.net>
30920
30921         * po/libc.pot: Update.
30922
30923 2012-12-07  Richard Henderson  <rth@redhat.com>
30924
30925         [BZ #10114]
30926         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30927         normal/normal case to before the switch.
30928         (_FP_DIV): Likewise.
30929
30930 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30931             Mike Frysinger  <vapier@gentoo.org>
30932
30933         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30934         check for __NR_fadvise64_64.
30935
30936 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30937
30938         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30939         0, not just to plain "0" as a statement.
30940         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30941         with cw.
30942
30943 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30944
30945         * NEWS: Use sourceware.org in Bugzilla URL.
30946
30947 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30948
30949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30950         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30951
30952         * stdio-common/tst-put-error.c (do_test): Add newline to the
30953         padded test to ensure flush.
30954
30955 2012-12-05  Jeff Law  <law@redhat.com>
30956
30957         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30958
30959 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30960
30961         * README: Don't refer to ports add-on as distributed separately.
30962         Mention AArch64 in list of systems supported in the ports add-on.
30963
30964         * LICENSES: Add more non-FSF copyright and license notices.
30965
30966         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30967         ((unused)).
30968
30969         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30970
30971         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30972         10000 as width of padded output.
30973
30974 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30975
30976         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30977
30978         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30979         variable LX with __attribute__ ((unused)).
30980         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30981         Likewise.
30982         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30983         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30984         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30985         with __attribute__ ((unused)).
30986
30987 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30988
30989         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30990
30991 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30992
30993         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30994         (CFLAGS-nldbl-acos.c): New variable.
30995         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30996         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30997         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30998         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30999         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31000         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31001         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31002         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31003         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31004         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31005         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31006         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31007         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31008         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31009         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31010         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31011         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31012         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31013         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31014         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31015         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31016         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31017         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31018         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31019         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31020         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31021         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31022         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31023         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31024         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31025         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31026         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31027         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31028         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31029         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31030         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31031         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31032         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31033         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31034         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31035         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31036         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31037         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31038         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31039         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31040         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31041         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31042         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31043         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31044         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31045         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31046         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31047         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31048         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31049         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31050         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31051         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31052         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31053         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31054         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31055         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31056         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31057         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31058         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31059         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31060         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31061         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31062         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31063         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31064         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31065         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31066         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31067         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31068         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31069         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31070         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31071         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31072         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31073         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31074         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31075         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31076         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31077         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31078         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31079         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31080         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31081         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31082         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31083         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31084         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31085         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31086         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31087         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31088         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31089         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31090         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31091         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31092
31093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31094         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31095
31096         [BZ #14914]
31097         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31098         whole low double instead of just low 47 bits when splitting values
31099         into two parts.
31100
31101 2012-12-03  Allan McRae  <allan@archlinux.org>
31102
31103         * manual/stdio.texi (Predefined Printf Handlers): Remove
31104         @hsep and @vsep usage.
31105
31106 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31107
31108         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31109         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31110
31111 2012-12-03  Jeff Law  <law@redhat.com>
31112
31113         * time/sys/time.h (settimeofday): Do not mark TV argument
31114         as __nonnull.
31115
31116 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31117
31118         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31119         when currently writing and seek to current position when not.
31120         * libio/Makefile (tests): Remove bug-fclose1.
31121         * libio/bug-fclose1.c: Delete.
31122
31123 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31124
31125         * manual/arith.texi (feenableexcept): Fix typo.
31126         (fedisableexcept): Likewise.
31127
31128 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31129
31130         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31131         second, differently-typed declaration, rather than a cast.
31132
31133 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31134
31135         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31136         * include/rpc/svc.h: ... here.
31137
31138 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31139
31140         [BZ #13013]
31141         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31142         depending n and resplen2 to catch cases where answer
31143         equals answerp2.
31144
31145 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31146
31147         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31148         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31149
31150 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31151
31152         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31153
31154 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31155
31156         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31157
31158 2012-11-28  Jeff Law  <law@redhat.com>
31159
31160         [BZ #13761]
31161         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31162         dataset_temporary.  Track alloca usage into alloca_used.
31163         If dataset is large allocate and release it via malloc/free.
31164
31165 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31166
31167         [BZ #14197]
31168         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31169
31170 2012-11-28  David S. Miller  <davem@davemloft.net>
31171
31172         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31173
31174 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31175
31176         [BZ #14803]
31177         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31178         of pi/2 rounded to nearest to 64 bits.
31179         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31180         nearest to 64 bits.
31181         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31182         bits.
31183
31184 2012-11-28  Jeff Law <law@redhat.com>
31185             Martin Osvald <mosvald@redhat.com>
31186
31187         [BZ #14889]
31188         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31189         * sunrpc/svc.c: Include time.h.
31190         (__svc_accept_failed): New function.
31191         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31192         any reason other than EINTR, call __svc_accept_failed.
31193         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31194         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31195
31196 2012-11-28  Andreas Schwab  <schwab@suse.de>
31197
31198         * scripts/abilist.awk: Also handle indirect functions in .opd
31199         section.
31200
31201 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31202
31203         [BZ #13881]
31204         * sysdeps/x86/fpu/powl_helper.c: New file.
31205         * sysdeps/x86/fpu/Makefile: Likewise.
31206         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31207         (p3): New object.
31208         (__ieee754_powl): Use __powl_helper for finite arguments except
31209         integer exponents below 8.
31210         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31211         (p3): New object.
31212         (__ieee754_powl): Use __powl_helper for finite arguments except
31213         integer exponents below 8.
31214         * math/libm-test.inc (pow_test): Add more tests and enable some
31215         previously disabled tests.
31216         * sysdeps/i386/fpu/libm-test-ulps: Update.
31217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31218
31219 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31220             Carlos O'Donell  <carlos_odonell@mentor.com>
31221
31222         * nss/makedb.c (is_prime): Assert that input is odd and greater
31223         than 4.  Note that fact in a comment too.
31224         (next_prime): Add 4 to input.
31225
31226 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31227
31228         [BZ #11741]
31229         * libio/Makefile (tests): Add test case tst-fwrite-error.
31230         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31231         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31232         * libio/tst-fwrite-error.c: New test case.
31233
31234 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31235
31236         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31237         before casting to void *.
31238         * include/libc-internal.h (__pointer_type): New macro.
31239         (__integer_if_pointer_type_sub): Likewise.
31240         (__integer_if_pointer_type): Likewise.
31241         (cast_to_integer): Likewise.
31242         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31243         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31244         before casting to atomic64_t.
31245         (atomic_exchange_acq): Likewise.
31246         (__arch_exchange_and_add_body): Likewise.
31247         (__arch_add_body): Likewise.
31248         (atomic_add_negative): Likewise.
31249         (atomic_add_zero): Likewise.
31250
31251 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31252
31253         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31254         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31255         (add_fdes): Likewise.
31256         (linear_search_fdes): Likewise.
31257         (binary_search_unencoded_fdes): Likewise.
31258
31259 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31260
31261         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31262
31263 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31264
31265         * configure.in: Autodetect C++ header directories.
31266         * configure: Regenerated.
31267
31268 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31269
31270         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31271
31272 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31273
31274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31275
31276 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31277
31278         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31279         LDBL_MANT_DIG == 106]: Disable some tests.
31280         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31281         Likewise.
31282         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31283         Likewise.
31284
31285         [BZ #14871]
31286         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31287         input for small inputs.  Return +/- pi/2 for large inputs.
31288         * math/libm-test.inc (atan_test): Add more tests.
31289
31290         * sysdeps/generic/unwind-dw2-fde-glibc.c
31291         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31292         __attribute__ ((unused)).
31293
31294         [BZ #14645]
31295         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31296         x * y if x and y are nonzero and z is zero.
31297
31298         [BZ #14811]
31299         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31300         nonzero exponents with absolute value below 0x1p-117 to +/-
31301         0x1p-117.
31302
31303         [BZ #14869]
31304         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31305         up arguments below 2**-450, not just those below 2**-500.
31306         * math/libm-test.inc (hypot_test): Add another test.
31307
31308         [BZ #14868]
31309         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31310         Return a+b for ratio over 2**120, not 2**60.
31311         * math/libm-test.inc (hypot_test): Add another test.
31312
31313         * math/libm-test.inc (clog_test): Use
31314         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31315         (clog10_test): Likewise.
31316
31317         [BZ #6778]
31318         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31319
31320 2012-11-22  Andreas Schwab  <schwab@suse.de>
31321
31322         * sysdeps/i386/fpu/libm-test-ulps: Update.
31323
31324 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31325
31326         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31327         printf output with newline.
31328
31329 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31330
31331         [BZ #14865]
31332         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31333         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31334         -z nodlopen, -z initfirst and -z execstack support.
31335         * configure: Regenerated.
31336
31337         * elf/elf.h (DF_1_NODIRECT): New macro.
31338         (DF_1_IGNMULDEF): Likewise.
31339         (DF_1_NOKSYMS): Likewise.
31340         (DF_1_NOHDR): Likewise.
31341         (DF_1_EDITED): Likewise.
31342         (DF_1_NORELOC): Likewise.
31343         (DF_1_SYMINTPOSE): Likewise.
31344         (DF_1_GLOBAUDIT): Likewise.
31345         (DF_1_SINGLETON): Likewise.
31346         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31347         DT_1_SUPPORTED_MASK bits.
31348         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31349
31350 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31351
31352         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31353
31354 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31355
31356         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31357         macro.
31358
31359         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31360         (sendmmsg): Move declarations...
31361         * socket/sys/socket.h: ... here.
31362         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31363         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31364         include it from...
31365         * socket/recvmmsg.c: ... this new file.
31366         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31367         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31368         definition of __sendmmsg hidden.
31369         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31370         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31371         Move ENOSYS stub into and include it from...
31372         * socket/sendmmsg.c: ... this new file.
31373         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31374         (sysdep_routines): Move recvmmsg and sendmmsg...
31375         * socket/Makefile (routines): ... here.
31376         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31377         (GLIBC_PRIVATE): Add __sendmmsg.
31378         * include/sys/socket.h (__sendmmsg): Add declarations.
31379         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31380         sendmmsg.
31381
31382 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31383
31384         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31385         variable I1 with __attribute__ ((unused)).
31386         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31387
31388 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31389
31390         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31391         DUMMY variables with __attribute__ ((unused)).
31392
31393         * bits/byteswap.h: Include <bits/types.h>.
31394         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31395
31396 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31397
31398         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31399         string_t.  Do not manually set errno.
31400         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31401         length with __strnlen.  Make sure to both set errno and return it on
31402         failure.
31403
31404 2012-11-19  David S. Miller  <davem@davemloft.net>
31405
31406         With help from Joseph Myers.
31407         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31408         very large arguments properly.
31409         * math/libm-test.inc (atan_test): New tests.
31410         (atan2_test): New tests.
31411         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31412         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31413
31414 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31415
31416         [BZ #14856]
31417         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31418         Define to 3.
31419
31420         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31421         [POSIX] (EADDRNOTAVAIL): Likewise.
31422         [POSIX] (EAFNOSUPPORT): Likewise.
31423         [POSIX] (EALREADY): Likewise.
31424         [POSIX] (ECONNABORTED): Likewise.
31425         [POSIX] (ECONNREFUSED): Likewise.
31426         [POSIX] (ECONNRESET): Likewise.
31427         [POSIX] (EDESTADDRREQ): Likewise.
31428         [POSIX] (EDQUOT): Likewise.
31429         [POSIX] (EHOSTUNREACH): Likewise.
31430         [POSIX] (EIDRM): Likewise.
31431         [POSIX] (EISCONN): Likewise.
31432         [POSIX] (ELOOP): Likewise.
31433         [POSIX] (EMULTIHOP): Likewise.
31434         [POSIX] (ENETDOWN): Likewise.
31435         [POSIX] (ENETUNREACH): Likewise.
31436         [POSIX] (ENOBUFS): Likewise.
31437         [POSIX] (ENODATA): Likewise.
31438         [POSIX] (ENOLINK): Likewise.
31439         [POSIX] (ENOMSG): Likewise.
31440         [POSIX] (ENOPROTOOPT): Likewise.
31441         [POSIX] (ENOSR): Likewise.
31442         [POSIX] (ENOSTR): Likewise.
31443         [POSIX] (ENOTCONN): Likewise.
31444         [POSIX] (ENOTSOCK): Likewise.
31445         [POSIX] (EOPNOTSUPP): Likewise.
31446         [POSIX] (EOVERFLOW): Likewise.
31447         [POSIX] (EPROTO): Likewise.
31448         [POSIX] (EPROTONOSUPPORT): Likewise.
31449         [POSIX] (EPROTOTYPE): Likewise.
31450         [POSIX] (ESTALE): Likewise.
31451         [POSIX] (ETIME): Likewise.
31452         [POSIX] (ETXTBSY): Likewise.
31453         [POSIX] (EWOULDBLOCK): Likewise.
31454         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31455         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31456         [POSIX] (SEEK_CUR): Likewise.
31457         [POSIX] (SEEK_END): Likewise.
31458         [POSIX || UNIX98] (mode_t): Do not require.
31459         [POSIX] (off_t): Likewise.
31460         [POSIX] (pid_t): Likewise.
31461         [POSIX] (sys/stat.h): Do not allow header.
31462         [POSIX] (unistd.h): Likewise.
31463         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31464         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31465         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31466         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31467         require.
31468         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31469         sigevent): Specify elements.
31470         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31471         entry.
31472         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31473         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31474
31475         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31476         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31477         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31478         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31479         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31480         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31481         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31482         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31483         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31484         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31485         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31486         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31487         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31488         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31489         Likewise.
31490         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31491         Likewise.
31492         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31493         Likewise.
31494         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31495         Likewise.
31496         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31497         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31498         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31499         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31500         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31501         Specify lower bound on value.
31502         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31503         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31504         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31505         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31506         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31507         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31508         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31509         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31510         value.
31511         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31512         as optional.
31513         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31514         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31515         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31516         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31517         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31518         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31519         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31520         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31521         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31522         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31523         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31524         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31525         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31526         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31527         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31528         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31529         entry.
31530         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31531         optional.
31532         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31533         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31534         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31535         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31536         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31537         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31538         Likewise.
31539         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31540         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31541         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31542         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31543         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31544         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31545         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31546         as optional.
31547         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31548         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31549         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31550         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31551         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31552         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31553         specify as optional.
31554         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31555         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31556         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31557         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31558         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31559         [XPG3] (NL_LANGMAX): Likewise.
31560         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31561         [POSIX || XPG3] (NL_NMAX): Likewise.
31562         [POSIX || XPG3] (NL_SETMAX): Likewise.
31563         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31564         [XPG3] (NZERO): Likewise.
31565         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31566         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31567         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31568         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31569         (REG_ERANGE): Expect.
31570         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31571         optional-constant.
31572         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31573         Use (void) in prototype.
31574         [POSIX] (*_t): Allow.
31575         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31576         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31577         (WRDE_BADVAL): Expect.
31578
31579         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31580         expect.
31581         [XPG3 || XPG4] (O_RSYNC): Likewise.
31582         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31583         Likewise.
31584         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31585         [XPG3 || XPG4] (sigqueue): Likewise.
31586         [XPG3 || XPG4] (sigtimedwait): Likewise.
31587         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31588         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31589         [XPG3 || XPG4] (vsnprintf): Likewise.
31590         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31591         Likewise.
31592         [XPG3 || XPG4] (blksize_t): Likewise.
31593         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31594         Likewise.
31595         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31596         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31597         [XPG3 || XPG4] (struct itimerspec): Likewise.
31598         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31599         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31600         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31601         [XPG3 || XPG4] (clockid_t): Likewise.
31602         [XPG3 || XPG4] (timer_t): Likewise.
31603         [XPG3 || XPG4] (clock_getres): Likewise.
31604         [XPG3 || XPG4] (clock_gettime): Likewise.
31605         [XPG3 || XPG4] (clock_settime): Likewise.
31606         [XPG3 || XPG4] (nanosleep): Likewise.
31607         [XPG3 || XPG4] (timer_create): Likewise.
31608         [XPG3 || XPG4] (timer_delete): Likewise.
31609         [XPG3 || XPG4] (timer_gettime): Likewise.
31610         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31611         [XPG3 || XPG4] (timer_settime): Likewise.
31612         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31613         [XPG3 || XPG4] (getlogin_r): Likewise.
31614         [XPG3 || XPG4] (pread): Likewise.
31615         [XPG3 || XPG4] (pthread_atfork): Likewise.
31616         [XPG3 || XPG4] (pwrite): Likewise.
31617
31618         [BZ #14835]
31619         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31620         <bits/siginfo.h>.
31621
31622 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31623
31624         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31625         finalizing MALLSTREAM.
31626
31627         * sysdeps/mach/hurd/syncfs.c: New file.
31628
31629 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31630
31631         [BZ #14719]
31632         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31633         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31634         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31635         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31636         (_nss_dns_gethostbyname4_r): Likewise.
31637         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31638         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31639
31640 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31641
31642         [BZ #13763]
31643         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31644
31645 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31646
31647         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31648         * elf/cache.c (print_entry): Print ",AArch64" for
31649         FLAG_AARCH64_LIB64
31650
31651         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31652         * elf/cache.c (print_entry): Print ",hard-float" for
31653         FLAG_ARM_LIBHF.
31654
31655 2012-11-18  David S. Miller  <davem@davemloft.net>
31656
31657         With help from Joseph Myers.
31658         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31659         cutoff to 2**-13.
31660         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31661         cutoff to 2**-25.
31662         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31663         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31664         small.
31665         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31666         * math/libm-test.inc (y0_test): New tests.
31667         (y1_test): New tests.
31668         * sysdeps/i386/fpu/libm-test-ulps: Update.
31669         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31670         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31671
31672 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31673
31674         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31675         64-bit targets.
31676         * configure: Regenerated.
31677
31678 2012-11-17  David S. Miller  <davem@davemloft.net>
31679
31680         [BZ #14811]
31681         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31682         nonzero exponents with absolute value below 0x1p-128 to +/-
31683         0x1p-128.
31684
31685 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31686
31687         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31688
31689         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31690
31691         * posix/getconf-speclist.c: New file.
31692         * posix/posix-envs.def: Likewise.
31693         * posix/confstr.c (START_ENV_GROUP): New macro.
31694         (END_ENV_GROUP): Likewise.
31695         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31696         (KNOWN_PRESENT_ENV_STRING): Likewise.
31697         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31698         (UNKNOWN_ENVIRONMENT): Likewise.
31699         (confstr): Include posix-envs.def instead of handling
31700         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31701         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31702         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31703         (END_ENV_GROUP): Likewise.
31704         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31705         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31706         (UNKNOWN_ENVIRONMENT): Likewise.
31707         (__sysconf): Include posix-envs.def instead of handling associated
31708         cases directly here.
31709         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31710         preprocessing getconf-speclist.c rather than running getconf or
31711         generating empty file.
31712
31713 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31714
31715         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31716
31717 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31718
31719         [BZ #14672]
31720         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31721
31722 2012-11-16  David S. Miller  <davem@davemloft.net>
31723
31724         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31725         smaller than LDBL_EPSILON/2.0L, just return xm1.
31726
31727 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31728
31729         * elf/tst-array1.c (init): Set constructor priority to 1000.
31730         (fini): Set destructor priority to 1000.
31731         * elf/tst-array2dep.c: Likewise.
31732
31733 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31734
31735         [BZ #11741]
31736         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31737         (_IO_new_file_xsputn): Also return EOF if none of the input
31738         data was written when overflow failed.
31739         * libio/iopadn.c (_IO_padn): Likewise.
31740         * libio/iowpadn.c (_IO_wpadn): Likewise.
31741         * stdio-common/tst-put-error.c: Add copyright notice.
31742         (do_test): Add case for printing padded string.
31743         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31744         _IO_padn returned error.
31745         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31746         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31747         return EOF.
31748
31749 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31750
31751         * libio/libioP.h: Add comment note that the references to C++
31752         bits are now obsolete.
31753
31754 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31755
31756         * math/libm-test.inc (check_complex): Use asprintf.
31757
31758 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31759
31760         * debug/pcprofiledump.c (print_version): Update copyright year.
31761         * malloc/memusagestat.c (print_version): Likewise.
31762
31763 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31764
31765         [BZ #14831]
31766         * elf/Makefile (tests): Add tst-audit8.
31767         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31768         ($(objpfx)tst-audit8.out): New target.
31769         (tst-audit8-ENV): New variable.
31770         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31771         audit if l_reloc_result is NULL.
31772         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31773         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31774         * elf/tst-audit8.c: New file.
31775
31776 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31777
31778         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31779         * misc/Makefile (CFLAGS-select.c): Define.
31780         * posix/Makefile (CFLAGS-pause.c): Define.
31781
31782 2012-11-13  David S. Miller  <davem@davemloft.net>
31783
31784         * crypt/Makefile: Move test targets after toplevel Rules
31785         inclusion.  Grab any necessary sysdep routines when linking.
31786         * crypt/md5.c (md5_process_block): Remove define, we will always
31787         name it __md5_process_block.
31788         (md5_finish_ctx): Update md5_process_block call.
31789         (md5_stream): Likewise.
31790         (md5_process_bytes): Likewise.
31791         (md5_process_block): Rename to __md5_process_block and move to ...
31792         * crypt/md5-block.c: ... here.
31793         * crypt/sha256.c (sha256_process_block): Move to ...
31794         * crypt/sha256-block.c: ... here.
31795         * crypt/sha512.c (sha512_process_block): Move to ...
31796         * crypt/sha512-block.c: ... here.
31797         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31798         path.
31799         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31800         * sysdeps/sparc/sparc64/multiarch/Makefile
31801         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31802         crypt subdir.
31803         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31804         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31805         multiarch changes.
31806         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31807         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31808         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31809         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31810         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31811         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31812         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31813         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31814         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31815         file.
31816         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31817         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31818         file.
31819         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31820
31821 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31822
31823         * timezone/tzselect.ksh: Update from tzcode git revision
31824         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31825         * timezone/zdump.c: Likewise.
31826         * timezone/zic.c: Likewise.
31827         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31828         in TZVERSION setting, not $(PKGVERSION).
31829         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31830         REPORT_BUGS_TO settings.
31831
31832         [BZ #14838]
31833         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31834         macro.
31835
31836 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31837
31838         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31839         detection to immediately after _FP_ROUND().
31840         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31841         bits are 0.
31842
31843 2012-11-11  David S. Miller  <davem@davemloft.net>
31844
31845         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31846         inttypes.h
31847         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31848         __close rather than their public counterparts.
31849
31850 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31851
31852         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31853         file.
31854         [UNIX98] (sem_timedwait): Do not expect.
31855         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31856         [XPG4 || UNIX98] (sockatmark): Do not expect.
31857         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31858         (clock_getcpuclockid): Do not expect.
31859         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31860         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31861         Do not expect.
31862         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31863         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31864         [UNIX98] (vwscanf): Likewise.
31865         [UNIX98] (vswscanf): Likewise.
31866
31867 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31868
31869         * timezone/version.h: Remove file.
31870         * timezone/README: Do not refer to version.h.
31871         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31872         $(objpfx)version.h.
31873         ($(objpfx)zdump.o): Likewise.
31874         ($(objpfx)version.h): New target.
31875
31876         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31877         2012i.
31878         * timezone/README: Don't mention modification to tzselect.ksh.
31879         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31880         work on unmodified tzselect.ksh.  Substitute version numbers in
31881         tzselect.ksh.
31882
31883         * Makefile (format-me): Remove.
31884         (INSTALL): Adjust indentation.  Use commands directly instead of
31885         using $(format-me).
31886
31887         * aclocal.m4 (ACX_PKGVERSION): New macro.
31888         (ACX_BUGURL): Likewise.
31889         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31890         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31891         (REPORT_BUGS_TO): Likewise.
31892         * configure: Regenerated.
31893         * config.h.in (PKGVERSION): New macro.
31894         (REPORT_BUGS_TO): Likewise.
31895         * config.make.in (PKGVERSION): New variable.
31896         (PKGVERSION_TEXI): Likewise.
31897         (REPORT_BUGS_TO): Likewise.
31898         (REPORT_BUGS_TEXI): Likewise.
31899         * Makefile (format-me): Use -I$(common-objpfx)manual.
31900         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31901         ($(common-objpfx)manual/%): New target.
31902         (manual/%): Remove target.
31903         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31904         (print_version): Use PKGVERSION.
31905         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31906         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31907         and REPORT_BUGS_TO.
31908         ($(objpfx)xtrace): Likewise.
31909         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31910         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31911         (print_version): Use PKGVERSION.
31912         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31913         (do_version): Use PKGVERSION.
31914         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31915         REPORT_BUGS_TO.
31916         (common-ldd-rewrite): Likewise.
31917         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31918         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31919         (print_version): Use PKGVERSION.
31920         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31921         * elf/pldd.c (argp_program_bug_address): Remove variable.
31922         (more_help): New function.
31923         (argp): Use more_help.
31924         (print_version): Use PKGVERSION.
31925         * elf/sln.c (main): Use PKGVERSION.
31926         (usage): Use REPORT_BUGS_TO.
31927         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31928         (top level): Use PKGVERSION.
31929         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31930         (print_version): Use PKGVERSION.
31931         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31932         (print_version): Use PKGVERSION.
31933         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31934         (print_version): Use PKGVERSION.
31935         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31936         (print_version): Use PKGVERSION.
31937         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31938         (print_version): Use PKGVERSION.
31939         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31940         (print_version): Use PKGVERSION.
31941         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31942         and BUGURL.
31943         ($(objpfx)memusage): Likewise.
31944         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31945         (do_version): Use PKGVERSION.
31946         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31947         (print_version): Use PKGVERSION.
31948         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31949         ($PKGVERSION): New variable.
31950         ($REPORT_BUGS_TO): Likewise.
31951         (usage): Use $REPORT_BUGS_TO.
31952         (top level): Use $PKGVERSION.
31953         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31954         ($(objpfx)pkgvers.texi): New rule.
31955         ($(objpfx)stamp-pkgvers): Likewise.
31956         * manual/install.texi: Include pkgvers.texi.
31957         (--with-pkgversion): Document new configure option.
31958         (--with-bugurl): Likewise.
31959         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31960         than necessarily for this particular distribution.  Use
31961         REPORT_BUGS_TO for where to report bugs.
31962         * INSTALL: Regenerated.
31963         * manual/libc.texinfo: Include pkgvers.texi.
31964         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31965         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31966         (print_version): Use PKGVERSION.
31967         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31968         (print_version): Use PKGVERSION.
31969         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31970         (print_version): Use PKGVERSION.
31971         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31972         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31973         macro.
31974         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31975         (print_version): Use PKGVERSION.
31976         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31977         (print_version): Use PKGVERSION.
31978         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31979         and PKGVERSION.
31980
31981         * timezone/checktab.awk: Update from tzcode 2012i.
31982         * timezone/ialloc.c: Likewise.
31983         * timezone/private.h: Likewise.
31984         * timezone/scheck.c: Likewise.
31985         * timezone/tzfile.h: Likewise.
31986         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31987         (TZVERSION): Hardcode tzcode version number.
31988         * timezone/zdump.c: Update from tzcode 2012i.
31989         * timezone/zic.c: Likewise.
31990         * timezone/version.h: New file.
31991         * timezone/README: Describe version.h.  Update upstream location.
31992
31993         [BZ #14824]
31994         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31995         (mktemp): Enable declaration.
31996         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31997         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31998         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31999         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32000         Likewise.
32001         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32002         Likewise.
32003         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32004         Likewise.
32005         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32006         Likewise.
32007         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32008         Likewise.
32009         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32010         Likewise.
32011
32012         [BZ #14821]
32013         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32014         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32015         for copies of such integer values.
32016         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32017         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32018
32019 2012-11-09  Andreas Jaeger  <aj@suse.de>
32020
32021         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32022         definitions and declarations that are provided by
32023         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32024
32025 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32026
32027         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32028         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32029         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32030         definition.
32031
32032 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32033
32034         * elf/elf.h: Update comment before AArch64 relocations.
32035
32036 2012-11-07  David S. Miller  <davem@davemloft.net>
32037
32038         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32039         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32040         (__start_context): Declare.
32041         (__makecontext_ret): Delete.
32042         (__makecontext): Hook up __start_context instead of
32043         __makecontext_ret.
32044         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32045         (sysdep_routines): Add __start_context when in stdlib.
32046
32047 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32048
32049         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32050         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32051         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32052         hardcoded "nm".
32053         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32054         (READELF): New variable.  Use it instead of hardcoded "readelf".
32055
32056 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32057
32058         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32059         * sysdeps/x86/Makefile: Here.
32060         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32061         * sysdeps/x86/tst-xmmymm.sh: This.
32062
32063 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32064
32065         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32066         expectations.
32067         [UNIX98] (pthread_barrier_t): Do not expect.
32068         [UNIX98] (pthread_barrierattr_t): Likewise.
32069         [UNIX98] (pthread_spinlock_t): Likewise.
32070         [UNIX98] (pthread_barrier_destroy): Likewise.
32071         [UNIX98] (pthread_barrier_init): Likewise.
32072         [UNIX98] (pthread_barrier_wait): Likewise.
32073         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32074         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32075         [UNIX98] (pthread_barrierattr_init): Likewise.
32076         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32077         [UNIX98] (pthread_getcpuclockid): Likewise.
32078         [UNIX98] (pthread_mutex_timedlock): Likewise.
32079         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32080         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32081         [UNIX98] (pthread_sigmask): Likewise.
32082         [UNIX98] (pthread_spin_destroy): Likewise.
32083         [UNIX98] (pthread_spin_init): Likewise.
32084         [UNIX98] (pthread_spin_lock): Likewise.
32085         [UNIX98] (pthread_spin_trylock): Likewise.
32086         [UNIX98] (pthread_spin_unlock): Likewise.
32087         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32088         Do not expect.
32089         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32090         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32091         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32092         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32093         [XPG3 || XPG4] (pthread_key_t): Likewise.
32094         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32095         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32096         [XPG3 || XPG4] (pthread_once_t): Likewise.
32097         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32098         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32099         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32100         [XPG3 || XPG4] (pthread_t): Likewise.
32101
32102         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32103         not expect.
32104         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32105
32106         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32107         Change function return type to int.
32108
32109         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32110         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32111         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32112         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32113         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32114         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32115         [!POSIX] (posix_madvise): Likewise.
32116         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32117         && !UNIX98].
32118         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32119         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32120         (mode_t): Likewise.
32121         (posix_mem_offset): Likewise.
32122         (posix_typed_mem_get_info): Likewise.
32123         (posix_typed_mem_open): Likewise.
32124
32125         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32126         Change condition to [XOPEN2K8].
32127
32128         * conform/conformtest.pl: Preprocess allow-header data with -x c
32129         instead of from stdin.
32130         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32131         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32132         [C99-based standards] (cerfc): Likewise.
32133         [C99-based standards] (cexp2): Likewise.
32134         [C99-based standards] (cexpm1): Likewise.
32135         [C99-based standards] (clog10): Likewise.
32136         [C99-based standards] (clog1p): Likewise.
32137         [C99-based standards] (clog2): Likewise.
32138         [C99-based standards] (clgamma): Likewise.
32139         [C99-based standards] (ctgamma): Likewise.
32140         [C99-based standards] (cerff): Likewise.
32141         [C99-based standards] (cerfcf): Likewise.
32142         [C99-based standards] (cexp2f): Likewise.
32143         [C99-based standards] (cexpm1f): Likewise.
32144         [C99-based standards] (clog10f): Likewise.
32145         [C99-based standards] (clog1pf): Likewise.
32146         [C99-based standards] (clog2f): Likewise.
32147         [C99-based standards] (clgammaf): Likewise.
32148         [C99-based standards] (ctgammaf): Likewise.
32149         [C99-based standards] (cerfl): Likewise.
32150         [C99-based standards] (cerfcl): Likewise.
32151         [C99-based standards] (cexp2l): Likewise.
32152         [C99-based standards] (cexpm1l): Likewise.
32153         [C99-based standards] (clog10l): Likewise.
32154         [C99-based standards] (clog1pl): Likewise.
32155         [C99-based standards] (clog2l): Likewise.
32156         [C99-based standards] (clgammal): Likewise.
32157         [C99-based standards] (ctgammal): Likewise.
32158         * conform/data/inttypes.h-data [C99-based standards]: Include
32159         stdint.h-data.  Remove all expectations for stdint.h contents.
32160         [C99-based standards] (PRI*): Do not allow.
32161         [C99-based standards] (SCN*): Likewise.
32162         [C99-based standards] (*_t): Likewise.
32163         [C99-based-standards] (PRId8): Expect macro.
32164         [C99-based-standards] (PRIi8): Likewise.
32165         [C99-based-standards] (PRIo8): Likewise.
32166         [C99-based-standards] (PRIu8): Likewise.
32167         [C99-based-standards] (PRIx8): Likewise.
32168         [C99-based-standards] (PRIX8): Likewise.
32169         [C99-based-standards] (SCNd8): Likewise.
32170         [C99-based-standards] (SCNi8): Likewise.
32171         [C99-based-standards] (SCNo8): Likewise.
32172         [C99-based-standards] (SCNu8): Likewise.
32173         [C99-based-standards] (SCNx8): Likewise.
32174         [C99-based-standards] (PRIdLEAST8): Likewise.
32175         [C99-based-standards] (PRIiLEAST8): Likewise.
32176         [C99-based-standards] (PRIoLEAST8): Likewise.
32177         [C99-based-standards] (PRIuLEAST8): Likewise.
32178         [C99-based-standards] (PRIxLEAST8): Likewise.
32179         [C99-based-standards] (PRIXLEAST8): Likewise.
32180         [C99-based-standards] (SCNdLEAST8): Likewise.
32181         [C99-based-standards] (SCNiLEAST8): Likewise.
32182         [C99-based-standards] (SCNoLEAST8): Likewise.
32183         [C99-based-standards] (SCNuLEAST8): Likewise.
32184         [C99-based-standards] (SCNxLEAST8): Likewise.
32185         [C99-based-standards] (PRIdFAST8): Likewise.
32186         [C99-based-standards] (PRIiFAST8): Likewise.
32187         [C99-based-standards] (PRIoFAST8): Likewise.
32188         [C99-based-standards] (PRIuFAST8): Likewise.
32189         [C99-based-standards] (PRIxFAST8): Likewise.
32190         [C99-based-standards] (PRIXFAST8): Likewise.
32191         [C99-based-standards] (SCNdFAST8): Likewise.
32192         [C99-based-standards] (SCNiFAST8): Likewise.
32193         [C99-based-standards] (SCNoFAST8): Likewise.
32194         [C99-based-standards] (SCNuFAST8): Likewise.
32195         [C99-based-standards] (SCNxFAST8): Likewise.
32196         [C99-based-standards] (PRId16): Likewise.
32197         [C99-based-standards] (PRIi16): Likewise.
32198         [C99-based-standards] (PRIo16): Likewise.
32199         [C99-based-standards] (PRIu16): Likewise.
32200         [C99-based-standards] (PRIx16): Likewise.
32201         [C99-based-standards] (PRIX16): Likewise.
32202         [C99-based-standards] (SCNd16): Likewise.
32203         [C99-based-standards] (SCNi16): Likewise.
32204         [C99-based-standards] (SCNo16): Likewise.
32205         [C99-based-standards] (SCNu16): Likewise.
32206         [C99-based-standards] (SCNx16): Likewise.
32207         [C99-based-standards] (PRIdLEAST16): Likewise.
32208         [C99-based-standards] (PRIiLEAST16): Likewise.
32209         [C99-based-standards] (PRIoLEAST16): Likewise.
32210         [C99-based-standards] (PRIuLEAST16): Likewise.
32211         [C99-based-standards] (PRIxLEAST16): Likewise.
32212         [C99-based-standards] (PRIXLEAST16): Likewise.
32213         [C99-based-standards] (SCNdLEAST16): Likewise.
32214         [C99-based-standards] (SCNiLEAST16): Likewise.
32215         [C99-based-standards] (SCNoLEAST16): Likewise.
32216         [C99-based-standards] (SCNuLEAST16): Likewise.
32217         [C99-based-standards] (SCNxLEAST16): Likewise.
32218         [C99-based-standards] (PRIdFAST16): Likewise.
32219         [C99-based-standards] (PRIiFAST16): Likewise.
32220         [C99-based-standards] (PRIoFAST16): Likewise.
32221         [C99-based-standards] (PRIuFAST16): Likewise.
32222         [C99-based-standards] (PRIxFAST16): Likewise.
32223         [C99-based-standards] (PRIXFAST16): Likewise.
32224         [C99-based-standards] (SCNdFAST16): Likewise.
32225         [C99-based-standards] (SCNiFAST16): Likewise.
32226         [C99-based-standards] (SCNoFAST16): Likewise.
32227         [C99-based-standards] (SCNuFAST16): Likewise.
32228         [C99-based-standards] (SCNxFAST16): Likewise.
32229         [C99-based-standards] (PRId32): Likewise.
32230         [C99-based-standards] (PRIi32): Likewise.
32231         [C99-based-standards] (PRIo32): Likewise.
32232         [C99-based-standards] (PRIu32): Likewise.
32233         [C99-based-standards] (PRIx32): Likewise.
32234         [C99-based-standards] (PRIX32): Likewise.
32235         [C99-based-standards] (SCNd32): Likewise.
32236         [C99-based-standards] (SCNi32): Likewise.
32237         [C99-based-standards] (SCNo32): Likewise.
32238         [C99-based-standards] (SCNu32): Likewise.
32239         [C99-based-standards] (SCNx32): Likewise.
32240         [C99-based-standards] (PRIdLEAST32): Likewise.
32241         [C99-based-standards] (PRIiLEAST32): Likewise.
32242         [C99-based-standards] (PRIoLEAST32): Likewise.
32243         [C99-based-standards] (PRIuLEAST32): Likewise.
32244         [C99-based-standards] (PRIxLEAST32): Likewise.
32245         [C99-based-standards] (PRIXLEAST32): Likewise.
32246         [C99-based-standards] (SCNdLEAST32): Likewise.
32247         [C99-based-standards] (SCNiLEAST32): Likewise.
32248         [C99-based-standards] (SCNoLEAST32): Likewise.
32249         [C99-based-standards] (SCNuLEAST32): Likewise.
32250         [C99-based-standards] (SCNxLEAST32): Likewise.
32251         [C99-based-standards] (PRIdFAST32): Likewise.
32252         [C99-based-standards] (PRIiFAST32): Likewise.
32253         [C99-based-standards] (PRIoFAST32): Likewise.
32254         [C99-based-standards] (PRIuFAST32): Likewise.
32255         [C99-based-standards] (PRIxFAST32): Likewise.
32256         [C99-based-standards] (PRIXFAST32): Likewise.
32257         [C99-based-standards] (SCNdFAST32): Likewise.
32258         [C99-based-standards] (SCNiFAST32): Likewise.
32259         [C99-based-standards] (SCNoFAST32): Likewise.
32260         [C99-based-standards] (SCNuFAST32): Likewise.
32261         [C99-based-standards] (SCNxFAST32): Likewise.
32262         [C99-based-standards] (PRId64): Likewise.
32263         [C99-based-standards] (PRIi64): Likewise.
32264         [C99-based-standards] (PRIo64): Likewise.
32265         [C99-based-standards] (PRIu64): Likewise.
32266         [C99-based-standards] (PRIx64): Likewise.
32267         [C99-based-standards] (PRIX64): Likewise.
32268         [C99-based-standards] (SCNd64): Likewise.
32269         [C99-based-standards] (SCNi64): Likewise.
32270         [C99-based-standards] (SCNo64): Likewise.
32271         [C99-based-standards] (SCNu64): Likewise.
32272         [C99-based-standards] (SCNx64): Likewise.
32273         [C99-based-standards] (PRIdLEAST64): Likewise.
32274         [C99-based-standards] (PRIiLEAST64): Likewise.
32275         [C99-based-standards] (PRIoLEAST64): Likewise.
32276         [C99-based-standards] (PRIuLEAST64): Likewise.
32277         [C99-based-standards] (PRIxLEAST64): Likewise.
32278         [C99-based-standards] (PRIXLEAST64): Likewise.
32279         [C99-based-standards] (SCNdLEAST64): Likewise.
32280         [C99-based-standards] (SCNiLEAST64): Likewise.
32281         [C99-based-standards] (SCNoLEAST64): Likewise.
32282         [C99-based-standards] (SCNuLEAST64): Likewise.
32283         [C99-based-standards] (SCNxLEAST64): Likewise.
32284         [C99-based-standards] (PRIdFAST64): Likewise.
32285         [C99-based-standards] (PRIiFAST64): Likewise.
32286         [C99-based-standards] (PRIoFAST64): Likewise.
32287         [C99-based-standards] (PRIuFAST64): Likewise.
32288         [C99-based-standards] (PRIxFAST64): Likewise.
32289         [C99-based-standards] (PRIXFAST64): Likewise.
32290         [C99-based-standards] (SCNdFAST64): Likewise.
32291         [C99-based-standards] (SCNiFAST64): Likewise.
32292         [C99-based-standards] (SCNoFAST64): Likewise.
32293         [C99-based-standards] (SCNuFAST64): Likewise.
32294         [C99-based-standards] (SCNxFAST64): Likewise.
32295         [C99-based-standards] (PRIdMAX): Likewise.
32296         [C99-based-standards] (PRIiMAX): Likewise.
32297         [C99-based-standards] (PRIoMAX): Likewise.
32298         [C99-based-standards] (PRIuMAX): Likewise.
32299         [C99-based-standards] (PRIxMAX): Likewise.
32300         [C99-based-standards] (PRIXMAX): Likewise.
32301         [C99-based-standards] (SCNdMAX): Likewise.
32302         [C99-based-standards] (SCNiMAX): Likewise.
32303         [C99-based-standards] (SCNoMAX): Likewise.
32304         [C99-based-standards] (SCNuMAX): Likewise.
32305         [C99-based-standards] (SCNxMAX): Likewise.
32306         [C99-based-standards] (PRIdPTR): Likewise.
32307         [C99-based-standards] (PRIiPTR): Likewise.
32308         [C99-based-standards] (PRIoPTR): Likewise.
32309         [C99-based-standards] (PRIuPTR): Likewise.
32310         [C99-based-standards] (PRIxPTR): Likewise.
32311         [C99-based-standards] (PRIXPTR): Likewise.
32312         [C99-based-standards] (SCNdPTR): Likewise.
32313         [C99-based-standards] (SCNiPTR): Likewise.
32314         [C99-based-standards] (SCNoPTR): Likewise.
32315         [C99-based-standards] (SCNuPTR): Likewise.
32316         [C99-based-standards] (SCNxPTR): Likewise.
32317         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32318         allow.
32319         * conform/data/stdint.h-data: Update comments to clarify
32320         requirements.
32321         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32322         type.
32323         [C99-based standards] (INT8_MAX): Likewise.
32324         [C99-based standards] (INT16_MIN): Likewise.
32325         [C99-based standards] (INT16_MAX): Likewise.
32326         [C99-based standards] (INT32_MIN): Likewise.
32327         [C99-based standards] (INT32_MAX): Likewise.
32328         [C99-based standards] (INT64_MIN): Likewise.
32329         [C99-based standards] (INT64_MAX): Likewise.
32330         [C99-based standards] (UINT8_MAX): Likewise.
32331         [C99-based standards] (UINT16_MAX): Likewise.
32332         [C99-based standards] (UINT32_MAX): Likewise.
32333         [C99-based standards] (UINT64_MAX): Likewise.
32334         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32335         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32336         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32337         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32338         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32339         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32340         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32341         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32342         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32343         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32344         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32345         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32346         [C99-based standards] (INT_FAST8_MIN): Likewise.
32347         [C99-based standards] (INT_FAST8_MAX): Likewise.
32348         [C99-based standards] (INT_FAST16_MIN): Likewise.
32349         [C99-based standards] (INT_FAST16_MAX): Likewise.
32350         [C99-based standards] (INT_FAST32_MIN): Likewise.
32351         [C99-based standards] (INT_FAST32_MAX): Likewise.
32352         [C99-based standards] (INT_FAST64_MIN): Likewise.
32353         [C99-based standards] (INT_FAST64_MAX): Likewise.
32354         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32355         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32356         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32357         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32358         [C99-based standards] (INTPTR_MIN): Likewise.
32359         [C99-based standards] (INTPTR_MAX): Likewise.
32360         [C99-based standards] (UINTPTR_MAX): Likewise.
32361         [C99-based standards] (INTMAX_MIN): Likewise.
32362         [C99-based standards] (INTMAX_MAX): Likewise.
32363         [C99-based standards] (UINTMAX_MAX): Likewise.
32364         [C99-based standards] (PTRDIFF_MIN): Likewise.
32365         [C99-based standards] (PTRDIFF_MAX): Likewise.
32366         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32367         [C99-based standards] (SIZE_MAX): Likewise.
32368         [C99-based standards] (WCHAR_MAX): Likewise.
32369         [C99-based standards] (WINT_MAX): Likewise.
32370         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32371         constraint on value.
32372         [C99-based standards] (WCHAR_MIN): Likewise.
32373         [C99-based standards] (WINT_MIN): Likewise.
32374         [C99-based standards] (*_t): Allow.
32375         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32376         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32377         Include math.h-data and complex.h-data.  Remove all expectations
32378         of math.h and complex.h contents.
32379         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32380         at end of line.
32381         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32382         (struct tm): Expect tag.
32383         [C99-based-standards] (wcstof): Expect function.
32384         [C99-based-standards] (wcstold): Likewise.
32385         [C99-based-standards] (wcstoll): Likewise.
32386         [C99-based-standards] (wcstoull): Likewise.
32387         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32388         macro-int-constant.  Specify type.
32389         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32390         constraint on value.
32391         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32392         Specify type.
32393         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32394         Specify value.
32395         [ISO C standards]: Do not allow headers.
32396         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32397         wcs[abcdefghijklmnopqrstuvwxyz]*.
32398         [ISO C standards] (*_t): Do not allow.
32399         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32400         Expect function.
32401         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32402         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32403         Specify type.
32404         [ISO C standards]: Do not allow headers.
32405         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32406         is[abcdefghijklmnopqrstuvwxyz]*.
32407         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32408         to[abcdefghijklmnopqrstuvwxyz]*.
32409         [ISO C standards] (*_t): Do not allow.
32410         * conform/data/stdalign.h-data: New file.
32411         * conform/data/stdbool.h-data: Likewise.
32412         * conform/data/stdnoreturn.h-data: Likewise.
32413
32414 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32415
32416         [BZ #14815]
32417         * manual/filesys.texi (Directory Entries): Typo fix.
32418         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32419
32420 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32421
32422         * elf/elf.h (EM_AARCH64): New macro.
32423         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32424         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32425         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32426         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32427         (R_AARCH64_TLSDESC): Likewise.
32428         (NT_ARM_TLS): Likewise.
32429         (NT_ARM_HW_BREAK): Likewise.
32430         (NT_ARM_HW_WATCH): Likewise.
32431
32432 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32433
32434         [BZ #14811]
32435         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32436         (__ieee754_powl): Saturate nonzero exponents with absolute value
32437         below 0x1p-79 to +/- 0x1p-79.
32438         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32439         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32440         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32441         nonzero exponents with absolute value below 0x1p-32 to +/-
32442         0x1p-32.
32443         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32444         (__ieee754_powl): Saturate nonzero exponents with absolute value
32445         below 0x1p-79 to +/- 0x1p-79.
32446         * math/libm-test.inc (pow_test): Add more tests.
32447
32448 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32449
32450         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32451         _dl_s390_cap_flags with kernel. Increase string length.
32452         (_dl_s390_platforms): Add z196 and zEC12.
32453
32454 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32455
32456         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32457         Change XOPEN21K to XOPEN2K.
32458
32459 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32460
32461         * string/memmove.c: Use memcpy when possible.
32462
32463 2012-11-06  Andreas Jaeger  <aj@suse.de>
32464
32465         * po/eo.po: Update from translation team.
32466
32467 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32468
32469         [BZ #14793]
32470         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32471         exponent and small x and y exponents, scale x or y up.  Increase
32472         by 2 the exponent used in scaling up.
32473         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32474         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32475         * math/libm-test.inc (fma_test): Add more tests.
32476         (fma_test_towardzero): Likewise.
32477         (fma_test_downward): Likewise.
32478         (fma_test_upward): Likewise.
32479
32480 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32481
32482         [BZ #14805]
32483         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32484         fenv_t *.
32485
32486         [BZ #14801]
32487         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32488         namespace for names of struct fields.
32489         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32490         fenv_t fields.
32491         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32492         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32493
32494 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32495
32496         [BZ #3665]
32497         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32498
32499 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32500
32501         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32502         PTR_DEMANGLE.
32503
32504         [BZ #5246]
32505         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32506         PTR_DEMANGLE.
32507
32508 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32509
32510         [BZ #14797]
32511         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32512         definitely overflow as x * y not x * y + z.
32513         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32514         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32515         * math/libm-test.inc (fma_test): Add more tests.
32516         (fma_test_towardzero): Likewise.
32517         (fma_test_downward): Likewise.
32518         (fma_test_upward): Likewise.
32519
32520 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32521
32522         [BZ #157]
32523
32524         * include/stub-tag.h: Remove file.
32525         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32526         '#include' of it.
32527         * manual/maint.texi (Porting): Don't reference it.
32528         * Makerules ($(objpfx)stubs): Likewise.
32529         * dirent/closedir.c: Don't include <stub-tag.h>.
32530         * dirent/dirfd.c: Likewise.
32531         * dirent/fdopendir.c: Likewise.
32532         * dirent/getdents.c: Likewise.
32533         * dirent/getdents64.c: Likewise.
32534         * dirent/opendir.c: Likewise.
32535         * dirent/readdir.c: Likewise.
32536         * dirent/readdir64.c: Likewise.
32537         * dirent/readdir64_r.c: Likewise.
32538         * dirent/readdir_r.c: Likewise.
32539         * dirent/rewinddir.c: Likewise.
32540         * dirent/seekdir.c: Likewise.
32541         * dirent/telldir.c: Likewise.
32542         * gmon/profil.c: Likewise.
32543         * grp/setgroups.c: Likewise.
32544         * inet/if_index.c: Likewise.
32545         * io/access.c: Likewise.
32546         * io/chdir.c: Likewise.
32547         * io/chmod.c: Likewise.
32548         * io/chown.c: Likewise.
32549         * io/close.c: Likewise.
32550         * io/dup.c: Likewise.
32551         * io/dup2.c: Likewise.
32552         * io/dup3.c: Likewise.
32553         * io/euidaccess.c: Likewise.
32554         * io/faccessat.c: Likewise.
32555         * io/fchdir.c: Likewise.
32556         * io/fchmod.c: Likewise.
32557         * io/fchmodat.c: Likewise.
32558         * io/fchown.c: Likewise.
32559         * io/fchownat.c: Likewise.
32560         * io/fcntl.c: Likewise.
32561         * io/flock.c: Likewise.
32562         * io/fstatfs.c: Likewise.
32563         * io/fstatfs64.c: Likewise.
32564         * io/fstatvfs.c: Likewise.
32565         * io/fstatvfs64.c: Likewise.
32566         * io/futimens.c: Likewise.
32567         * io/fxstat.c: Likewise.
32568         * io/fxstat64.c: Likewise.
32569         * io/fxstatat.c: Likewise.
32570         * io/fxstatat64.c: Likewise.
32571         * io/getcwd.c: Likewise.
32572         * io/isatty.c: Likewise.
32573         * io/lchmod.c: Likewise.
32574         * io/lchown.c: Likewise.
32575         * io/link.c: Likewise.
32576         * io/linkat.c: Likewise.
32577         * io/lseek.c: Likewise.
32578         * io/lseek64.c: Likewise.
32579         * io/lxstat64.c: Likewise.
32580         * io/mkdir.c: Likewise.
32581         * io/mkdirat.c: Likewise.
32582         * io/mkfifo.c: Likewise.
32583         * io/mkfifoat.c: Likewise.
32584         * io/open.c: Likewise.
32585         * io/open64.c: Likewise.
32586         * io/openat.c: Likewise.
32587         * io/openat64.c: Likewise.
32588         * io/pipe.c: Likewise.
32589         * io/pipe2.c: Likewise.
32590         * io/poll.c: Likewise.
32591         * io/posix_fadvise.c: Likewise.
32592         * io/posix_fadvise64.c: Likewise.
32593         * io/posix_fallocate.c: Likewise.
32594         * io/posix_fallocate64.c: Likewise.
32595         * io/read.c: Likewise.
32596         * io/readlink.c: Likewise.
32597         * io/readlinkat.c: Likewise.
32598         * io/rmdir.c: Likewise.
32599         * io/sendfile.c: Likewise.
32600         * io/sendfile64.c: Likewise.
32601         * io/statfs.c: Likewise.
32602         * io/statfs64.c: Likewise.
32603         * io/statvfs.c: Likewise.
32604         * io/statvfs64.c: Likewise.
32605         * io/symlink.c: Likewise.
32606         * io/symlinkat.c: Likewise.
32607         * io/ttyname.c: Likewise.
32608         * io/ttyname_r.c: Likewise.
32609         * io/umask.c: Likewise.
32610         * io/unlink.c: Likewise.
32611         * io/unlinkat.c: Likewise.
32612         * io/utime.c: Likewise.
32613         * io/utimensat.c: Likewise.
32614         * io/write.c: Likewise.
32615         * io/xmknod.c: Likewise.
32616         * io/xmknodat.c: Likewise.
32617         * io/xstat.c: Likewise.
32618         * io/xstat64.c: Likewise.
32619         * login/getpt.c: Likewise.
32620         * login/grantpt.c: Likewise.
32621         * login/unlockpt.c: Likewise.
32622         * math/e_acoshl.c: Likewise.
32623         * math/e_acosl.c: Likewise.
32624         * math/e_asinl.c: Likewise.
32625         * math/e_atan2l.c: Likewise.
32626         * math/e_atanhl.c: Likewise.
32627         * math/e_coshl.c: Likewise.
32628         * math/e_expl.c: Likewise.
32629         * math/e_fmodl.c: Likewise.
32630         * math/e_gammal_r.c: Likewise.
32631         * math/e_hypotl.c: Likewise.
32632         * math/e_j0l.c: Likewise.
32633         * math/e_j1l.c: Likewise.
32634         * math/e_jnl.c: Likewise.
32635         * math/e_lgammal_r.c: Likewise.
32636         * math/e_log10l.c: Likewise.
32637         * math/e_log2l.c: Likewise.
32638         * math/e_logl.c: Likewise.
32639         * math/e_powl.c: Likewise.
32640         * math/e_rem_pio2l.c: Likewise.
32641         * math/e_sinhl.c: Likewise.
32642         * math/e_sqrtl.c: Likewise.
32643         * math/fclrexcpt.c: Likewise.
32644         * math/fedisblxcpt.c: Likewise.
32645         * math/feenablxcpt.c: Likewise.
32646         * math/fegetenv.c: Likewise.
32647         * math/fegetexcept.c: Likewise.
32648         * math/fegetround.c: Likewise.
32649         * math/feholdexcpt.c: Likewise.
32650         * math/fesetenv.c: Likewise.
32651         * math/fesetround.c: Likewise.
32652         * math/feupdateenv.c: Likewise.
32653         * math/fgetexcptflg.c: Likewise.
32654         * math/fraiseexcpt.c: Likewise.
32655         * math/fsetexcptflg.c: Likewise.
32656         * math/ftestexcept.c: Likewise.
32657         * math/k_cosl.c: Likewise.
32658         * math/k_rem_pio2l.c: Likewise.
32659         * math/k_sinl.c: Likewise.
32660         * math/k_tanl.c: Likewise.
32661         * math/s_asinhl.c: Likewise.
32662         * math/s_atanl.c: Likewise.
32663         * math/s_cbrtl.c: Likewise.
32664         * math/s_erfl.c: Likewise.
32665         * math/s_expm1l.c: Likewise.
32666         * math/s_log1pl.c: Likewise.
32667         * math/s_tanhl.c: Likewise.
32668         * misc/acct.c: Likewise.
32669         * misc/brk.c: Likewise.
32670         * misc/chflags.c: Likewise.
32671         * misc/chroot.c: Likewise.
32672         * misc/fchflags.c: Likewise.
32673         * misc/fgetxattr.c: Likewise.
32674         * misc/flistxattr.c: Likewise.
32675         * misc/fremovexattr.c: Likewise.
32676         * misc/fsetxattr.c: Likewise.
32677         * misc/fsync.c: Likewise.
32678         * misc/ftruncate.c: Likewise.
32679         * misc/futimes.c: Likewise.
32680         * misc/futimesat.c: Likewise.
32681         * misc/getdomain.c: Likewise.
32682         * misc/getdtsz.c: Likewise.
32683         * misc/gethostid.c: Likewise.
32684         * misc/gethostname.c: Likewise.
32685         * misc/getloadavg.c: Likewise.
32686         * misc/getpagesize.c: Likewise.
32687         * misc/getsysstats.c: Likewise.
32688         * misc/getxattr.c: Likewise.
32689         * misc/gtty.c: Likewise.
32690         * misc/ioctl.c: Likewise.
32691         * misc/lgetxattr.c: Likewise.
32692         * misc/listxattr.c: Likewise.
32693         * misc/llistxattr.c: Likewise.
32694         * misc/lremovexattr.c: Likewise.
32695         * misc/lsetxattr.c: Likewise.
32696         * misc/lutimes.c: Likewise.
32697         * misc/madvise.c: Likewise.
32698         * misc/mincore.c: Likewise.
32699         * misc/mlock.c: Likewise.
32700         * misc/mlockall.c: Likewise.
32701         * misc/mmap.c: Likewise.
32702         * misc/mprotect.c: Likewise.
32703         * misc/msync.c: Likewise.
32704         * misc/munlock.c: Likewise.
32705         * misc/munlockall.c: Likewise.
32706         * misc/munmap.c: Likewise.
32707         * misc/preadv.c: Likewise.
32708         * misc/preadv64.c: Likewise.
32709         * misc/ptrace.c: Likewise.
32710         * misc/pwritev.c: Likewise.
32711         * misc/pwritev64.c: Likewise.
32712         * misc/readv.c: Likewise.
32713         * misc/reboot.c: Likewise.
32714         * misc/remap_file_pages.c: Likewise.
32715         * misc/removexattr.c: Likewise.
32716         * misc/revoke.c: Likewise.
32717         * misc/select.c: Likewise.
32718         * misc/setdomain.c: Likewise.
32719         * misc/setegid.c: Likewise.
32720         * misc/seteuid.c: Likewise.
32721         * misc/sethostid.c: Likewise.
32722         * misc/sethostname.c: Likewise.
32723         * misc/setregid.c: Likewise.
32724         * misc/setreuid.c: Likewise.
32725         * misc/setxattr.c: Likewise.
32726         * misc/sstk.c: Likewise.
32727         * misc/stty.c: Likewise.
32728         * misc/swapoff.c: Likewise.
32729         * misc/swapon.c: Likewise.
32730         * misc/sync.c: Likewise.
32731         * misc/syncfs.c: Likewise.
32732         * misc/syscall.c: Likewise.
32733         * misc/truncate.c: Likewise.
32734         * misc/ualarm.c: Likewise.
32735         * misc/usleep.c: Likewise.
32736         * misc/ustat.c: Likewise.
32737         * misc/utimes.c: Likewise.
32738         * misc/vhangup.c: Likewise.
32739         * misc/writev.c: Likewise.
32740         * posix/_exit.c: Likewise.
32741         * posix/alarm.c: Likewise.
32742         * posix/execve.c: Likewise.
32743         * posix/fexecve.c: Likewise.
32744         * posix/fork.c: Likewise.
32745         * posix/fpathconf.c: Likewise.
32746         * posix/getaddrinfo.c: Likewise.
32747         * posix/getegid.c: Likewise.
32748         * posix/geteuid.c: Likewise.
32749         * posix/getgid.c: Likewise.
32750         * posix/getgroups.c: Likewise.
32751         * posix/getlogin.c: Likewise.
32752         * posix/getlogin_r.c: Likewise.
32753         * posix/getpgid.c: Likewise.
32754         * posix/getpid.c: Likewise.
32755         * posix/getppid.c: Likewise.
32756         * posix/getresgid.c: Likewise.
32757         * posix/getresuid.c: Likewise.
32758         * posix/getsid.c: Likewise.
32759         * posix/getuid.c: Likewise.
32760         * posix/glob64.c: Likewise.
32761         * posix/nanosleep.c: Likewise.
32762         * posix/pathconf.c: Likewise.
32763         * posix/pause.c: Likewise.
32764         * posix/posix_madvise.c: Likewise.
32765         * posix/pread.c: Likewise.
32766         * posix/pread64.c: Likewise.
32767         * posix/pwrite.c: Likewise.
32768         * posix/pwrite64.c: Likewise.
32769         * posix/sched_getaffinity.c: Likewise.
32770         * posix/sched_getp.c: Likewise.
32771         * posix/sched_gets.c: Likewise.
32772         * posix/sched_primax.c: Likewise.
32773         * posix/sched_primin.c: Likewise.
32774         * posix/sched_rr_gi.c: Likewise.
32775         * posix/sched_setaffinity.c: Likewise.
32776         * posix/sched_setp.c: Likewise.
32777         * posix/sched_sets.c: Likewise.
32778         * posix/sched_yield.c: Likewise.
32779         * posix/setgid.c: Likewise.
32780         * posix/setlogin.c: Likewise.
32781         * posix/setpgid.c: Likewise.
32782         * posix/setresgid.c: Likewise.
32783         * posix/setresuid.c: Likewise.
32784         * posix/setsid.c: Likewise.
32785         * posix/setuid.c: Likewise.
32786         * posix/sleep.c: Likewise.
32787         * posix/spawni.c: Likewise.
32788         * posix/sysconf.c: Likewise.
32789         * posix/times.c: Likewise.
32790         * posix/wait.c: Likewise.
32791         * posix/wait3.c: Likewise.
32792         * posix/wait4.c: Likewise.
32793         * posix/waitpid.c: Likewise.
32794         * resolv/gai_sigqueue.c: Likewise.
32795         * resource/getpriority.c: Likewise.
32796         * resource/getrlimit.c: Likewise.
32797         * resource/getrusage.c: Likewise.
32798         * resource/nice.c: Likewise.
32799         * resource/setpriority.c: Likewise.
32800         * resource/setrlimit.c: Likewise.
32801         * resource/ulimit.c: Likewise.
32802         * rt/aio_cancel.c: Likewise.
32803         * rt/aio_fsync.c: Likewise.
32804         * rt/aio_read.c: Likewise.
32805         * rt/aio_sigqueue.c: Likewise.
32806         * rt/aio_suspend.c: Likewise.
32807         * rt/aio_write.c: Likewise.
32808         * rt/clock_getres.c: Likewise.
32809         * rt/clock_gettime.c: Likewise.
32810         * rt/clock_nanosleep.c: Likewise.
32811         * rt/clock_settime.c: Likewise.
32812         * rt/lio_listio.c: Likewise.
32813         * rt/mq_close.c: Likewise.
32814         * rt/mq_getattr.c: Likewise.
32815         * rt/mq_notify.c: Likewise.
32816         * rt/mq_open.c: Likewise.
32817         * rt/mq_receive.c: Likewise.
32818         * rt/mq_send.c: Likewise.
32819         * rt/mq_setattr.c: Likewise.
32820         * rt/mq_timedreceive.c: Likewise.
32821         * rt/mq_timedsend.c: Likewise.
32822         * rt/mq_unlink.c: Likewise.
32823         * rt/shm_open.c: Likewise.
32824         * rt/shm_unlink.c: Likewise.
32825         * rt/timer_create.c: Likewise.
32826         * rt/timer_delete.c: Likewise.
32827         * rt/timer_getoverr.c: Likewise.
32828         * rt/timer_gettime.c: Likewise.
32829         * rt/timer_settime.c: Likewise.
32830         * setjmp/__longjmp.c: Likewise.
32831         * setjmp/setjmp.c: Likewise.
32832         * signal/kill.c: Likewise.
32833         * signal/killpg.c: Likewise.
32834         * signal/raise.c: Likewise.
32835         * signal/sigaction.c: Likewise.
32836         * signal/sigaltstack.c: Likewise.
32837         * signal/sigblock.c: Likewise.
32838         * signal/sigignore.c: Likewise.
32839         * signal/sigintr.c: Likewise.
32840         * signal/signal.c: Likewise.
32841         * signal/sigpause.c: Likewise.
32842         * signal/sigpending.c: Likewise.
32843         * signal/sigqueue.c: Likewise.
32844         * signal/sigreturn.c: Likewise.
32845         * signal/sigset.c: Likewise.
32846         * signal/sigsetmask.c: Likewise.
32847         * signal/sigstack.c: Likewise.
32848         * signal/sigsuspend.c: Likewise.
32849         * signal/sigtimedwait.c: Likewise.
32850         * signal/sigvec.c: Likewise.
32851         * signal/sigwait.c: Likewise.
32852         * signal/sigwaitinfo.c: Likewise.
32853         * signal/sysv_signal.c: Likewise.
32854         * socket/accept.c: Likewise.
32855         * socket/accept4.c: Likewise.
32856         * socket/bind.c: Likewise.
32857         * socket/connect.c: Likewise.
32858         * socket/getpeername.c: Likewise.
32859         * socket/getsockname.c: Likewise.
32860         * socket/getsockopt.c: Likewise.
32861         * socket/isfdtype.c: Likewise.
32862         * socket/listen.c: Likewise.
32863         * socket/recv.c: Likewise.
32864         * socket/recvfrom.c: Likewise.
32865         * socket/recvmsg.c: Likewise.
32866         * socket/send.c: Likewise.
32867         * socket/sendmsg.c: Likewise.
32868         * socket/sendto.c: Likewise.
32869         * socket/setsockopt.c: Likewise.
32870         * socket/shutdown.c: Likewise.
32871         * socket/sockatmark.c: Likewise.
32872         * socket/socket.c: Likewise.
32873         * socket/socketpair.c: Likewise.
32874         * stdio-common/ctermid.c: Likewise.
32875         * stdio-common/cuserid.c: Likewise.
32876         * stdio-common/remove.c: Likewise.
32877         * stdio-common/rename.c: Likewise.
32878         * stdio-common/renameat.c: Likewise.
32879         * stdio-common/tempname.c: Likewise.
32880         * stdlib/getcontext.c: Likewise.
32881         * stdlib/makecontext.c: Likewise.
32882         * stdlib/setcontext.c: Likewise.
32883         * stdlib/swapcontext.c: Likewise.
32884         * stdlib/system.c: Likewise.
32885         * streams/fattach.c: Likewise.
32886         * streams/fdetach.c: Likewise.
32887         * streams/getmsg.c: Likewise.
32888         * streams/getpmsg.c: Likewise.
32889         * streams/putmsg.c: Likewise.
32890         * streams/putpmsg.c: Likewise.
32891         * sysdeps/unix/bsd/getpt.c: Likewise.
32892         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32893         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32894         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32896         Likewise.
32897         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32898         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32899         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32900         * sysvipc/msgctl.c: Likewise.
32901         * sysvipc/msgget.c: Likewise.
32902         * sysvipc/msgrcv.c: Likewise.
32903         * sysvipc/msgsnd.c: Likewise.
32904         * sysvipc/semctl.c: Likewise.
32905         * sysvipc/semget.c: Likewise.
32906         * sysvipc/semop.c: Likewise.
32907         * sysvipc/semtimedop.c: Likewise.
32908         * sysvipc/shmat.c: Likewise.
32909         * sysvipc/shmctl.c: Likewise.
32910         * sysvipc/shmdt.c: Likewise.
32911         * sysvipc/shmget.c: Likewise.
32912         * termios/tcdrain.c: Likewise.
32913         * termios/tcflow.c: Likewise.
32914         * termios/tcflush.c: Likewise.
32915         * termios/tcgetattr.c: Likewise.
32916         * termios/tcgetpgrp.c: Likewise.
32917         * termios/tcsendbrk.c: Likewise.
32918         * termios/tcsetattr.c: Likewise.
32919         * termios/tcsetpgrp.c: Likewise.
32920         * time/adjtime.c: Likewise.
32921         * time/clock.c: Likewise.
32922         * time/getitimer.c: Likewise.
32923         * time/gettimeofday.c: Likewise.
32924         * time/setitimer.c: Likewise.
32925         * time/settimeofday.c: Likewise.
32926         * time/stime.c: Likewise.
32927         * time/time.c: Likewise.
32928
32929 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32930
32931         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32932         /usr/old/bin.
32933
32934         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32935         instead of spaces.
32936         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32937
32938 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32939
32940         [BZ #14796]
32941         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32942         FE_TONEAREST before applying Dekker multiplication and Knuth
32943         addition.  Clear inexact exceptions and check for exact zero
32944         results afterwards.
32945         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32946         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32947         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32948         * math/libm-test.inc (fma_test): Add more tests.
32949         (fma_test_towardzero): Likewise.
32950         (fma_test_downward): Likewise.
32951         (fma_test_upward): Likewise.
32952         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32953         function.
32954         (libc_fesetround): New macro.
32955         (libc_fesetroundf): Likewise.
32956         (libc_fesetroundl): Likewise.
32957         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32958         function.
32959         (libc_fesetround_387): Likewise.
32960         (libc_fesetroundf): New macro.
32961         (libc_fesetround): Likewise.
32962         (libc_fesetroundl): Likewise.
32963         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32964         function.
32965         (libc_fesetroundf): New macro.
32966         (libc_fesetround): Likewise.
32967         (libc_fesetroundl): Likewise.
32968         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32969         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32970         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32971         libm_hidden_ver.
32972         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32973         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32974         libm_hidden_def.
32975         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32976         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32977         libm_hidden_ver.
32978         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32979         libm_hidden_def.
32980
32981         [BZ #3439]
32982         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32983         integer constant usable in #if and use that to give value to enum
32984         constant.
32985         (FE_DIVBYZERO): Likewise.
32986         (FE_UNDERFLOW): Likewise.
32987         (FE_OVERFLOW): Likewise.
32988         (FE_INVALID): Likewise.
32989         (FE_INVALID_SNAN): Likewise.
32990         (FE_INVALID_ISI): Likewise.
32991         (FE_INVALID_IDI): Likewise.
32992         (FE_INVALID_ZDZ): Likewise.
32993         (FE_INVALID_IMZ): Likewise.
32994         (FE_INVALID_COMPARE): Likewise.
32995         (FE_INVALID_SOFTWARE): Likewise.
32996         (FE_INVALID_SQRT): Likewise.
32997         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32998         (FE_TONEAREST): Likewise.
32999         (FE_TOWARDZERO): Likewise.
33000         (FE_UPWARD): Likewise.
33001         (FE_DOWNWARD): Likewise.
33002         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33003         (FE_DIVBYZERO): Likewise.
33004         (FE_OVERFLOW): Likewise.
33005         (FE_UNDERFLOW): Likewise.
33006         (FE_INEXACT): Likewise.
33007         (FE_TONEAREST): Likewise.
33008         (FE_DOWNWARD): Likewise.
33009         (FE_UPWARD): Likewise.
33010         (FE_TOWARDZERO): Likewise.
33011         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33012         (FE_UNDERFLOW): Likewise.
33013         (FE_OVERFLOW): Likewise.
33014         (FE_DIVBYZERO): Likewise.
33015         (FE_INVALID): Likewise.
33016         (FE_TONEAREST): Likewise.
33017         (FE_TOWARDZERO): Likewise.
33018         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33019         (FE_OVERFLOW): Likewise.
33020         (FE_UNDERFLOW): Likewise.
33021         (FE_DIVBYZERO): Likewise.
33022         (FE_INEXACT): Likewise.
33023         (FE_TONEAREST): Likewise.
33024         (FE_TOWARDZERO): Likewise.
33025         (FE_UPWARD): Likewise.
33026         (FE_DOWNWARD): Likewise.
33027         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33028         (FE_DIVBYZERO): Likewise.
33029         (FE_OVERFLOW): Likewise.
33030         (FE_UNDERFLOW): Likewise.
33031         (FE_INEXACT): Likewise.
33032         (FE_TONEAREST): Likewise.
33033         (FE_DOWNWARD): Likewise.
33034         (FE_UPWARD): Likewise.
33035         (FE_TOWARDZERO): Likewise.
33036
33037 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33038
33039         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33040
33041 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33042
33043         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33044         commands.  Quote $PWD.
33045         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33046         -x" by "export".
33047         (remove_newlines): Remove.
33048
33049 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33050
33051         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33052         * stdlib/stdlib.h (atof): Moved to ...
33053         * include/bits/stdlib-float.h: Here.  New file.
33054         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33055         * stdlib/bits/stdlib-float.h: New file.
33056         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33057         -mno-sse -mno-mmx.
33058         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33059         <xmmintrin.h>.
33060
33061 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33062
33063         * conform/conformtest.pl (@headers): Add fenv.h.
33064         * conform/data/fenv.h-data: New file.
33065         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33066         include of <math/fenv.h>.
33067
33068         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33069         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33070         && !UNIX98].  Enables tests for XOPEN2K8.
33071         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33072         POSIX2008]: Likewise.
33073
33074         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33075         (struct rusage): Do not expect type or its members.
33076
33077         [BZ #3439]
33078         * math/math.h (FP_NAN): Define macro to integer constant usable in
33079         #if and use that to give value to enum constant.
33080         (FP_INFINITE): Likewise.
33081         (FP_ZERO): Likewise.
33082         (FP_SUBNORMAL): Likewise.
33083         (FP_NORMAL): Likewise.
33084
33085 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33086
33087         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33088         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33089         arguments.
33090
33091 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33092
33093         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33094         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33095         autoconf-time if not.
33096         * configure.in: Remove AC_PREREQ.
33097
33098 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33099
33100         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33101         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33102         of the internal implementation.
33103
33104 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33105
33106         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33107         except include of <misc/sys/syslog.h>.
33108
33109 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33110
33111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33112         function returns with a NULL context exit with zero.
33113
33114 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33115
33116         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33117
33118 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33119
33120         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33121         (run_program_cmd): This.
33122         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33123         (tst_langinfo): New variable.  Use it.
33124
33125 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33126
33127         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33128         floating point opcodes.
33129
33130 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33131
33132         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33133         variable.
33134
33135         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33136
33137         * sysdeps/mach/hurd/powerpc: Remove directory.
33138         * sysdeps/mach/powerpc: Likewise.
33139
33140 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33141
33142         * scripts/check-local-headers.sh: Ignore c++ headers.
33143
33144 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33145
33146         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33147         __libc_cleanup_region_start argument.
33148
33149 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33150
33151         [BZ #14784]
33152         [BZ #14785]
33153         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33154         x * y using scaling, not as x * y + z.
33155         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33156         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33157         * math/libm-test.inc (fma_test): Add more tests.
33158         (fma_test_towardzero): Likewise.
33159         (fma_test_downward): Likewise.
33160         (fma_test_upward): Likewise.
33161
33162 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33163
33164         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33165
33166 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33167
33168         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33169         New variable.
33170
33171 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33172
33173         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33174
33175 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33176
33177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33178         Fix sort order.
33179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33180         Likewise.
33181
33182 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33183
33184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33185         Fix the order of the list for glibc 2.17.
33186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33187         Likewise.
33188
33189 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33190
33191         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33192
33193 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33194
33195         [BZ #14610]
33196         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33197         for low part of x being zero before using __atanl (y).
33198         * math/libm-test.inc (atan2_test): Add another test.
33199
33200         * manual/install.texi (Configuring and compiling): Document
33201         general use of test-wrapper and test-wrapper-env.
33202         * INSTALL: Regenerated.
33203
33204         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33205         (__fma): Do not extract and scale down low bits on after-rounding
33206         systems when result rounded to normal precision would have normal
33207         exponent.
33208         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33209         (__fmal): Do not extract and scale down low bits on after-rounding
33210         systems when result rounded to normal precision would have normal
33211         exponent.
33212         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33213         (__fmal): Do not extract and scale down low bits on after-rounding
33214         systems when result rounded to normal precision would have normal
33215         exponent.
33216         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33217         macro.
33218         (fma_test): Add more tests.
33219         (fma_test_towardzero): Likewise.
33220         (fma_test_downward): Likewise.
33221         (fma_test_upward): Likewise.
33222
33223 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33224
33225         * sysdeps/i386/tininess.h: Renamed to ...
33226         * sysdeps/x86/tininess.h: This.
33227         * sysdeps/x86_64/tininess.h: Removed.
33228
33229 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33230
33231         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33232         input.  Use $(build-program-cmd).
33233         ($(objpfx)tst-array1-static.out): Likewise.
33234         ($(objpfx)tst-array2.out): Likewise.
33235         ($(objpfx)tst-array3.out): Likewise.
33236         ($(objpfx)tst-array4.out): Likewise.
33237         ($(objpfx)tst-array5.out): Likewise.
33238         ($(objpfx)tst-array5-static.out): Likewise.
33239
33240 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33241
33242         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33243         if defined.
33244
33245         * nss/nsswitch.h (nss_interface_function): Provide new
33246         macro for use with NSS functions.
33247         * grp/initgroups.c: Use new macro.
33248         * nss/getXXbyYY.c: Likewise.
33249         * nss/getXXbyYY_r.c: Likewise.
33250         * nss/getXXent.c: Likewise.
33251         * nss/getXXent_r.c: Likewise.
33252         * sysdeps/posix/getaddrinfo.c: Likewise.
33253
33254 2012-10-30  Andreas Jaeger  <aj@suse.de>
33255
33256         * po/ru.po: Update Russion translation from translation project.
33257
33258 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33259
33260         [BZ #14152]
33261         [BZ #14783]
33262         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33263         result and shift together with sticky bit instead of replicating
33264         round-to-nearest rounding.
33265         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33266         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33267         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33268         missing underflow exceptions.
33269         (fma_test_towardzero): Add more tests.
33270         (fma_test_downward): Likewise.
33271         (fma_test_upward): Likewise.
33272
33273         [BZ #14047]
33274         * sysdeps/generic/tininess.h: New file.
33275         * sysdeps/i386/tininess.h: Likewise.
33276         * sysdeps/sh/tininess.h: Likewise.
33277         * sysdeps/x86_64/tininess.h: Likewise.
33278         * stdlib/tst-strtod-underflow.c: Likewise.
33279         * stdlib/tst-tininess.c: Likewise.
33280         * stdlib/strtod_l.c: Include <tininess.h>.
33281         (round_and_return): Do not set errno for exact underflow cases.
33282         Force an underflow exception when setting errno for underflow.
33283         Determine underflow based on rounding to normal precision if
33284         TININESS_AFTER_ROUNDING.
33285         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33286         ERANGE for exact underflow cases.
33287         * stdlib/Makefile (tests): Add tst-tininess and
33288         tst-strtod-underflow.
33289         ($(objpfx)tst-tininess): Use $(link-libm).
33290         ($(objpfx)tst-strtod-underflow): Likewise.
33291
33292 2012-10-30  Andreas Jaeger  <aj@suse.de>
33293
33294         [BZ#14767]
33295         * elf/Makefile (tests): Remove conditional for have-initfini-array
33296         since this is now always required and the variable does not exist
33297         anymore.
33298         (tests-static): Likewise.
33299         (modules-names): Likewise.
33300
33301         * po/eo.po: Add Esperanto translation from translation project.
33302
33303         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33304         merged with constructor/destructor.
33305         (init_array): Likewise.
33306         * elf/tst-array2dep.c (fini_array): Likewise.
33307         (init_array): Likewise.
33308
33309 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33310
33311         * manual/message.texi: Delete @cartouche tags.
33312
33313 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33314
33315         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33316         EOPNOTSUPP.
33317         * sysdeps/mach/hurd/fsync.c: Likewise.
33318
33319         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33320         [_POSIX_REALTIME_SIGNALS]: Change condition to
33321         [_POSIX_REALTIME_SIGNALS > 0].
33322
33323 2012-10-27  Andreas Jaeger  <aj@suse.de>
33324
33325         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33326         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33327         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33328         [__WORDSIZE != 64]: Likewise.
33329
33330 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33331
33332         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33333         *  iconvdata/tst-tables.sh: Likewise.
33334
33335 2012-10-25  David S. Miller  <davem@davemloft.net>
33336
33337         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33338         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33339         of strtoull.
33340
33341         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33342         ifunc-impl-list.c
33343         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33344         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33345         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33346         file.
33347
33348 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33349
33350         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33351         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33352         __getdirentries.
33353
33354 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33355             Jim Blandy  <jimb@codesourcery.com>
33356
33357         * scripts/cross-test-ssh.sh: New file.
33358         * manual/install.texi (Configuring and compiling): Document use of
33359         cross-test-ssh.sh.
33360         * INSTALL: Regenerated.
33361
33362 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33363
33364         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33365         EOPNOTSUPP.
33366
33367 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33368
33369         * Makeconfig (run-program-prefix): Fix comment.
33370
33371 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33372             Jim Blandy  <jimb@codesourcery.com>
33373
33374         * Makeconfig (test-wrapper): New variable,
33375         (test-wrapper-env): Likewise.
33376         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33377         (run-built-tests): Define to yes.
33378         (run-program-prefix): Use $(test-wrapper).
33379         (built-program-cmd): Likewise.
33380         * Rules (make-test-out): Use $(test-wrapper-env) and
33381         $(host-built-program-cmd).
33382         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33383         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33384         tst-pathopt.sh.
33385         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33386         $(test-wrapper-env) to tst-rtld-load-self.sh.
33387         ($(objpfx)order2.out): Use $(test-wrapper).
33388         ($(objpfx)tst-initorder.out): Likewise.
33389         ($(objpfx)tst-initorder2.out): Likewise.
33390         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33391         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33392         (test_wrapper_env): New variable.  Use it to run ld.so.
33393         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33394         Use it to run ld.so.
33395         (test_wrapper_env): Likewise.
33396         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33397         $(test-wrapper) to run-iconv-test.sh.
33398         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33399         (ICONV): Use $test_wrapper.
33400         * posix/Makefile ($(objpfx)globtest.out): Pass
33401         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33402         globtest.sh, not $(run-program-prefix).
33403         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33404         (test_wrapper): Likewise.
33405         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33406         set together with run_via_rtld_prefix.
33407         (run_program_prefix): Define in terms of test_wrapper and
33408         run_via_rtld_prefix.
33409
33410 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33411
33412         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33413         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33414         Targets removed.
33415
33416         [BZ #14743]
33417         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33418         Declare __clock_getres, __clock_gettime, __clock_settime,
33419         __clock_nanosleep, and __clock_getcpuclockid.
33420         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33421         Remove librt_hidden_def (clock_gettime).
33422         * sysdeps/unix/clock_gettime.c: Likewise.
33423         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33424         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33425         * rt/clock_getres.c: Define __clock_getres as an alias.
33426         * sysdeps/posix/clock_getres.c: Likewise.
33427         * rt/clock_settime.c: Define __clock_settime as an alias.
33428         * sysdeps/unix/clock_settime.c: Likewise.
33429         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33430         * sysdeps/unix/clock_nanosleep.c: Likewise.
33431         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33432         * rt/clock-compat.c: New file.
33433         * rt/Makefile (librt-routines): Add clock-compat and move
33434         $(clock-routines) to ...
33435         (routines): ... here, new variable.
33436         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33437         Don't add get_clockfreq here.
33438         * rt/Versions (libc: GLIBC_2.17): New version set.
33439         Add clock_* symbols here.
33440         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33441         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33442         (GLIBC_2.17): Add clock_* symbols.
33443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33444         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33445         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33447         Likewise.
33448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33449         Likewise.
33450         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33451         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33453         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33454         * NEWS: Mention the move.
33455
33456         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33457         Use __open, __read, __close rather than their public counterparts.
33458         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33459         (__get_clockfreq_via_cpuinfo): Likewise.
33460         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33461         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33462
33463         * config.h.in (HAVE_IFUNC): New #undef.
33464         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33465         was successful.
33466         * configure: Regenerated.
33467
33468 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33469
33470         * configure.in: Move READELF check to start of file.
33471         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33472         libc_cv_asm_gnu_indirect_function in the process.
33473         * configure: Regenerated.
33474
33475 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33476
33477         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33478         send the output to /dev/null.
33479         (libc_cv_cc_with_libunwind): Likewise.
33480         (libc_cv_as_noexecstack): Likewise.
33481         * configure: Regenerate.
33482
33483 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33484
33485         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33486
33487         * posix/globtest.sh (TMPDIR): Do not set.
33488         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33489         (testout): Likewise.
33490
33491 2012-10-24  Andreas Jaeger  <aj@suse.de>
33492
33493         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33494         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33495         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33496         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33497         posix_fadvise64, posix_fallocate64.
33498
33499         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33500         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33501         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33502         Likewise.
33503         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33504         Likewise.
33505         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33506
33507         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33508         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33509         <bits/fcntl-linux.h>.
33510         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33511
33512         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33513         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33514         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33515         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33516         [__WORDSIZE != 64]: Likewise.
33517
33518 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33519
33520         * Makeconfig (run-built-tests): New variable.
33521         * Rules [$(cross-compiling) = yes]: Change condition to
33522         [$(run-built-tests) = no].
33523         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33524         to [$(run-built-tests) = yes].
33525         * elf/Makefile [$(cross-compiling) = no]: Likewise
33526         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33527         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33528         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33529         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33530         * io/Makefile [$(cross-compiling) = no]: Likewise.
33531         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33532         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33533         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33534         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33535         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33536         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33537         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33538         * string/Makefile [$(cross-compiling) = no]: Likewise.
33539
33540         * posix/Makefile ($(objpfx)globtest.out): Pass
33541         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33542         $(rtld-installed-name).
33543         * posix/globtest.sh (elf_objpfx): Remove variable.
33544         (rtld_installed_name): Likewise.
33545         (library_path): Likewise.
33546         (run_program_prefix): New variable.  Use for running globtest
33547         binary.
33548
33549 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33550             Joseph Myers  <joseph@codesourcery.com>
33551
33552         * Makeconfig (host-built-program-cmd): New variable.
33553         * elf/Makefile (tst-stackguard1-ARGS): Use
33554         $(host-built-program-cmd).
33555         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33556         (tst-spawn-ARGS): Likewise.
33557         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33558
33559 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33560             Jim Blandy  <jimb@codesourcery.com>
33561
33562         * Makeconfig (run-via-rtld-prefix): New variable.
33563         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33564         (built-program-cmd): Likewise.
33565
33566 2012-10-22  Andreas Jaeger  <aj@suse.de>
33567
33568         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33569         __O_RSYNC if it exists, otherwise to O_SYNC.
33570
33571 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33572             Joseph Myers  <joseph@codesourcery.com>
33573
33574         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33575         /dev/null.
33576         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33577         from /dev/null
33578         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33579         /dev/null.
33580
33581 2012-10-22  Andreas Jaeger  <aj@suse.de>
33582
33583         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33584         Define always.
33585         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33586
33587         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33588         bits/fcntl-linux.h.
33589
33590         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33591         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33592
33593         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33594         to __O_LARGEFILE.
33595         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33596         to __O_LARGEFILE.
33597
33598 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33599             Joseph Myers  <joseph@codesourcery.com>
33600
33601         * config.make.in (NM): New variable.
33602
33603 2012-10-21  Andreas Jaeger  <aj@suse.de>
33604
33605         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33606         definitions and declarations that are provided by
33607         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33608
33609 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33610
33611         [BZ #14683]
33612         * elf/Makefile (tests-static): Add tst-leaks1-static.
33613         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33614         ($(objpfx)tst-leaks1-static): New rule.
33615         ($(objpfx)tst-leaks1-static-mem): Likewise.
33616         (tst-leaks1-static-ENV): New macro.
33617         * elf/dl-open.c (dl_open_worker): Check the main application
33618         only if SHARED is defined.
33619         * elf/tst-leaks1-static.c: New file.
33620
33621 2012-10-20  Andreas Jaeger  <aj@suse.de>
33622
33623         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33624         generic values for Linux.
33625         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33626         and declarations that are provided by <bits/fcntl-linux.h> and
33627         include <bits/fcntl-linux.h>.
33628         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33629         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33630
33631 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33632
33633         * io/fcntl.h: Move include of <bits/types.h> to the top and
33634         include it unconditionally.
33635
33636 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33637
33638         * wcsmbs/Makefile (tests-ifunc): New variable.
33639         (tests): Add $(tests-ifunc).
33640         * wcsmbs/test-wcschr-ifunc.c: New file.
33641         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33642         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33643         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33644         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33645         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33646
33647         * string/Makefile (tests-ifunc): New variable.
33648         (tests): Add $(tests-ifunc).
33649         * string/test-memccpy.c (TEST_NAME): New macro.
33650         * string/test-memchr.c (TEST_NAME): Likewise.
33651         * string/test-memcmp.c (TEST_NAME): Likewise.
33652         * string/test-memcpy.c (TEST_NAME): Likewise.
33653         * string/test-memmem.c (TEST_NAME): Likewise.
33654         * string/test-memmove.c (TEST_NAME): Likewise.
33655         * string/test-memset.c (TEST_NAME): Likewise.
33656         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33657         * string/test-stpcpy.c (TEST_NAME): Likewise.
33658         * string/test-stpncpy.c (TEST_NAME): Likewise.
33659         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33660         * string/test-strcasestr.c (TEST_NAME): Likewise.
33661         * string/test-strcat.c (TEST_NAME): Likewise.
33662         * string/test-strchr.c (TEST_NAME): Likewise.
33663         * string/test-strcmp.c(TEST_NAME): Likewise.
33664         * string/test-strcpy.c (TEST_NAME): Likewise.
33665         * string/test-strcspn.c (TEST_NAME): Likewise.
33666         * string/test-strlen.c (TEST_NAME): Likewise.
33667         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33668         * string/test-strncmp.c (TEST_NAME): Likewise.
33669         * string/test-strncpy.c (TEST_NAME): Likewise.
33670         * string/test-strnlen.c (TEST_NAME): Likewise.
33671         * string/test-strpbrk.c (TEST_NAME): Likewise.
33672         * string/test-strrchr.c (TEST_NAME): Likewise.
33673         * string/test-strspn.c (TEST_NAME): Likewise.
33674         * string/test-strstr.c (TEST_NAME): Likewise.
33675         * string/test-bcopy-ifunc.c: New file.
33676         * string/test-bzero-ifunc.c: Likewise.
33677         * string/test-memccpy-ifunc.c: Likewise.
33678         * string/test-memchr-ifunc.c: Likewise.
33679         * string/test-memcmp-ifunc.c: Likewise.
33680         * string/test-memcpy-ifunc.c: Likewise.
33681         * string/test-memmem-ifunc.c: Likewise.
33682         * string/test-memmove-ifunc.c: Likewise.
33683         * string/test-mempcpy-ifunc.c: Likewise.
33684         * string/test-memset-ifunc.c: Likewise.
33685         * string/test-rawmemchr-ifunc.c: Likewise.
33686         * string/test-stpcpy-ifunc.c: Likewise.
33687         * string/test-stpncpy-ifunc.c: Likewise.
33688         * string/test-strcasecmp-ifunc.c: Likewise.
33689         * string/test-strcasestr-ifunc.c: Likewise.
33690         * string/test-strcat-ifunc.c: Likewise.
33691         * string/test-strchr-ifunc.c: Likewise.
33692         * string/test-strchrnul-ifunc.c: Likewise.
33693         * string/test-strcmp-ifunc.c: Likewise.
33694         * string/test-strcpy-ifunc.c: Likewise.
33695         * string/test-strcspn-ifunc.c: Likewise.
33696         * string/test-strlen-ifunc.c: Likewise.
33697         * string/test-strncasecmp-ifunc.c: Likewise.
33698         * string/test-strncat-ifunc.c: Likewise.
33699         * string/test-strncmp-ifunc.c: Likewise.
33700         * string/test-strncpy-ifunc.c: Likewise.
33701         * string/test-strnlen-ifunc.c: Likewise.
33702         * string/test-strpbrk-ifunc.c: Likewise.
33703         * string/test-strrchr-ifunc.c: Likewise.
33704         * string/test-strspn-ifunc.c: Likewise.
33705         * string/test-strstr-ifunc.c: Likewise.
33706
33707         * debug/Makefile (tests-ifunc): New variable.
33708         (tests): Add $(tests-ifunc).
33709         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33710         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33711         * debug/test-stpcpy_chk-ifunc.c: New file.
33712         * debug/test-strcpy_chk-ifunc.c: Likewise.
33713
33714 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33715
33716         [BZ #13601]
33717         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33718         header is not read in.
33719
33720 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33721
33722         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33723         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33724         directly.  Pass built executable to script as
33725         $(built-program-cmd).
33726         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33727         $testprogram without using LD_LIBRARY_PATH and $ldso.
33728
33729         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33730         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33731         $(rtld-installed-name).
33732         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33733         (rtld_installed_name): Likewise.
33734         (library_path): Likewise.
33735         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33736         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33737         $(run-program-prefix) to tst-tables.sh.
33738         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33739         it to run tst-table-from and tst-table-to.
33740         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33741         Pass it to tst-table.sh.
33742         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33743         $(run-program-prefix) to tst-gettext.sh.
33744         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33745         tst-translit.sh.
33746         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33747         tst-gettext2.sh.
33748         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33749         to run tst-gettext.
33750         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33751         to run tst-gettext2.
33752         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33753         to run tst-translit.
33754         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33755         $(run-program-prefix) to tst-mtrace.sh.
33756         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33757         to run tst-mtrace.
33758         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33759         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33760         $(rtld-installed-name).
33761         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33762         (rtld_installed_name): Likewise.
33763         (run_program_prefix): New variable.  Use it to run wordexp-test.
33764
33765         * Makeconfig (ARCH): Remove all definitions.
33766         (machine): Likewise.
33767         [ARCH]: Remove conditional code.
33768         [!objdir]: Give error.
33769         [!objdir] (objpfx): Remove.
33770         [!objdir] (common-objpfx): Likewise.
33771         [!objdir] (common-objdir): Likewise.
33772         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33773         AC_CONFIG_FILES call.
33774         * configure: Regenerated.
33775
33776         [BZ #13888]
33777         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33778         or TMPDIR.
33779         (testout): Likewise.
33780
33781         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33782         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33783         $(rtld-installed-name).
33784         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33785         (rtld_installed_name): Likwise.
33786         (runit): Remove function.
33787         (run_getconf): New variable,  Use it for running getconf binary.
33788
33789 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33790
33791         [BZ #14716]
33792         * string/test-memmem.c (check_result): New function.
33793         (do_one_test): Use it.
33794         (check1): New function.
33795         (test_main): Use it.
33796
33797 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33798
33799         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33800
33801 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33802
33803         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33804         (_G_LSEEK64): Likewise.
33805         (_G_MMAP64): Likewise.
33806         (_G_FSTAT64): Likewise.
33807         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33808         (_G_LSEEK64): Likewise.
33809         (_G_MMAP64): Likewise.
33810         (_G_FSTAT64): Likewise.
33811         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33812         unconditional.  Call __mmap64 directly.
33813         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33814         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33815         __lseek64 directly.
33816         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33817         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33818         __mmap64 directly.
33819         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33820         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33821         __lseek64 directly.
33822         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33823         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33824         __lseek64 directly.
33825         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33826         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33827         __lseek64 directly.
33828         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33829         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33830         __fxstat64 directly.
33831         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33832         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33833         unconditional.
33834         (freopen64) [!_G_OPEN64]: Remove conditional code.
33835         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33836         unconditional.
33837         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33838         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33839         unconditional.
33840         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33841         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33842         unconditional.
33843         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33844         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33845         unconditional.
33846         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33847         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33848         unconditional.
33849         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33850         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33851         unconditional.
33852         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33853         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33854         unconditional.
33855         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33856
33857 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33858
33859         [BZ #12140]
33860         * manual/memory.texi (Malloc Tunable Parameters): Add note
33861         about free list pointers overwriting some perturb bytes.
33862         Wording suggested by Roland McGrath.
33863
33864 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33865
33866         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33867         (lgamma_test): Likewise.
33868         (tgamma_test): Likewise.
33869
33870 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33871
33872         [BZ #14700]
33873         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33874         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33875
33876 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33877
33878         * NEWS: Mention BZ #14716.
33879         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33880         when removing AVAILABLE1_USES_J macro.
33881
33882 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33883
33884         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33885         (__bswap_64): __uint64_t for unsigned 64-bit int.
33886
33887 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33888
33889         * include/string.h (memmem): Declare libc hidden alias.
33890         * string/memmem.c (memmem): Define libc hidden alias.
33891         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33892         __read, __close instead of open, read, close.
33893
33894 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33895
33896         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33897         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33898         global and hidden.
33899         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33900         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33901         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33902         Likewise.
33903         (__rawmemchr_sse2): Likewise.
33904         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33905         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33906         (__strchr_sse2): Likewise.
33907         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33908         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33909         (__strcasecmp_sse2): Likewise.
33910         (__strncasecmp_sse2): Likewise.
33911         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33912         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33913         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33914         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33915         (__strrchr_sse2): Likewise.
33916         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33917         ifunc-impl-list.c.
33918         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33919         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33920         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33921         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33922         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33923         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33924         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33925         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33926         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33927         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33928         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33929         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33930         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33931         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33932         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33933         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33934         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33935         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33936         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33937         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33938         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33939         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33940         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33941         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33942         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33943         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33944         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33945         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33946         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33947         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33948
33949         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33950         global and hidden.
33951         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33952         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33953         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33954         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33955         Likewise.
33956         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33957         Likewise.
33958         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33959         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33960         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33961         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33962         ifunc-impl-list.c.
33963         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33964         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33965         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33966         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33967         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33968         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33969         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33970         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33971         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33972         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33973         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33974         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33975         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33976         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33977         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33978         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33979         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33980         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33981         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33982         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33983         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33984         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33985         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33986         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33987         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33988         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33989         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33990         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33991         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33992         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33993         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33994         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33995         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33996         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33997         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33998         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33999         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34000         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34001         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34002         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34003         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34004
34005         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34006         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34007         * include/ifunc-impl-list.h: New file.
34008         * misc/ifunc-impl-list.c: Likewise.
34009         * misc/Makefile (routines): Add ifunc-impl-list.
34010         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34011         * string/test-string.h: Include <ifunc-impl-list.h>.
34012         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34013         TEST_NAME]: New variables.
34014         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34015         are defined.
34016         (test_init): Call __libc_ifunc_impl_list to initialize
34017         func_list if TEST_IFUNC and TEST_NAME are defined.
34018
34019         * string/Makefile (strop-tests): Add bcopy and bzero.
34020         * string/test-bcopy.c: New file.
34021         * string/test-bzero.c: Likewise.
34022         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34023         defined.
34024         * string/test-memset.c: Support bzero test if TEST_BZERO is
34025         defined.
34026         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34027         __libc_memmove.
34028         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34029         __libc_memset.
34030         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34031         of memset.
34032
34033 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34034
34035         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34036         * configure: Regenerated.
34037
34038         * Makeconfig (+link-static-before-libc): Don't include
34039         $(link-static-libc).
34040
34041         * libio/libio.h (_IO_pos_t): Remove.
34042
34043 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34044
34045         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34046         McGrath.
34047
34048 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34049
34050         * crypt/crypt-entry.c: Include fips-private.h.
34051         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34052         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34053         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34054         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34055
34056 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34057
34058         * crypt/crypt-private.h: Include stdbool.h.
34059         (_ufc_setup_salt_r): Return bool.
34060         * crypt/crypt-entry.c: Include errno.h.
34061         (__crypt_r): Return NULL with EINVAL for bad salt.
34062         * crypt/crypt_util.c (bad_for_salt): New.
34063         (_ufc_setup_salt_r): Check that salt is long enough and within
34064         the specified alphabet.
34065         * crypt/badsalttest.c: New file.
34066         * crypt/Makefile (tests): Add it.
34067         ($(objpfx)badsalttest): New.
34068
34069 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34070
34071         * NEWS: Add entry for BZ #14602.
34072
34073 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34074
34075         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34076         type-generic.
34077         * math/libm-test.inc: Update comment listing what functions and
34078         macros are tested.
34079         (isgreater_test): New function.
34080         (isgreaterequal_test): Likewise.
34081         (isless_test): Likewise.
34082         (islessequal_test): Likewise.
34083         (islessgreater_test): Likewise.
34084         (isunordered_test): Likewise.
34085         (main): Call the new functions.
34086
34087 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34088
34089         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34090         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34091         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34092         * sysdeps/i386/configure: Regenerated.
34093         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34094         * sysdeps/mach/configure: Regenerated.
34095         * sysdeps/mach/hurd/configure: Regenerated.
34096         * sysdeps/powerpc/configure: Regenerated.
34097         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34098         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34099         * sysdeps/s390/s390-32/configure: Regenerated.
34100         * sysdeps/s390/s390-64/configure: Regenerated.
34101         * sysdeps/sh/configure: Regenerated.
34102         * sysdeps/sparc/configure: Regenerated.
34103         * sysdeps/unix/sysv/linux/configure: Regenerated.
34104         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34105         * sysdeps/x86_64/configure: Regenerated.
34106
34107         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34108         defined.  Don't check if MAP is NULL.
34109
34110 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34111
34112         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34113         (_G_stat64): Likewise.
34114         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34115         (_G_stat64): Likewise.
34116         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34117         instead of struct _G_stat64.
34118         * libio/fileops.c (mmap_remap_check): Likewise.
34119         (decide_maybe_mmap): Likewise.
34120         (_IO_new_file_seekoff): Likewise.
34121         (_IO_file_stat): Likewise.
34122         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34123         _G_off64_t.
34124         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34125         instead of struct _G_stat64.
34126         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34127
34128 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34129
34130         [BZ #14602]
34131         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34132         Replace with ...
34133         (CHECK_EOL): New macro.
34134         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34135         CHECK_EOL.
34136         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34137         Replace with CHECK_EOL.
34138         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34139         Replace with CHECK_EOL.
34140
34141 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34142
34143         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34144         type-generic.
34145         * math/libm-test.inc: Update comment listing what functions and
34146         macros are tested.
34147         (finite_test): New function.
34148         (isinf_test): Likewise.
34149         (isnan_test): Likewise.
34150         (fpclassify_test): Test subnormal input.
34151         (isfinite_test): Likewise.
34152         (isnormal_test): Likewise.
34153         (main): Call the new functions.
34154
34155 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34156
34157         [BZ #14660]
34158         * Makerules (%.dynsym): Force C locale when running
34159         $(OBJDUMP) --dynamic-syms.
34160
34161 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34162
34163         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34164         <stdint.h>.
34165
34166 2012-10-06  David S. Miller  <davem@davemloft.net>
34167
34168         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34169         upper 32-bits of the length value in %o2 since we use branch-on-register
34170         tests which consider the entire 64-bit register.
34171
34172 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34173
34174         * string/test-strstr.c (check2): Add a test for page boundary.
34175
34176 2012-10-05  David S. Miller  <davem@davemloft.net>
34177
34178         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34179         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34180         file.
34181         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34182         sysdep_routines.
34183         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34184         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34185         and bzero when HWCAP_SPARC_CRYPTO is present.
34186
34187 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34188
34189         [BZ #14602]
34190         * string/test-strstr.c (check2): New function.
34191         (test_main): Call check2.
34192
34193         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34194         and bug-strchr1.
34195         * string/bug-strcasestr1.c (do_test): Moved to ...
34196         * string/test-strcasestr.c (check1): Here.  New function.
34197         (do_one_test): Break out result checking code into ...
34198         (check_result): This.  New function.
34199         (do_one_test): Call check_result.
34200         (test_main): Call check1.
34201         * string/bug-strchr1.c (do_test): Moved to ...
34202         * string/test-strchr.c (check1): Here.  New function.
34203         (do_one_test): Break out result checking code into ...
34204         (check_result): This.  New function.
34205         (do_one_test): Call check_result.
34206         (test_main): Call check1.
34207         * string/bug-strstr1.c (main): Moved to ...
34208         * string/test-strstr.c (check1): Here.  New function.
34209         (do_one_test): Break out result checking code into ...
34210         (check_result): This.  New function.
34211         (do_one_test): Call check_result.
34212         (test_main): Call check1.
34213         * string/bug-strcasestr1.c: Removed.
34214         * string/bug-strchr1.c: Likewise.
34215         * string/bug-strstr1.c: Likewise.
34216
34217         * elf/Makefile (dl-routines): Add hwcaps.
34218         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34219         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34220         (_dl_important_hwcaps): Moved to ...
34221         * elf/dl-hwcaps.c: Here.  New file.
34222         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34223
34224         [BZ #14557]
34225         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34226         if IS_IN_rtld isn't defined.
34227
34228         * elf/dl-support.c (_dl_sysinfo_map): New.
34229         Include "get-dynamic-info.h" and "setup-vdso.h".
34230         (_dl_non_dynamic_init): Call setup_vdso.
34231         * elf/dynamic-link.h: Don't include <assert.h>.
34232         (elf_get_dynamic_info): Moved to ...
34233         * elf/get-dynamic-info.h: Here.  New file.
34234         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34235         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34236         * elf/setup-vdso.h: Here.  New file.
34237         * elf/rtld.c: Include "setup-vdso.h".
34238         (dl_main): Call setup_vdso.
34239
34240 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34241
34242         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34243         creal in comment listing functions tested.  List finite, isinf,
34244         isnan, isless, islessequal, isgreater, isgreaterequal,
34245         islessgreater, isunordered, lgamma_r and pow10 as functions and
34246         macros not tested.  Mention which functions not tested are aliases
34247         for other functions.  Fix typo.  Note that signs of NaNs are not
34248         tested.
34249
34250         * scripts/config.guess: Update from config.git.
34251         * scripts/config.sub: Likewise.
34252
34253 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34254
34255         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34256         * misc/madvise.c (madvise): Renamed to __madvise.
34257         Make madvise a weak alias.
34258         * include/sys/mman.h: Declare __madvise.
34259         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34260         * sysdeps/unix/syscalls.list
34261         (madvise): Make __madvise the strong name, and madvise a weak alias.
34262         * sysdeps/unix/sysv/linux/syscalls.list
34263         (madvise, mmap): Remove redundant entries.
34264         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34265         * malloc/malloc.c (mtrim): Likewise.
34266         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34267
34268 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34269
34270         * sysdeps/mach/hurd/dl-cache.c: File removed.
34271         * config.h.in (USE_LDCONFIG): New #undef.
34272         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34273         * configure: Regenerated.
34274         * elf/Makefile (dl-routines): Add dl-cache only under
34275         [$(use-ldconfig) = yes].
34276         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34277         cache on [USE_LDCONFIG].
34278         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34279         [USE_LDCONFIG].
34280         * elf/rtld.c (dl_main): Likewise.
34281
34282 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34283
34284         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34285         _SC_LEVEL4_CACHE_LINESIZE.
34286
34287 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34288
34289         * sysdeps/unix/bsd/confstr.h: File removed.
34290
34291 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34292
34293         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34294         sys/sdt-config.h.
34295
34296 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34297
34298         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34299         Make 'mapoff' field ElfW(Off) rather than off_t.
34300
34301 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34302
34303         * nscd/Makefile: Remove nscd-cflags and all its users.
34304         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34305         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34306
34307         [BZ #10631]
34308         * malloc.c (malloc_printerr): Clarify error message.
34309
34310 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34311
34312         [BZ #14648]
34313         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34314         Set bit_FMA_Usable if FMA is supported.
34315         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34316         macro.
34317         (bit_FMA4_Usable): Updated.
34318         (index_FMA_Usable): New macro.
34319         (CPUID_FMA): Likewise
34320         (HAS_FMA): Defined with bit_FMA_Usable.
34321
34322 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34323
34324         * bits/types.h (__swblk_t): Type removed.
34325         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34326         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34327         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34328         (__SWBLK_T_TYPE): Likewise.
34329         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34330         (__SWBLK_T_TYPE): Likewise.
34331         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34332         (__SWBLK_T_TYPE): Likewise.
34333         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34334         (__SWBLK_T_TYPE): Likewise.
34335
34336 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34337             Honza Horak <hhorak@redhat.com>
34338
34339         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34340         (xdr_mapname): Use YPMAXMAP as maxsize.
34341         (xdr_peername): Use YPMAXPEER as maxsize.
34342         (xdr_keydat): Use YPAXRECORD as maxsize.
34343         (xdr_valdat): Use YPMAXRECORD as maxsize.
34344
34345 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34346
34347         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34348
34349         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34350         * csu/init-first.c: ... here.
34351         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34352         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34353         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34354         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34355         * sysdeps/i386/init-first.c: File removed.
34356         * sysdeps/sh/init-first.c: File removed.
34357
34358 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34359
34360         [BZ #14645]
34361         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34362         if x * y might underflow to zero and z is zero.
34363         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34364         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34365         * math/libm-test.inc (min_subnorm_value): New variable.
34366         (fma_test): Add more tests.
34367         (fma_test_towardzero): Likewise.
34368         (fma_test_downward): Likewise
34369         (fma_test_upward): Likewise.
34370         (initialize): Set min_subnorm_value.
34371
34372 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34373
34374         [BZ #14638]
34375         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34376         0 + 0.
34377         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34378         mode for addition resulting in exact zero.
34379         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34380         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34381         exact 0 + 0.
34382         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34383         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34384         * math/libm-test.inc (fma_test): Add more tests.
34385         (fma_test_towardzero): New function.
34386         (fma_test_downward): Likewise.
34387         (fma_test_upward): Likewise.
34388         (main): Call the new functions.
34389
34390 2012-09-28  David S. Miller  <davem@davemloft.net>
34391
34392         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34393
34394 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34395
34396         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34397         instead of SIGALRM.
34398
34399         * sysdeps/gnu/_G_config.h: Moved to ...
34400         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34401         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34402         * sysdeps/generic/_G_config.h: ... here.
34403
34404         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34405
34406         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34407
34408         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34409         Conditionalize target on [libnss_test1.so-version].
34410
34411         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34412
34413         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34414         (elfobjdir): Move out of conditionals.
34415
34416         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34417         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34418         (__nss_lookup_function): Conditionalize label remove_from_tree on
34419         [!DO_STATIC_NSS || SHARED], matching its only use.
34420
34421 2012-09-28  David S. Miller  <davem@davemloft.net>
34422
34423         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34424         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34425         file.
34426         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34427         sysdep_routines.
34428         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34429         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34430         when HWCAP_SPARC_CRYPTO is present.
34431
34432 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34433
34434         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34435
34436 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34437
34438         [BZ #6530]
34439         * stdio-common/vfprintf.c (process_string_arg): Revert
34440         2000-07-22 change.
34441
34442 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34443
34444         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34445         for testcase.
34446         * stdio-common/tst-sprintf.c: Include <locale.h>
34447         (main): Test sprintf's handling of incomplete multibyte
34448         characters.
34449
34450 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34451
34452         * elf/dl-runtime.c (VERSYMIDX): Removed.
34453         * elf/dl-version.c (VERSYMIDX): Likewise.
34454         * elf/do-rel.h (VERSYMIDX): Likewise.
34455         (VALIDX): Likewise.
34456         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34457         * elf/rtld.c (VALIDX): Likewise.
34458         (ADDRIDX): Likewise.
34459         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34460         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34461         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34462         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34463         (VALIDX): Likewise.
34464         (ADDRIDX): Likewise.
34465
34466 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34467
34468         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34469
34470 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34471
34472         [BZ #11438]
34473         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34474         to global scope.
34475         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34476         addresses are in the same scope as 192.0.2/24.
34477         * posix/gai.conf: Document new scope table defaults.
34478
34479 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34480
34481         [BZ #5298]
34482         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34483         for ftell.  Compute offsets from write pointers instead.
34484         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34485
34486 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34487
34488         [BZ #14543]
34489         * libio/Makefile (tests): New test case tst-fseek.
34490         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34491         combination works in wide mode.
34492         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34493         state when the external buffer state changes.
34494
34495 2012-09-27  David S. Miller  <davem@davemloft.net>
34496
34497         [BZ #14376]
34498         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34499         pass reloc->r_addend in as the 'high' argument to
34500         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34501
34502         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34503
34504 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34505
34506         * rt/tst-aio2.c: Include <pthread.h>.
34507         * rt/tst-aio3.c: Likewise.
34508
34509 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34510
34511         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34512
34513 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34514
34515         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34516         contents on [SHARED].
34517
34518 2012-09-26  Marek Polacek  <polacek@redhat.com>
34519
34520         [BZ #14530]
34521         [BZ #13741]
34522         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34523         for C++ and GCC <4.3 as well as for non GCC compilers.
34524
34525 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34526
34527         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34528
34529 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34530
34531         * Makefile.in (all, install): Declare with .PHONY.
34532         Reported by Michael Hope <michael.hope@linaro.org>.
34533
34534 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34535
34536         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34537         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34538         system header.
34539         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34540         Likewise.
34541         (sydep_routines): Add the new and the internal functions.
34542         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34543         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34545         (GLIBC_2.17): Add the new function.
34546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34547         (GLIBC_2.17): Likewise.
34548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34549         (GLIBC_2.17): Likewise.
34550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34551         (GLIBC_2.17): Likewise.
34552         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34553
34554 2012-09-25  Alan Modra  <amodra@gmail.com>
34555
34556         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34557         Add release barrier before setting once_control to say
34558         initialisation is done.  Add hints on lwarx.  Use macro in
34559         place of isync.
34560         (clear_once_control): Add release barrier.
34561
34562 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34563
34564         [BZ #13629]
34565         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34566         specially.
34567         * math/s_clog10.c (__clog10): Likewise.
34568         * math/s_clog10f.c (__clog10f): Likewise.
34569         * math/s_clog10l.c (__clog10l): Likewise.
34570         * math/s_clogf.c (__clogf): Likewise.
34571         * math/s_clogl.c (__clogl): Likewise.
34572         * math/Makefile (libm-calls): Add x2y2m1.
34573         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34574         (__x2y2m1): Likewise.
34575         (__x2y2m1l): Likewise.
34576         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34577         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34578         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34579         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34580         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34581         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34582         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34583         * sysdeps/i386/fpu/libm-test-ulps: Update.
34584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34585
34586         [BZ #14621]
34587         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34588         int as type of variable DEPTH.
34589         (glob): Use size_t instead of int as type of variables NEWCOUNT
34590         and OLD_PATHC.
34591
34592 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34593
34594         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34595         Add s_sincosf-sse2.
34596         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34597         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34598         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34599         macros for using routine as __sincosf_ia32.
34600         Use macro for function declaration and weak_alias.
34601         * sysdeps/i386/fpu/libm-test-ulps: Update.
34602
34603         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34604         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34605
34606         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34607         subnormal argument.
34608         * math/s_cexpf.c (__cexpf): Likewise.
34609         * math/s_csinf.c (__csinf): Likewise.
34610         * math/s_csinhf.c (__csinhf): Likewise.
34611         * math/s_ctanf.c (__ctanf): Likewise.
34612         * math/s_ctanhf.c (__ctanhf): Likewise.
34613         * math/s_ccosh.c (__ccoshf): Likewise.
34614         * math/s_cexp.c (__cexpl): Likewise.
34615         * math/s_csin.c (__csin): Likewise.
34616         * math/s_csinh.c (__csinh): Likewise.
34617         * math/s_ctan.c (__ctan): Likewise.
34618         * math/s_ctanh.c (ctanh): Likewise.
34619         * math/s_ccoshl.c (__ccoshl): Likewise.
34620         * math/s_cexpl.c (__cexpl): Likewise.
34621         * math/s_csinl.c (__csinl): Likewise.
34622         * math/s_csinhl.c (__csinhl): Likewise.
34623         * math/s_ctanl.c (__ctanl): Likewise.
34624         * math/s_ctanhl.c (__ctanhl): Likewise.
34625
34626 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34627
34628         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34629         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34630         (_IO_off_t): Define to __off_t, not _G_off_t.
34631         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34632         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34633         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34634         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34635         type of __dummy and __dummy2 fields.
34636         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34637         (_G_ssize_t): Likewise.
34638         (_G_off_t): Likewise.
34639         (_G_pid_t): Likewise.
34640         (_G_uid_t): Likewise.
34641         (_G_wchar_t): Likewise.
34642         (_G_wint_t): Likewise.
34643         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34644         (_G_ssize_t): Likewise.
34645         (_G_off_t): Likewise.
34646         (_G_pid_t): Likewise.
34647         (_G_uid_t): Likewise.
34648         (_G_wchar_t): Likewise.
34649         (_G_wint_t): Likewise.
34650         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34651         (_G_ssize_t): Likewise.
34652         (_G_off_t): Likewise.
34653         (_G_pid_t): Likewise.
34654         (_G_uid_t): Likewise.
34655         (_G_wchar_t): Likewise.
34656         (_G_wint_t): Likewise.
34657
34658 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34659
34660         * malloc/arena.c: Include malloc-sysdep.h.
34661         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34662         is sufficient to shrink the heap or an unmap is needed.
34663         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34664         new function check_may_shrink_heap.
34665         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34666         new function check_may_shrink_heap.
34667
34668 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34669
34670         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34671         comments.
34672
34673 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34674
34675         * catgets/test-gencat.sh: Add "set -e".
34676         * elf/tst-pathopt.sh: Likewise.
34677         * grp/tst_fgetgrent.sh: Likewise.
34678         * iconvdata/run-iconv-test.sh: Likewise.
34679         * intl/tst-gettext.sh: Likewise.
34680         * intl/tst-gettext2.sh: Likewise.
34681         * intl/tst-gettext4.sh: Likewise.
34682         * intl/tst-gettext6.sh: Likewise.
34683         * intl/tst-translit.sh: Likewise.
34684         * io/ftwtest-sh: Likewise.
34685         * libio/test-freopen.sh: Likewise.
34686         * malloc/tst-mtrace.sh: Likewise.
34687         * posix/globtest.sh: Likewise.
34688         * posix/tst-getconf.sh: Likewise.
34689         * posix/wordexp-tst.sh: Likewise.
34690         * stdio-common/tst-printf.sh: Likewise.
34691         * stdio-common/tst-unbputc.sh: Likewise.
34692         * stdlib/tst-fmtmsg.sh: Likewise.
34693         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34694         * catgets/Makefile: Do not specify -e option when running
34695         testsuite shell scripts.
34696         * elf/Makefile: Likewise.
34697         * grp/Makefile: Likewise.
34698         * iconvdata/Makefile: Likewise.
34699         * intl/Makefile: Likewise.
34700         * io/Makefile: Likewise.
34701         * libio/Makefile: Likewise.
34702         * malloc/Makefile: Likewise.
34703         * posix/Makefile: Likewise.
34704         * stdio-common/Makefile: Likewise.
34705         * stdlib/Makefile: Likewise.
34706         * sysdeps/x86_64/Makefile: Likewise.
34707
34708         * io/ftwtest-sh: Add copyright header.
34709         * posix/globtest.sh: Likewise.
34710         * posix/tst-getconf.sh: Likewise.
34711         * posix/wordexp-tst.sh: Likewise.
34712         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34713
34714 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34715
34716         [BZ #13679]
34717         * Makeconfig (+link): Defined as $(+link-static) if
34718         $(build-shared) isn't yes.
34719         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34720         isn't yes.
34721         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34722
34723         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34724
34725         [BZ #14562]
34726         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34727         new chunk size with MALLOC_ALIGN_MASK.
34728
34729 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34730
34731         [BZ #5044]
34732         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34733         <rounding-mode.h>.
34734         (__printf_fphex): Determine rounding using get_rounding_mode and
34735         round_away.
34736         * stdio-common/tst-printf-round.c (struct hex_test): New
34737         structure.
34738         (hex_tests): New variable.
34739         (test_hex_in_one_mode): New function.
34740         (do_test): Also run tests for hex float output.
34741
34742 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34743
34744         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34745         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34746         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34747         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34748         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34749         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34750         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34751         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34752
34753 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34754
34755         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34756         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34757         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34758         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34759
34760 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34761
34762         [BZ #14579]
34763         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34764         mode only.
34765         * elf/tst-rtld-load-self.sh: New test.
34766         * elf/Makefile: Run it.
34767
34768 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34769
34770         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34771         (tst-writev-ENV): Remove.
34772         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34773
34774 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34775
34776         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34777
34778 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34779
34780         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34781         unconditional.
34782         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34783         Likewise.
34784         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34785         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34786         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34787         Likewise.
34788
34789 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34790
34791         [BZ #14587]
34792         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34793         * config.make.in (have-cpp-asm-debuginfo): Removed.
34794         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34795         * configure: Regenerated.
34796
34797 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34798
34799         [BZ #5044]
34800         * stdio-common/printf_fp.c: Include <stdbool.h> and
34801         <rounding-mode.h>.
34802         (___printf_fp): Determine rounding using get_rounding_mode and
34803         round_away.
34804         * stdio-common/tst-printf-round.c: New file.
34805         * stdio-common/Makefile (tests): Add tst-printf-round.
34806         (link-libm): New variable.
34807         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34808
34809 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34810
34811         [BZ #14576]
34812         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34813         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34814         Likewise.
34815         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34816         Likewise.
34817
34818 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34819
34820         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34821         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34822         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34823         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34824
34825 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34826
34827         [BZ #14518]
34828         * include/rounding-mode.h: New file.
34829         * sysdeps/generic/get-rounding-mode.h: Likewise.
34830         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34831         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34832         (MAX_VALUE): New macro.
34833         (MIN_VALUE): Likewise.
34834         (overflow_value): New function.
34835         (underflow_value): Likewise.
34836         (round_and_return): Use overflow_value and underflow_value to
34837         determine return values in overflow and underflow cases.  Use
34838         round_away to determine rounding depending on rounding mode.
34839         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34840         determine return values in overflow and underflow cases.
34841         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34842         (struct test_results): New structure.
34843         (struct test): Use struct test_results to store expected results
34844         for all rounding modes.
34845         (TEST): Include expected results for all rounding modes.
34846         (test_in_one_mode): New function.
34847         (do_test): Use test_in_one_mode to compute and check results.
34848         Check results for all rounding modes.
34849         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34850         $(link-libm).
34851
34852 2012-12-09  Allan McRae  <allan@archlinux.org>
34853
34854         * sysdeps/i386/fpu/libm-test-ulps: Update
34855
34856 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34857
34858         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34859         (_G_int32_t): Likewise.
34860         (_G_uint16_t): Likewise.
34861         (_G_uint32_t): Likewise.
34862         (_G_HAVE_BOOL): Likewise.
34863         (_G_HAVE_ATEXIT): Likewise.
34864         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34865         (_G_HAVE_IO_FILE_OPEN): Likewise.
34866         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34867         (_G_int32_t): Likewise.
34868         (_G_uint16_t): Likewise.
34869         (_G_uint32_t): Likewise.
34870         (_G_HAVE_BOOL): Likewise.
34871         (_G_HAVE_ATEXIT): Likewise.
34872         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34873         (_G_HAVE_IO_FILE_OPEN): Likewise.
34874         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34875         (_G_int32_t): Likewise.
34876         (_G_uint16_t): Likewise.
34877         (_G_uint32_t): Likewise.
34878         (_G_HAVE_BOOL): Likewise.
34879         (_G_HAVE_ATEXIT): Likewise.
34880         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34881         (_G_HAVE_IO_FILE_OPEN): Likewise.
34882
34883 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34884
34885         * csu/libc-tls.c: Update copyright years.
34886
34887 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34888
34889         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34890         [!_G_USING_THUNKS]: Remove conditional code.
34891         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34892         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34893
34894         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34895         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34896         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34897         (_G_VTABLE_LABEL_PREFIX): Likewise.
34898         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34899         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34900         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34901         (_G_VTABLE_LABEL_PREFIX): Likewise.
34902         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34903         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34904         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34905         (_G_VTABLE_LABEL_PREFIX): Likewise.
34906         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34907
34908 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34909
34910         * libio/Makefile: Include ../Makeconfig before tests.
34911         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34912         only if $(build-shared) is yes.
34913
34914         * iconv/gconv_db.c: Update copyright years.
34915
34916 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34917
34918         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34919         unwind info if defined PIC. Fix special cases description.
34920         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34921
34922         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34923         DP_HI_MASK entry.
34924         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34925
34926 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34927
34928         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34929
34930         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34931         is NULL.
34932
34933         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34934         (LDLIBS-tst-chk4): This.
34935         (LDFLAGS-tst-chk5): Renamed to ...
34936         (LDLIBS-tst-chk5): This.
34937         (LDFLAGS-tst-chk6): Renamed to ...
34938         (LDLIBS-tst-chk6): This.
34939         (LDFLAGS-tst-lfschk4): Renamed to ...
34940         (LDLIBS-tst-lfschk4): This.
34941         (LDFLAGS-tst-lfschk5): Renamed to ...
34942         (LDLIBS-tst-lfschk5): This.
34943         (LDFLAGS-tst-lfschk6): Renamed to ...
34944         (LDLIBS-tst-lfschk6): This.
34945
34946         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34947         on $(common-objpfx)soversions.mk.
34948
34949 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34950
34951         [BZ #10014]
34952         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34953         example host name.
34954
34955 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34956
34957         * malloc/arena.c (arena_get_retry): New function that gets
34958         another arena for the caller to try its request on.
34959         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34960         current arena cannot fulfill the request.
34961         (__libc_memalign): Likewise.
34962         (__libc_memalign): Likewise.
34963         (__libc_pvalloc): Likewise.
34964         (__libc_calloc): Likewise.
34965
34966 2012-09-05  John Tobey  <john.tobey@gmail.com>
34967
34968         [BZ #13542]
34969         * manual/arith.texi (Operations on Complex): Fix description
34970         of carg branch cut.
34971
34972 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34973
34974         [BZ #10014]
34975         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34976         host name.
34977
34978         [BZ #10038]
34979         * manual/memory.texi (Memory): Make order of menu items match
34980         order of sections.
34981
34982 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34983
34984         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34985         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34986         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34987
34988 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34989
34990         * csu/libc-tls.c (static_dtv): Renamed to ...
34991         (_dl_static_dtv): This.  Make it global.
34992         (_dl_initial_dtv): Removed.
34993         (__libc_setup_tls): Updated.
34994         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34995         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34996         DL_INITIAL_DTV.
34997
34998 2012-09-06  Petr Machata  <pmachata@redhat.com>
34999
35000         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35001         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35002         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35003         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35004
35005 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35006
35007         [BZ #14545]
35008         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35009         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35010         freeing dtv[-1].
35011
35012 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35013
35014         [BZ #14544]
35015         * Makeconfig (link-static-before-libc): Replace $(+prector)
35016         with $(+prectorT).
35017         (link-static-after-libc): Replace $(+postctor) with
35018         $(+postctorT).
35019         (link-bounded): Replace $(+prector)/$(+postctor) with
35020         $(+prectorT)/$(+postctorT).
35021         (+prectorT): New macro.
35022         (+postctorT): Likewise.
35023
35024 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35025
35026         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35027         (round_str): Handle values above the maximum for IBM long double
35028         as inexact.
35029         * stdlib/tst-strtod-round.c (tests): Regenerated.
35030
35031 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35032
35033         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35034         assembler flag.
35035         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35036         zarch_nohighgprs around the zarch optimized routines.
35037         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35038         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35039         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35040         for zarch.
35041
35042 2012-09-05  David S. Miller  <davem@davemloft.net>
35043
35044         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35045
35046         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35047         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35048         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35049         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35050         entries.
35051
35052 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35053
35054         * malloc/arena.c: Fold copyright years.
35055         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35056
35057 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35058
35059         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35060
35061 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35062
35063         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35064
35065 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35066
35067         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35068         change internal state upon failure.
35069
35070 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35071
35072         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35073         * malloc/memusage.c (mmap): Likewise.
35074         (mmap64, mremap): Likewise.  Adjust name in comment.
35075
35076 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35077
35078         * libio/fileops.c: Fix typos in comments.
35079         * libio/oldfileops.c: Likewise.
35080         * libio/wfileops.c: Likewise.
35081
35082 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35083
35084         [BZ #1349]
35085         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35086         (tst-malloc-usable-ENV): Set environment for test case.
35087         * malloc/hooks.c (malloc_check_get_size): New function to get
35088         requested size.
35089         * malloc/malloc.c (musable): Use malloc_check_get_size.
35090         * malloc/tst-malloc-usable.c: New test case.
35091
35092 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35093
35094         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35095
35096 2012-09-05  Allan McRae  <allan@archlinux.org>
35097
35098         [BZ #13966]
35099         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35100         determine header location.
35101         * configure: Regenerated.
35102
35103 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35104
35105         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35106         float format.
35107         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35108         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35109         format.
35110         (test): Regenerate.
35111
35112 2012-09-04  David S. Miller  <davem@davemloft.net>
35113
35114         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35115         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35116         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35117
35118 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35119
35120         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35121         failures.
35122
35123         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35124
35125 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35126
35127         [BZ #9914]
35128         * libio/iogetdelim.c: Include <limits.h>.
35129         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35130         + len + 1 would overflow.
35131
35132 2012-09-03  Andreas Jaeger  <aj@suse.de>
35133
35134         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35135         * sysdeps/i386/fpu/libm-test-ulps: Update.
35136
35137 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35138
35139         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35140         Add s_sinf-sse2, s_conf-sse2.
35141
35142         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35143         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35144         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35145         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35146
35147         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35148         for using routine as __sinf_ia32.
35149         Use macro for function declaration and weak_alias.
35150         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35151         for using routine as __cosf_ia32.
35152         Use macro for function declaration and weak_alias.
35153
35154         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35155         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35156
35157         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35158         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35159         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35160
35161         * math/libm-test.inc (cos_test): Add more test cases.
35162         (sin_test): Likewise.
35163         (sincos_test): Likewise.
35164
35165 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35166
35167         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35168         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35169         hidden.
35170         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35171
35172 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35173
35174         [BZ #14538]
35175         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35176         first element of the GOT.
35177         (elf_machine_load_address): Return the difference between
35178         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35179
35180 2012-09-01  Allan McRae  <allan@archlinux.org>
35181
35182         [BZ #13412]
35183         * configure.in (AWK): Require gawk version 3.0 or later.
35184         * configure: Regenerated.
35185
35186 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35187
35188         * sysdeps/unix/sysv/linux/kernel-features.h
35189         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35190         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35191         [__NR_clock_getres]: Make code unconditional.
35192         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35193         (clock_getcpuclockid): Remove code left unreachable by removal of
35194         conditionals.
35195         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35196         code unconditional.
35197         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35198         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35199         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35200         Make code unconditional.
35201         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35202         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35203         * sysdeps/unix/sysv/linux/clock_settime.c
35204         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35205         conditional code.
35206         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35207         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35208
35209 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35210
35211         [BZ #14476]
35212         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35213         scripts/test-installation.pl.
35214
35215         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35216         and $ld_so_version if it is set.
35217
35218 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35219
35220         [BZ #14516]
35221         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35222         failure if reading from procfs failed.
35223         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35224
35225 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35226
35227         * sysdeps/unix/sysv/linux/kernel-features.h
35228         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35229         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35230         Remove conditional code.
35231         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35232         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35233         Remove conditional code.
35234         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35235         * sysdeps/unix/sysv/linux/i386/fxstat.c
35236         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35237         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35238         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35239         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35240         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35241         * sysdeps/unix/sysv/linux/i386/lxstat.c
35242         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35243         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35244         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35245         Remove conditional code.
35246         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35247         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35248         Remove conditional code.
35249         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35250         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35251         <kernel-features.h>.
35252         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35253         Remove.
35254         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35255         Remove conditional code.
35256         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35257         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35258         Remove conditional.
35259
35260 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35261
35262         [BZ #5400]
35263         * NEWS: Add fixed bug number.
35264
35265 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35266
35267         [BZ #14519]
35268         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35269         underflowing exponent in case of negative sign.
35270         * stdlib/tst-strtod-round-data: Add more tests.
35271         * stdlib/tst-strtod-round.c (tests): Regenerated.
35272
35273         [BZ #3479]
35274         * stdlib/strtod_l.c (NDIG): Remove.
35275         (HEXNDIG): Likewise.
35276         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35277         smallest representable value.
35278         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35279         lie within an exact representation of 1/2 ulp of the result.
35280         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35281         unconditionally.
35282         (TENS_P9_IDX): Define unconditionally.
35283         (TENS_P9_SIZE): Likewise.
35284         (TENS_P10_IDX): Likewise.
35285         (TENS_P10_SIZE): Likewise.
35286         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35287         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35288         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35289         entries for 10^2^13 and 10^2^14.
35290         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35291         (TENS_P13_IDX): Define.
35292         (TENS_P13_SIZE): Likewise.
35293         (TENS_P14_IDX): Likewise.
35294         (TENS_P14_SIZE): Likewise.
35295         (_fpioconst_pow10): Change array size to
35296         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35297         unconditional.
35298         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35299         1024]: Add entries for 10^2^13 and 10^2^14.
35300         [LAST_POW10 > _LAST_POW10]: Remove #error.
35301         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35302         (_fpioconst_pow10): Change array size to
35303         FPIOCONST_POW10_ARRAY_SIZE.
35304         * stdlib/gen-fpioconst.c: New file.
35305         * stdlib/gen-tst-strtod-round.c: Likewise.
35306         * stdlib/tst-strtod-round-data: Likewise.
35307         * stdlib/tst-strtod-round.c: Likewise.
35308         * stdlib/Makefile (tests): Add tst-strtod-round.
35309
35310         [BZ #14459]
35311         * stdlib/strtod_l.c: Include <stdint.h>.
35312         (NDEBUG): Do not define.
35313         (round_and_return): Change EXPONENT parameter to type intmax_t.
35314         Rearrange calculations to avoid internal overflow possibilities.
35315         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35316         Rearrange calculations to avoid internal overflow possibilities.
35317         Assert that number fits inside MPNSIZE limbs.
35318         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35319         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35320         calculations and add assertions to avoid internal overflow
35321         possibilities.  Add casts to avoid signed/unsigned operations.
35322         * stdlib/tst-strtod-overflow.c: New file.
35323         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35324
35325 2012-08-25  Marek Polacek  <polacek@redhat.com>
35326
35327         * time/time.h: Fix some typos in comments.
35328
35329 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35330
35331         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35332         * posix/tst-rfc3484-2.c: Likewise.
35333         * posix/tst-rfc3484-3.c: Likewise.
35334
35335 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35336
35337         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35338         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35339
35340 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35341
35342         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35343         #include of fxstatat64.c.
35344
35345 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35346
35347         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35348         * shadow/getspent_r.c: Likewise.
35349         * shadow/getspnam.c: Likewise.
35350         * shadow/getspnam_r.c: Likewise.
35351         * gshadow/getsgent.c: Likewise.
35352         * gshadow/getsgent_r.c: Likewise.
35353         * gshadow/getsgnam.c: Likewise.
35354         * gshadow/getsgnam_r.c: Likewise.
35355         * inet/getnetbyad.c: Likewise.
35356         * inet/getnetbyad_r.c: Likewise.
35357         * inet/getnetbynm.c: Likewise.
35358         * inet/getnetbynm_r.c: Likewise.
35359         * inet/getnetent.c: Likewise.
35360         * inet/getnetent_r.c: Likewise.
35361         * inet/getproto.c: Likewise.
35362         * inet/getproto_r.c: Likewise.
35363         * inet/getprtent.c: Likewise.
35364         * inet/getprtent_r.c: Likewise.
35365         * inet/getprtname.c: Likewise.
35366         * inet/getprtname_r.c: Likewise.
35367         * inet/getrpcbyname.c: Likewise.
35368         * inet/getrpcbyname_r.c: Likewise.
35369         * inet/getrpcbynumber.c: Likewise.
35370         * inet/getrpcbynumber_r.c: Likewise.
35371         * inet/getrpcent.c: Likewise.
35372         * inet/getrpcent_r.c: Likewise.
35373         * inet/getaliasent.c: Likewise.
35374         * inet/getaliasent_r.c: Likewise.
35375         * inet/getaliasname.c: Likewise.
35376         * inet/getaliasname_r.c: Likewise.
35377         * nscd/getgrgid_r.c: Likewise.
35378         * nscd/getgrnam_r.c: Likewise.
35379         * nscd/gethstbyad_r.c: Likewise.
35380         * nscd/gethstbynm3_r.c: Likewise.
35381         * nscd/getpwnam_r.c: Likewise.
35382         * nscd/getpwuid_r.c: Likewise.
35383         * nscd/getsrvbynm_r.c: Likewise.
35384         * nscd/getsrvbypt_r.c: Likewise.
35385         * nscd/gai.c: Likewise.
35386
35387         * configure.in (build_nscd): New substituted variable, set
35388         by --disable-build-nscd and defaults to $use_nscd.
35389         * configure: Regenerated.
35390         * config.make.in (build-nscd): New substituted variable.
35391         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35392         Change conditional to require [$(build-nscd) = yes] as well.
35393         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35394
35395         [BZ# 13696]
35396         * configure.in (use_nscd): New substituted variable, set by
35397         --disable-nscd.  If enabled, define USE_NSCD.
35398         * configure: Regenerated.
35399         * config.h.in: Add USE_NSCD.
35400         * config.make.in (use-nscd): New substituted variable.
35401         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35402         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35403         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35404         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35405         (CFLAGS-getgrnam_r.c): Likewise.
35406         (CFLAGS-initgroups.c): Likewise.
35407         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35408         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35409         Variables removed.
35410         * inet/getnetgrent_r.c
35411         (nscd_setnetgrent): New function, broken out of ...
35412         (setnetgrent): ... here.  Call it.
35413         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35414         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35415         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35416         * nscd/Makefile (routines, aux): Move definitions after include of
35417         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35418         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35419         Conditionalize on [USE_NSCD].
35420         (is_nscd, nscd_init_cb): Likewise.
35421         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35422         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35423         * nss/nss_db/db-init.c: Likewise.
35424         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35425         [USE_NSCD].
35426         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35427         (make_request): Use it.
35428         (cache_valid_p): New function.
35429         (__check_pf): Use it.
35430         * NEWS: Add item for --disable-nscd.
35431
35432 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35433
35434         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35435         to support sed >= 4.2.1-20-ga9bf076.
35436         * configure: Regenerated.
35437
35438 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35439
35440         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35441         Conditionalize whole body on [IREL].
35442
35443 2012-08-22  Jeff Law <law@redhat.com>
35444
35445         [BZ #14505]
35446         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35447         if the family is PF_UNSPEC.
35448
35449 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35450
35451         * Makerules (lib-version): Rename from V.
35452         (install-lib-nosubdir): Change V to lib-version.
35453
35454 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35455
35456         [BZ #14252]
35457         * powerpc32/power6/wcschr.c: New file.
35458         * powerpc32/power6/wcscpy.c: New file.
35459         * powerpc32/power6/wcsrchr.c: New file.
35460         * powerpc64/power6/wcschr.c: New file.
35461         * powerpc64/power6/wcscpy.c: New file.
35462         * powerpc64/power6/wcsrchr.c: New file.
35463
35464 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35465
35466         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35467         (two_way_short_needle): Use it.
35468         * string/strstr.c (AVAILABLE1_USES_J): Define.
35469         * string/strcasestr.c: Likewise.
35470
35471         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35472         array references.
35473         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35474
35475         [BZ #11607]
35476         * NEWS: Add an entry.
35477         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35478         define their defaults.
35479         (two_way_short_needle): Detect end-of-string on-the-fly.
35480         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35481         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35482         * string/bug-strcasestr1.c: New test.
35483         * string/Makefile: Run it.
35484
35485 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35486
35487         [BZ #11607]
35488         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35489         the first character.
35490
35491 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35492
35493         * csu/elf-init.c (__libc_csu_irel): Function removed.
35494         * csu/libc-start.c (apply_irel): New function.
35495         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35496
35497 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35498
35499         * sysdeps/unix/sysv/linux/kernel-features.h
35500         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35501         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35502         <kernel-features.h>.
35503         [__NR_fadvise64_64]: Make code unconditional.
35504         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35505         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35506         !__NR_fadvise64_64)]: Likewise.
35507         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35508         !__NR_fadvise64_64))]: Likewise.
35509         [__NR_fadvise64]: Make code unconditional.
35510         [!__NR_fadvise64]: Remove conditional code.
35511         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35512         <kernel-features.h>.
35513         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35514         unconditional.
35515         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35516         conditional code.
35517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35518         not include <kernel-features.h>.
35519         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35520         unconditional.
35521         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35522         conditional code.
35523         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35524         include <kernel-features.h>.
35525         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35526         unconditional.
35527         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35528         conditional code.
35529
35530 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35531
35532         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35533         slight instruction rearrangements per scrollpipe analysis.
35534         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35535
35536 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35537
35538         * manual/syslog.texi (syslog; vsyslog, closelog):
35539         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35540         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35541
35542         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35543         DSOCAPS to match condition on defining it.
35544
35545 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35546
35547         * sysdeps/unix/sysv/linux/kernel-features.h
35548         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35550         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35551         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35553         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35554         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35556         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35557         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35558
35559         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35560         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35561
35562         * sysdeps/unix/sysv/linux/kernel-features.h
35563         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35564         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35565         unconditional.
35566         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35567         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35568         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35569         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35570         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35571         Make code unconditional.
35572         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35573         (__mmap64) [!__NR_mmap2]: Likewise.
35574         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35575         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35576         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35577         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35578         [__NR_mmap2]: Make code unconditional.
35579         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35580         (__mmap64) [!__NR_mmap2]: Likewise.
35581
35582 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35583
35584         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35585
35586 2012-08-18  Andreas Jaeger  <aj@suse.de>
35587
35588         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35589
35590 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35591
35592         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35593         * include/unistd.h (__have_sock_cloexec): Likewise.
35594         (__have_pipe2): Likewise.
35595         (__have_dup3): Likewise.
35596
35597 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35598
35599         [BZ #9685]
35600         * include/unistd.h (__have_pipe2): Change define into an extern int.
35601         (__have_dup3): Likewise.
35602         * socket/have_sock_cloexec.c: Include fcntl.h.
35603         (__have_pipe2): New variable.
35604         (__have_dup3): Likewise.
35605
35606 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35607
35608         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35609
35610 2012-08-17  Marek Polacek  <polacek@redhat.com>
35611
35612         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35613         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35614
35615 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35616
35617         * configure.in: Add AC_SUBST for sysheaders.
35618         * configure: Regenerated.
35619         * config.make.in (sysheaders): New substituted variable.
35620
35621         * sysdeps/unix/mkfifo.c: Moved ...
35622         * sysdeps/posix/mkfifo.c: ... here.
35623         * sysdeps/unix/mkfifoat.c: Moved ...
35624         * sysdeps/posix/mkfifoat.c: ... here.
35625
35626         * sysdeps/unix/utime.c: Moved ...
35627         * sysdeps/posix/utime.c: ... here.
35628
35629         * sysdeps/unix/time.c: Moved ...
35630         * sysdeps/posix/time.c: ... here.
35631         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35632         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35633
35634         * sysdeps/unix/nice.c: Moved ...
35635         * sysdeps/posix/nice.c: ... here.
35636
35637         * sysdeps/unix/alarm.c: Moved ...
35638         * sysdeps/posix/alarm.c: ... here.
35639
35640         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35641
35642 2012-08-17  Jeff Law <law@redhat.com>
35643
35644         * intl/Makefile (codeset_mo): New variable.
35645         ($(codeset_mo)): New target.
35646         (tst-codeset.out): Depend on that.  Remove explicit rule.
35647         (tst-gettext3.out, tst-gettext5.out): Likewise.
35648         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35649         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35650         * intl/tst-codeset.sh: Remove.
35651         * intl/tst-gettext3.sh: Likewise.
35652         * intl/tst-gettext5.sh: Likewise.
35653
35654 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35655
35656         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35657         * sysdeps/unix/syscalls.list: ... here.
35658
35659         * sysdeps/posix/getaddrinfo.c
35660         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35661         (gaiconf_init, gaiconf_reload): Use them.
35662         [!_STATBUF_ST_NSEC]
35663         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35664         Define using time_t rather than struct timespec.
35665
35666         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35667         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35668         Macros removed.
35669         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35670         [!NO_THREADS].
35671         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35672         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35673         Likewise.
35674
35675         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35676         __libc_cleanup_push argument.
35677
35678         * bits/param.h: New file.
35679         * misc/sys/param.h: New file.
35680         * include/sys/param.h: New file.
35681         * misc/Makefile (headers): Add bits/param.h.
35682         * sysdeps/generic/sys/param.h: File removed.
35683         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35684         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35685         * sysdeps/mach/hurd/bits/param.h: New file.
35686         * sysdeps/mach/hurd/sys/param.h: File removed.
35687
35688         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35689         last change.
35690
35691         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35692         [_IO_MTSAFE_IO].
35693         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35694         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35695         New macros.
35696
35697         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35698         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35699         rather than -D_IO_MTSAFE_IO conditionally.
35700         * stdio-common/Makefile (CPPFLAGS): Likewise.
35701         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35702         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35703         Use $(libio-mtsafe).
35704         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35705         of -D_IO_MTSAFE_IO.
35706         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35707         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35708         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35709         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35710         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35711         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35712         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35713         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35714         (CFLAGS-fread_u_chk.c): Likewise.
35715         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35716         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35717         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35718         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35719         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35720         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35721         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35722         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35723         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35724
35725         * libio/Makefile: Test [$(libc-reentrant) = yes]
35726         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35727
35728         * Makeconfig
35729         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35730         * sysdeps/pthread/configure: File removed.
35731         * sysdeps/pthread/Makeconfig: New file.
35732         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35733         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35734
35735 2012-08-16  Gary Benson  <gbenson@redhat.com>
35736
35737         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35738         unmapping the first object in a namespace.
35739
35740 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35741
35742         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35743         (__internal_setnetgrent): ... this.  Add internal_function to
35744         definition.  Add libc_hidden_def.
35745         (setnetgrent): Update caller.
35746         (internal_endnetgrent): Renamed to ...
35747         (__internal_endnetgrent): ... this.  Add internal_function to
35748         definition.  Add libc_hidden_def.
35749         (endnetgrent): Update caller.
35750         (internal_getnetgrent_r): Renamed to ...
35751         (__internal_getnetgrent_r): ... this.  Add internal_function to
35752         definition.  Add libc_hidden_def.
35753         (__getnetgrent_r): Update caller.
35754         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35755
35756 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35757
35758         * stdlib/longlong.h: Update from GCC.
35759
35760 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35761
35762         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35763         on _QL, which is set by umul_ppmm but never used.
35764         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35765         variables, which are set by GMP macros but never used.
35766         * stdio-common/_itowa.c (_itowa): Likewise.
35767         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35768         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35769
35770 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35771
35772         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35773         struct La_sh_regs is not constant.
35774         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35775         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35776         and struct La_sparc64_regs are not constant.
35777
35778 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35779
35780         * sysdeps/unix/sysv/linux/kernel-features.h
35781         (__ASSUME_POSIX_TIMERS): Remove.
35782         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35783         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35784         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35785         Make code unconditional.
35786         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35787         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35788         Make code unconditional.
35789         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35790         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35791         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35792         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35793         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35794         Make code unconditional.
35795         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35796         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35797         (__libc_missing_posix_timers): Remove.
35798
35799 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35800
35801         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35802         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35803
35804         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35805
35806         * elf/dl-sym.c: Include <stdlib.h>.
35807
35808         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35809         constants, which avoids warnings in 32-bit builds.
35810
35811         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35812         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35813
35814         * misc/lseek.c: File moved to ...
35815         * io/lseek.c: ... here.
35816
35817         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35818
35819         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35820         shifting LEN more than 31 bits at once.
35821
35822 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35823
35824         [BZ #14195]
35825         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35826         segmentation fault for a case of two empty input strings.
35827         * string/test-strncasecmp.c (check1): Renamed to...
35828         (bz12205): ...this.
35829         (bz14195): Add new testcase for two empty input strings and N > 0.
35830         (test_main): Call new testcase, adapt for renamed function.
35831
35832 2012-08-15  Andreas Jaeger  <aj@suse.de>
35833
35834         [BZ #14090]
35835         * crypt/md5test2.c: New test, based on test supplied by Serge
35836         Belyshev <belyshev@depni.sinp.msu.ru>.
35837         * crypt/Makefile (xtests): Add md5test-giant..
35838         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35839
35840 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35841
35842         [BZ #14090]
35843         * crypt/md5.c (md5_process_block): Don't assume the buffer
35844         length is less than 2**32.
35845         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35846         length is less than 2**64.
35847
35848 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35849
35850         * string/str-two-way.h: Include <sys/param.h>.
35851         (MAX): Macro removed.
35852
35853         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35854         Move #define and #undef of memmove to just before and after
35855         including <string.h>.
35856
35857         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35858         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35859         and after including <string.h>.  Move declarations of
35860         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35861         to before #include "string/memmove.c".
35862
35863         * include/dirent.h: Declare __getdirentries.
35864
35865         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35866         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35867
35868 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35869
35870         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35871         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35872         * sysdeps/i386/configure: Regenerated.
35873         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35874         STABS_CURRENT_FILE, and STABS_FUN.
35875         (END): Remove call to STABS_FUN_END.
35876         (STABS_CURRENT_FILE1): Delete.
35877         (STABS_CURRENT_FILE): Likewise.
35878         (STABS_FUN): Likewise.
35879         (STABS_FUN_END): Likewise.
35880         (STABS_FUN2): Likewise.
35881         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35882         * sysdeps/x86_64/configure: Regenerated.
35883
35884 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35885
35886         * elf/dl-open.c: Include <atomic.h>.
35887         * elf/dl-lookup.c: Likewise.
35888
35889 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35890
35891         * sysdeps/unix/sysv/linux/kernel-features.h
35892         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35893         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35894         unconditionally.
35895         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35896         unconditionally.
35897         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35898         condition on __ASSUME_CLONE_THREAD_FLAGS.
35899
35900 2012-08-14  Andreas Jaeger  <aj@suse.de>
35901
35902         * sysdeps/i386/fpu/libm-test-ulps: Update.
35903
35904 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35905
35906         * include/atomic.h (atomic_exchange_and_add): Split into ...
35907         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35908         New atomic macros.
35909
35910 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35911
35912         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35913
35914 2012-08-13  Jeff Law <law@redhat.com>
35915
35916         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35917         null byte in the output string.
35918
35919 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35920
35921         * sysdeps/unix/sysv/linux/kernel-features.h
35922         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35923         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35924         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35925         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35926         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35927         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35928         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35929
35930 2012-08-09  Jeff Law <law@redhat.com>
35931
35932         [BZ #13939]
35933         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35934         When avoid_arena is set, don't retry in the that arena.  Pick the
35935         next one, whatever it might be.
35936         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35937         (arena_lock): Pass in new parameter to arena_get2.
35938         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35939         arena_get2.
35940         (__libc_malloc): Unify retrying after main arena failure with
35941         __libc_memalign version.
35942         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35943
35944 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35945
35946         [BZ #14166]
35947         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35948         to __redirect_strstr.
35949         (__strstr_sse42): Use typeof __redirect_strstr.
35950         (__strstr_ia32): Likewise.
35951         (__libc_strstr): New prototype.
35952         (strstr): Renamed to ...
35953         (__libc_strstr): This.
35954         (strstr): New strong alias of __libc_strstr.
35955         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35956         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35957         __redirect_time.
35958         Include <time.h>.
35959         (__libc_time): New prototype.
35960         (time_ifunc): Replace time with __libc_time.
35961         (time): New strong alias and hidden definition of __libc_time.
35962         (__GI_time): Remove strong alias.
35963         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35964         Include <stddef.h>.
35965         (memmove): Redefined to __redirect_memmove.
35966         (__memmove_sse2): Use typeof __redirect_memmove.
35967         (__memmove_ssse3): Likewise.
35968         (__memmove_ssse3_back): Likewise.
35969         (__libc_memmove): New prototype.
35970         (memmove): Renamed to ...
35971         (__libc_memmove): This.
35972         (memmove): New strong alias of __libc_memmove.
35973
35974 2012-08-08  Mark Salter  <msalter@redhat.com>
35975
35976         * elf/elf.h
35977         (R_MN10300_TLS_GD): Define.
35978         (R_MN10300_TLS_LD): Likewise.
35979         (R_MN10300_TLS_LDO): Likewise.
35980         (R_MN10300_TLS_GOTIE): Likewise.
35981         (R_MN10300_TLS_IE): Likewise.
35982         (R_MN10300_TLS_LE): Likewise.
35983         (R_MN10300_TLS_DTPMOD): Likewise.
35984         (R_MN10300_TLS_DTPOFF): Likewise.
35985         (R_MN10300_TLS_TPOFF): Likewise.
35986         (R_MN10300_SYM_DIFF): Likewise.
35987         (R_MN10300_ALIGN): Likewise.
35988         (R_MN10300_NUM): Update.
35989
35990 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35991
35992         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35993         Remove.
35994
35995 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35996
35997         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35998
35999         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36000         sysdeps/unix -> sysdeps/posix move.
36001         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36002
36003 2012-08-07      Allan McRae     <allan@archlinux.org>
36004
36005         [BZ #14303]
36006         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36007         (SUNOS_CPP): Likewise.
36008         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36009         not found.
36010         (open_input): Call CPP using execvp.
36011
36012 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36013
36014         * sysdeps/unix/sysv/linux/kernel-features.h
36015         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36016         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36017         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36018         (__ASSUME_WAITID_SYSCALL): Likewise.
36019         * sysdeps/unix/sysv/linux/dl-execstack.c
36020         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36021         code unconditional.
36022         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36023         conditional code.
36024         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36025         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36026         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36027         code.
36028         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36029         unconditional.
36030         [__ASSUME_WAITID_SYSCALL]: Likewise.
36031         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36032
36033 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36034
36035         * sysdeps/unix/closedir.c: Renamed to ...
36036         * sysdeps/posix/closedir.c: ... here.
36037         * sysdeps/unix/dirfd.c: Renamed to ...
36038         * sysdeps/posix/dirfd.c: ... here.
36039         * sysdeps/unix/dirstream.h: Renamed to ...
36040         * sysdeps/posix/dirstream.h: ... here.
36041         * sysdeps/unix/fdopendir.c: Renamed to ...
36042         * sysdeps/posix/fdopendir.c: ... here.
36043         * sysdeps/unix/opendir.c: Renamed to ...
36044         * sysdeps/posix/opendir.c: ... here.
36045         * sysdeps/unix/readdir.c: Renamed to ...
36046         * sysdeps/posix/readdir.c: ... here.
36047         * sysdeps/unix/readdir_r.c: Renamed to ...
36048         * sysdeps/posix/readdir_r.c: ... here.
36049         * sysdeps/unix/rewinddir.c: Renamed to ...
36050         * sysdeps/posix/rewinddir.c: ... here.
36051         * sysdeps/unix/seekdir.c: Renamed to ...
36052         * sysdeps/posix/seekdir.c: ... here.
36053         * sysdeps/unix/telldir.c: Renamed to ...
36054         * sysdeps/posix/telldir.c: ... here.
36055         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36056         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36057         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36058         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36059
36060         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36061         * bits/fcntl.h: ... here.
36062
36063         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36064         not 0.
36065         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36066         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36067         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36068         (struct flock): Move l_start, l_len to the beginning.
36069         Use __pid_t for l_pid.
36070         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36071         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36072         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36073         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36074         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36075         [__USE_LARGEFILE64] (struct flock64): New type.
36076         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36077
36078         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36079         * bits/dirent.h: ... here.
36080
36081         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36082         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36083
36084 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36085
36086         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36087         Change from 2.6.0 to 2.6.16.
36088         * sysdeps/unix/sysv/linux/configure: Regenerated.
36089         * sysdeps/unix/sysv/linux/kernel-features.h
36090         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36091         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36092         version.
36093         (__ASSUME_UTIMES): Likewise.
36094         (__ASSUME_CLONE_STOPPED): Remove.
36095         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36096         architectures, not kernel version.
36097         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36098         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36099         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36100         (__ASSUME_WAITID_SYSCALL): Likewise.
36101         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36102         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36103         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36104         refer to older versions.
36105
36106 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36107
36108         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36109         Define alphasort64 as an alias.
36110         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36111         Define versionsort64 as an alias.
36112         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36113         Define scandir64 as an alias.
36114         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36115         Define scandirat64 as an alias.
36116         * dirent/alphasort64.c (alphasort64):
36117         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36118         * dirent/versionsort64.c: Likewise.
36119         * dirent/scandir64.c: Likewise.
36120         * dirent/scandirat64.c: Likewise.
36121         * sysdeps/wordsize-64/alphasort.c: File removed.
36122         * sysdeps/wordsize-64/alphasort64.c: File removed.
36123         * sysdeps/wordsize-64/scandir.c: File removed.
36124         * sysdeps/wordsize-64/scandir64.c: File removed.
36125         * sysdeps/wordsize-64/scandirat.c: File removed.
36126         * sysdeps/wordsize-64/scandirat64.c: File removed.
36127         * sysdeps/wordsize-64/versionsort.c: File removed.
36128         * sysdeps/wordsize-64/versionsort64.c: File removed.
36129         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36130         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36131         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36132         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36133         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36134         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36135         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36136         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36137
36138         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36139         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36140         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36141         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36142         [defined __arch64__ || defined __sparcv9]
36143         (__INO_T_MATCHES_INO64_T): New macro.
36144         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36145         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36146         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36147         * sysdeps/unix/sysv/linux/bits/dirent.h
36148         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36149         (_DIRENT_MATCHES_DIRENT64): New macro.
36150
36151         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36152         Define lockf64 as an alias.
36153         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36154         Define fseeko64 as an alias.
36155         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36156         Define ftello64 as an alias.
36157         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36158         Define _IO_fgetpos64 and fgetpos64 as aliases.
36159         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36160         Define _IO_fsetpos64 and fsetpos64 as aliases.
36161         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36162         Conditionalize body on this.
36163         * libio/fseeko64.c: Likewise.
36164         * libio/ftello64.c: Likewise.
36165         * libio/iofgetpos64.c: Likewise.
36166         * libio/iofsetpos64.c: Likewise.
36167         * sysdeps/wordsize-64/lockf.c: File removed.
36168         * sysdeps/wordsize-64/lockf64.c: File removed.
36169         * sysdeps/wordsize-64/fseeko.c: File removed.
36170         * sysdeps/wordsize-64/fseeko64.c: File removed.
36171         * sysdeps/wordsize-64/ftello.c: File removed.
36172         * sysdeps/wordsize-64/ftello64.c: File removed.
36173         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36174         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36175         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36176         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36177         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36178         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36179         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36180         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36181         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36182         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36183         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36184         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36185         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36186         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36187
36188         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36189         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36190         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36191         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36192         [defined __arch64__ || defined __sparcv9]
36193         (__OFF_T_MATCHES_OFF64_T): New macro.
36194         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36195         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36196         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36197         (__OFF_T_MATCHES_OFF64_T): New macro.
36198
36199 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36200
36201         * stdlib/secure-getenv.c (__secure_getenv): Replace
36202         GLIBC_2_16 with GLIBC_2_17.
36203
36204 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36205
36206         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36207         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36208
36209 2012-08-03  David S. Miller  <davem@davemloft.net>
36210
36211         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36212
36213 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36214
36215         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36216         Remove.
36217         (__ASSUME_CORRECT_SI_PID): Likewise.
36218         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36219         (__ASSUME_TMPFS_NAME): Likewise.
36220         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36221         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36222         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36223         (HAVE_AUX_SECURE): Make definition unconditional.
36224         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36225         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36226
36227 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36228
36229         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36230         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36231         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36232         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36233         __eloop_threshold instead of SYMLOOP_MAX.
36234
36235         * sysdeps/generic/eloop-threshold.h: New file.
36236         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36237         of MAXSYMLINKS.
36238         * elf/chroot_canon.c (chroot_canon): Likewise.
36239
36240 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36241
36242         [BZ #13717]
36243         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36244         Change to 2.6.0 everywhere.
36245         * sysdeps/unix/sysv/linux/configure: Regenerated.
36246         * sysdeps/unix/sysv/linux/kernel-features.h
36247         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36248         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36249         kernel versions.
36250         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36251         (__ASSUME_FUTEX_REQUEUE): Remove.
36252         (__ASSUME_STATFS64): Define unconditionally.
36253         (__ASSUME_AT_SECURE): Likewise.
36254         (__ASSUME_CORRECT_SI_PID): Likewise.
36255         (__ASSUME_TGKILL): Define without depending on kernel version for
36256         i386.
36257         (__ASSUME_UTIMES): Likewise.
36258         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36259         kernel version.
36260         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36261         (__ASSUME_TMPFS_NAME): Likewise.
36262         * README: Update reference to Linux kernel versions.
36263
36264 2012-08-02  Marek Polacek  <polacek@redhat.com>
36265
36266         [BZ# 14150]
36267         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36268         libc_cv_asm_type_prefix with %.
36269         * configure: Regenerated.
36270         * include/libc-symbols.h: Remove comment about
36271         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36272         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36273         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36274         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36275         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36276         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36277         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36278         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36279         * elf/tst-unique2mod1.c: Likewise.
36280         * elf/tst-unique1mod2.c: Likewise.
36281         * elf/tst-unique1mod1.c: Likewise.
36282         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36283         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36284         Replace ASM_TYPE_DIRECTIVE with .type.
36285         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36286         * sysdeps/i386/sysdep.h: Likewise.
36287         * sysdeps/x86_64/sysdep.h: Likewise.
36288         * sysdeps/sh/sysdep.h: Likewise.
36289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36290         Do not define ASM_TYPE_DIRECTIVE.
36291         * sysdeps/powerpc/sysdep.h: Likewise.
36292         * sysdeps/powerpc/powerpc32/sysdep.h:
36293         Replace ASM_TYPE_DIRECTIVE with .type.
36294         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36295         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36296         * sysdeps/i386/fpu/e_powf.S: Likewise.
36297         * sysdeps/i386/fpu/e_expl.S: Likewise.
36298         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36299         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36300         * sysdeps/i386/fpu/e_pow.S: Likewise.
36301         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36302         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36303         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36304         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36305         * sysdeps/i386/fpu/e_log2.S: Likewise.
36306         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36307         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36308         * sysdeps/i386/fpu/e_powl.S: Likewise.
36309         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36310         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36311         * sysdeps/i386/fpu/e_logl.S: Likewise.
36312         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36313         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36314         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36315         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36316         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36317         * sysdeps/i386/fpu/e_log.S: Likewise.
36318         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36319         * sysdeps/i386/fpu/e_logf.S: Likewise.
36320         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36321         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36322         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36323         * sysdeps/i386/fpu/e_log10.S: Likewise.
36324         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36325         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36326         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36327         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36328         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36329         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36330         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36331         * sysdeps/i386/i686/strtok.S: Likewise.
36332         * sysdeps/i386/i386-mcount.S: Likewise.
36333         * sysdeps/i386/strtok.S: Likewise.
36334         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36335         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36336         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36337         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36338         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36339         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36340         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36341         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36342         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36343         * sysdeps/x86_64/_mcount.S: Likewise.
36344         * sysdeps/x86_64/strtok.S: Likewise.
36345         * sysdeps/sh/_mcount.S: Likewise.
36346
36347 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36348
36349         * libio/iofopen.c: Include <fcntl.h>.
36350         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36351         (_IO_fopen64, fopen64): Define as aliases.
36352         * libio/iofopen64.c: Include <fcntl.h>.
36353         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36354         Conditionalize body on this.
36355         * sysdeps/wordsize-64/iofopen.c: File removed.
36356         * sysdeps/wordsize-64/iofopen64.c: File removed.
36357
36358 2012-08-01  Marek Polacek  <polacek@redhat.com>
36359
36360         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36361         Use dlfcn directly instead of a variable.
36362         (binfmt-subdir): Do not define.
36363         (dlfcn): Likewise.
36364
36365 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36366
36367         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36368         Remove all definitions.
36369         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36370         <kernel-features.h>.
36371         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36372         (miss_F_GETOWN_EX): Remove all definitions.
36373         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36374         macro definition.
36375         [!__ASSUME_FCNTL64]: Remove conditional code.
36376         [__ASSUME_FCNTL64]: Make code unconditional.
36377         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36378         <kernel-features.h>.
36379         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36380         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36381         (lockf64) [__NR_fcntl64]: Make code unconditional.
36382         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36383
36384         * sysdeps/unix/sysv/linux/kernel-features.h
36385         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36386         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36387         Make code unconditional.
36388         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36389         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36391         [__NR_vfork]: Make code unconditional.
36392         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36393         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36395         [__NR_vfork]: Make code unconditional.
36396         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36397         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36398
36399 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36400
36401         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36402         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36403
36404         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36405         Define mkstemp64 as an alias.
36406         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36407         Define mkstemps64 as an alias.
36408         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36409         Define mkostemp64 as an alias.
36410         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36411         Define mkostemps64 as an alias.
36412         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36413         Conditionalize body on this.
36414         * misc/mkostemp64.c: Likewise.
36415         * misc/mkostemps64.c: Likewise.
36416         * misc/mkstemps64.c: Likewise.
36417         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36418         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36419         * sysdeps/wordsize-64/mkostemp.c: File removed.
36420         * sysdeps/wordsize-64/mkstemp.c: File removed.
36421         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36422         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36423         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36424         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36425
36426         [BZ #14138]
36427         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36428         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36429         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36430         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36431
36432         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36433         compat_symbol macros from <shlib-compat.h> rather than the underlying
36434         default_symbol_version and symbol_version macros, so that DEFAULT
36435         lines in shlib-versions are respected.
36436         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36437
36438 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36439
36440         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36441         Declare with warn_unused_result.
36442         (setgid, setregid, setegid, setresgid): Likewise.
36443         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36444         Likewise.
36445         * WUR-REPORT: Remove set*id functions.
36446
36447 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36448
36449         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36450
36451 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36452
36453         [BZ #10191]
36454         * include/sys/socket.h (__libc_accept, __libc_accept4):
36455         Add attribute_hidden.
36456         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36457
36458         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36459         use of PTR_MANGLE.
36460         * inet/getnetgrent_r.c (setup): Likewise.
36461
36462         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36463
36464 2012-07-31  David S. Miller  <davem@davemloft.net>
36465
36466         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36467
36468 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36469
36470         [BZ #13629]
36471         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36472         value between 1.0 and 2.0 and smaller part has absolute value less
36473         than 1.0.
36474         * math/s_clog10.c (__clog10): Likewise.
36475         * math/s_clog10f.c (__clog10f): Likewise.
36476         * math/s_clog10l.c (__clog10l): Likewise.
36477         * math/s_clogf.c (__clogf): Likewise.
36478         * math/s_clogl.c (__clogl): Likewise.
36479         * math/libm-test.inc (clog_test): Add more tests.
36480         (clog10_test): Likewise.
36481         * sysdeps/i386/fpu/libm-test-ulps: Update.
36482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36483
36484 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36485
36486         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36487         Exit with zero in case no suitable GID is found, and write a
36488         message to standard error.
36489
36490 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36491
36492         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36493         rather than to 1.
36494         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36495         (MAXPATHLEN): Removed.
36496         (NOGROUP, NODEV): New macros.
36497         (setbit, clrbit, isset, isclr): New macros.
36498         (howmany, roundup, powerof2): New macros.
36499         (DEV_BSIZE): New macro.
36500
36501         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36502         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36503
36504         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36505         definition on [!__NO_LONG_DOUBLE_MATH].
36506
36507         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36508         PTR_MANGLE and PTR_DEMANGLE.
36509
36510         * socket/accept4.c (accept4): Rename to __libc_accept4.
36511         Define accept4 as a weak alias.
36512
36513         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36514         on [_DIRENT_HAVE_D_TYPE].
36515         * io/ftw.c (ftw_dir): Likewise.
36516
36517         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36518
36519         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36520
36521         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36522         Use the BSD numbers rather than the arbitrary ones we had.
36523         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36524         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36525         (SIGXCPU, SIGXFSZ): New macros.
36526         (_NSIG): Now 32.
36527
36528         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36529         initializer on [_LIBC_REENTRANT].
36530
36531         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36532         definitions inside [_POSIX_MAPPED_FILES].
36533
36534         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36535
36536         * dirent/opendir.c: Include <fcntl.h>.
36537
36538         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36539         (__libc_getspecific): Likewise.
36540         (__libc_key_create): Likewise.
36541
36542         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36543         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36544         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36545         (tmpfile64): Define as alias.
36546         * sysdeps/wordsize-64/tmpfile.c: File removed.
36547         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36548         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36549         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36550
36551         * stdio-common/vfscanf.c: Include <stdbool.h>.
36552         * nss/makedb.c: Likewise.
36553         * stdio-common/_i18n_number.h: Likewise.
36554         * argp/argp-help.c: Likewise.
36555         * posix/wordexp.c: Likewise.
36556         * sysdeps/posix/spawni.c: Likewise.
36557         * nss/nss_files/files-initgroups.c: Likewise.
36558         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36559         * nss/nss_files/files-initgroups.c: Likewise.
36560         * nss/nss_db/db-netgrp.c: Likewise.
36561         * nss/nss_db/db-initgroups.c: Likewise.
36562         * io/fchmodat.c: Include <sys/stat.h>.
36563
36564         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36565         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36566
36567         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36568         [HAVE_MMAP].
36569
36570         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36571         Add multiple inclusion protection.
36572
36573 2012-07-27  David S. Miller  <davem@davemloft.net>
36574
36575         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36576
36577 2012-07-27  Gary Benson  <gbenson@redhat.com>
36578
36579         [BZ #14298]
36580         * elf/rtld.c: Include <stap-probe.h>.
36581         (dl_main): Added static probes "init_start" and "init_complete".
36582         * elf/dl-load.c: Include <stap-probe.h>.
36583         (lose): Take new parameter "nsid".
36584         Added static probe "map_failed".
36585         (_dl_map_object_from_fd): Pass namespace id to lose.
36586         Added static probe "map_start".
36587         (open_verify): Pass namespace id to lose.
36588         * elf/dl-open.c: Include <stap-probe.h>.
36589         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36590         and "reloc_complete".
36591         * elf/dl-close.c: Include <stap-probe.h>.
36592         (_dl_close_worker): Added static probes "unmap_start" and
36593         "unmap_complete".
36594         * elf/rtld-debugger-interface.txt: New file documenting the above.
36595
36596 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36597
36598         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36599         rather than a string variable.
36600         * sunrpc/rpc_main.c (h_output): Likewise.
36601         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36602
36603 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36604
36605         * inet/check_native.c: New file.
36606
36607 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36608
36609         [BZ #13629]
36610         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36611         if larger part has absolute value 1.0.
36612         * math/s_clog10.c (__clog10): Likewise.
36613         * math/s_clog10f.c (__clog10f): Likewise.
36614         * math/s_clog10l.c (__clog10l): Likewise.
36615         * math/s_clogf.c (__clogf): Likewise.
36616         * math/s_clogl.c (__clogl): Likewise.
36617         * math/libm-test.inc (clog_test): Add more tests.
36618         (clog10_test): Likewise.
36619         * sysdeps/i386/fpu/libm-test-ulps: Update.
36620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36621
36622         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36623         (pltexit): Likewise.
36624         (La_regs): Likewise.
36625         (La_retval): Likewise.
36626         (int_retval): Likewise.
36627         Update #error for removed macros to refer only to definitions in
36628         tst-audit.h.
36629         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36630         macro.
36631         (pltexit): Likewise.
36632         (La_regs): Likewise.
36633         (La_retval): Likewise.
36634         (int_retval): Likewise.
36635         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36636         macro.
36637         (pltexit): Likewise.
36638         (La_regs): Likewise.
36639         (La_retval): Likewise.
36640         (int_retval): Likewise.
36641         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36642         macro.
36643         (pltexit): Likewise.
36644         (La_regs): Likewise.
36645         (La_retval): Likewise.
36646         (int_retval): Likewise.
36647         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36648         macro.
36649         (pltexit): Likewise.
36650         (La_regs): Likewise.
36651         (La_retval): Likewise.
36652         (int_retval): Likewise.
36653         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36654         macro.
36655         (pltexit): Likewise.
36656         (La_regs): Likewise.
36657         (La_retval): Likewise.
36658         (int_retval): Likewise.
36659         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36660         macro.
36661         (pltexit): Likewise.
36662         (La_regs): Likewise.
36663         (La_retval): Likewise.
36664         (int_retval): Likewise.
36665         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36666         macro definitions in tst-audit.h.
36667         * sysdeps/i386/tst-audit.h: New file.
36668         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36669         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36670         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36671         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36672         * sysdeps/sh/tst-audit.h: Likewise.
36673         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36674         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36675         * sysdeps/x86_64/tst-audit.h: Likewise.
36676
36677 2012-07-26  Andreas Jaeger  <aj@suse.de>
36678
36679         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36680         ptrace.
36681
36682         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36683         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36684         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36685         PTRACE_O_MASK.
36686         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36687         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36688         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36689
36690         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36691         value.
36692
36693         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36694         _sigsys.
36695         (si_call_addr, si_syscall, si_arch): Define new macro.
36696         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36697         _sigsys.
36698         (si_call_addr, si_syscall, si_arch): Define new marcro.
36699         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36700         _sigsys.
36701         (si_call_addr, si_syscall, si_arch): Define new macro.
36702         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36703         _sigsys.
36704         (si_call_addr, si_syscall, si_arch): Define new macro.
36705
36706 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36707
36708         [BZ #13717]
36709         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36710         Change to 2.4.21 where previously 2.4.1.
36711         * sysdeps/unix/sysv/linux/configure: Regenerated.
36712         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36713         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36714         Linux kernel version.
36715         (__ASSUME_STD_AUXV): Remove.
36716         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36717         kernel version.
36718         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36719         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36720         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36721         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36722         (__ASSUME_NETLINK_SUPPORT): Likewise.
36723         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36724         (__no_netlink_support): Remove conditional definition.
36725         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36726         Remove.
36727         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36728         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36729         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36730         (if_nameindex_ioctl): Remove.
36731         (if_nameindex_netlink): Do not handle __no_netlink_support.
36732         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36733         code.
36734         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36735         Remove conditional code.
36736         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36737         code.
36738         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36739         unconditional.
36740         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36741         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36742         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36743         Remove.
36744         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36745         [!__ASSUME_STD_AUXV]: Remove conditional code.
36746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36747         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36748         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36750         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36751         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36752         code.
36753         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36755         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36756         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36757         conditional code.
36758         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36760         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36761         code.
36762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36763         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36764         conditional code.
36765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36766         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36767         code unconditional.
36768         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36769         conditional code.
36770         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36771         unconditional.
36772         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36773         conditional code.
36774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36775         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36776         unconditional.
36777         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36778         conditional code.
36779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36780         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36781         code unconditional.
36782         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36783         conditional code.
36784         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36785         unconditional.
36786         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36787         conditional code.
36788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36789         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36790         code unconditional.
36791         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36792         conditional code.
36793         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36794         unconditional.
36795         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36796         conditional code.
36797
36798 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36799
36800         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36801         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36802         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36803         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36804         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36805         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36806         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36807         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36808         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36809         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36810         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36811         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36812         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36813         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36814         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36815         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36816         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36817         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36818         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36819         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36820         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36821         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36822         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36823
36824 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36825
36826         * Versions.def: Add GLIBC_2.17.
36827         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36828         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36829         Introduce __libc_secure_getenv.
36830         * stdlib/Versions (2.17): Add secure_getenv
36831         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36832         * stdlib/secure-getenv.c: Rename __secure_getenv to
36833         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36834         symbol __secure_getenv for GLIBC_2.0.
36835         * stdlib/tst-secure-getenv.c: New.
36836         * stdlib/Makefile (tests): Add testcase.
36837         * manual/startup.texi (Environment Access): Document
36838         secure_getenv.
36839         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36840         __libc_secure_getenv.
36841         * inet/ruserpass.c (ruserpass): Likewise.
36842         * malloc/mtrace.c (mtrace): Likewise.
36843         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36844         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36845         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36846         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36847         HAVE_SECURE_GETENV.
36848         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36849         __secure_getenv to __libc_secure_getenv.
36850         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36852         Likewise.
36853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36854         Likewise.
36855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36856         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36857         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36858         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36859         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36860         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36861         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36862
36863 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36864
36865         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36866         (struct La_i86_retval): Likewise.
36867         (struct La_x86_64_regs): Likewise.
36868         (struct La_x86_64_retval): Likewise.
36869         (struct La_x32_regs): Likewise.
36870         (struct La_x32_retval): Likewise.
36871         (struct La_ppc32_regs): Likewise.
36872         (struct La_ppc32_retval): Likewise.
36873         (struct La_ppc64_regs): Likewise.
36874         (struct La_ppc64_retval): Likewise.
36875         (struct La_sh_regs): Likewise.
36876         (struct La_sh_retval): Likewise.
36877         (struct La_s390_32_regs): Likewise.
36878         (struct La_s390_32_retval): Likewise.
36879         (struct La_s390_64_regs): Likewise.
36880         (struct La_s390_64_retval): Likewise.
36881         (struct La_sparc32_regs): Likewise.
36882         (struct La_sparc32_retval): Likewise.
36883         (struct La_sparc64_regs): Likewise.
36884         (struct La_sparc64_retval): Likewise.
36885         (struct audit_ifaces): Remove architecture-specific pltenter and
36886         pltexit members.
36887         * sysdeps/i386/ldsodefs.h: New file.
36888         * sysdeps/powerpc/ldsodefs.h: Likewise.
36889         * sysdeps/s390/ldsodefs.h: Likewise.
36890         * sysdeps/sh/ldsodefs.h: Likewise.
36891         * sysdeps/sparc/ldsodefs.h: Likewise.
36892         * sysdeps/x86_64/ldsodefs.h: Likewise.
36893
36894 2012-07-25  Marek Polacek  <polacek@redhat.com>
36895
36896         [BZ #6808]
36897         * math/libm-test.inc (yn_test): Add another test.
36898         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36899         to ERANGE when the result is +-Inf.
36900         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36901         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36902         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36903         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36904
36905 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36906
36907         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36908         equal to 0.
36909         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36910         clock_t.
36911         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36912
36913 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36914
36915         * configure.in <sysdeps resolving>: Correct printing
36916         Implies_before.
36917         * configure: Regenerate.
36918
36919 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36920
36921         * math/w_ilogb.c: Include <limits.h>.
36922         * math/w_ilogbl.c: Likewise.
36923
36924 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36925
36926         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36927         va_copy.  Document allowing for unavailable va_copy only as
36928         pre-C99 compatibility.
36929         * manual/string.texi (Copying and Concatenation): Use va_copy
36930         instead of __va_copy in concat example.
36931
36932 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36933
36934         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36935         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36936         it if not null.
36937
36938         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36939         with O_NOLINK passed to __file_name_lookup.
36940
36941         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36942         with O_NOLINK passed to __file_name_lookup.
36943
36944         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36945         negative N or less than NGIDS.
36946
36947         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36948         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36949         enough.  Use memcpy instead of strncpy.
36950
36951 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36952
36953         * elf/Makefile (check-data): Remove.
36954         (localplt.data): New vpath directive.
36955         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36956         instead of $(check-data).
36957         * scripts/data/localplt-generic.data: Move to ...
36958         * sysdeps/generic/localplt.data: ... here.
36959         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36960         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36961         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36963         ... here.
36964         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36966         ... here.
36967         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36968         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36969         ... here.
36970         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36972         ... here.
36973         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36975         ... here.
36976         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36978         ... here.
36979
36980 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36981
36982         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36983         PPC32 and PPC64 files.
36984         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36985         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36986
36987 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36988
36989         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36990         __makecontext_ret to ...
36991         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36992         ... here and call exit if uc_link is NULL.  New file.
36993         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36994         __makecontext_ret.S.
36995         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36996         __makecontext_ret to ...
36997         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36998         ... here and call exit if uc_link is NULL.  New file.
36999         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37000         __makecontext_ret.S.
37001
37002 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37003
37004         * elf/elf.h (R_390_IRELATIVE): New definition.
37005         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37006         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37007         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37008         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37009         (elf_machine_lazy_rel): Likewise.
37010         * sysdeps/s390/dl-irel.h: New file.
37011         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37012         * sysdeps/s390/s390-64/memset.S: New asm code.
37013         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37014         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37015         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37016         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37017         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37018         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37019         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37020         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37021         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37022         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37023         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37024         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37025         * sysdeps/s390/s390-32/memset.S: New asm code.
37026         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37027
37028 2012-07-17  Marek Polacek  <polacek@redhat.com>
37029
37030         [BZ #14349]
37031         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37032         * sysdeps/s390/s390-64/configure.in: Likewise.
37033         * sysdeps/sparc/configure.in: Likewise.
37034         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37035         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37036         * sysdeps/i386/configure.in: Likewise.
37037         * sysdeps/x86_64/configure.in: Likewise.
37038         * sysdeps/sh/configure.in: Likewise.
37039         * sysdeps/s390/s390-32/configure: Regenerated.
37040         * sysdeps/s390/s390-64/configure: Likewise.
37041         * sysdeps/x86_64/configure: Likewise.
37042         * sysdeps/sh/configure: Likewise.
37043         * sysdeps/powerpc/powerpc64/configure: Likewise.
37044         * sysdeps/powerpc/powerpc32/configure: Likewise.
37045         * sysdeps/sparc/configure: Likwise.
37046         * sysdeps/i386/configure: Likewise.
37047
37048         * elf/dl-open.c: Comment fixes.
37049
37050 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37051
37052         * Makefile [CXX] (check-data): Remove.
37053         [CXX] (c++-types.data): New vpath directive.
37054         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37055         vpath.  Do not allow for C++ type data being missing.
37056         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37057         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37058         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37059         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37060         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37061         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37062         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37064         ... here.
37065         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37067         ... here.
37068         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37069         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37070         ... here.
37071         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37072         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37073         ... here.
37074         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37076         ... here.
37077         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37078         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37079         ... here.
37080         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37081         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37082         ... here.
37083         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37084         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37085
37086         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37087         definitions to architecture-specific files.
37088         (TLS_IE): Likewise.
37089         (TLS_LD): Likewise.
37090         (TLS_GD): Likewise.
37091         * sysdeps/i386/tls-macros.h: New file.
37092         * sysdeps/powerpc/tls-macros.h: Likewise.
37093         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37094         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37095         * sysdeps/sh/tls-macros.h: Likewise.
37096         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37097         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37098         * sysdeps/x86_64/tls-macros.h: Likewise.
37099
37100 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37101
37102         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37103         zero value for regular exit case.
37104
37105         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37106         (__start_context): Preserve zero value for regular exit case.
37107
37108 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37109             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37110
37111         * manual/setjmp.texi (setcontext): Clarify normal process
37112         termination when uc_link is the null pointer.
37113         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37114         exit call.
37115
37116 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37117
37118         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37119         preprocessor.  Test for each exception mask separately.
37120
37121 2012-07-16  Andreas Jaeger  <aj@suse.de>
37122
37123         * po/ru.po: Update from translation team.
37124
37125 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37126
37127         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37128         equal to 0.
37129         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37130         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37131         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37132         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37133         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37134
37135 2012-07-13  Andreas Jaeger  <aj@suse.de>
37136
37137         * po/fr.po: Update from translation team.
37138
37139 2012-07-12  Marek Polacek  <polacek@redhat.com>
37140
37141         [BZ #14173]
37142         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37143         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37144         loop condition.
37145
37146 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37147
37148         [BZ #13717]
37149         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37150         Change to 2.4.1 where previously 2.4.0.
37151         * sysdeps/unix/sysv/linux/configure: Regenerated.
37152         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37153         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37154         version.
37155         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37156         (__ASSUME_AT_CLKTCK): Remove.
37157         (__ASSUME_AT_PAGESIZE): Likewise.
37158         (__ASSUME_AT_XID): Likewise.
37159         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37160         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37161         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37162         unconditionally.
37163         (HAVE_AUX_PAGESIZE): Likewise.
37164         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37165         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37166         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37167
37168 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37169
37170         [BZ #14307]
37171         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37172         the temporary buffer used to invoke __gethostbyname2_r,
37173         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37174         host_data / struct gaih_addrtuple.
37175         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37176         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37177         header file nss/nsswitch.h.
37178         * nss/nsswitch.h (global scope): Add definition of implementation
37179         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37180         resolv/nss_dns/dns-host.c).
37181
37182 2012-07-11  Andreas Jaeger  <aj@suse.de>
37183
37184         * po/fr.po: Update from translation team.
37185
37186         * po/sv.po: Update from translation team
37187         * po/fr.po: Another update from translation team.
37188
37189 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37190
37191         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37192         for subnormals or multiply small sinh result by itself.
37193         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37195
37196 2012-07-11  David S. Miller  <davem@davemloft.net>
37197
37198         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37199
37200 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37201
37202         [BZ #14347]
37203         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37204         (INTERNAL_MARK): Shift it here.
37205
37206 2012-07-10  Marek Polacek  <polacek@redhat.com>
37207
37208         [BZ #14151]
37209         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37210         libc_cv_asm_global_directive with .globl.
37211         * configure: Regenerated.
37212         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37213         with .globl.
37214         * sysdeps/i386/configure: Regenerated.
37215         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37216         with .globl.
37217         * sysdeps/x86_64/configure: Regenerated.
37218         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37219         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37220         * elf/tst-unique2mod2.c: Likewise.
37221         * elf/tst-unique2mod1.c: Likewise.
37222         * elf/tst-unique1mod2.c: Likewise.
37223         * elf/tst-unique1mod1.c: Likewise.
37224         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37225         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37226         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37227         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37228         * sysdeps/mach/sysdep.h: Likewise.
37229         * sysdeps/i386/sysdep.h: Likewise.
37230         * sysdeps/i386/i386-mcount.S: Likewise.
37231         * sysdeps/x86_64/_mcount.S: Likewise.
37232         * sysdeps/x86_64/sysdep.h: Likewise.
37233         * sysdeps/sh/_mcount.S: Likewise.
37234         * sysdeps/sh/sysdep.h: Likewise.
37235         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37236         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37237         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37238         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37239         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37240         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37241         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37242         * locale/localeinfo.h: Likewise.
37243         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37244         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37245
37246 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37247
37248         [BZ #14336]
37249         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37250         system".
37251         * manual/message.texi (The Uniforum approach): Likewise.
37252         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37253         (glibc iconv Implementation): Likewise.
37254
37255 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37256
37257         [BZ #14337]
37258         * math/s_clog.c (__clog): Avoid scaling a value down where that
37259         could result in underflow.
37260         * math/s_clog10.c (__clog10): Likewise.
37261         * math/s_clog10f.c (__clog10f): Likewise.
37262         * math/s_clog10l.c (__clog10l): Likewise.
37263         * math/s_clogf.c (__clogf): Likewise.
37264         * math/s_clogl.c (__clogl): Likewise.
37265         * math/libm-test.inc (clog_test): Add more tests.
37266         (clog10_test): Likewise.
37267         * sysdeps/i386/fpu/libm-test-ulps: Update.
37268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37269
37270 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37271
37272         [BZ #14283]
37273         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37274         by 7 not 8 to examine high bit of fractional part.
37275
37276         [BZ #14042]
37277         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37278         for call to __mcount_internal.
37279         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37280         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37281         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37282
37283 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37284
37285         [BZ #14154]
37286         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37287         approximation for values within 0x1p-13f of an odd multiple of
37288         pi/4.
37289         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37290         exception.  Add more tests.
37291         * sysdeps/i386/fpu/libm-test-ulps: Update.
37292
37293         [BZ #6778]
37294         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37295         inputs and return -1 for them.  Do not check for +Inf in case not
37296         reachable for +Inf.
37297         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37298         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37299         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37300         and return -1 for them.  Do not check for +Inf in case not
37301         reachable for +Inf.
37302         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37303         define.
37304         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37305         and return -1 for them.  Do not check for +Inf in case not
37306         reachable for +Inf.
37307         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37308         spurious underflow.
37309         * sysdeps/i386/fpu/libm-test-ulps: Update.
37310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37311
37312 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37313
37314         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37315
37316 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37317
37318         [BZ #14157]
37319         [BZ #14331]
37320         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37321         could result in spurious underflow.  Scale down values above
37322         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37323         * math/s_csqrtf.c (__csqrtf): Likewise.
37324         * math/s_csqrtl.c (__csqrtl): Likewise.
37325         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37326         spurious underflow.
37327         * sysdeps/i386/fpu/libm-test-ulps: Update.
37328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37329
37330 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37331
37332         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37333         xopen-msg.sed.
37334         * catgets/xopen-msg.awk: New file.
37335         * catgets/xopen-msg.sed: Removed.
37336
37337         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37338         po2text.sed.
37339         * intl/po2test.awk: New file.
37340         * intl/po2test.sed: Removed.
37341
37342 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37343
37344         [BZ #14328]
37345         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37346         or multiply small sinh result by itself.
37347         * math/s_ctanf.c (__ctanf): Likewise.
37348         * math/s_ctanh.c (__ctanh): Likewise.
37349         * math/s_ctanhf.c (__ctanhf): Likewise.
37350         * math/s_ctanhl.c (__ctanhl): Likewise.
37351         * math/s_ctanl.c (__ctanl): Likewise.
37352         * math/libm-test.inc (ctan_test_tonearest): New function.
37353         (ctan_test_towardzero): Likewise.
37354         (ctan_test_downward): Likewise.
37355         (ctan_test_upward): Likewise.
37356         (ctanh_test_tonearest): Likewise.
37357         (ctanh_test_towardzero): Likewise.
37358         (ctanh_test_downward): Likewise.
37359         (ctanh_test_upward): Likewise.
37360         (main): Call these new functions.
37361         * sysdeps/i386/fpu/libm-test-ulps: Update.
37362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37363
37364 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37365
37366         * .gitignore: Delete /ports entry.
37367
37368 2012-07-03  Andreas Jaeger  <aj@suse.de>
37369
37370         * po/bg.po: Update from translation team.
37371         * po/cs.po: Likewise.
37372         * po/de.po: Likewise.
37373         * po/hr.po: Likewise.
37374         * po/nl.pl: Likewise.
37375         * po/pl.po: Likewise.
37376         * po/vi.po: Likewise.
37377
37378 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37379
37380         * Makeconfig [!+link] (+link-before-libc): New variable.
37381         [!+link] (+link-after-libc): Likewise.
37382         [!+link] (+link-tests): Likewise.
37383         [!+link] (+link): Define in terms of $(+link-before-libc) and
37384         $(+link-after-libc).
37385         [!+link-static] (+link-static-before-libc): New variable.
37386         [!+link-static] (+link-static-after-libc): Likewise.
37387         [!+link-static] (+link-static-tests): Likewise.
37388         [!+link-static] (+link-static): Define in terms of
37389         $(+link-static-before-libc) and $(+link-static-after-libc).
37390         [build-shared] (link-libc-before-gnulib): New variable.
37391         [build-shared] (link-libc-tests): Likewise.
37392         [build-shared] (link-libc): Define in terms of
37393         $(link-libc-before-gnulib).
37394         [!build-shared] (link-libc-tests): New variable.
37395         (link-libc-static-tests): New variable.
37396         [!gnulib] (gnulib-arch): New variable.
37397         [!gnulib] (gnulib-tests): Likewise.
37398         [!gnulib] (static-gnulib-arch): Likewise.
37399         [!gnulib] (static-gnulib-tests): Likewise.
37400         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37401         Define with "=" instead of ":=".
37402         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37403         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37404         * Rules (binaries-all-notests): New variable.
37405         (binaries-all-tests): Likewise.
37406         (binaries-static-notests): Likewise.
37407         (binaries-static-tests): Likewise.
37408         (binaries-all): Define using $(binaries-all-notests) and
37409         $(binaries-all-tests).
37410         (binaries-static): Define using $(binaries-static-notests) and
37411         $(binaries-static-tests).
37412         (binaries-shared-tests): New variable.
37413         (binaries-shared-notests): Likewise.
37414         (binaries-shared): Remove variable.
37415         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37416         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37417         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37418         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37419         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37420         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37421         * elf/Makefile (sln-modules): New variable.
37422         (extra-objs): Add $(sln-modules:=.o).
37423         (ldconfig-modules): Add static-stubs.
37424         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37425         * elf/static-stubs.c: New file.
37426
37427         [BZ #14283]
37428         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37429         by 7 not 8 to examine high bit of fractional part.  Use volatile
37430         variables when splitting into final array of floats if
37431         __FLT_EVAL_METHOD__ != 0.
37432         * math/libm-test.inc (cos_test): Add another test.
37433         (sin_test): Likewise.
37434         * sysdeps/i386/fpu/libm-test-ulps: Update.
37435
37436         [BZ #14273]
37437         * math/libm-test.inc (cosh_test): Add more tests.
37438
37439         * version.h (RELEASE): Set to "development".
37440         (VERSION): Set to "2.16.90".
37441
37442 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37443
37444         * NEWS: Update copyright. Remove last-updated date.
37445         Mention math library bug fixes and timezone data changes.
37446         * README: Mention GNU/Hurd, x32, and HPPA support status.
37447
37448 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37449
37450         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37451
37452 2012-06-27  Andreas Jaeger  <aj@suse.de>
37453
37454         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37455
37456 2012-06-25  Andreas Jaeger  <aj@suse.de>
37457
37458         * sysdeps/s390/fpu/libm-test-ulps: Update.
37459
37460 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37461             Thomas Schwinge  <thomas@codesourcery.com>
37462
37463         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37464         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37465         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37466         fanotify_mark.
37467
37468 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37469
37470         * sysdeps/mach/start.c: Remove file.
37471         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37472         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37473         * sysdeps/sh/init-first.c: Likewise.
37474
37475         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37476         registers for frame unwinding purposes, add CFI directives.
37477         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37478         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37479         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37480         Likewise.
37481
37482         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37483         __fortify_fail returning.
37484         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37485
37486         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37487         sysdeps/sh/____longjmp_chk.S.
37488         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37489         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37490         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37491         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37492
37493         * sysdeps/sh/abort-instr.h: New file.
37494         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37495         process in case exit returns.
37496
37497         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37498         initialize the GOT register before use.
37499
37500         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37501         calculation of ARGC > 4.
37502
37503         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37504         meaningful names to some local labels.
37505
37506 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37507             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37508
37509         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37510         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37511         (__arch_compare_and_exchange_val_16_acq): Likewise.
37512         (__arch_compare_and_exchange_val_32_acq): Likewise.
37513         (atomic_exchange_and_add): Fix gUSA sequence.
37514         (atomic_add): Likewise.
37515         (atomic_add_negative): Likewise.
37516         (atomic_add_zero): Likewise.
37517         (atomic_bit_test_set): Likewise.
37518
37519 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37520
37521         [BZ #13579]
37522         * include/link.h (struct link_map): Add l_free_initfini.
37523         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37524         l_initfini.
37525         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37526         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37527         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37528         set.
37529
37530 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37531
37532         * configure.in: Use AC_LANG_SOURCE.
37533         * configure: Regenerate.
37534
37535 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37536
37537         * configure.in (libc_cv_localstatedir): New substituted variable.
37538         * configure: Regenerated.
37539         * config.make.in (localstatedir): New variable, substituted from
37540         libc_cv_localstatedir.
37541         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37542         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37543         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37544         * sysdeps/gnu/configure: Regenerated.
37545
37546 2012-06-21  Jeff Law  <law@redhat.com>
37547
37548         [BZ #14277]
37549         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37550         free.  Simplify list management for _LIBC case.
37551
37552 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37553
37554         [BZ #14273]
37555         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37556         Clear sign bit of 64-bit integer value before comparing against
37557         overflow value.
37558
37559         * sysdeps/mach/configure: Regenerated.
37560
37561 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37562
37563         [BZ #14278]
37564         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37565
37566 2012-06-21  Jeff Law  <law@redhat.com>
37567
37568         [BZ #13882]
37569         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37570         uint16_t for elements in the "seen" array to avoid char overflows.
37571         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37572         * elf/dl-open.c (dl_open_worker): Likewise.
37573
37574 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37575
37576         * scripts/list-sources.sh: Scan PORTS for translations.
37577         * po/libc.pot: Regenerated.
37578
37579 2012-06-21  Andreas Jaeger  <aj@suse.de>
37580
37581         [BZ #12194]
37582         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37583         warning.
37584         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37585         * bits/byteswap-16.h (__bswap_16): Likewise.
37586         * bits/byteswap.h (__bswap_constant_16): Likewise.
37587
37588 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37589
37590         [BZ #14117]
37591         * sysdeps/i386/fpu_control.h: Removed.
37592         * sysdeps/x86_64/fpu_control.h: Moved to ...
37593         * sysdeps/x86/fpu_control.h: Here.
37594
37595         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37596         (_FPU_SETCW): Likewise.
37597
37598 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37599
37600         [BZ #14117]
37601         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37602         * sysdeps/x86/fpu/bits/mathinline.h: This.
37603         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37604
37605         [BZ #14050]
37606         [BZ #14117]
37607         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37608         functions if __x86_64__ is defined.
37609
37610 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37611
37612         * string/endian.h: Add !__ASSEMBLER__ condition for including
37613         conversion interfaces.
37614
37615 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37616
37617         [BZ #14241]
37618         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37619         of ABS(x) in calculating zero to negative powers other than odd
37620         integers.
37621         * math/libm-test.inc (pow_test): Add more tests.
37622
37623 2012-06-15  Andreas Jaeger  <aj@suse.de>
37624
37625         * manual/contrib.texi (Contributors): Update entry of Liubov
37626         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37627         Machado Filho.
37628
37629 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37630
37631         * string/string.h: Add __wur to GNU version of strerror_r.
37632
37633 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37634
37635         [BZ #14229]
37636         * string/Makefile (tests): Add tst-strtok_r.
37637         * string/tst-strtok_r.c: New file.
37638         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37639         RAX_LP/RDX_LP on SAVE_PTR.
37640
37641 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37642
37643         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37644
37645 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37646
37647         * libm_test.inc (csqrt_test): Allow more spurious underflow
37648         exceptions.
37649         (j0_test): Likewise.
37650         (j1_test): Likewise.
37651         (y0_test): Likewise.
37652         (y1_test): Likewise.
37653
37654 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37655
37656         * po/Makefile (libc.pot): Use UTF-8 charset.
37657
37658 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37659
37660         [BZ #14210]
37661         Suppress sign-conversion warning from FD_SET.
37662         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37663         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37664         not unsigned long int.
37665         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37666
37667 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37668
37669         [BZ #14050]
37670         [BZ #14117]
37671         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37672         __extern_always_inline instead of __extern_inline.
37673         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37674         (__signbit): Likewise.
37675         (__signbitl): Support C++ namespace.
37676         (lrintf): New inline function.
37677         (lrint): Likewise.
37678         (llrintf): Likewise.
37679         (llrint): Likewise.
37680         (fmaxf): Likewise.
37681         (fmax): Likewise.
37682         (fminf): Likewise.
37683         (fmin): Likewise.
37684         (rint): Likewise.
37685         (rintf): Likewise.
37686         (ceil): Likewise.
37687         (ceilf): Likewise.
37688         (floor): Likewise.
37689         (floorf): Likewise.
37690         (nearbyint): Likewise.
37691         (nearbyintf): Likewise.
37692
37693 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37694
37695         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37696         non-default versions.
37697
37698 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37699
37700         [BZ #14218]
37701         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37702
37703 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37704
37705         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37706         (FE_UPWARD, FE_DOWNWARD): Don't define.
37707         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37708         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37709
37710         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37711         reading it.
37712         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37713         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37714
37715 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37716
37717         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37718         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37719         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37720         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37721
37722 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37723
37724         [BZ #14117]
37725         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37726         * sysdeps/i386/fpu/Implies: New file.
37727         * sysdeps/x86_64/fpu/Implies: Likewise.
37728         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37729         * sysdeps/x86/fpu/bits/fenv.h: This.
37730
37731         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37732         __SSE_MATH__.
37733
37734 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37735
37736         [BZ #14134]
37737         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37738         character 0xffff that matches the last element of the
37739         conversion table.
37740
37741 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37742
37743         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37744         fmodl commit.
37745
37746 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37747
37748         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37749         values higher than 25.6283.
37750
37751 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37752
37753         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37754         subnormal exponent extraction and add some __builtin_expect.
37755         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37756         Fix for subnormal mantissa calculation.
37757
37758 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37759
37760         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37761         cpu2 is -1 and errno is not ENOSYS.
37762
37763 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37764
37765         [BZ #14117]
37766         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37767         * sysdeps/x86/bits/string.h: This.
37768         * sysdeps/x86_64/bits/string.h: Removed.
37769
37770         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37771         if not compiling for x86-64, but compiling for >= i486.
37772
37773         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37774         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37775
37776         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37777         New macro from Linux kernel 3.4.0.
37778         (FP_XSTATE_MAGIC2): Likewise.
37779         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37780         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37781         (struct _fpx_sw_bytes): New struct.
37782         (struct _xsave_hdr): Likewise.
37783         (struct _ymmh_state): Likewise.
37784         (struct _xstate): Likewise.
37785
37786         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37787         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37788         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37789         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37790         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37791         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37792
37793         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37794         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37795         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37796         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37797         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37798         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37799
37800 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37801
37802         [BZ #13743]
37803         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37804         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37805         (sysdep_headers): Include sys/platform/ppc.h.
37806         * sysdeps/powerpc/test-gettimebase.c: Test for
37807         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37808         * manual/Makefile (appendices): Include platform.texi.
37809         * manual/contrib.texi (Contributors): Update @node pointers.
37810         * manual/maint.texi (Maintenance): Likewise.
37811         (Platform): New node.
37812         * manual/platform.texi: New file.  Document the new features.
37813
37814 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37815             Jakub Jelinek  <jakub@redhat.com>
37816
37817         [BZ #14188]
37818         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37819         where __builtin_expect is unavailable.
37820
37821 2012-06-03  David S. Miller  <davem@davemloft.net>
37822
37823         * stdlib/longlong.h: Updated from GCC.
37824
37825 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37826
37827         [BZ #14042]
37828         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37829         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37830         __mcount_internal.
37831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37832         (GLIBC_2.16): Likewise.
37833
37834 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37835
37836         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37837
37838 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37839
37840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37841         (default-abi): New variable.
37842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37843         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37844         variable.
37845         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37846         Likewise.
37847         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37848         Likewise.
37849         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37850         Likewise.
37851
37852         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37853         definition.  Document in comment.
37854
37855 2012-06-01  David S. Miller  <davem@davemloft.net>
37856
37857         * stdlib/longlong.h: Updated from GCC.
37858
37859 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37860
37861         [BZ #14117]
37862         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37863         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37864         sys/debugreg.h sys/io.h here.
37865         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37866         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37867         sys/io.h.
37868         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37869         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37870         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37871         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37872         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37873         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37874
37875         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37876         Define only if __x86_64__ is defined.
37877
37878 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37879
37880         [BZ #14048]
37881         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37882         Use int64_t for variable i.
37883         * math/libm-test.inc (fmod_test): Add more tests.
37884
37885         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37886         z computation is not scheduled after fetestexcept.
37887         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37888         Use math_force_eval instead of asm to ensure calculation scheduled
37889         before exception test.
37890         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37891         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37892
37893 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37894
37895         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37896         computation is not scheduled after fetestexcept.
37897
37898 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37899
37900         [BZ #14117]
37901         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37902         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37903
37904 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37905
37906         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37907         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37908
37909 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37910
37911         [BZ #14117]
37912         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37913         <bits/wordsize.h>.
37914         (__WCHAR_MIN): Support __WORDSIZE == 64.
37915         (__WCHAR_MAX): Likewise.
37916
37917         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37918         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37919
37920         [BZ #14183]
37921         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37922         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37923
37924         [BZ #14117]
37925         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37926         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37927
37928         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37929         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37930
37931         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37932         Defined to 1 if __x86_64__ isn't defined.
37933         (_STAT_VER_LINUX_OLD): New.
37934         (st_atime): Remove duplicate.
37935         (st_mtime): Likewise.
37936         (st_ctime): Likewise.
37937
37938 2012-05-31  David S. Miller  <davem@davemloft.net>
37939
37940         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37941         entries.
37942
37943 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37944
37945         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37946         gen-libm-test.pl.
37947
37948         [BZ #14132]
37949         * elf/dl-reloc.c: Include <_itoa.h>.
37950         (_dl_reloc_bad_type): Remove use of INTUSE.
37951         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37952         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37953         * stdio-common/psiginfo.c (psiginfo): Likewise.
37954         * stdio-common/psignal.c (psignal): Likewise.
37955         * string/strsignal.c (strsignal): Likewise.
37956         * include/signal.h (_sys_siglist): Declare hidden proto.
37957         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37958         INTVARDEF with libc_hidden_data_def.
37959         * stdio-common/itoa-udigits.c: Likewise.
37960         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37961         (_itoa_lower_digits_internal): Remove declaration.
37962         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37963         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37964         (_sys_sigabbrev_internal): Remove aliases.
37965         (_sys_siglist): Define hidden alias.
37966
37967 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37968
37969         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37970         bits/sysctl.h.
37971
37972 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37973
37974         [BZ #14117]
37975         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37976         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37977
37978         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37979         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37980         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37981         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37982         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37983         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37984
37985         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37986         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37987         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37988
37989         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37990         with __addr.
37991         (insw): Likewise.
37992         (insl): Likewise.
37993         (outsb): Likewise.
37994         (outsw): Likewise.
37995         (outsl): Likewise.
37996
37997         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37998         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37999         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38000
38001         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38002         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38003         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38004         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38005         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38006         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38007
38008         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38009         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38010
38011         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38012         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38013
38014         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38015         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38016         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38017
38018         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38019         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38020         to ...
38021         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38022
38023         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38024         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38025         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38026
38027         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38028         for x86-64.
38029         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38030
38031 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38032
38033         * math/math.h (M_El): Use two more decimal places.
38034         (M_LOG2El): Likewise.
38035         (M_LOG10El): Likewise.
38036         (M_LN2l): Likewise.
38037         (M_LN10l): Likewise.
38038         (M_PIl): Likewise.
38039         (M_PI_2l): Likewise.
38040         (M_PI_4l): Likewise.
38041         (M_1_PIl): Likewise.
38042         (M_2_PIl): Likewise.
38043         (M_2_SQRTPIl): Likewise.
38044         (M_SQRT2l): Likewise.
38045         (M_SQRT1_2l): Likewise.
38046
38047 2012-05-31  David S. Miller  <davem@davemloft.net>
38048
38049         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38050         values between float registers.
38051         * sysdeps/sparc/sparc64/memset.S: Likewise.
38052         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38053
38054 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38055
38056         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38057         -D_FORTIFY_SOURCE=1.
38058         (CPPFLAGS-tst-longjmp_chk.c): Define.
38059         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38060         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38061         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38062         CFLAGS-tst-wchar-h.c.
38063
38064 2012-05-31  Marek Polacek  <polacek@redhat.com>
38065
38066         [BZ #14132]
38067         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38068         __endmntent_internal): Remove declaration.
38069         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38070         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38071         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38072
38073 2012-05-30  David S. Miller  <davem@davemloft.net>
38074
38075         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38076         (___Q_simulate_exceptions): Use real FP ops rather than writing
38077         into the %fsr.
38078         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38079         Likewise.
38080
38081 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38082
38083         [BZ #14117]
38084         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38085         * sysdeps/x86/bits/xtitypes.h: This.
38086
38087         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38088         * sysdeps/x86/bits/wordsize.h: This.
38089
38090         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38091         * sysdeps/x86/bits/huge_vall.h: This.
38092
38093         * sysdeps/i386/bits/select.h: Removed.
38094         * sysdeps/x86_64/bits/select.h: Renamed to ...
38095         * sysdeps/x86/bits/select.h: This.
38096
38097         * sysdeps/i386/bits/setjmp.h: Removed.
38098         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38099         * sysdeps/x86/bits/setjmp.h: This.
38100
38101         * sysdeps/i386/bits/mathdef.h: Removed.
38102         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38103         * sysdeps/x86/bits/mathdef.h: This.
38104
38105 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38106
38107         [BZ #14132]
38108         * include/sys/socket.h (__connect_internal)
38109         (__libc_sa_len_internal): Remove declaration.
38110         (__connect, __libc_sa_len): Declare hidden_proto.
38111         (SA_LEN): Remove use of INTUSE.
38112         * socket/connect.c: Add libc_hidden_def.
38113         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38114         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38115         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38116         alias.
38117         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38118         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38119         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38120         of adding _internal alias.
38121
38122 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38123
38124         [BZ #14117]
38125         * sysdeps/i386/bits/link.h: Removed.
38126         * sysdeps/i386/bits/linkmap.h: Likewise.
38127         * sysdeps/x86_64/bits/link.h: Renamed to ...
38128         * sysdeps/x86/bits/link.h: This.
38129         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38130         * sysdeps/x86/bits/linkmap.h: This.
38131
38132         * sysdeps/i386/bits/endian.h: Removed.
38133         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38134         * sysdeps/x86/bits/endian.h: This.
38135
38136         * sysdeps/i386/bits/byteswap.h: Removed.
38137         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38138         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38139         * sysdeps/x86/bits/byteswap.h: This.
38140         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38141         * sysdeps/x86/bits/byteswap-16.h: This.
38142         * sysdeps/i386/Implies: Add x86.
38143         * sysdeps/x86_64/Implies: Likewise.
38144
38145 2012-05-30  David S. Miller  <davem@davemloft.net>
38146
38147         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38148         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38149         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38150         (FP_TRAPPING_EXCEPTIONS): Define.
38151         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38152         (FP_TRAPPING_EXCEPTIONS): Define.
38153         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38154         subnormals only when inexact has been signalled or underflow
38155         exceptions are enabled.
38156         (_FP_PACK_CANONICAL): Likewise.
38157
38158 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38159
38160         [BZ #14183]
38161         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38162         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38163
38164 2012-05-30  Richard Henderson  <rth@twiddle.net>
38165
38166         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38167         with #ifndef NOT_IN_libc.
38168
38169         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38170         marked to avoid plt entry.
38171
38172 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38173
38174         [BZ #14112]
38175         * Makeconfig (default-abi): New macro.
38176         (abi-includes): Likewise.
38177         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38178         $(abi-$(default-abi)-lib-soname) for soname if defined.
38179         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38180         abi-variants.
38181         * Makefile (installed-stubs): Likewise.
38182         * include/stubs-biarch.h: Removed.
38183         * scripts/lib-names.awk: Only handle one library at a time.
38184         * scripts/soversions.awk: Remove WORDSIZE support.
38185         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38186         entries.
38187         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38188         Removed.
38189         (syscall-list-default-condition): Likewise.
38190         (syscall-list-default-condition): Likewise.
38191         (syscall-list-includes): Likewise.
38192         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38193         syscall-list-* with abi-*.  Handle undefined abi-variants.
38194         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38195         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38196         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38197         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38198         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38199         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38200         Removed.
38201         (syscall-list-32-options): Likewise.
38202         (syscall-list-32-condition): Likewise.
38203         (syscall-list-64-options): Likewise.
38204         (syscall-list-64-condition): Likewise.
38205         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38206         macro.
38207         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38208         Renamed to ...
38209         (abi-*): This.
38210         (abi-64-ld-soname): New macro.
38211         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38212         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38213         Renamed to ...
38214         (abi-*): This.
38215         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38216         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38217
38218 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38219
38220         * sysdeps/unix/sysv/linux/kernel-features.h
38221         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38222         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38223         include <kernel-features.h>.
38224         [!__NR_ftruncate64]: Remove conditional code.
38225         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38226         [__NR_ftruncate64]: Make code unconditional.
38227         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38228         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38229         include <kernel-features.h>.
38230         [!__NR_ftruncate64]: Remove conditional code.
38231         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38232         [__NR_ftruncate64]: Make code unconditional.
38233         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38235         include <kernel-features.h>.
38236         [!__NR_ftruncate64]: Remove conditional code.
38237         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38238         [__NR_ftruncate64]: Make code unconditional.
38239         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38241         include <kernel-features.h>.
38242         [!__NR_ftruncate64]: Remove conditional code.
38243         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38244         [__NR_ftruncate64]: Make code unconditional.
38245         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38246
38247         * configure.in (libc_cv_fpie): Weaken to a compile test using
38248         LIBC_TRY_CC_OPTION.
38249         * configure: Regenerated.
38250
38251 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38252
38253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38257         Refreshed.
38258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38260         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38264         Refreshed.
38265
38266 2012-05-27  David S. Miller  <davem@davemloft.net>
38267
38268         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38269         (___Q_zero): New.
38270         (__Q_simulate_exceptions): Return void.  Change to simulate
38271         exceptions by writing into the %fsr.
38272         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38273         (__Qp_handle_exceptions): Likewise.
38274         (numbers): Delete.
38275         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38276         __Qp_handle_exceptions.
38277         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38278         __Qp_handle_exceptions.
38279         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38280         as unused and give dummy FP_RND_NEAREST initializer.
38281         (FP_INHIBIT_RESULTS): Define.
38282         (___Q_simulate_exceptions): Update declaration.
38283         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38284         formatting.
38285         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38286         as unused and give dummy FP_RND_NEAREST initializer.
38287         (__Qp_handle_exceptions): Update declaration.
38288         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38289         formatting.
38290
38291 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38292
38293         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38294         the temporary FPU control word.
38295         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38296         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38297         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38298         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38299         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38300         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38301         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38302         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38303         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38304         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38305         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38306
38307 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38308
38309         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38310         fields.
38311
38312 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38313
38314         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38315         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38316         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38317         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38318         Likewise.
38319         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38320         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38321         Likewise.
38322
38323 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38324
38325         * po/h.po: Update from translation team.
38326
38327 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38328
38329         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38330
38331         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38332         handling of denormals.
38333         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38334         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38335         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38336         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38337         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38338         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38339         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38340         Likewise.
38341
38342 2012-05-26  Marek Polacek  <polacek@redhat.com>
38343
38344         [BZ #14152]
38345         * math/libm-test.inc (fma_test): Don't always expect underflow
38346         exception.
38347
38348 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38349
38350         [BZ #12416]
38351         * elf/tst-execstack.c: Include stackinfo.h.
38352         (do_test): Adjust test case to ensure that pthread_getattr_np
38353         behaviour remains the same after marking stack executable.
38354
38355 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38356
38357         * sysdeps/unix/sysv/linux/kernel-features.h
38358         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38359         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38360         kernel-features.h.
38361         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38362         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38363         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38364         kernel-features.h.
38365         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38366         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38367
38368 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38369
38370         * configure.in: Define the default includes to being none.
38371         * configure: Regenerated.
38372
38373 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38374
38375         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38376         * sysdeps/x86_64/setjmp.S: Likewise.
38377         * sysdeps/i386/bsd-setjmp.S: Likewise.
38378         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38379         * sysdeps/i386/setjmp.S: Likewise.
38380         * sysdeps/i386/__longjmp.S: Likewise.
38381         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38382         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38383
38384         * include/stap-probe.h: New file.
38385         * configure.in: Handle --enable-systemtap.
38386         * configure: Regenerated.
38387         * config.h.in (USE_STAP_PROBE): New #undef.
38388         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38389         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38390         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38391
38392 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38393
38394         [BZ #13717]
38395         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38396         to 2.4.0 where earlier.
38397         * sysdeps/unix/sysv/linux/configure: Regenerated.
38398         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38399         <kernel-features.h>.
38400         [__ASSUME_32BITUIDS]: Make code unconditional.
38401         [!__ASSUME_32BITUIDS]: Remove conditional code.
38402         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38403         <kernel-features.h>.
38404         [__ASSUME_32BITUIDS]: Make code unconditional.
38405         [!__ASSUME_32BITUIDS]: Remove conditional code.
38406         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38407         [__ASSUME_32BITUIDS]: Make code unconditional.
38408         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38409         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38410         <kernel-features.h>.
38411         [__ASSUME_32BITUIDS]: Make code unconditional.
38412         [!__ASSUME_32BITUIDS]: Remove conditional code.
38413         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38414         <kernel-features.h>.
38415         [__ASSUME_32BITUIDS]: Make code unconditional.
38416         [!__ASSUME_32BITUIDS]: Remove conditional code.
38417         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38418         <kernel-features.h>.
38419         [__ASSUME_32BITUIDS]: Make code unconditional.
38420         [!__ASSUME_32BITUIDS]: Remove conditional code.
38421         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38422         <kernel-features.h>.
38423         [__ASSUME_32BITUIDS]: Make code unconditional.
38424         [!__ASSUME_32BITUIDS]: Remove conditional code.
38425         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38426         <kernel-features.h>.
38427         [__ASSUME_32BITUIDS]: Make code unconditional.
38428         [!__ASSUME_32BITUIDS]: Remove conditional code.
38429         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38430         <kernel-features.h>.
38431         [__ASSUME_32BITUIDS]: Make code unconditional.
38432         [!__ASSUME_32BITUIDS]: Remove conditional code.
38433         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38434         <kernel-features.h>.
38435         [__ASSUME_32BITUIDS]: Make code unconditional.
38436         [!__ASSUME_32BITUIDS]: Remove conditional code.
38437         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38438         <kernel-features.h>.
38439         [__ASSUME_32BITUIDS]: Make code unconditional.
38440         [!__ASSUME_32BITUIDS]: Remove conditional code.
38441         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38442         <kernel-features.h>.
38443         [__ASSUME_32BITUIDS]: Make code unconditional.
38444         [!__ASSUME_32BITUIDS]: Remove conditional code.
38445         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38446         <kernel-features.h>.
38447         [__ASSUME_32BITUIDS]: Make code unconditional.
38448         [!__ASSUME_32BITUIDS]: Remove conditional code.
38449         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38450         <kernel-features.h>.
38451         [__NR_setresgid] (__setresgid): Do not declare.
38452         [__ASSUME_32BITUIDS]: Make code unconditional.
38453         [!__ASSUME_32BITUIDS]: Remove conditional code.
38454         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38455         <kernel-features.h>.
38456         [__NR_setresuid] (__setresuid): Do not declare.
38457         [__ASSUME_32BITUIDS]: Make code unconditional.
38458         [!__ASSUME_32BITUIDS]: Remove conditional code.
38459         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38460         <kernel-features.h>.
38461         [__ASSUME_32BITUIDS]: Make code unconditional.
38462         [!__ASSUME_32BITUIDS]: Remove conditional code.
38463         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38464         <kernel-features.h>.
38465         [__ASSUME_32BITUIDS]: Make code unconditional.
38466         [!__ASSUME_32BITUIDS]: Remove conditional code.
38467         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38468         <kernel-features.h>.
38469         [__ASSUME_32BITUIDS]: Make code unconditional.
38470         [!__ASSUME_32BITUIDS]: Remove conditional code.
38471         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38472         <kernel-features.h>.
38473         [__ASSUME_32BITUIDS]: Make code unconditional.
38474         [!__ASSUME_32BITUIDS]: Remove conditional code.
38475         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38476         <kernel-features.h>.
38477         [__ASSUME_32BITUIDS]: Make code unconditional.
38478         [!__ASSUME_32BITUIDS]: Remove conditional code.
38479         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38480         <kernel-features.h>.
38481         [__ASSUME_32BITUIDS]: Make code unconditional.
38482         [!__ASSUME_32BITUIDS]: Remove conditional code.
38483         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38484         <kernel-features.h>.
38485         [__ASSUME_32BITUIDS]: Make code unconditional.
38486         [!__ASSUME_32BITUIDS]: Remove conditional code.
38487         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38488         <kernel-features.h>.
38489         [__ASSUME_32BITUIDS]: Make code unconditional.
38490         [!__ASSUME_32BITUIDS]: Remove conditional code.
38491         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38492         <kernel-features.h>.
38493         [__ASSUME_32BITUIDS]: Make code unconditional.
38494         [!__ASSUME_32BITUIDS]: Remove conditional code.
38495         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38496         <kernel-features.h>.
38497         [__ASSUME_32BITUIDS]: Make code unconditional.
38498         [!__ASSUME_32BITUIDS]: Remove conditional code.
38499         * sysdeps/unix/sysv/linux/kernel-features.h
38500         (__ASSUME_SETRESUID_SYSCALL): Remove.
38501         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38502         (__ASSUME_32BITUIDS): Likewise.
38503         (__ASSUME_LDT_WORKS): Likewise.
38504         (__ASSUME_O_DIRECTORY): Likewise.
38505         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38506         architecture but not kernel version.
38507         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38508         (__ASSUME_MMAP2_SYSCALL): Likewise.
38509         (__ASSUME_STAT64_SYSCALL): Likewise.
38510         (__ASSUME_IPC64): Likewise.
38511         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38512         <kernel-features.h>.
38513         [__ASSUME_32BITUIDS]: Make code unconditional.
38514         [!__ASSUME_32BITUIDS]: Remove conditional code.
38515         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38516         <kernel-features.h>.
38517         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38518         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38519         132096]: Remove conditional code.
38520         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38521         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38522         <kernel-features.h>.
38523         [__ASSUME_32BITUIDS]: Make code unconditional.
38524         [!__ASSUME_32BITUIDS]: Remove conditional code.
38525         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38526         <kernel-features.h>.
38527         [__ASSUME_32BITUIDS]: Make code unconditional.
38528         [!__ASSUME_32BITUIDS]: Remove conditional code.
38529         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38530         <kernel-features.h>.
38531         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38532         unconditional.
38533         (__setresgid): Do not declare.
38534         [__ASSUME_32BITUIDS]: Make code unconditional.
38535         [!__ASSUME_32BITUIDS]: Remove conditional code.
38536         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38537         <kernel-features.h>.
38538         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38539         unconditional.
38540         (__setresuid): Do not declare.
38541         [__ASSUME_32BITUIDS]: Make code unconditional.
38542         [!__ASSUME_32BITUIDS]: Remove conditional code.
38543         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38544         <kernel-features.h>.
38545         [__ASSUME_32BITUIDS]: Make code unconditional.
38546         [!__ASSUME_32BITUIDS]: Remove conditional code.
38547         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38548         <kernel-features.h>.
38549         [__ASSUME_32BITUIDS]: Make code unconditional.
38550         [!__ASSUME_32BITUIDS]: Remove conditional code.
38551
38552 2012-05-25  Richard Henderson  <rth@twiddle.net>
38553
38554         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38555         dl_hwcap to ifunc resolver.
38556         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38557         elf_ifunc_invoke.
38558         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38559         dl_hwcap to ifunc resolver.
38560         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38561
38562 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38563
38564         [BZ #14153]
38565         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38566         for |x| <= 2**-26, not 2**-57.
38567         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38568         exception.
38569
38570 2012-05-24  Jeff Law  <law@redhat.com>
38571
38572         * stdio-common/Makefile (tests): Add bug25.
38573         * stdio-common/bug25.c: New test.
38574
38575 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38576
38577         [BZ #13576]
38578         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38579         multiple of MALLOC_ALIGNMENT in size.
38580         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38581
38582 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38583
38584         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38585         Require >= 256.
38586         (FILENAME_MAX): Use macro-int-constant.
38587         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38588         (_IOFBF): Use macro-int-constant.
38589         (_IOLBF): Likewise.
38590         (_IONBF): Likewise.
38591         (SEEK_CUR): Likewise.
38592         (SEEK_END): Likewise.
38593         (SEEK_SET): Likewise.
38594         (TMP_MAX): Likewise.
38595         (EOF): Use macro-int-constant.  Require < 0.
38596         (NULL): Use macro-constant.  Require == 0.
38597         (stdin): Require type to be FILE *.
38598         (stdout): Likewise.
38599         (stderr): Likewise.
38600         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38601         macro-int-constant.
38602         (EXIT_SUCCESS): Likewise.
38603         (NULL): Use macro-constant.  Require == 0.
38604         (RAND_MAX): Use macro-int-constant.
38605         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38606         [C99-based standards] (strtof): Require function.
38607         [C99-based standards] (strtold): Likewise.
38608         [C99-based standards] (strtoll): Likewise.
38609         [C99-based standards] (strtoull): Likewise.
38610         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38611         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38612         [ISO || ISO99 || ISO11] (math.h): Likewise.
38613         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38614         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38615         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38616
38617 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38618
38619         [BZ #14132]
38620         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38621         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38622         * intl/dgettext.c (DCGETTEXT): Likewise.
38623         * intl/gettext.c (DCGETTEXT): Likewise.
38624         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38625         * posix/regex_internal.h (gettext): Likewise.
38626         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38627         Remove declaration.
38628         * include/argz.h (__argz_count_internal)
38629         (__argz_stringify_internal): Remove declaration.
38630         (__argz_count, __argz_stringify): Declare hidden proto.
38631         * intl/dcgettext.c: Remove use of INTDEF.
38632         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38633         * string/argz-stringify.c: Likewise.
38634         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38635         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38636         Declare hidden proto.
38637         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38638         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38639         Declare hidden proto.
38640         * include/stdio.h (__asprintf_internal): Don't declare.
38641         (__asprintf): Don't define as macro.  Declare hidden proto.
38642         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38643         (__fsetlocking): Declare hidden proto.
38644         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38645         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38646         hidden proto.
38647         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38648         (_IO_setlinebuf): Remove use of INTUSE.
38649         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38650         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38651         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38652         Remove declaration.
38653         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38654         (_IO_do_flush): Remove use of INTUSE.
38655         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38656         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38657         (_IO_adjust_column, _IO_least_wmarker)
38658         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38659         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38660         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38661         (_IO_default_doallocate, _IO_wdefault_doallocate)
38662         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38663         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38664         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38665         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38666         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38667         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38668         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38669         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38670         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38671         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38672         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38673         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38674         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38675         proto.
38676         (_IO_flush_all_internal, _IO_adjust_column_internal)
38677         (_IO_default_uflow_internal, _IO_default_finish_internal)
38678         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38679         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38680         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38681         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38682         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38683         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38684         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38685         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38686         (_IO_file_close_internal, _IO_file_close_it_internal)
38687         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38688         (_IO_file_init_internal, _IO_file_attach_internal)
38689         (_IO_file_fopen_internal, _IO_file_read_internal)
38690         (_IO_file_sync_internal, _IO_file_seek_internal)
38691         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38692         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38693         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38694         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38695         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38696         (_IO_list_all_internal, _IO_link_in_internal)
38697         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38698         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38699         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38700         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38701         (_IO_do_write_internal, _IO_padn_internal)
38702         (_IO_getline_info_internal, _IO_getline_internal)
38703         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38704         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38705         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38706         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38707         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38708         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38709         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38710         with libc_hidden_ver, remove use of INTUSE.
38711         * libio/genops.c: Likewise.
38712         * libio/freopen.c: Likewise.
38713         * libio/freopen64.c: Likewise.
38714         * libio/iofclose.c: Likewise.
38715         * libio/iofdopen.c: Likewise.
38716         * libio/iofflush.c: Likewise.
38717         * libio/iofflush_u.c: Likewise.
38718         * libio/iofgets.c: Likewise.
38719         * libio/iofgets_u.c: Likewise.
38720         * libio/iofopen.c: Likewise.
38721         * libio/iofopncook.c: Likewise.
38722         * libio/iofread.c: Likewise.
38723         * libio/iofread_u.c: Likewise.
38724         * libio/ioftell.c: Likewise.
38725         * libio/iofwrite.c: Likewise.
38726         * libio/iogetline.c: Likewise.
38727         * libio/iogets.c: Likewise.
38728         * libio/iogetwline.c: Likewise.
38729         * libio/iopadn.c: Likewise.
38730         * libio/iopopen.c: Likewise.
38731         * libio/ioseekoff.c: Likewise.
38732         * libio/ioseekpos.c: Likewise.
38733         * libio/iosetbuffer.c: Likewise.
38734         * libio/iosetvbuf.c: Likewise.
38735         * libio/ioungetc.c: Likewise.
38736         * libio/ioungetwc.c: Likewise.
38737         * libio/iovdprintf.c: Likewise.
38738         * libio/iovsprintf.c: Likewise.
38739         * libio/iovsscanf.c: Likewise.
38740         * libio/memstream.c: Likewise.
38741         * libio/obprintf.c: Likewise.
38742         * libio/oldfileops.c: Likewise.
38743         * libio/oldiofclose.c: Likewise.
38744         * libio/oldiofdopen.c: Likewise.
38745         * libio/oldiofopen.c: Likewise.
38746         * libio/oldiopopen.c: Likewise.
38747         * libio/oldstdfiles.c: Likewise.
38748         * libio/putc.c: Likewise.
38749         * libio/setbuf.c: Likewise.
38750         * libio/setlinebuf.c: Likewise.
38751         * libio/stdfiles.c: Likewise.
38752         * libio/strops.c: Likewise.
38753         * libio/vasprintf.c: Likewise.
38754         * libio/vscanf.c: Likewise.
38755         * libio/vsnprintf.c: Likewise.
38756         * libio/vswprintf.c: Likewise.
38757         * libio/wfiledoalloc.c: Likewise.
38758         * libio/wfileops.c: Likewise.
38759         * libio/wgenops.c: Likewise.
38760         * libio/wmemstream.c: Likewise.
38761         * libio/wstrops.c: Likewise.
38762         * libio/__fpurge.c: Likewise.
38763         * libio/__fsetlocking.c: Likewise.
38764         * assert/assert.c: Likewise.
38765         * debug/fgets_chk.c: Likewise.
38766         * debug/fgets_u_chk.c: Likewise.
38767         * debug/fread_chk.c: Likewise.
38768         * debug/fread_u_chk.c: Likewise.
38769         * debug/gets_chk.c: Likewise.
38770         * debug/obprintf_chk.c: Likewise.
38771         * debug/vasprintf_chk.c: Likewise.
38772         * debug/vdprintf_chk.c: Likewise.
38773         * debug/vsnprintf_chk.c: Likewise.
38774         * debug/vsprintf_chk.c: Likewise.
38775         * malloc/mtrace.c: Likewise.
38776         * misc/error.c: Likewise.
38777         * misc/syslog.c: Likewise.
38778         * stdio-common/asprintf.c: Likewise.
38779         * stdio-common/fxprintf.c: Likewise.
38780         * stdio-common/getw.c: Likewise.
38781         * stdio-common/isoc99_fscanf.c: Likewise.
38782         * stdio-common/isoc99_scanf.c: Likewise.
38783         * stdio-common/isoc99_vfscanf.c: Likewise.
38784         * stdio-common/isoc99_vscanf.c: Likewise.
38785         * stdio-common/isoc99_vsscanf.c: Likewise.
38786         * stdio-common/printf-prs.c: Likewise.
38787         * stdio-common/printf_fp.c: Likewise.
38788         * stdio-common/printf_fphex.c: Likewise.
38789         * stdio-common/printf_size.c: Likewise.
38790         * stdio-common/putw.c: Likewise.
38791         * stdio-common/scanf.c: Likewise.
38792         * stdio-common/sprintf.c: Likewise.
38793         * stdio-common/tmpfile.c: Likewise.
38794         * stdio-common/vfprintf.c: Likewise.
38795         * stdio-common/vfscanf.c: Likewise.
38796         * stdlib/strfmon_l.c: Likewise.
38797         * sunrpc/openchild.c: Likewise.
38798         * sunrpc/xdr_stdio.c: Likewise.
38799         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38800         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38801
38802 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38803
38804         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38805
38806         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38807         in the third column, to generate for the shared library an IFUNC
38808         that uses _dl_vdso_vsym.
38809         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38810         * Makeconfig (object-suffixes-noshared): New variable.
38811
38812         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38813         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38814         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38815         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38816
38817         [BZ #14132]
38818         * include/sys/time.h (__gettimeofday): Remove macro.
38819         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38820         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38821         Remove INTDEF.
38822         (__gettimeofday): Add libc_hidden_def.
38823         (gettimeofday): Add libc_hidden_weak.
38824         * sysdeps/mach/gettimeofday.c: Likewise.
38825         * sysdeps/posix/gettimeofday.c: Likewise.
38826         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38827         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38828         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38829         (__gettimeofday_internal): Remove strong_alias.
38830         (__gettimeofday): Add libc_hidden_def.
38831         (gettimeofday): Add libc_hidden_weak.
38832         * sysdeps/unix/syscalls.list (gettimeofday):
38833         Remove __gettimeofday_internal alias.
38834
38835 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38836             H.J. Lu  <hongjiu.lu@intel.com>
38837
38838         [BZ #12495]
38839         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38840         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38841         (largebin_index_32_big): New.
38842         (largebin_index): Use it for 16-byte alignment.
38843         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38844         correction with front_misalign.
38845
38846 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38847
38848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38850         Likewise.
38851         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38852         Likewise.
38853         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38854         Likewise.
38855         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38856         Likewise.
38857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38858         Likewise.
38859         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38860         Likewise.
38861         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38862         Likewise.
38863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38864         Likewise.
38865         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38866         Likewise.
38867         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38868         Likewise.
38869         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38870         Likewise.
38871         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38872         Likewise.
38873
38874         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38875         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38876
38877 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38878
38879         [BZ #10846]
38880         [BZ #14036]
38881         * math/libm-test.inc (exp_test): Add test from bug 14036.
38882         (pow_test): Add test from bug 10846.
38883
38884         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38885         and other flags.
38886         (special_function): Do not include flags in test name.
38887         (parse_args): Likewise.
38888         * sysdeps/i386/fpu/libm-test-ulps: Update.
38889         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38890         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38891         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38893
38894         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38895         exceptions.
38896         * math/libm-test.inc ("Philosophy"): Update comment about
38897         exception testing.
38898         (UNDERFLOW_EXCEPTION): New macro.
38899         (UNDERFLOW_EXCEPTION_OK): Likewise.
38900         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38901         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38902         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38903         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38904         (INVALID_EXCEPTION_OK): Update value.
38905         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38906         (OVERFLOW_EXCEPTION_OK): Likewise.
38907         (IGNORE_ZERO_INF_SIGN): Likewise.
38908         (test_exceptions): Handle underflow exceptions.
38909         (acos_test): Update for underflow exception expectations.
38910         (cexp_test): Likewise.
38911         (clog_test): Likewise.
38912         (clog10_test): Likewise.
38913         (csqrt_test): Likewise.
38914         (ctan_test): Likewise.
38915         (ctanh_test): Likewise.
38916         (exp_test): Likewise.
38917         (exp10_test): Likewise.
38918         (exp2_test): Likewise.
38919         (expm1_test): Likewise.
38920         (fma_test): Likewise.
38921         (j0_test): Likewise.
38922         (jn_test): Likewise.
38923         (nexttoward_test): Likewise.
38924         (pow_test): Likewise.
38925         (scalbn_test): Likewise.
38926         (scalbln_test): Likewise.
38927         (tan_test): Likewise.
38928         (y1_test): Likewise.
38929         * sysdeps/i386/fpu/libm-test-ulps: Update.
38930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38931
38932 2012-05-23  David S. Miller  <davem@davemloft.net>
38933
38934         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38935         (__libc_sigaction): Remove unused local variables.
38936
38937 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38938
38939         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38940
38941 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38942
38943         mktime: avoid signed integer overflow
38944         * time/mktime.c (__mktime_internal): Do not mishandle the case
38945         where diff == INT_MIN.
38946
38947         mktime: simplify computation of average
38948         * time/mktime.c (ranged_convert): Use new time_t_avg function
38949         instead of rolling our own (probably-slower) code.
38950
38951         mktime: do not assume signed right shift propagates sign bit
38952         * time/mktime.c (isdst_differ): New static function.
38953         (__mktime_internal): No need to normalize tm_isdst now.
38954         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38955         tm_isdst values.
38956
38957         mktime: merge another wrapv change from gnulib
38958         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38959         from some compilers.
38960
38961         mktime: remove incorrect attempt at unusual arithmetics
38962         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38963         The code didn't really work on such machines anyway.
38964         (TYPE_MINIMUM): Assume two's complement.
38965         (twos_complement_arithmetic): Verify that long_int and time_t
38966         are two's complement (or unsigned, in the latter case).
38967
38968         mktime: check signed shifts on long_int and time_t, too
38969         * time/mktime.c (SHR): Check that shifts work as desired
38970         on the types long_int and time_t too, as SHR is used on
38971         such types.
38972
38973         mktime: do not assume 'long' is wide enough
38974         * time/mktime.c (verify): Move decl up.
38975         (long_int): New type.
38976         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38977         to remove assumption in the code that 'long' is wide enough to
38978         store year values.  This assumption is not true on x32 and on
38979         some non-glibc platforms.
38980
38981         mktime: merge wrapv change from gnulib
38982         * time/mktime.c (WRAPV): New macro.
38983         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38984         (guess_time_tm, __mktime_internal): Do not assume that signed
38985         integer overflow wraps around; modern compilers generate code
38986         where this assumption is no longer valid.
38987
38988 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38989
38990         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38991         Replace "jmp L(pseudo_end)" with "ret".
38992         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38993         Likewise.
38994
38995 2012-05-23  Andreas Jaeger  <aj@suse.de>
38996
38997         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38998         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38999
39000 2012-05-23  Andreas Jaeger  <aj@suse.de>
39001             Maximilian Attems  <max@stro.at>
39002
39003         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39004         New macros.
39005
39006 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39007
39008         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39009         code so that pseudo_end is just ret and the stack pointer is
39010         correct also for static library in error case.
39011
39012 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39013
39014         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39015         move to syscalls.list.
39016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39020
39021         * manual/install.texi (Running make install): Do not mention Linux
39022         kernel version for which pt_chown is not needed.
39023         (Linux): Do not mention problems with nscd with 2.0 kernels.
39024         * INSTALL: Regenerated.
39025
39026 2012-05-23  Andreas Jaeger  <aj@suse.de>
39027
39028         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39029         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39030         macro.
39031         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39032         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39033         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39034         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39035         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39036         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39037         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39038         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39039         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39040         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39041         * sysdeps/unix/sysv/linux/bits/in.h
39042         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39043
39044 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39045
39046         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39047         (PREPARE_VERSION): Just use assert instead, it will be elided
39048         under [NDEBUG] anyway.
39049
39050 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39051
39052         * sysdeps/unix/sysv/linux/Makefile: Include
39053         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39054         (sysdep_routines): Remove sysctl.
39055         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39056         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39057         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39058         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39059         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39060
39061 2012-05-22  Andreas Jaeger  <aj@suse.de>
39062
39063         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39064         that pseudo_end is just ret and the stack pointer is correct also
39065         for static library in error case.
39066
39067 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39068
39069         [BZ #14122]
39070         * nss/nsswitch.c (defconfig_entries): New variable.
39071         (__nss_database_lookup): Don't leak defconfig entries.
39072         (nss_parse_service_list): Don't leak on error paths.
39073         (free_database_entries): New function.
39074         (free_defconfig): New function.
39075         (free_mem): Move common code to free_database_entries.
39076
39077 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39078
39079         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39080         Add arch_prctl.
39081         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39082
39083         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39084         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39085         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39086         New macro.
39087         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39088         (INTERNAL_SYSCALL_TYPES): Likewise.
39089         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39090         (LOAD_REGS_TYPES_[1-6]): Likewise.
39091         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39092         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39093
39094 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39095
39096         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39097         copysignl for GLIBC_2_0.
39098         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39099         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39100         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39101         logbl for GLIBC_2_0.
39102         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39103         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39104
39105 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39106
39107         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39108         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39109
39110         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39111         Use "neg %eax".
39112
39113         * time/mktime.c: Update copyright years.
39114
39115 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39116
39117         mktime: merge comment-quoting-style change from gnulib
39118         * time/mktime.c: Quote 'like this' in comments.
39119         The GNU coding standards suggest that we no longer quote `like this',
39120         as "`" and "'" are typically rendered asymmetrically nowadays.
39121         The typical gnulib style is to quote 'like this' when quoting
39122         code, and "like this" when quoting English.
39123
39124         * time/mktime.c (compile-command): Add "-I.".
39125
39126         mktime: merge mktime-internal.h change from gnulib
39127         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39128
39129         mktime: merge time_r change from gnulib
39130         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39131
39132         mktime: merge DEBUG change from gnulib
39133         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39134         case system <time.h> has a #define.
39135
39136         mktime: merge <sys/types.h> change from gnulib
39137         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39138         since <time.t> is now guaranteed to define time_t.
39139
39140         mktime: merge HAVE_CONFIG_H change from gnulib
39141         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39142
39143 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39144
39145         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39146         Use "neg %eax".
39147
39148         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39149         __rlim_t cast.
39150         (struct rusage): Use anonymous union to pad each field to
39151         __syscall_slong_t.
39152
39153 2012-05-21  David S. Miller  <davem@davemloft.net>
39154
39155         * Makefules (o-iterator): Remove .s cases.
39156         (compile-command.s): Delete.
39157         (COMPILE.s): Delete.
39158         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39159
39160 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39161
39162         * configure.in (libc_cv_predef_stack_protector): Only consider
39163         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39164         * configure: Regenerated.
39165
39166 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39167
39168         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39169         New macro.  Use R*LP on int and pointer.
39170         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39171         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39172         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39173         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39174
39175         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39176         [__WORDSIZE_TIME64_COMPAT32] instead of
39177         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39178         (struct utmp): Likewise.
39179         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39180         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39181         Renamed to ...
39182         (__WORDSIZE_TIME64_COMPAT32): This.
39183         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39184         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39185         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39186         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39187         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39188         (__WORDSIZE_TIME64_COMPAT32): New macro.
39189
39190 2012-05-21  Andreas Jaeger  <aj@suse.de>
39191
39192         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39193         only if [SHARED]. Add prototype for __wcschr_ia32.
39194
39195 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39196
39197         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39198         of %rbp unmolested in the jmp_buf while mangling the low bits.
39199         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39200         unmolested high bits of %rbp while demangling the low bits.
39201         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39202
39203 2012-05-21  Andreas Jaeger  <aj@suse.de>
39204
39205         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39206         * sunrpc/svc_simple.c: Use it for registerrpc.
39207         * sunrpc/xcrypt.c: Use it for passwd2des.
39208
39209         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39210
39211 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39212
39213         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39214         Don't define if [__SYSCALL_WORDSIZE != 32].
39215         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39216         New macro.
39217
39218 2012-05-21  Bruno Haible  <bruno@clisp.org>
39219             Andreas Jaeger  <aj@suse.de>
39220
39221         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39222         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39223         inptr and inend for must_buffer_ch.
39224         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39225         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39226         * stdio-common/Makefile (tests): Remove bug15.
39227         (bug15-ENV): Remove macro.
39228         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39229         anymore.
39230
39231 2012-05-19  Andreas Jaeger  <aj@suse.de>
39232             Roland McGrath  <roland@hack.frob.com>
39233
39234         * manual/contrib.texi: Completely rewritten. It contains now an
39235         alphabetical list of contributors and their contributions.
39236
39237 2012-05-21  Richard Henderson  <rth@twiddle.net>
39238
39239         * misc/getauxval.c (__getauxval): Use unsigned long int.
39240         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39241         (getauxval): Use unsigned long int.
39242
39243 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39244
39245         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39246
39247 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39248
39249         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39250         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39251         __alignof__ (long double).
39252
39253 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39254
39255         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39256
39257 2012-05-20  Richard Henderson  <rth@twiddle.net>
39258
39259         * misc/getauxval.c: New file.
39260         * misc/sys/auxv.h: New file.
39261         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39262         (routines): Add getauxval.
39263         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39264         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39265         * elf/dl-sysdep.c (_dl_auxv): Remove.
39266         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39267         * elf/dl-support.c (_dl_auxv): New variable.
39268         (_dl_aux_init): Initialize it.
39269         * manual/startup.texi (Auxiliary Vector): New node.
39270         * sysdeps/generic/bits/hwcap.h: New file.
39271         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39272         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39273         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39274         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39275         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39276         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39278         Update.
39279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39280         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39282         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39283         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39285         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39286         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39287
39288 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39289
39290         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39291
39292 2012-05-19  David S. Miller  <davem@davemloft.net>
39293
39294         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39295
39296 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39297
39298         [BZ #14123]
39299         * math/s_ccosh.c: Include <float.h>
39300         (__ccosh): Avoid internal overflow calculating sinh and cosh
39301         values before multiplying by sin and cos values.
39302         * math/s_ccoshf.c: Likewise.
39303         * math/s_ccoshl.c: Likewise.
39304         * math/s_csin.c: Likewise.
39305         * math/s_csinf.c: Likewise.
39306         * math/s_csinl.c: Likewise.
39307         * math/s_csinh.c: Likewise.
39308         * math/s_csinhf.c: Likewise.
39309         * math/s_csinhl.c: Likewise.
39310         * math/libm-test.inc (ccos_test): Add more tests.
39311         (ccosh_test): Likewise.
39312         (csin_test): Likewise.
39313         (csinh_test): Likewise.
39314         * sysdeps/i386/fpu/libm-test-ulps: Update.
39315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39316
39317 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39318
39319         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39320         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39321
39322         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39323
39324 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39325
39326         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39327         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39328         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39329         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39330         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39331         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39332         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39333         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39334         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39335         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39336         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39337         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39338         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39339         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39340         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39341         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39342         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39343         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39344         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39345         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39346         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39347         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39348         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39349         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39350         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39351         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39352         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39353         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39354         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39355         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39356         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39357
39358 2012-05-18  Andreas Jaeger  <aj@suse.de>
39359
39360         * csu/.gitignore: Delete.
39361
39362 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39363
39364         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39365         (timex): Use __syscall_slong_t.
39366
39367 2012-05-18  Andreas Jaeger  <aj@suse.de>
39368             Carlos O'Donell  <carlos_odonell@mentor.com>
39369
39370         * manual/install.texi (Configuring and compiling): Update
39371         description about files modified in the source directory.
39372         * INSTALL: Regenerated.
39373
39374 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39375
39376         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39377         value.  Use "or" to set return value to -1.
39378         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39379         negate return value.
39380
39381 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39382
39383         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39384         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39385         failure if the compiler has Graphite support disabled.
39386         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39387         Likewise.
39388         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39389         (CFLAGS-memmove.c): Likewise.
39390         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39391         Likewise.
39392
39393 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39394
39395         * sysdeps/x86_64/x32/_itoa.h: New file.
39396
39397         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39398         getdents system call only if kernel and user dirents have the
39399         same d_ino and d_off.
39400
39401         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39402         LLONG_MAX != LONG_MAX.
39403         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39404         (_fitoa_word): Likewise.
39405
39406         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39407         years.
39408         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39409         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39410         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39411
39412         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39413         include <bits/wordsize.h>.  Check __x86_64__ instead of
39414         __WORDSIZE.
39415         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39416         if __x86_64__ is defined.  Use anonymous union on fpstate.
39417
39418         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39419         anonymous union.
39420
39421 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39422
39423         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39424         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39425         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39426         Refer to _rtld_local_ro instead of _rtld_global_ro.
39427         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39428         Likewise.
39429         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39430         Likewise.
39431         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39432         Likewise.
39433         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39434         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39435         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39436
39437         * sysdeps/powerpc/powerpc32/dl-machine.c
39438         (__elf_machine_runtime_setup) [PROF]: Don't reference
39439         _dl_prof_resolve.
39440
39441 2012-05-18  Andreas Jaeger  <aj@suse.de>
39442
39443         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39444         function only available for GCCs before 3.4 since GCC 3.4
39445         introduced a builtin.
39446         (lrint): Likewise.
39447         (llrintf): Likewise.
39448         (llrint): Likewise.
39449         (fmaxf): Likewise.
39450         (fmax): Likewise.
39451         (fminf): Likewise.
39452         (fmin): Likewise.
39453         (rint): Likewise.
39454         (rintf): Likewise.
39455         (nearbyint): Likewise.
39456         (nearbyintf): Likewise.
39457         (ceil): Likewise.
39458         (ceilf): Likewise.
39459         (floor): Likewise.
39460         (floorf): Likewise.
39461
39462 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39463
39464         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39465         on both fields and cast pointer to __syscall_ulong_t.
39466
39467         * bits/types.h (__fsword_t): New type.
39468         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39469         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39470         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39471         (__FSWORD_T_TYPE): Likewise.
39472         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39473         (__FSWORD_T_TYPE): Likewise.
39474         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39475         (__FSWORD_T_TYPE): Likewise.
39476         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39477         (__FSWORD_T_TYPE): Likewise.
39478         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39479         __SWORD_TYPE with __fsword_t.
39480         (statfs64): Likewise.
39481
39482 2012-05-17  David S. Miller  <davem@davemloft.net>
39483
39484         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39485
39486 2012-05-17  Andreas Jaeger  <aj@suse.de>
39487
39488         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39489         warning.
39490
39491 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39492
39493         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39494
39495 2012-05-17  Andreas Jaeger  <aj@suse.de>
39496
39497         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39498         when it is used.
39499
39500 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39501
39502         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39503
39504 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39505
39506         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39507         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39508
39509 2012-05-17  Andreas Jaeger  <aj@suse.de>
39510             Carlos O'Donell  <carlos_odonell@mentor.com>
39511
39512         [BZ #14059]
39513         * sysdeps/x86_64/multiarch/init-arch.h
39514         (bit_YMM_Usable): Rename to...
39515         (bit_AVX_Usable): ... this.
39516         (bit_FMA4_Usable): New macro.
39517         (bit_XMM_state): New macro.
39518         (bit_YMM_state): New macro.
39519         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39520         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39521         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39522         (CPUID_OSXSAVE): New macro.
39523         (CPUID_AVX): New macro.
39524         (CPUID_FMA4): New macro.
39525         (index_YMM_Usable): Rename to...
39526         (index_AVX_Usable): ... this.
39527         (HAS_AVX): Use HAS_ARCH_FEATURE.
39528         (HAS_FMA4): Likewise.
39529         (HAS_YMM_USABLE): Remove.
39530         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39531         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39532         are present.
39533         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39534         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39535         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39536         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39537         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39538
39539 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39540
39541         * math/libm-test.c: Support platforms without multiple rounding modes.
39542         * math/bug-nextafter.c: Support platforms without FP exceptions.
39543         * math/bug-nexttoward.c: Likewise.
39544         * math/test-fenv.c: Likewise.
39545         * math/test-misc.c: Likewise.
39546         * stdlib/bug-getcontext.c: Likewise.
39547
39548 2012-05-17  Andreas Jaeger  <aj@suse.de>
39549
39550         * manual/examples/search.c (critter_cmp): Change signature to
39551         avoid warnings.
39552         * manual/string.texi (Collation Functions): Likewise.
39553
39554 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39555
39556         * bits/types.h: Fold copyright years.
39557         * bits/typesizes.h: Likewise.
39558         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39559         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39560         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39561         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39562         * time/time.h: Likewise.
39563
39564 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39565
39566         [BZ #208]
39567         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39568         in instead of returning them.  Return void.
39569         (__libc_mallinfo): Accumulate over all arenas.
39570         (__malloc_stats): Adjust for change in int_mallinfo interface.
39571
39572 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39573
39574         [BZ #10375]
39575         * configure.in (NM): Add AC_CHECK_TOOL for it.
39576         (libc_extra_cflags): New substituted variable.
39577         Check for -fstack-protector being used implicitly.
39578         * configure: Regenerated.
39579         * config.make.in (config-extra-cflags): New variable,
39580         gets @libc_extra_cflags@.
39581         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39582
39583         [BZ #10375]
39584         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39585         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39586         * configure: Regenerated.
39587         * config.make.in (CPPUNDEFS): New substituted variable.
39588         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39589         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39590         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39591
39592 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39593
39594         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39595         (mq_attr): Use __syscall_slong_t.
39596
39597 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39598
39599         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39600         Check __x86_64__ instead of __WORDSIZE.
39601         (_STAT_VER_LINUX): Likewise.
39602         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39603         __syscall_ulong_t and __syscall_slong_t.
39604         (stat64): Likewise.
39605
39606 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39607
39608         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39609
39610 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39611
39612         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39613
39614 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39615
39616         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39617         __syscall_ulong_t.
39618
39619         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39620         include <bits/wordsize.h>.  Check __x86_64__ instead of
39621         __WORDSIZE.
39622         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39623         defined.
39624         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39625
39626         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39627         include <bits/wordsize.h>.  Check __x86_64__ instead of
39628         __WORDSIZE.
39629         (user_regs_struct): Use "__extension__ unsigned long long"
39630         instead of "unsigned long" if __x86_64__ is defined.
39631         (user): Likewise.  Pad after pointer field if __ILP32__ is
39632         defined.
39633
39634 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39635
39636         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39637         versions 5 to 9.
39638         * configure: Regenerated.
39639         * manual/install.texi (texinfo): Increase version requirement to
39640         4.5 or later.
39641         * INSTALL: Regenerated.
39642
39643         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39644
39645 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39646
39647         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39648
39649         * sysdeps/x86_64/x32/ffs.c: New file.
39650
39651         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39652         __syscall_ulong_t.
39653         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39654         defined.  Use __syscall_ulong_t.
39655         (shminfo): Use __syscall_ulong_t.
39656         (shm_info): Likewise.
39657
39658         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39659         __syscall_ulong_t.
39660
39661         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39662         <bits/wordsize.h>.
39663         (msgqnum_t): Use __syscall_ulong_t.
39664         (msglen_t): Likewise.
39665         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39666         __syscall_ulong_t.
39667
39668         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39669         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39670
39671         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39672
39673         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39674         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39675
39676         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39677         __syscall_slong_t.
39678
39679         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39680         include <bits/wordsize.h>.  Check __x86_64__ instead of
39681         __WORDSIZE.
39682
39683         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39684         "unsigned long long int" if __x86_64__ is defined.
39685         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39686
39687         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39688         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39689         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39690
39691         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39692         <stdint.h>.
39693         (GET_PC): Cast to uintptr_t first.
39694         (GET_FRAME): Likewise.
39695         (GET_STACK): Likewise.
39696
39697         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39698         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39699         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39700         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39701         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39702         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39703         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39704         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39705         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39706         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39707         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39708         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39709         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39710         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39711         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39712         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39713         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39714         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39715         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39716         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39717         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39718         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39719         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39720         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39721         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39722         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39723         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39724         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39725         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39726
39727 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39728
39729         * Makerules (+depfiles): Also collect depfiles from .oS in
39730         $(extra-objs).
39731         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39732         .oS, $(libnldbl-routines)).
39733
39734         * Makerules (native-compile-mkdep-flags): Define.
39735         * sunrpc/Makefile (extra-objs): Add $(addprefix
39736         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39737         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39738         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39739         calling $(make-target-directory).
39740
39741 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39742
39743         * bits/types.h (__snseconds_t): Removed.
39744         * time/time.h (struct timespec): Replace __snseconds_t with
39745         __syscall_slong_t.
39746         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39747         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39748         Likewise.
39749         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39750         (__SNSECONDS_T_TYPE): Likewise.
39751         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39752         (__SNSECONDS_T_TYPE): Likewise.
39753         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39754         (__SNSECONDS_T_TYPE): Likewise.
39755
39756 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39757
39758         * sysdeps/mach/hurd/bits/typesizes.h
39759         (__SYSCALL_SLONG_TYPE): New macro.
39760         (__SYSCALL_ULONG_TYPE): Likewise.
39761
39762 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39763
39764         * bits/types.h (__syscall_slong_t): New type.
39765         (__syscall_ulong_t): Likewise.
39766
39767         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39768         (__SYSCALL_ULONG_TYPE): Likewise.
39769         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39770         (__SYSCALL_SLONG_TYPE): Likewise.
39771         (__SYSCALL_ULONG_TYPE): Likewise.
39772         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39773         (__SYSCALL_SLONG_TYPE): Likewise.
39774         (__SYSCALL_ULONG_TYPE): Likewise.
39775         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39776         (__SYSCALL_SLONG_TYPE): Likewise.
39777         (__SYSCALL_ULONG_TYPE): Likewise.
39778
39779 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39780
39781         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39782         Add sigaltstack-offsets.sym.
39783         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39784         <sigaltstack-offsets.h>.
39785         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39786         longjmp_msg pointer.
39787         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39788         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39789         signal stack.
39790         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39791
39792 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39793
39794         * elf/stackguard-macros.h: Remove file.
39795         * sysdeps/generic/stackguard-macros.h: New file.
39796         * sysdeps/i386/stackguard-macros.h: Likewise.
39797         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39798         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39799         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39800         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39801         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39802         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39803         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39804         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39805         <elf/stackguard-macros.h>.
39806
39807         [BZ #14109]
39808         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39809         __aligned__ in attribute.
39810         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39811         (gregset_t): Likewise.
39812
39813 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39814
39815         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39816         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39817         * sysdeps/x86_64/x32/Implies-after: New file.
39818
39819 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39820
39821         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39822         and access return value for _dl_profile_fixup.  Use R10_LP to
39823         load frame size.
39824
39825 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39826
39827         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39828
39829 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39830
39831         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39832         * sysdeps/x86_64/x32/sysdep.h: New file.
39833
39834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39835
39836         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39837         * sysdeps/x86_64/setjmp.S: Likewise.
39838
39839 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39840
39841         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39842         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39843         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39844         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39845         remove unused global constant.
39846
39847 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39848
39849         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39850         include of <not-cancel.h>.
39851
39852 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39853
39854         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39855
39856 2012-05-15  Jeff Law  <law@redhat.com>
39857             Andreas Jaeger  <aj@suse.de>
39858
39859         [BZ #13594]
39860         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39861         out from...
39862         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39863         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39864         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39865         code changing __hst_map_handle.map.
39866
39867 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39868
39869         * configure.in (sysnames): Look for Implies-before and Implies-after
39870         files.
39871         * configure: Regenerated.
39872
39873 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39874
39875         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39876         8-byte data alignment with LP_SIZE alignment.
39877
39878 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39879
39880         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39881         into R10_LP.
39882
39883 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39884
39885         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39886
39887 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39888
39889         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39890         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39891         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39892         Likewise.
39893         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39894
39895 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39896
39897         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39898         (stackinfo_sub_sp): Likewise.
39899
39900 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39901
39902         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39903         RAX_LP.
39904
39905 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39906
39907         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39908         into R*_LP.
39909
39910 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39911
39912         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39913         sizes into R*_LP.
39914
39915 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39916
39917         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39918
39919 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39920
39921         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39922         into R11_LP and load __x86_64_shared_cache_size_half into
39923         R8_LP.
39924
39925 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39926
39927         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39928         R8_LP.
39929
39930 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39931
39932         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39933         logb for POWER7.
39934         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39935         logbf for POWER7.
39936         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39937         logbl for POWER7.
39938         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39939         powerpc32/power7/fpu/s_logb.c via #include.
39940         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39941         powerpc32/power7/fpu/s_logbf.c via #include.
39942         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39943         powerpc32/power7/fpu/s_logbl.c via #include.
39944
39945 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39946
39947         * README.libm: Remove file.
39948
39949 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39950
39951         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39952         count for x32.  Use R*_LP and omit operand-size suffix.
39953
39954 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39955
39956         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39957         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39958         * sysdeps/x86_64/x32/shlib-versions: New file.
39959
39960 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39961
39962         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39963         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39964         Use _dl_fatal_printf instead.
39965
39966 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39967
39968         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39969         set if not set by the user.  Do not allow for being unset.
39970         * sysdeps/unix/sysv/linux/configure: Regenerated.
39971
39972 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39973
39974         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39975         the `q' suffix from lea and replace .quad with ASM_ADDR.
39976
39977 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39978
39979         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39980         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39981         instead of $17.
39982         (PTR_DEMANGLE): Likewise.
39983
39984 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39985
39986         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39987         (LP_OP): Likewise.
39988         (ASM_ADDR): Likewise.
39989         (RAX_LP): Likewise.
39990         (RBP_LP): Likewise.
39991         (RBX_LP): Likewise.
39992         (RCX_LP): Likewise.
39993         (RDI_LP): Likewise.
39994         (RSI_LP): Likewise.
39995         (RSP_LP): Likewise.
39996         (R8_LP): Likewise.
39997         (R9_LP): Likewise.
39998         (R10_LP): Likewise.
39999         (R10_LP): Likewise.
40000         (R11_LP): Likewise.
40001         (R12_LP): Likewise.
40002         (R13_LP): Likewise.
40003         (R14_LP): Likewise.
40004         (R15_LP): Likewise.
40005
40006 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40007
40008         * sysdeps/x86_64/x32/dl-machine.h: New file.
40009
40010 2012-05-14  Andreas Jaeger  <aj@suse.de>
40011
40012         * manual/Makefile (subdir): Remove export of subdir.
40013         (all): Remove target.
40014         (.PHONY): Remove all from list.
40015         (mkinstalldirs): Remove.
40016         (.PHONY): Remove installdirs from list.
40017         ($(inst_infodir)/libc.info): Use make-target-directory.
40018         (installdirs): Remove.
40019         (subdir_%): Remove.
40020         (glibc-targets): Remove.
40021         (lib): Remove.
40022         (stubs): Remove.
40023         ($(objpfx)stubs ../po/manual.pot): Remove.
40024         ($(objpfx)stamp%): Remove.
40025         (make-target-directory): Remove.
40026         (subdir_install): Remove.
40027         (routines): Remove.
40028         (aux): Remove.
40029         (sources): Remove.
40030         (objects): Remove.
40031         (headers): Remove.
40032
40033         [BZ #13750]
40034         * manual/.gitignore: Remove, it's not needed anymore.
40035         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40036         all files in it.
40037         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40038         directory.
40039         (texis): Renamed to $(objpfx)texis.
40040         (texis-path): New, contains path to generated files.
40041         (chapters.%): Use texis-path for complete path, add extra argument
40042         libc-texinfo.sh.
40043         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40044         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40045         (summary,texi, stamp-summary): Use complete path of
40046         files. Generate files in build dir.
40047         (dir-add.texi): Build in build dir.
40048         (libm-err.texi,stamp-libm-err): Likewise.
40049         (version.texi, stamp-version): Likewise.
40050         (.%c.texi): Likewise.
40051         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40052         (mostlyclean): Remove target.
40053         (realclean): Remove target.
40054         (generated): Add new variable with contents from mostlyclean and
40055         realclean, remove entries duplicated in common-mostlyclean, add
40056         stamp-libm-err and stamp-version.
40057         (generated-dirs): Add libc directory.
40058         ($(inst_infodir)/libc.info): Install files from build dir.
40059
40060         * manual/install.texi (Configuring and compiling): Adjust since
40061         the info files are not part of the tar ball anymore.
40062
40063 2012-05-14  Andreas Jaeger  <aj@suse.de>
40064
40065         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40066         variable.
40067
40068 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40069
40070         [BZ #13717]
40071         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40072         to 2.2.0 where earlier.
40073         * sysdeps/unix/sysv/linux/configure: Regenerated.
40074         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40075         Remove conditional code.
40076         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40077         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40078         Remove conditional code.
40079         [!__NR_lchown]: Likewise.
40080         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40081         [__NR_lchown]: Likewise.
40082         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40083         comment referencing __ASSUME_LCHOWN_SYSCALL.
40084         * sysdeps/unix/sysv/linux/i386/sigaction.c
40085         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40086         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40087         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40088         Remove conditional code.
40089         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40090         (__protocol_available): Remove #if 0 code.
40091         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40092         conditional code.
40093         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40094         * sysdeps/unix/sysv/linux/kernel-features.h
40095         (__ASSUME_GETCWD_SYSCALL): Don't define.
40096         (__ASSUME_REALTIME_SIGNALS): Likewise.
40097         (__ASSUME_PREAD_SYSCALL): Likewise.
40098         (__ASSUME_PWRITE_SYSCALL): Likewise.
40099         (__ASSUME_POLL_SYSCALL): Likewise.
40100         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40101         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40102         non-SPARC.
40103         (__ASSUME_SIOCGIFNAME): Don't define.
40104         (__ASSUME_MSG_NOSIGNAL): Likewise.
40105         (__ASSUME_SENDFILE): Define unconditionally.
40106         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40107         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40108         conditional code.
40109         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40110         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40111         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40112         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40113         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40114         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40115         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40117         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40118         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40120         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40121         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40123         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40124         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40126         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40127         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40129         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40130         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40132         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40133         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40135         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40136         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40138         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40139         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40140         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40141         Remove conditional code.
40142         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40143         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40144         Remove conditional code.
40145         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40146         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40147         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40148         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40149         Remove conditional code.
40150         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40151         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40152         Remove conditional code.
40153         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40154         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40155         Remove conditional code.
40156         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40157         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40158         Remove conditional code.
40159         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40160         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40161         Remove conditional code.
40162         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40163         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40164         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40165         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40166         * sysdeps/unix/sysv/linux/sigaction.c
40167         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40168         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40169         * sysdeps/unix/sysv/linux/sigpending.c
40170         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40171         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40172         * sysdeps/unix/sysv/linux/sigprocmask.c
40173         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40174         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40175         * sysdeps/unix/sysv/linux/sigsuspend.c
40176         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40177         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40178         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40179         (__libc_missing_rt_sigs): Remove.
40180         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40181         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40182         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40183         Remove conditional code.
40184         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40185         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40186         return 1.
40187         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40188         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40189         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40190         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40191
40192 2012-05-14  Andreas Jaeger  <aj@suse.de>
40193
40194         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40195         it's not used in glibc.
40196         (__coshm1): Likewise.
40197         (__acosh1p): Likewise.
40198         (__sgn): Likewise.
40199
40200         * manual/string.texi (Copying and Concatenation): Add missing
40201         variable in concat example.
40202         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40203
40204 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40205
40206         [BZ #14103]
40207         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40208         __builtin_clzl with __builtin_clzll.
40209
40210 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40211
40212         [BZ #14104]
40213         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40214         libc_freeres_ptr.
40215
40216 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40217
40218         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40219         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40220         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40221         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40222
40223 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40224
40225         * NEWS: Update ia64 info.
40226
40227 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40228
40229         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40230         used as bcopy.
40231
40232 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40233
40234         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40235         * sysdeps/unix/syscalls.list (dup3): Likewise.
40236         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40237         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40238
40239 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40240
40241         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40242         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40243
40244 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40245
40246         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40247         thread pointer.
40248         (TLS_IE): Use mov/add instead of movq/addq to load thread
40249         pointer.
40250         (TLS_GD_PREFIX): New.
40251         (TLS_GD): Use it.
40252
40253 2012-05-11  David S. Miller  <davem@davemloft.net>
40254
40255         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40256         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40257         (_FPU_SETCW): Likewise.
40258
40259 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40260
40261         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40262         is 32-byte aligned.
40263
40264 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40265
40266         [BZ #11837]
40267         * iconvdata/gb18030.c: Update tables.
40268         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40269         characters specially.
40270         (BODY for TO_LOOP): Add encoding of missing ranges.
40271
40272 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40273
40274         [BZ #13673]
40275         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40276         * sysdeps/mach/hurd/dup3.c: Likewise.
40277         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40278         * sysdeps/powerpc/memmove.c:: Likewise.
40279
40280 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40281
40282         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40283         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40284
40285 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40286
40287         * elf/elf.h (R_X86_64_RELATIVE64): New.
40288         (R_X86_64_NUM): Updated.
40289         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40290         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40291         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40292         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40293         tst-quad1pie tst-quad2pie
40294         (modules-names): Add tst-quadmod1 tst-quadmod2.
40295         ($(objpfx)tst-quad1): New dependency.
40296         ($(objpfx)tst-quad2): Likewise.
40297         ($(objpfx)tst-quad1pie): Likewise.
40298         ($(objpfx)tst-quad2pie): Likewise.
40299         * sysdeps/x86_64/tst-quad1.c: New file.
40300         * sysdeps/x86_64/tst-quad1pie.c: New file.
40301         * sysdeps/x86_64/tst-quad2.c: Likewise.
40302         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40303         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40304         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40305         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40306         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40307
40308 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40309
40310         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40311         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40312         * streams/stropts.h (t_scalar_t): Define type.
40313
40314         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40315         (_PATH_PRESERVE): Set to "/var/lib".
40316         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40317
40318         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40319         instead of int.
40320
40321         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40322         if __dir_mkfile succeeded.
40323
40324         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40325         checking for _hurd_dtablesize.  Unlock it right after having
40326         finished _hurd_dtable allocation.
40327
40328 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40329
40330         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40331         * sysdeps/mach/hurd/configure: Regenerated.
40332         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40333         special-casing to...
40334         * sysdeps/gnu/configure.in: ... this new file.
40335         * sysdeps/unix/sysv/linux/configure: Regenerated.
40336         * sysdeps/gnu/configure: New generated file.
40337
40338         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40339         for Linux: use nsec instead of usec, as well as:
40340         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40341         members of type struct timespec.
40342         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40343         New macros.
40344         (struct stat64): Likewise.
40345         (_STATBUF_ST_NSEC): New macro.
40346         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40347
40348         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40349         __strtoul_internal rather than strtoul.
40350
40351 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40352
40353         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40354         and reject them.
40355
40356 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40357
40358         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40359         which preserves existing values.
40360         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40361
40362 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40363
40364         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40365         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40366         greater than FD_SETSIZE.
40367
40368 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40369
40370         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40371         allocated, call __vm_protect to finish enabling the existing space, and
40372         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40373         allocate the remainder.
40374
40375 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40376
40377         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40378         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40379
40380 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40381
40382         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40383         sysdeps/mach/hurd/readlink.c.
40384
40385         * posix/tst-sysconf.c (posix_options): Only use
40386         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40387         _POSIX_SYNCHRONIZED_IO when they are defined
40388         * sysdeps/mach/hurd/bits/posix_opt.h:
40389         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40390         (_XOPEN_REALTIME): Undefine macro.
40391         (_XOPEN_REALTIME_THREADS): Undefine macro.
40392         (_XOPEN_SHM): Undefine macro.
40393         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40394         macro to -1.
40395         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40396         macro to -1.
40397         (_POSIX_ASYNC_IO): Undefine macro.
40398         (_POSIX_PRIORITIZED_IO): Undefine macro.
40399         (_POSIX_SPIN_LOCKS): Define macro to -1.
40400
40401         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40402         SA_NODEFER, SA_RESETHAND.
40403         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40404         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40405         F_DUPFD_CLOEXEC.
40406
40407 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40408
40409         * elf/Makefile (pldd-modules): Define unconditionally.
40410
40411 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40412
40413         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40414
40415 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40416
40417         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40418         Return ENOENT when name is empty.
40419         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40420
40421 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40422
40423         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40424
40425         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40426
40427 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40428
40429         Fix mlock in all cases except non-readable pages.
40430         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40431         instead of VM_PROT_ALL as parameter to __vm_wire function.
40432
40433         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40434         (__mkdir): When path is `/', just fail with EEXIST.
40435         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40436
40437 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40438
40439         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40440         <sys/uio.h> (for writev).
40441         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40442         and <sys/param.h> (for MIN).
40443
40444 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40445
40446         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40447         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40448         if interrupted.
40449
40450 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40451
40452         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40453         Depend on against $(link-rpcuserlibs).
40454
40455 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40456
40457         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40458         (__libc_stack_end): Do not use attribute_relro.
40459         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40460         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40461         to libthread-provided value.
40462         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40463         attribute_relro.
40464
40465 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40466
40467         [BZ #3748]
40468         * bits/libc-lock.h (__libc_once_get): New macro.
40469         * sysdeps/mach/bits/libc-lock.h: Likewise.
40470         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40471         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40472         instead of using implementation details.
40473
40474         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40475         * libio/freopen.c: Likewise.
40476         * libio/freopen64.c: Likewise.
40477         * misc/syslog.c: Likewise.
40478         * nscd/connections.c: Likewise.
40479         * nscd/netgroupcache.c: Likewise.
40480         * sysdeps/posix/getcwd.c: Likewise.
40481
40482 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40483
40484         * math/w_ilogbf.c: Add #include <limits.h>.
40485
40486 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40487
40488         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40489         path instead of returning without unlocking.
40490
40491         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40492         immediate-write ioctls.
40493         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40494
40495 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40496
40497         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40498         __builtin_frame_address instead of making assumptions about the
40499         location of the return address relative to DATA.  Force early load of
40500         the return address.
40501         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40502         __builtin_frame_address.
40503
40504         dup3 for GNU Hurd.
40505         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40506         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40507         implement dup3 and do some further code clean-ups.
40508         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40509         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40510
40511 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40512
40513         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40514
40515         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40516         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40517         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40518         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40519         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40520         d->port.lock.
40521
40522         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40523         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40524         when handler == SIG_ERR, not when handler != SIG_ERR.
40525
40526 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40527
40528         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40529         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40530         definitions.
40531
40532         accept4 for GNU Hurd.
40533         * include/sys/socket.h (__libc_accept4): New prototype.
40534         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40535         to implement __libc_accept4.
40536         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40537         __libc_accept4.
40538         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40539
40540         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40541         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40542         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40543         signal-defines.sym.
40544
40545 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40546
40547         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40548
40549 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40550
40551         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40552         assertion on O_CLOEXEC flag.
40553         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40554         * hurd/intern-fd.c: Likewise.
40555         * hurd/port2fd.c: Likewise.
40556
40557 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40558
40559         [BZ #3906]
40560         * bits/in.h (IPV6_PKTINFO): Define new macro.
40561         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40562
40563 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40564
40565         [BZ #13954]
40566         [BZ #13955]
40567         [BZ #13956]
40568         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40569         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40570         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40571         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40572         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40573         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40574         * math/libm-test.inc (logb_test) : Additional logb tests.
40575
40576 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40577             Andreas Jaeger  <aj@suse.de>
40578
40579         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40580         * configure: Regenerated.
40581         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40582         * config.make.in (link-obsolete-rpc): New substituted variable.
40583         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40584         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40585         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40586         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40587         so that libc.a contains the symbols.
40588         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40589         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40590         * sunrpc/auth_none.c: Likewise.
40591         * sunrpc/auth_unix.c: Likewise.
40592         * sunrpc/authdes_prot.c: Likewise.
40593         * sunrpc/authuxprot.c: Likewise.
40594         * sunrpc/clnt_gen.c: Likewise.
40595         * sunrpc/clnt_perr.c: Likewise.
40596         * sunrpc/clnt_raw.c: Likewise.
40597         * sunrpc/clnt_simp.c: Likewise.
40598         * sunrpc/clnt_tcp.c: Likewise.
40599         * sunrpc/clnt_udp.c: Likewise.
40600         * sunrpc/clnt_unix.c: Likewise.
40601         * sunrpc/des_crypt.c: Likewise.
40602         * sunrpc/des_soft.c: Likewise.
40603         * sunrpc/get_myaddr.c: Likewise.
40604         * sunrpc/key_call.c: Likewise.
40605         * sunrpc/key_prot.c: Likewise.
40606         * sunrpc/netname.c: Likewise.
40607         * sunrpc/pm_getmaps.c: Likewise.
40608         * sunrpc/pm_getport.c: Likewise.
40609         * sunrpc/pmap_clnt.c: Likewise.
40610         * sunrpc/pmap_prot.c: Likewise.
40611         * sunrpc/pmap_prot2.c: Likewise.
40612         * sunrpc/pmap_rmt.c: Likewise.
40613         * sunrpc/publickey.c: Likewise.
40614         * sunrpc/rpc_cmsg.c: Likewise.
40615         * sunrpc/rpc_common.c: Likewise.
40616         * sunrpc/rpc_dtable.c: Likewise.
40617         * sunrpc/rpc_prot.c: Likewise.
40618         * sunrpc/rpc_thread.c: Likewise.
40619         * sunrpc/rtime.c: Likewise.
40620         * sunrpc/svc.c: Likewise.
40621         * sunrpc/svc_auth.c: Likewise.
40622         * sunrpc/svc_raw.c: Likewise.
40623         * sunrpc/svc_run.c: Likewise.
40624         * sunrpc/svc_tcp.c: Likewise.
40625         * sunrpc/svc_udp.c: Likewise.
40626         * sunrpc/svc_unix.c: Likewise.
40627         * sunrpc/svcauth_des.c: Likewise.
40628         * sunrpc/xcrypt.c: Likewise.
40629         * sunrpc/xdr.c: Likewise.
40630         * sunrpc/xdr_array.c: Likewise.
40631         * sunrpc/xdr_float.c: Likewise.
40632         * sunrpc/xdr_intXX_t.c: Likewise.
40633         * sunrpc/xdr_mem.c: Likewise.
40634         * sunrpc/xdr_rec.c: Likewise.
40635         * sunrpc/xdr_ref.c: Likewise.
40636         * sunrpc/xdr_sizeof.c: Likewise.
40637         * sunrpc/xdr_stdio.c: Likewise.
40638
40639 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40640
40641         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40642         change.  Update copyright years.
40643
40644 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40645
40646         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40647
40648 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40649             Joseph Myers  <joseph@codesourcery.com>
40650             Paul Pluzhnikov  <ppluzhnikov@google.com>
40651
40652         [BZ #14012]
40653         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40654         requiring rpcgen.
40655         [cross-compiling] (extra-libs): Likewise.
40656         [cross-compiling] (extra-libs-others): Likewise.
40657         [cross-compiling] (librpcsvc-routines): Likewise.
40658         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40659         [cross-compiling] (omit-deps): Likewise.
40660         (sunrpc-CPPFLAGS): New variable.
40661         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40662         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40663         (cross-rpcgen-objs): New variable.
40664         (extra-objs): Append $(cross-rpcgen-objs).
40665         ($(cross-rpcgen-objs)): New rule.
40666         ($(objpfx)cross-rpcgen): Likewise.
40667         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40668         comment.
40669         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40670         ($(objpfx)x%.stmp): Likewise.
40671         * sunrpc/proto.h [IS_IN_build] (_): Define.
40672         [IS_IN_build] (_libc_intl_domainname): Likewise.
40673
40674 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40675
40676         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40677         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40678         and R_X86_64_TPOFF64.
40679
40680 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40681
40682         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40683         sysdeps/unix/sysv/syscalls.list.
40684         (stime): Likewise.
40685         (utime): Likewise.
40686         * sysdeps/unix/sysv/syscalls.list: Remove file.
40687
40688 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40689
40690         [BZ #3440]
40691         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40692         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40693         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40694         (__LC_IDENTIFICATION): Make these macros useful in #if
40695         expressions, as required by C99.
40696
40697 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40698
40699         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40700         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40701         after this.
40702
40703 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40704
40705         * stdlib/longlong.h: Updated from GCC.
40706
40707 2012-05-09  Andreas Jaeger  <aj@suse.de>
40708
40709         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40710         default is first entry.
40711         (run_mode): Set type.
40712         (main): Remove informal message about syslog.
40713         (options): Fix typo.
40714
40715         [BZ #14053]
40716         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40717         to asm.
40718         (lrint): Likewise.
40719         (llrintf): Likewise.
40720         (llrint): Likewise.
40721         (rint): Likewise.
40722         (rintf): Likewise.
40723         (nearbyint): Likewise.
40724         (nearbyintf): Likewise.
40725
40726 2012-05-09  Andreas Jaeger  <aj@suse.de>
40727             Pedro Alves  <palves@redhat.com>
40728
40729         * nscd/nscd.c (run_mode): Use enum.
40730         (main): Cleanup coding style issue.
40731
40732 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40733             Andreas Jaeger  <aj@suse.de>
40734
40735         * nscd/nscd.c (go_background): Replaced with...
40736         (run_mode): ... this.
40737         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40738         (options): Add -F --foreground.
40739         (main): Implement it.
40740         (parse_opt): Parse it.
40741
40742 2012-05-09  Andreas Jaeger  <aj@suse.de>
40743
40744         [BZ #14083]
40745         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40746         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40747         -Wconversion warning.
40748         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40749         Likewise.
40750
40751 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40752
40753         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40754         == 0.
40755         (LC_ALL): Use macro-int-constant.
40756         (LC_COLLATE): Likewise.
40757         (LC_CTYPE): Likewise.
40758         (LC_MESSAGES): Likewise.
40759         (LC_MONETARY): Likewise.
40760         (LC_NUMERIC): Likewise.
40761         (LC_TIME): Likewise.
40762         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40763         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40764         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40765         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40766         Specify type.
40767         [C99-based standards] (float_t): Expect type.
40768         [C99-based standards] (double_t): Expect type.
40769         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40770         type.
40771         [C99-based standards] (HUGE_VALL): Likewise.
40772         [C99-based standards] (INFINITY): Likewise.
40773         [C99-based standards] (NAN): Likewise.
40774         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40775         [C99-based standards] (FP_NAN): Likewise.
40776         [C99-based standards] (FP_NORMAL): Likewise.
40777         [C99-based standards] (FP_SUBNORMAL): Likewise.
40778         [C99-based standards] (FP_ZERO): Likewise.
40779         [C99-based standards] (FP_FAST_FMA): Use
40780         optional-macro-int-constant.  Specify type.  Require == 1.
40781         [C99-based standards] (FP_FAST_FMAF): Likewise.
40782         [C99-based standards] (FP_FAST_FMAL): Likewise.
40783         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40784         [C99-based standards] (FP_ILOGBNAN): Likewise.
40785         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40786         Specify type.
40787         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40788         [C99-based standards] (math_errhandling): Specify type.
40789         [ISO99 || ISO11] (signgam): Do not allow.
40790         [non-C99-based standards] (copysignf): Do not allow.
40791         [non-C99-based standards] (exp2f): Likewise.
40792         [non-C99-based standards] (log2f): Likewise.
40793         [non-C99-based standards] (modff): Allow.
40794         [non-C99-based standards] (erff): Do not allow.
40795         [non-C99-based standards] (erfcf): Likewise.
40796         [non-C99-based standards] (gammaf): Likewise.
40797         [non-C99-based standards] (hypotf): Likewise.
40798         [non-C99-based standards] (j0f): Likewise.
40799         [non-C99-based standards] (j1f): Likewise.
40800         [non-C99-based standards] (jnf): Likewise.
40801         [non-C99-based standards] (lgammaf): Likewise.
40802         [non-C99-based standards] (tgammaf): Likewise.
40803         [non-C99-based standards] (y0f): Likewise.
40804         [non-C99-based standards] (y1f): Likewise.
40805         [non-C99-based standards] (ynf): Likewise.
40806         [non-C99-based standards] (isnanf): Likewise.
40807         [non-C99-based standards] (acoshf): Likewise.
40808         [non-C99-based standards] (asinhf): Likewise.
40809         [non-C99-based standards] (atanhf): Likewise.
40810         [non-C99-based standards] (cbrtf): Likewise.
40811         [non-C99-based standards] (expm1f): Likewise.
40812         [non-C99-based standards] (ilogbf): Likewise.
40813         [non-C99-based standards] (log1pf): Likewise.
40814         [non-C99-based standards] (logbf): Likewise.
40815         [non-C99-based standards] (nextafterf): Likewise.
40816         [non-C99-based standards] (remainderf): Likewise.
40817         [non-C99-based standards] (rintf): Likewise.
40818         [non-C99-based standards] (scalbf): Likewise.
40819         [non-C99-based standards] (copysignl): Likewise.
40820         [non-C99-based standards] (exp2l): Likewise.
40821         [non-C99-based standards] (log2l): Likewise.
40822         [non-C99-based standards] (modfl): Allow.
40823         [non-C99-based standards] (erfl): Do not allow.
40824         [non-C99-based standards] (erfcl): Likewise.
40825         [non-C99-based standards] (gammal): Likewise.
40826         [non-C99-based standards] (hypotl): Likewise.
40827         [non-C99-based standards] (j0l): Likewise.
40828         [non-C99-based standards] (j1l): Likewise.
40829         [non-C99-based standards] (jnl): Likewise.
40830         [non-C99-based standards] (lgammal): Likewise.
40831         [non-C99-based standards] (tgammal): Likewise.
40832         [non-C99-based standards] (y0l): Likewise.
40833         [non-C99-based standards] (y1l): Likewise.
40834         [non-C99-based standards] (ynl): Likewise.
40835         [non-C99-based standards] (isnanl): Likewise.
40836         [non-C99-based standards] (acoshl): Likewise.
40837         [non-C99-based standards] (asinhl): Likewise.
40838         [non-C99-based standards] (atanhl): Likewise.
40839         [non-C99-based standards] (cbrtl): Likewise.
40840         [non-C99-based standards] (expm1l): Likewise.
40841         [non-C99-based standards] (ilogbl): Likewise.
40842         [non-C99-based standards] (log1pl): Likewise.
40843         [non-C99-based standards] (logbl): Likewise.
40844         [non-C99-based standards] (nextafterl): Likewise.
40845         [non-C99-based standards] (remainderl): Likewise.
40846         [non-C99-based standards] (rintl): Likewise.
40847         [non-C99-based standards] (scalbl): Likewise.
40848         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40849         [non-C99-based standards] (FP_*): Do not allow.
40850         [C99-based standards] (FP_*): Change to
40851         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40852         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40853         allow.
40854         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40855         (SIG_ERR): Likewise.
40856         [X/Open-based standards] (SIG_HOLD): Likewise.
40857         (SIG_IGN): Likewise.
40858         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40859         positive value.
40860         (SIGFPE): Likewise.
40861         (SIGILL): Likewise.
40862         (SIGINT): Likewise.
40863         (SIGSEGV): Likewise.
40864         (SIGTER): Likewise.
40865         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40866         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40867         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40868         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40869         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40870         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40871         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40872         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40873         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40874         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40875         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40876         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40877         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40878         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40879         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40880         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40881         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40882         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40883         [X/Open-based standards] (SIGTRAP): Likewise.
40884         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40885         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40886         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40887         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40888         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40889         allow.
40890
40891 2012-05-08  Ian Wienand  <ianw@vmware.com>
40892
40893         [BZ #14080]
40894         * time/tzset.c (__tzset_parse_tz): Update default rules for
40895         daylight time changes in the Energy Policy Act of 2005.
40896
40897 2012-05-09  Andreas Jaeger  <aj@suse.de>
40898
40899         [BZ #13983]
40900         * elf/ldconfig.c (parse_conf): Change string to make clear that
40901         ldconfig only issued a warning if ld.so.conf does not exist.
40902
40903 2012-05-08  David S. Miller  <davem@davemloft.net>
40904
40905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40906         movxtod instead of popping the value on the stack.
40907
40908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40909
40910 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40911
40912         * config.h.in: Add HAVE_ARM_PCS_VFP.
40913
40914 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40915
40916         [BZ #13979]
40917         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40918         checking but the checks are disabled for any reason.
40919
40920 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40921
40922         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40923         and ELF64_R_TYPE with ELFW(R_TYPE).
40924
40925 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40926
40927         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40928         (ulimit): Likewise.
40929
40930         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40931         (settimeofday): Likewise.
40932
40933 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40934
40935         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40936         a struct th_u2 inside the union, and move tu_block/tu_code into
40937         a new th_u3 union of tu_block/tu_code inside of that.  Move
40938         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40939         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40940         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40941         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40942         (th_stuff): Change to th_u1.tu_stuff.
40943         (th_data): Define.
40944         (th_msg): Change to th_u1.th_u2.tu_data.
40945
40946 2012-05-07  David S. Miller  <davem@davemloft.net>
40947
40948         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40949
40950         [BZ #14074]
40951         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40952         (SETUP_PIC_REG): Use it.
40953         (SETUP_PIC_REG_LEAF): Use it.
40954
40955 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40956
40957         [BZ #13885]
40958         [BZ #13923]
40959         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40960         USE_AS_EXPM1L.
40961         (EXPL_FINITE): Likewise.
40962         (FLDLOG): Likewise.
40963         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40964         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40965         e_expl.S.
40966         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40967         USE_AS_EXPM1L.
40968         (EXPL_FINITE): Likewise.
40969         (FLDLOG): Likewise.
40970         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40971         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40972         e_expl.S.
40973         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40974         test of -max_value argument for long double.
40975         * sysdeps/i386/fpu/libm-test-ulps: Update.
40976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40977
40978 2012-05-06  David S. Miller  <davem@davemloft.net>
40979
40980         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40981         quad soft-float symbols whose references which are compiler
40982         generated.
40983         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40984
40985 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40986
40987         [BZ #13884]
40988         [BZ #13914]
40989         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40990         USE_AS_EXP10L.
40991         (EXPL_FINITE): Likewise.
40992         (FLDLOG): Likewise.
40993         (c0): Likewise.
40994         (c1): Likewise.
40995         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40996         Adjust comments for base varying.
40997         (__expl_finite): Change alias to EXPL_FINITE.
40998         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40999         e_expl.S.
41000         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41001         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41002         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41003         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41004         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41005         USE_AS_EXP10L.
41006         (EXPL_FINITE): Likewise.
41007         (FLDLOG): Likewise.
41008         (c0): Likewise.
41009         (c1): Likewise.
41010         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41011         Adjust comments for base varying.
41012         (__expl_finite): Change alias to EXPL_FINITE.
41013         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41014         tests for bugs.
41015         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41016
41017         [BZ #14064]
41018         * math/libm-test.inc (check_float_internal): Correct ulp
41019         calculation for subnormal expected results.
41020
41021 2012-05-06  Andreas Jaeger  <aj@suse.de>
41022
41023         * Makeconfig (+math-flags): New, set to -frounding-math.
41024         (+cflags): Add +math-flags so that all of glibc gets compiled with
41025         it.
41026
41027         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41028
41029 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41030
41031         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41032         Disable one test.
41033
41034         [BZ #13787]
41035         [BZ #13922]
41036         [BZ #14036]
41037         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41038         (__ieee754_expl): Allow for and saturate large arguments.
41039         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41040         (u_threshold): Likewise.
41041         (__exp): Call __ieee754_exp before checking for overflow and
41042         underflow.
41043         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41044         (u_threshold): Likewise.
41045         (__expf): Call __ieee754_expf before checking for overflow and
41046         underflow.
41047         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41048         (u_threshold): Likewise.
41049         (__expl): Call __ieee754_expl before checking for overflow and
41050         underflow.
41051         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41052         (__ieee754_expl): Allow for and saturate large arguments.
41053         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41054         missing overflow exception on overflow.
41055         (expm1_test): Do not allow missing overflow exception on overflow.
41056
41057         * sysdeps/i386/fpu/e_expl.c: Move to ...
41058         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41059         rather than using inline asm.
41060         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41061         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41062         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41063
41064         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41065         (nice): Likewise.
41066         (poll): Likewise.
41067         (signal): Likewise.
41068         (time): Likewise.
41069         (times): Likewise.
41070
41071 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41072
41073         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41074         sysdeps/unix/common/syscalls.list.
41075         (fchmod): Likewise.
41076         (fchown): Likewise.
41077         (ftruncate): Likewise.
41078         (getrusage): Likewise.
41079         (gettimeofday): Likewise.
41080         (setpgid): Likewise.
41081         (setregid): Likewise.
41082         (setreuid): Likewise.
41083         (sigaction): Likewise.
41084         (truncate): Likewise.
41085         (vhangup): Likewise.
41086         * sysdeps/unix/common/syscalls.list: Remove file.
41087         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41088         * sysdeps/unix/sysv/linux/Implies: Likewise.
41089
41090 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41091
41092         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41093         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41094         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41095         Moved to ...
41096         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41097         Here.
41098         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41099         to ...
41100         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41101         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41102         to ...
41103         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41104         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41105         to ...
41106         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41107         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41108         to ...
41109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41110         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41111         to ...
41112         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41113         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41114         to ...
41115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41116         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41117         to ...
41118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41119         Here.
41120         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41121         to ...
41122         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41123         Here.
41124         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41125         to ...
41126         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41127         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41128         Moved to ...
41129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41130         Here.
41131         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41132         to ...
41133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41134
41135 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41136
41137         * sysdeps/unix/common/bits/dirent.h: Remove file.
41138         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41139
41140         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41141         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41142         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41143         * sysdeps/unix/bsd/isatty.c: Likewise.
41144         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41145         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41146         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41147
41148 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41149
41150         [BZ #13563]
41151         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41152         long double comparison inaccuracies.
41153         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41154         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41155
41156 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41157
41158         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41159         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41160
41161 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41162
41163         [BZ #14049]
41164         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41165         nonzero digits before rounding a hex value.
41166         * stdlib/tst-strtod.c (tests): Add another test.
41167
41168 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41169
41170         * sysdeps/s390/fpu/libm-test-ulps: Update.
41171
41172 2012-05-03  Andreas Jaeger  <aj@suse.de>
41173
41174         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41175         does not get optimized out.
41176         (malloc_opt_barrier): New.
41177
41178 2012-05-03  Andreas Jaeger  <aj@suse.de>
41179             Roland McGrath  <roland@hack.frob.com>
41180
41181         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41182         intermediate file deletion.
41183         (generated): Add .symlist files.
41184
41185 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41186
41187         [BZ #13775]
41188         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41189         Redirect under this condition.
41190         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41191         [__USE_GNU] (__dprintf_chk): Not under this condition.
41192         [__USE_GNU] (__vdprintf_chk): Likewise.
41193         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41194         under this condition.
41195         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41196         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41197         [__USE_XOPEN2K8] (vdprintf): Likewise.
41198         [__USE_GNU] (__dprintf_chk): Not under this condition.
41199         [__USE_GNU] (__vdprintf_chk): Likewise.
41200         [__USE_GNU] (dprintf): Likewise.
41201         [__USE_GNU] (vdprintf): Likewise.
41202
41203 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41204
41205         * elf/Makefile (common-generated): Set this instead of generated for
41206         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41207         $(all-built-dso)-derived lists.
41208
41209 2012-05-03  Andreas Jaeger  <aj@suse.de>
41210
41211         * sysdeps/i386/fpu/libm-test-ulps: Update.
41212
41213         * FAQ: Removed.
41214         * FAQ.in: Likewise.
41215         * scripts/gen-FAQ.pl: Likewise.
41216         * manual/install.texi (Installation): Point to online location of
41217         FAQ.
41218         * Makefile (files-for-dist): Remove FAQ.
41219         (FAQ): Remove.
41220
41221 2012-05-02  Allan McRae  <allan@archlinux.org>
41222
41223         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41224         (LDFLAGS-reldepmod5.so): Likewise.
41225         (LDFLAGS-reldep6mod1.so): Likewise.
41226         (LDFLAGS-reldep6mod4.so): Likewise.
41227         (LDFLAGS-reldep8mod3.so): Likewise.
41228         (LDFLAGS-unload4mod1.so): Likewise.
41229         (LDFLAGS-unload4mod2.so): Likewise.
41230         (LDFLAGS-tst-initorder): Likewise.
41231         (LDFLAGS-tst-initordera2.so): Likewise.
41232         (LDFLAGS-tst-initordera3.so): Likewise.
41233         (LDFLAGS-tst-initordera4.so): Likewise.
41234         (LDFLAGS-tst-initorderb2.so): Likewise.
41235         (LDFLAGS-noload): Likewise.
41236         (LDFLAGS-next): Likewise.
41237         (LDFLAGS-order2mod1.so): Likewise.
41238         (LDFLAGS-order2mod2.so): Likewise.
41239         (LDFLAGS-tst-initorder2): Likewise.
41240         (LDFLAGS-tst-initorder2a.so): Likewise.
41241         (LDFLAGS-tst-initorder2b.so): Likewise.
41242         (LDFLAGS-tst-initorder2c.so): Likewise.
41243         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41244
41245 2012-05-02  David S. Miller  <davem@davemloft.net>
41246
41247         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41248
41249 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41250
41251         [BZ #14055]
41252         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41253
41254 2012-05-02  Andreas Jaeger  <aj@suse.de>
41255
41256         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41257         since we manipulate rounding mode.
41258         (CPPFLAGS-test-idouble.c): Likewise.
41259         (CPPFLAGS-test-ifloat.c): Likewise.
41260         (CFLAGS-test-ldouble.c): Likewise.
41261         (CFLAGS-test-double.c): Likewise.
41262         (CFLAGS-test-float.c): Likewise.
41263         (CFLAGS-test-misc.c): Likewise.
41264         (CFLAGS-test-test-fenv.c): Likewise.
41265
41266 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41267
41268         [BZ #2550]
41269         [BZ #2570]
41270         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41271         comparisons to determine direction to adjust input.
41272
41273 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41274
41275         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41276         output to the target.
41277
41278         * scripts/localplt.awk: New file.
41279         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41280         (check-localplt-CFLAGS): Variable removed.
41281         ($(all-built-dso:=.jmprel)): New static pattern rule.
41282         (generated): Add those targets.
41283         (localplt-built-dso): New variable.
41284         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41285
41286         * elf/check-localplt.c: File removed.
41287
41288         * scripts/check-execstack.awk: New file.
41289         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41290         (check-execstack-CFLAGS): Variable removed.
41291         ($(objpfx)check-execstack.h): Target removed.
41292         ($(objpfx)execstack-default): New target.
41293         (generated): Add that instead of check-execstack.h.
41294         ($(all-built-dso:=.phdr)): New static pattern rule.
41295         (generated): Add those targets.
41296         * elf/check-execstack.c: File removed.
41297
41298         * scripts/check-textrel.awk: New file.
41299         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41300         (check-textrel-CFLAGS): Variable removed.
41301         (all-built-dso): Use := to define.o
41302         ($(all-built-dso:=.dyn)): New static pattern rule.
41303         (generated): Add those targets.
41304         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41305         * config.make.in (READELF): New substituted variable.
41306         * elf/check-textrel.c: File removed.
41307
41308 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41309
41310         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41311         allow.
41312         * conform/data/ctype.h-data [C99-based standards] (isblank):
41313         Expect function.
41314         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41315         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41316         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41317         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41318         Specify type.  Require positive value.
41319         (EILSEQ): Likewise.
41320         (ERANGE): Likewise.
41321         [ISO || POSIX] (EILSEQ): Do not expect.
41322         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41323         Specify type.  Require positive value.
41324         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41325         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41326         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41327         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41328         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41329         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41330         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41331         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41332         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41333         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41334         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41335         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41336         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41337         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41338         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41339         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41340         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41341         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41342         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41343         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41344         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41345         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41346         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41347         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41348         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41349         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41350         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41351         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41352         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41353         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41354         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41355         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41356         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41357         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41358         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41359         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41360         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41361         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41362         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41363         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41364         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41365         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41366         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41367         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41368         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41369         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41370         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41371         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41372         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41373         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41374         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41375         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41376         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41377         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41378         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41379         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41380         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41381         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41382         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41383         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41384         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41385         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41386         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41387         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41388         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41389         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41390         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41391         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41392         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41393         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41394         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41395         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41396         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41397         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41398         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41399         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41400         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41401         Require >= 2.
41402         (FLT_ROUNDS): Expect as macro, not constant.
41403         (FLT_MANT_DIG): Use macro-int-constant.
41404         (DBL_MANT_DIG): Likewise.
41405         (LDBL_MANT_DIG): Likewise.
41406         (FLT_DIG): Likewise.
41407         (DBL_DIG): Likewise.
41408         (LDBL_DIG): Likewise.
41409         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41410         (DBL_MIN_EXP): Likewise.
41411         (LDBL_MIN_EXP): Likewise.
41412         (FLT_MAX_EXP): Use macro-int-constant.
41413         (DBL_MAX_EXP): Likewise.
41414         (LDBL_MAX_EXP): Likewise.
41415         (FLT_MAX_10_EXP): Likewise.
41416         (DBL_MAX_10_EXP): Likewise.
41417         (LDBL_MAX_10_EXP): Likewise.
41418         (FLT_MAX): Use macro-constant.
41419         (DBL_MAX): Likewise.
41420         (LDBL_MAX): Likewise.
41421         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41422         (DBL_EPSILON): Likewise.
41423         (LDBL_EPSILON): Likewise.
41424         (FLT_MIN): Likewise.
41425         (DBL_MIN): Likewise.
41426         (LDBL_MIN): Likewise.
41427         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41428         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41429         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41430         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41431         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41432         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41433         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41434         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41435         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41436         [ISO11] (FLT_TRUE_MIN): Likewise.
41437         [ISO11] (LDBL_TRUE_MIN): Likewise.
41438         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41439         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41440         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41441         (SCHAR_MAX): Likewise.
41442         (UCHAR_MAX): Likewise.
41443         (CHAR_MIN): Likewise.
41444         (CHAR_MAX): Likewise.
41445         (MB_LEN_MAX): Use macro-int-constant.
41446         (SHRT_MIN): Use macro-int-constant.  Specify type.
41447         (SHRT_MAX): Likewise.
41448         (USHRT_MAX): Likewise.
41449         (INT_MAX): Likewise.
41450         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41451         bound negative.
41452         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41453         bound with "U".
41454         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41455         bound with "L".
41456         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41457         bound negative.  Suffix upper bound with "L".
41458         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41459         bound with "UL".
41460         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41461         Specify type.
41462         [C99-based standards] (LLONG_MAX): Likewise.
41463         [C99-based standards] (ULLONG_MAX): Likewise.
41464         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41465         == 0.
41466         [ISO11] (max_align_t): Require type.
41467         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41468
41469         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41470         from $CFLAGS, without defining away __attribute__ calls.
41471         (checknamespace): Use $CFLAGS_namespace.
41472
41473         * conform/conformtest.pl (@keywords): Only include C99 keywords
41474         for standards based on C99 or C11.
41475
41476         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41477         Disable tests.
41478         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41479         UNIX98]: Likewise.
41480
41481         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41482         usability of symbols in #if.
41483
41484         * conform/conformtest.pl: If macro or constant types start
41485         "promoted:", expect the symbol to be of the following type
41486         promoted by the integer promotions.
41487
41488         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41489         in one place.  Also handle "macro-constant".
41490
41491         * conform/conformtest.pl: Only accept expected macro values with
41492         "==".  Parse all "macro" lines in one place.
41493         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41494
41495         * conform/conformtest.pl: Handle braced types on "constant" lines
41496         instead of handling "typed-constant".
41497         * conform/data/signal.h-data: Use "constant" instead of
41498         "typed-constant".
41499
41500         * conform/conformtest.pl: Handle "optional-" at start of lines in
41501         one place rather than duplicating several cases.  Handle each
41502         format of "macro" line with initial "optional-".
41503
41504         * conform/conformtest.pl: Only accept expected constant or
41505         optional-constant values with "==".  Parse all "constant" lines in
41506         one place.  Parse all "optional-constant" lines in one place.
41507         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41508         * conform/data/fmtmsg.h-data: Likewise.
41509         * conform/data/netinet/in.h-data: Likewise.
41510         * conform/data/tar.h-data: Likewise.
41511         * conform/data/limits.h-data: Use "==" form on "constant" and
41512         "optional-constant" lines.
41513
41514         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41515         Use -std=c99 for XOPEN2K.
41516         (@knownproblems): Remove.
41517         (newtoken): Don't check %isknown.
41518
41519         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41520         Do not expect macro.
41521         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41522         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41523         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41524         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41525         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41526         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41527         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41528         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41529         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41530         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41531         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41532         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41533         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41534         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41535         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41536         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41537         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41538         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41539         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41540         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41541         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41542         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41543         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41544         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41545         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41546         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41547         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41548         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41549         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41550         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41551         [XPG3] (acosh): Likewise.
41552         [XPG3] (asinh): Likewise.
41553         [XPG3] (atanh): Likewise.
41554         [XPG3] (cbrt): Likewise.
41555         [XPG3] (expm1): Likewise.
41556         [XPG3] (ilogb): Likewise.
41557         [XPG3] (log1p): Likewise.
41558         [XPG3] (logb): Likewise.
41559         [XPG3] (nextafter): Likewise.
41560         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41561         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41562         [XPG3] (remainder): Likewise.
41563         [XPG3] (rint): Likewise.
41564         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41565         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41566         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41567         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41568         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41569         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41570         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41571         [UNIX98 || XOPEN2K] (scalb): Expect.
41572         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41573         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41574         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41575         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41576         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41577         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41578         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41579         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41580         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41581         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41582         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41583         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41584         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41585         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41586         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41587         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41588         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41589         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41590         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41591         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41592         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41593         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41594         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41595         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41596         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41597         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41598         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41599         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41600         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41601         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41602         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41603         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41604         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41605         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41606         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41607         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41608         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41609         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41610         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41611         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41612         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41613         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41614         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41615         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41616         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41617         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41618         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41619         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41620         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41621         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41622         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41623         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41624         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41625         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41626         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41627         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41628         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41629         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41630         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41631         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41632         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41633         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41634         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41635         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41636         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41637         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41638         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41639         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41640         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41642         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41643         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41648         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41649         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41652         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41653         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41656         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41657         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41658         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41659         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41660         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41661         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41662         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41663         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41664         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41665         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41666         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41667         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41668         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41669         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41670         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41671         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41672         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41673         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41674         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41675         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41676         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41677         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41678         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41680         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41681         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41682         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41686         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41687         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41688         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41690         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41691         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41692         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41693         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41694         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41695         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41696         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41697         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41698         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41699         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41700         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41709
41710         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41711         _XOPEN_SOURCE_EXTENDED for XPG4.
41712
41713         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41714
41715         * Makeconfig (localtime): Remove variable.
41716         (inst_localtime-file): Likewise.
41717
41718 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41719
41720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41721         Update.
41722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41723         Update.
41724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41725         Update.
41726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41727         Update.
41728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41729         Update.
41730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41731         Update.
41732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41733         Update.
41734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41735         Update.
41736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41737         Update.
41738
41739 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41740
41741         [BZ #2550]
41742         [BZ #2570]
41743         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41744         comparisons to determine direction to adjust input.
41745         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41746         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41747         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41748         Likewise.
41749         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41750         Likewise.
41751         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41752         Likewise.
41753         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41754         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41755         Likewise.
41756         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41757         Likewise.
41758         * math/libm-test.inc (nexttoward_test): Add more tests.
41759
41760 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41761
41762         [BZ #14040]
41763         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41764         in version GLIBC_2.1, not GLIBC_2.0.
41765         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41766         Likewise.
41767
41768 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41769
41770         [BZ #13942]
41771         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41772         (1 - x) * (1 + x).
41773         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41774         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41775         * math/libm-test.inc (acos_test): Add more tests.
41776         (asin_test): Likewise.
41777         * sysdeps/i386/fpu/libm-test-ulps: Update.
41778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41779
41780         [BZ #14034]
41781         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41782         of square root.
41783         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41784         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41785         * math/libm-test.inc (acos_test_tonearest): New function.
41786         (acos_test_towardzero): Likewise.
41787         (acos_test_downward): Likewise.
41788         (acos_test_upward): Likewise.
41789         (asin_test_tonearest): Likewise.
41790         (asin_test_towardzero): Likewise.
41791         (asin_test_downward): Likewise.
41792         (asin_test_upward): Likewise.
41793         (main): Call the new functions.
41794         * sysdeps/i386/fpu/libm-test-ulps: Update.
41795         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41796
41797         [BZ #13884]
41798         [BZ #13924]
41799         * math/e_exp10.c: Include <float.h>.
41800         (__ieee754_exp10): Handle underflow here rather than multiplying
41801         large negative argument by M_LN10.
41802         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41803         of __ieee754_expf.
41804         * math/e_exp10l.c: Include <float.h>.
41805         (__ieee754_exp10l): Handle underflow here rather than multiplying
41806         large negative argument by M_LN10l.
41807         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41808         spurious overflow exception on underflow.
41809
41810 2012-04-29  Marek Polacek  <polacek@redhat.com>
41811
41812         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41813         (__fortify_function): New macro.
41814         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41815         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41816         __extern_always_inline.
41817         * libio/bits/stdio2.h: Likewise.
41818         * libio/bits/stdio.h: Likewise.
41819         * string/string.h: Likewise.
41820         * string/bits/string3.h: Likewise.
41821         * include/stdio.h: Likewise.
41822         * stdlib/bits/stdlib.h: Likewise.
41823         * stdlib/stdlib.h: Likewise.
41824         * rt/bits/mqueue2.h: Likewise.
41825         * rt/mqueue.h: Likewise.
41826         * posix/bits/unistd.h: Likewise.
41827         * posix/unistd.h: Likewise.
41828         * io/bits/poll2.h: Likewise.
41829         * io/bits/fcntl2.h: Likewise.
41830         * io/fcntl.h: Likewise.
41831         * io/sys/poll.h: Likewise.
41832         * misc/bits/syslog.h: Likewise.
41833         * misc/bits/syslog-ldbl.h: Likewise.
41834         * misc/sys/syslog.h: Likewise.
41835         * socket/bits/socket2.h: Likewise.
41836         * socket/sys/socket.h: Likewise.
41837         * debug/tst-chk1.c: Likewise.
41838         * wcsmbs/bits/wchar2.h: Likewise.
41839         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41840         * wcsmbs/wchar.h: Likewise.
41841
41842 2012-04-29  Andreas Jaeger  <aj@suse.de>
41843
41844         * Makerules (tests): Remove enable-check-abi protection.
41845         (check-abi-warn): Remove.
41846         (check-abi-%): Remove check-abi-warn usage.
41847
41848         * configure.in: Remove check-abi configure option.
41849         * configure: Regenerated.
41850         * config.make.in (enable-check-abi): Remove.
41851
41852 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41853
41854         [BZ #14033]
41855         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41856         double functions to double *_finite functions.
41857
41858         [BZ #13941]
41859         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41860         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41861         LDBL_MIN_EXP.
41862         * stdio-common/Makefile (tests): Add tst-sprintf3.
41863         * stdio-common/tst-sprintf3.c: New file.
41864
41865         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41866         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41867
41868 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41869
41870         * conform/conformtest.pl: Remove duplicate typed-constant
41871         handling.
41872
41873 2012-04-28  David S. Miller  <davem@davemloft.net>
41874
41875         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41876         (check-abi-%): Remove AWK script prerequisite and explicit
41877         abilist directory.
41878         (check-abi): Rewrite to just diff the symlist with the abilist.
41879         (config-tls, config-abi-config): Delete, no longer used.
41880         (update-abi-%): Remove AWK script and explicit abilist directory.
41881         (update-abi): Rewrite to simply compare and conditionally copy the
41882         symlist and the sysdep abilist file.  Remove update-abi-config
41883         checks.
41884         * abilist/ld.abilist: Remove.
41885         * abilist/libBrokenLocale.abilist: Remove.
41886         * abilist/libanl.abilist: Remove.
41887         * abilist/libcrypt.abilist: Remove.
41888         * abilist/libdl.abilist: Remove.
41889         * abilist/librt.abilist: Remove.
41890         * abilist/libthread_db.abilist: Remove.
41891         * abilist/libutil.abilist: Remove.
41892         * scripts/extract-abilist.awk: Remove.
41893         * scripts/merge-abilist.awk: Remove.
41894         * sysdeps/generic/libcidn.abilist: New file.
41895         * sysdeps/generic/libnss_compat.abilist: New file.
41896         * sysdeps/generic/libnss_db.abilist: New file.
41897         * sysdeps/generic/libnss_dns.abilist: New file.
41898         * sysdeps/generic/libnss_files.abilist: New file.
41899         * sysdeps/generic/libnss_hesiod.abilist: New file.
41900         * sysdeps/generic/libnss_nis.abilist: New file.
41901         * sysdeps/generic/libnss_nisplus.abilist: New file.
41902         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41903         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41904         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41905         file.
41906         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41907         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41908         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41909         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41910         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41911         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41912         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41913         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41914         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41915         file.
41916         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41917         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41918         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41919         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41920         file.
41921         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41922         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41923         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41924         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41925         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41926         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41927         file.
41928         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41929         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41930         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41931         file.
41932         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41933         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41934         New file.
41935         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41936         New file.
41937         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41938         New file.
41939         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41940         New file.
41941         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41942         New file.
41943         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41944         New file.
41945         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41946         New file.
41947         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41948         New file.
41949         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41950         New file.
41951         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41952         New file.
41953         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41954         New file.
41955         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41956         New file.
41957         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41958         New file.
41959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41960         file.
41961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41962         New file.
41963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41964         New file.
41965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41966         file.
41967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41968         New file.
41969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41970         New file.
41971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41972         file.
41973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41974         New file.
41975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41976         New file.
41977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41978         New file.
41979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41980         New file.
41981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41982         New file.
41983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41984         New file.
41985         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41986         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41987         file.
41988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41989         New file.
41990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41991         file.
41992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41993         file.
41994         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41995         file.
41996         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41997         file.
41998         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41999         file.
42000         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42001         New file.
42002         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42003         file.
42004         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42005         file.
42006         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42007         New file.
42008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42009         file.
42010         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42011         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42012         file.
42013         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42014         New file.
42015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42016         file.
42017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42018         file.
42019         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42020         file.
42021         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42022         file.
42023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42024         file.
42025         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42026         New file.
42027         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42028         file.
42029         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42030         file.
42031         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42032         New file.
42033         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42034         file.
42035         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42036         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42037         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42038         file.
42039         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42040         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42041         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42042         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42043         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42044         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42045         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42046         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42047         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42048         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42049         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42051         file.
42052         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42053         New file.
42054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42055         file.
42056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42057         file.
42058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42059         file.
42060         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42061         file.
42062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42063         file.
42064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42065         New file.
42066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42067         New file.
42068         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42069         file.
42070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42071         New file.
42072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42073         file.
42074         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42075         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42076         file.
42077         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42078         New file.
42079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42080         file.
42081         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42082         file.
42083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42084         file.
42085         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42086         file.
42087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42088         file.
42089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42090         New file.
42091         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42092         New file.
42093         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42094         file.
42095         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42096         New file.
42097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42098         file.
42099
42100 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42101
42102         * conform/conformtest.pl: Fix typo in handling typed-constant from
42103         allow-header.
42104
42105 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42106
42107         * README: Cut down references to pre-2.6 Linux kernels and
42108         Linuxthreads.  Update lists of configurations in libc and ports
42109         and sort alphabetically.  Say "or newer" with Linux kernel version
42110         requirements.
42111
42112         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42113
42114 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42115
42116         [BZ #887]
42117         * math/libm-test.inc (logb_test_downward): New test to expose
42118         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42119         rounding mode.
42120
42121 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42122
42123         [BZ #14027]
42124         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42125         to be done.
42126         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42127         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42128
42129 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42130
42131         * sysdeps/unix/i386/brk.S: Remove file.
42132         * sysdeps/unix/i386/dl-brk.S: Likewise.
42133         * sysdeps/unix/i386/pipe.S: Likewise.
42134         * sysdeps/unix/i386/sigreturn.S: Likewise.
42135         * sysdeps/unix/i386/syscall.S: Likewise.
42136         * sysdeps/unix/i386/vfork.S: Likewise.
42137         * sysdeps/unix/i386/wait.S: Likewise.
42138
42139         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42140         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42141
42142         * configure.in (arm*-none*): Do not allow without
42143         --enable-hacker-mode.
42144         (netbsd*): Remove case setting base_os.
42145         (386bsd*): Likewise.
42146         (freebsd*): Likewise.
42147         (bsdi*): Likewise.
42148         (osf*): Likewise.
42149         (sunos*): Likewise.
42150         (ultrix*): Likewise.
42151         (newsos*): Likewise.
42152         (dynix*): Likewise.
42153         (*bsd*): Likewise.
42154         (sysv*): Likewise.
42155         (isc*): Likewise.
42156         (esix*): Likewise.
42157         (sco*): Likewise.
42158         (minix*): Likewise.
42159         (irix4*): Likewise.
42160         (irix6*): Likewise.
42161         (solaris[2-9]*): Likewise.
42162         (none): Likewise.
42163         * configure: Regenerated.
42164
42165 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42166
42167         [BZ #11521]
42168         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42169         overflow or cancellation in calculating denominator.
42170         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42171         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42172         down expression to avoid unexpected rounding in newer GCCs.
42173         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42174
42175 2012-04-26  David S. Miller  <davem@davemloft.net>
42176
42177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42178         long-double compat symbols.
42179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42184         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42185         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42186         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42191         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42192
42193 2012-04-25  David S. Miller  <davem@davemloft.net>
42194
42195         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42196         HWCAP_* values only after the memory barriers have been defined.
42197         (atomic_full_barrier): Define.
42198         (atomic_read_barrier): Define.
42199         (atomic_write_barrier): Define.
42200
42201 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42202
42203         * shlib-versions: Add libgcc_s version information.
42204         * sysdeps/generic/libgcc_s.h: Remove.
42205         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42206         libgcc_s.h.
42207         * sysdeps/gnu/unwind-resume.c: Likewise.
42208         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42209
42210 2012-04-25  David S. Miller  <davem@davemloft.net>
42211
42212         * sysdeps/unix/sparc/brk.S: Delete.
42213         * sysdeps/unix/sparc/dl-brk.S: Delete.
42214         * sysdeps/unix/sparc/pipe.S: Delete.
42215         * sysdeps/unix/sparc/sysdep.S: Delete.
42216         * sysdeps/unix/sparc/sysdep.h: Delete.
42217         * sysdeps/unix/sparc/vfork.S: Delete.
42218         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42219         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42220         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42221         (ret_ERRVAL, r0, r1, MOVE): Define.
42222         (JUMPTARGET): Remove.
42223         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42224         sysdeps/unix/sparc/sysdep.h
42225         (ENTRY, END): Remove.
42226         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42227
42228 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42229
42230         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42231         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42232         -DIS_IN_build.
42233
42234         * timezone/README: Update upstream location and email address for
42235         tzcode and tzdata.
42236         * timezone/zdump.c: Update from tzcode 2012b.
42237         * timezone/zic.c: Likewise.
42238
42239         * configure.in (libc_cv_as_needed): Remove test.
42240         * configure: Regenerated.
42241         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42242         conditional definition.
42243         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42244         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42245         * config.make.in (have-as-needed): Remove variable.
42246
42247 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42248             Paul Pluzhnikov  <ppluzhnikov@google.com>
42249
42250         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42251         strings correctly.
42252
42253 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42254
42255         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42256         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42257         * sysdeps/sh/strlen.S: Likewise.
42258
42259 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42260
42261         * sysdeps/unix/fork.S: Remove file.
42262         * sysdeps/unix/i386/fork.S: Likewise.
42263         * sysdeps/unix/sparc/fork.S: Likewise.
42264
42265         * sysdeps/unix/system.c: Remove file.
42266         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42267
42268         * sysdeps/unix/getegid.S: Remove file.
42269         * sysdeps/unix/geteuid.S: Likewise.
42270
42271 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42272
42273         * scripts/check-localplt.awk: New file.
42274         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42275         of diff.
42276         * scripts/data/localplt-generic.data: Add a comment.
42277
42278         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42279         NODE when __dir_mkfile failed.
42280         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42281         Reported by Ludovic Courtès <ludo@gnu.org>.
42282
42283 2012-04-24  Andreas Jaeger  <aj@suse.de>
42284
42285         * Makerules (common-clean): Also remove gen-as-const-headers
42286         files.
42287
42288 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42289
42290         * Makerules (native-compile): Do not change working directory for
42291         build.  Use $(OUTPUT_OPTION) in command.
42292         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42293
42294 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42295
42296         [BZ #13886]
42297         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42298         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42299         * math/libm-test.inc (floor_test): Add more tests.
42300         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42301
42302 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42303
42304         * sysdeps/unix/getdents.c: Remove file.
42305         * sysdeps/unix/sysv/getdents.c: Likewise.
42306         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42307
42308         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42309         sysdeps/unix/mman/syscalls.list.
42310         (mmap): Likewise.
42311         (mprotect): Likewise.
42312         (msync): Likewise.
42313         (munmap): Likewise.
42314         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42315         * sysdeps/unix/mman/syscalls.list: Remove.
42316         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42317
42318         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42319         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42320         * configure: Regenerated.
42321         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42322         $(libgcc_s_suffix).
42323         * config.make.in (libgcc_s_suffix): Remove variable.
42324
42325 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42326
42327         * sysdeps/unix/sysv/gethostname.c: Move to ...
42328         * sysdeps/posix/gethostname.c: ... here.
42329
42330         * sysdeps/unix/execve.S: Remove file.
42331
42332         * sysdeps/unix/_exit.S: Remove file.
42333
42334 2012-04-23  Andreas Jaeger  <aj@suse.de>
42335
42336         [BZ #13739]
42337         * manual/Makefile: Remove make dist support, there's no
42338         need for a stand-alone documentation tar ball.
42339         (TEXI2DVI): Define always, it's not in Makeconfig.
42340         (dist): Removed.
42341         (tar-it): Removed.
42342         (edition): Removed.
42343         (glibc-doc-$(edition).tar): Removed
42344         (%.Z): Removed.
42345         (%.gz): Removed.
42346         (%.uu): Removed.
42347         (ETAGS): Remove, it's in Makeconfig.
42348         (move-if-change): Remove, it's in Makeconfig.
42349
42350 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42351
42352         [BZ #13970]
42353         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42354         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42355         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42356         (strtod_l, strtof_l, strtold_l): Remove __wur.
42357         It is not necessarily an error to ignore strtol's return value.
42358         One can reliably look at the stored endptr to decide whether
42359         the number had valid syntax.
42360
42361 2012-04-21  Andreas Jaeger  <aj@suse.de>
42362
42363         [BZ #13739]
42364         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42365
42366 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42367
42368         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42369         * sysdeps/unix/sysv/Versions: Remove file.
42370
42371 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42372
42373         [BZ #13927]
42374         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42375
42376 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42377
42378         [BZ #7064]
42379         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42380         version from __vm86.
42381
42382 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42383
42384         * sysdeps/unix/common/lxstat.c: Remove file.
42385         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42386
42387         * sysdeps/unix/sysv/Makefile: Remove file.
42388
42389         * sysdeps/unix/sysv/direct.h: Remove file.
42390
42391         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42392         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42393         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42394         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42395         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42396         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42397         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42398
42399         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42400
42401         * sysdeps/unix/xmknod.c: Remove file.
42402         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42403
42404         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42405
42406         * sysdeps/unix/sysv/i386/time.S: Remove file.
42407
42408         * sysdeps/unix/fxstat.c: Remove file.
42409         * sysdeps/unix/xstat.c: Likewise.
42410         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42411
42412         * sysdeps/unix/sysv/sigaction.c: Remove file.
42413
42414         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42415         (sysdep_headers): Remove variable.
42416         [termio.h not in sysdep_headers] (generated): Likewise.
42417         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42418         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42419         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42420         * sysdeps/unix/sysv/tcflow.c: Likewise.
42421         * sysdeps/unix/sysv/tcflush.c: Likewise.
42422         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42423         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42424         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42425         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42426         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42427
42428         * sysdeps/unix/siglist.c: Remove file.
42429
42430         * sysdeps/unix/getppid.S: Remove file.
42431
42432         * sysdeps/unix/mkdir.c: Remove file.
42433         * sysdeps/unix/rmdir.c: Likewise.
42434
42435 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42436
42437         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42438         ERR_MAX value.
42439         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42440         errlist-compat value.
42441
42442 2012-04-18  David S. Miller  <davem@davemloft.net>
42443
42444         * sysdeps/generic/memcopy.h (reg_char): Delete.
42445         * debug/strcat_chk.c: Use char, not reg_char.
42446         * debug/strcpy_chk.c: Likewise.
42447         * debug/strncat_chk.c: Likewise.
42448         * debug/strncpy_chk.c: Likewise.
42449         * string/memchr.c: Likewise.
42450         * string/memrchr.c: Likewise.
42451         * string/rawmemchr.c: Likewise.
42452         * string/strcat.c: Likewise.
42453         * string/strchr.c: Likewise.
42454         * string/strchrnul.c: Likewise.
42455         * string/strcmp.c: Likewise.
42456         * string/strcpy.c: Likewise.
42457         * string/strncat.c: Likewise.
42458         * string/strncmp.c: Likewise.
42459         * string/strncpy.c: Likewise.
42460
42461 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42462
42463         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42464         __builtin_memcopy is called when src and dest ranges are known to not
42465         overlap.
42466
42467 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42468
42469         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42470         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42471         fwd_align_merge macro call.
42472         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42473         bwd_align_merge macro call.
42474         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42475
42476 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42477
42478         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42479         bwd_align_merge macros.
42480         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42481         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42482         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42483
42484 2012-04-18  David S. Miller  <davem@davemloft.net>
42485
42486         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42487
42488 2012-04-18  Andreas Jaeger  <aj@suse.de>
42489
42490         [BZ# 6794]
42491         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42492         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42493         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42494
42495         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42496         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42497         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42498
42499         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42500         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42501         Adjust for changed ldbl-128 files.
42502
42503         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42504         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42505         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42506
42507 2012-04-17  David S. Miller  <davem@davemloft.net>
42508
42509         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42510
42511 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42512
42513         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42514         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42515         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42516         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42517         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42518         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42519
42520 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42521
42522         [BZ #6794]
42523         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42524         * math/libm-test.inc: Add ilogb errno and exception tests.
42525         * math/w_ilogb.c: New file: ilogb wrapper.
42526         * math/w_ilogbf.c: New file: ilogbf wrapper.
42527         * math/w_ilogbl.c: New file: ilogbl wrapper.
42528         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42529         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42530         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42531         exception being thrown with 0.0 as argument.
42532         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42533         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42534         exception being thrown with 0.0 as argument.
42535         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42536         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42537         exception being thrown with 0.0 as argument.
42538         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42539         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42540         exception being thrown with 0.0 as argument.
42541         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42542         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42543         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42544         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42545         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42546         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42547         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42548         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42549         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42550
42551 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42552
42553         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42554         with altivec.
42555
42556 2012-04-16  Marek Polacek  <polacek@redhat.com>
42557
42558         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42559
42560 2012-04-16  Marek Polacek  <polacek@redhat.com>
42561
42562         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42563         operands of fdivp instruction.
42564
42565 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42566
42567         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42568         * elf/tst-auditmod3b.c: Likewise.
42569         * elf/tst-auditmod4b.c: Likewise.
42570         * elf/tst-auditmod5b.c: Likewise.
42571         * elf/tst-auditmod6b.c: Likewise.
42572         * elf/tst-auditmod6c.c: Likewise.
42573         * elf/tst-auditmod7b.c: Likewise.
42574         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42575         * sysdeps/x86_64/preconfigure.in: Likewise.
42576         * sysdeps/x86_64/preconfigure: Regenerated.
42577
42578 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42579
42580         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42581         __ILP32__.
42582
42583 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42584
42585         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42586         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42587
42588 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42589
42590         [BZ #13973]
42591         * locale/iso-639.def: Fix gl language name. Spotted by
42592         Yaron Shahrabani.
42593
42594 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42595
42596         [BZ #2074]
42597         * libio/libio.h (__io_write_fn): Update comment.
42598
42599 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42600
42601         [BZ #2074]
42602         * stdio.texi (Hook Functions): The user provided writer function
42603         is not allowed to return -1.
42604
42605 2012-04-11  David S. Miller  <davem@davemloft.net>
42606
42607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42608
42609 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42610
42611         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42612         Add a leading slash to rtkaio.
42613
42614 2012-04-11  Jim Meyering  <meyering@redhat.com>
42615
42616         [BZ #11959]
42617         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42618         It is not necessarily an error to ignore fwrite's return
42619         value.  One can reliably use ferror to test for errors after
42620         the fact.
42621
42622 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42623
42624         * bits/types.h (__snseconds_t): New type.
42625         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42626
42627         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42628         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42629         (__SNSECONDS_T_TYPE): Likewise.
42630         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42631         (__SNSECONDS_T_TYPE): Likewise.
42632         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42633         (__SNSECONDS_T_TYPE): Likewise.
42634
42635 2012-04-10  Andreas Jaeger  <aj@suse.de>
42636
42637         [BZ #2636]
42638         * manual/time.texi (Processor Time): Return type of times is
42639         elapsed real time since an arbitrary point in the past.
42640         (CPU Time): Move CLK_TCK from here...
42641         (Processor Time): ...to here.  Correct description.
42642         * manual/conf.texi (Constants for Sysconf): Correct description of
42643         _SC_CLK_TCK.
42644
42645 2012-04-10  David S. Miller  <davem@davemloft.net>
42646
42647         [BZ #13967]
42648         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42649         where the is a gap between DT_REL(A) and DT_JMPREL.
42650
42651 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42652
42653         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42654         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42655         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42656
42657 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42658
42659         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42660         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42661         (dl_main): Handle --inhibit-cache.
42662         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42663         _dl_inhibit_cache.
42664         * elf/dl-load.c (_dl_map_object): Use it.
42665         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42666
42667 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42668
42669         [BZ #13872]
42670         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42671         (__ieee754_powl): Saturate large exponents rather than testing for
42672         overflow of y*log2(x).
42673         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42674         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42675         exceptions.
42676
42677         [BZ #11521]
42678         * math/s_ctan.c: Include <float.h>.
42679         (__ctan): Avoid internal overflow or cancellation in calculating
42680         denominator.
42681         * math/s_ctanf.c: Likewise.
42682         * math/s_ctanl.c: Likewise.
42683         * math/s_ctanh.c: Likewise.
42684         * math/s_ctanhf.c: Likewise.
42685         * math/s_ctanhl.c: Likewise.
42686         * math/libm-test.inc (ctan_test): Add more tests.
42687         (ctanh_test): Likewise.
42688         * sysdeps/i386/fpu/libm-test-ulps: Update.
42689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42690
42691 2012-04-09  Andreas Jaeger  <aj@suse.de>
42692
42693         [BZ #6894]
42694         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42695         is an optional BSD extension.
42696
42697         [BZ #10254]
42698         * manual/stdio.texi (Opening Streams): Document additional fopen
42699         parameters.
42700
42701 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42702
42703         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42704         %eax without telling the compiler.
42705
42706 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42707
42708         [BZ # 13963]
42709         * manual/install.texi: Use sourceware.org.
42710
42711 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42712
42713         [BZ #13873]
42714         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42715         (__ieee754_pow): Generate overflow and underflow using huge*huge
42716         and tiny*tiny rather than just returning constant infinity or zero
42717         for large exponents.
42718         * math/libm-test.inc (pow_test): Require overflow exceptions for
42719         applicable cases of large exponents.
42720
42721         [BZ #706]
42722         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42723         (__ieee754_pow): Use iterative multiplication algorithm only for
42724         integer exponents with absolute value below 1024.  Check for odd
42725         integer exponents when using algorithm for real exponents.
42726         * math/libm-test.inc (pow_test): Add more tests.
42727         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42728
42729 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42730
42731         [BZ #13705]
42732         * math/libm-test.inc (exp_test): Do not allow overflow exception
42733         on underflow test.
42734
42735 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42736
42737         [BZ #13705]
42738         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42739         instead of __kernel_standard_f.
42740
42741 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42742
42743         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42744         * sysdeps/x86_64/memset_chk.S: Likewise.
42745
42746 2012-04-08  Andreas Jaeger  <aj@suse.de>
42747
42748         [BZ #10153]
42749         * manual/startup.texi (Environment Access): Describe return value
42750         for putenv and setenv.
42751
42752         [BZ #6895]
42753         * manual/filesys.texi (Directory Entries): Add description for
42754         DT_LNK.
42755
42756         [BZ #6890]
42757         * manual/filesys.texi (Directory Entries): Clarify that it's file
42758         system not operating system in the description of DT_UNKNOWN.
42759
42760         [BZ #6578]
42761         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42762
42763 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42764
42765         [BZ #6649]
42766         * manual/llio.texi (Opening and Closing Files): Add cross
42767         reference to explain mode argument.
42768
42769 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42770
42771         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42772         * sysdeps/x86_64/memset_chk.S: Likewise.
42773
42774 2012-04-07  David S. Miller  <davem@davemloft.net>
42775
42776         * elf/elf.h (R_SPARC_WDISP10): Define.
42777         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42778         R_SPARC_SIZE32.
42779         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42780         R_SPARC_SIZE64 and R_SPARC_H34.
42781
42782 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42783
42784         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42785         conditions and remove no longer applicable assertion.
42786
42787 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42788
42789         * bits/byteswap.h: Include <features.h>.
42790         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42791         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42792
42793 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42794
42795         * bits/byteswap.h (__bswap_16): Removed.
42796         Include <bits/byteswap-16.h> to get __bswap_16.
42797         * sysdeps/i386/bits/byteswap.h: Likewise.
42798         * sysdeps/s390/bits/byteswap.h: Likewise.
42799         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42800         * bits/byteswap-16.h: New file.
42801         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42802         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42803         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42804         * string/Makefile (headers): Add bits/byteswap-16.h.
42805
42806 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42807
42808         [BZ #13895]
42809         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42810         extra indirection.
42811         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42812         * nss/tst-nss-static.c: New.
42813
42814 2012-04-06  Robert Millan  <rmh@gnu.org>
42815
42816         [BZ #6486]
42817         * manual/llio.texi (File Position Primitive): lseek
42818         refers to WHENCE when it really means OFFSET.
42819
42820 2012-04-06  Andreas Jaeger  <aj@suse.de>
42821
42822         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42823         strncmp declarations.
42824
42825         * abilist/libc.abilist: Add __poll and __ppoll.
42826
42827 2012-04-05  David S. Miller  <davem@davemloft.net>
42828
42829         * scripts/check-local-headers.sh: Accept a host triplet in the
42830         path matched by the exclude regexp.
42831
42832         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42833         definition.
42834         * sysdeps/powerpc/powerpc32/dl-machine.h
42835         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42836         * sysdeps/s390/s390-32/dl-machine.h
42837         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42838         * sysdeps/sparc/sparc32/dl-machine.h
42839         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42840         * sysdeps/sparc/sparc64/dl-machine.h
42841         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42842
42843         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42844         lazy binding.
42845         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42846         undefined symbol errors.
42847
42848         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42849         DT_NEEDED entries.
42850
42851 2012-04-05  Michael Matz  <matz@suse.de>
42852
42853         [BZ #13592]
42854         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42855
42856 2012-04-05  Andreas Jaeger  <aj@suse.de>
42857
42858         [BZ #13908]
42859         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42860         comment.
42861
42862 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42863
42864         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42865         which ROUND is no valid rounding mode.
42866
42867 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42868
42869         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42870         read again.
42871         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42872
42873 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42874
42875         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42876         an exception using FPU order intentionally.
42877
42878 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42879
42880         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42881         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42882         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42883         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42884
42885 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42886
42887         [BZ #12340]
42888         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42889         EINVAL when BUFLEN is too smal.
42890
42891 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42892
42893         [BZ #13553]
42894         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42895         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42896
42897 2012-04-03  Andreas Jaeger  <aj@suse.de>
42898
42899         [BZ #13938]
42900         * manual/setjmp.texi (System V contexts): Fix sentence.
42901
42902         [BZ #13926]
42903         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42904         New macro for this case.
42905         [!__GNUC__] (__bswap_64): New inline function for this case.
42906         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42907         * bits/byteswap.h: Likewise.
42908         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42909         ull, guard with __GLIBC_HAVE_LONG_LONG.
42910
42911         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42912         __GLIBC_HAVE_LONG_LONG.
42913
42914         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42915         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42916
42917 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42918
42919         [BZ #13691]
42920         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42921         inptr and inend, rather than using last_ch.
42922
42923 2012-04-02  David S. Miller  <davem@davemloft.net>
42924
42925         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42926         * stdio-common/printf-parse.h (read_int): Change return type to
42927         'int', return -1 on INT_MAX overflow.
42928         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42929         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42930         overflows INT_MAX.  Check for overflow of in-format-string precision
42931         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42932         SIZE_MAX not INT_MAX for integer overflow test.
42933         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42934         skip the construct in the format string but do not record anything.
42935         * stdio-common/bug22.c: Adjust to test both width/prevision
42936         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42937         explicitly for proper errno values.
42938
42939 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42940
42941         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42942         CHAR_MAX.
42943         * string/test-strcmp.c [! WIDE]: Likewise.
42944         * time/tst-mktime2.c: Likewise for INT_MAX.
42945         * string/test-string.h: #include <sys/param.h> for MIN.
42946
42947         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42948         * sysdeps/i386/init-first.c (init): Likewise.
42949         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42950         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42951         * sysdeps/sh/init-first.c (init): Likewise.
42952
42953 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42954
42955         * po/ru.po: Update from translation team.
42956         * po/vi.po: Likewise.
42957
42958 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42959
42960         * resolv/nss_dns/dns-host.c: Merge copyright years.
42961
42962 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42963
42964         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42965         Optimize memcpy with prefetch if
42966         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42967         src, dst pointers have unequal 16 byte alignments.
42968
42969 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42970
42971         [BZ #13928]
42972         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42973         from a CNAME entry and return the minimum ttl for the query.
42974         (gaih_getanswer_slice): Likewise.
42975
42976 2012-03-30  Jeff Law  <law@redhat.com>
42977
42978         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42979         due to long keys.
42980         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42981         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42982
42983         * resolv/nss_dns/dns-host.c: Update copyright year.
42984
42985 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42986
42987         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42988         requests to save a system call.  Fix check that all bytes are sent.
42989
42990         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42991         comments for sendmmsg.
42992
42993 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42994
42995         [BZ #13691]
42996         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42997         with only 1 character between 0x0041 and 0x01b0.
42998         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42999         * wcsmbs/tst-mbsnrtowcs.c: New file.
43000
43001 2012-03-29  David S. Miller  <davem@davemloft.net>
43002
43003         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43004         small copies by hand.
43005
43006 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43007
43008         [BZ #13761]
43009         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43010         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43011         group memberships.
43012
43013 2012-03-28  David S. Miller  <davem@davemloft.net>
43014
43015         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43016         that branches into memcpy.
43017         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43018         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43019         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43020         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43021         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43022         bits.
43023         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43024         implementation too.
43025         * sysdeps/sparc/mempcpy.S: New file.
43026
43027         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43028         the IFUNC routine in the libc case.
43029         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43030
43031         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43032         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43033         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43034         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43035         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43036         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43037         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43038         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43039
43040         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43041         loop to 256 bytes instead of 64 bytes and fix test signedness.
43042
43043         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43044         * sysdeps/sparc/sparc32/Makefile: rather than here...
43045         * sysdeps/sparc/sparc64/Makefile: and here.
43046
43047 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43048
43049         * malloc/mallocbug.c: Avoid warnings about unused variables.
43050
43051 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43052
43053         [BZ #13760]
43054         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43055         in the right place. Discard and retry query if response is
43056         larger than input buffer size.
43057
43058 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43059
43060         [BZ #369]
43061         [BZ #2678]
43062         [BZ #3866]
43063         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43064         x for large integer exponent.
43065         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43066         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43067         sign of result as needed afterwards.
43068         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43069         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43070         result for underflowing pow the same as for overflow.
43071         (__kernel_standard_l): Handle powl overflow and underflow here
43072         rather than calling __kernel_standard.
43073         * math/libm-test.inc (pow_test): Add more tests.
43074
43075         [BZ #3868]
43076         [BZ #13879]
43077         [BZ #13910]
43078         [BZ #13911]
43079         [BZ #13912]
43080         [BZ #13913]
43081         [BZ #13915]
43082         [BZ #13916]
43083         [BZ #13917]
43084         [BZ #13918]
43085         [BZ #13919]
43086         [BZ #13920]
43087         [BZ #13921]
43088         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43089         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43090         (__kernel_standard_l): New function.
43091         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43092         __kernel_standard.
43093         * math/w_acosl.c (__acosl): Likewise.
43094         * math/w_asinl.c (__asinl): Likewise.
43095         * math/w_atan2l.c (__atan2l): Likewise.
43096         * math/w_atanhl.c (__atanhl): Likewise.
43097         * math/w_coshl.c (__coshl): Likewise.
43098         * math/w_exp10l.c (__exp10l): Likewise.
43099         * math/w_exp2l.c (__exp2l): Likewise.
43100         * math/w_fmodl.c (__fmodl): Likewise.
43101         * math/w_hypotl.c (__hypotl): Likewise.
43102         * math/w_j0l.c (__j0l, __y0l): Likewise.
43103         * math/w_j1l.c (__j1l, __y1l): Likewise.
43104         * math/w_jnl.c (__jnl, __ynl): Likewise.
43105         * math/w_lgammal.c (__lgammal): Likewise.
43106         * math/w_log10l.c (__log10l): Likewise.
43107         * math/w_log2l.c (__log2l): Likewise.
43108         * math/w_logl.c (__logl): Likewise.
43109         * math/w_powl.c (__powl): Likewise.
43110         * math/w_remainderl.c (__remainderl): Likewise.
43111         * math/w_scalbl.c (sysv_scalbl): Likewise.
43112         * math/w_sinhl.c (__sinhl): Likewise.
43113         * math/w_sqrtl.c (__sqrtl): Likewise.
43114         * math/w_tgammal.c (__tgammal): Likewise.
43115         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43116         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43117         * math/libm-test.inc (acos_test): Add more tests.
43118         (acosh_test): Likewise.
43119         (asin_test): Likewise.
43120         (atanh_test): Likewise.
43121         (exp_test): Likewise.
43122         (exp10_test): Likewise.
43123         (exp2_test): Likewise.
43124         (expm1_test): Likewise.
43125         (lgamma_test): Likewise.
43126         (log_test): Likewise.
43127         (log10_test): Likewise.
43128         (log1p_test): Likewise.
43129         (log2_test): Likewise.
43130         (pow_test): Do not allow some spurious overflow exceptions.
43131         (sqrt_test): Add more tests.
43132         (tgamma_test): Likewise.
43133         (y0_test): Likewise.
43134         (y1_test): Likewise.
43135         (yn_test): Likewise.
43136
43137 2012-03-27  Anton Blanchard  <anton@samba.org>
43138
43139         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43140         MAP_HUGETLB.
43141         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43142         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43143         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43144
43145 2012-03-27  David S. Miller  <davem@davemloft.net>
43146
43147         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43148
43149         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43150         have-as-vis3 check.
43151
43152 2012-03-27  Andreas Jaeger  <aj@suse.de>
43153
43154         * sysdeps/x86_64/elf/configure.in: Moved to ...
43155         * sysdeps/x86_64/configure.in: ... here.
43156         * sysdeps/x86_64/elf/start.S: Moved to ...
43157         * sysdeps/x86_64/start.S: ... here.
43158         * sysdeps/x86_64/elf/configure: Delete.
43159
43160         * sysdeps/x86_64/configure.in: Merge contents from
43161         sysdeps/i386/configure.in (without i686 check).
43162
43163         * sysdeps/i386/elf/Versions: Merge into ...
43164         * sysdeps/i386/Versions: ... this.
43165         * sysdeps/i386/elf/Versions: Delete file.
43166         * sysdeps/i386/elf/start.S: Moved to ...
43167         * sysdeps/i386/start.S: ...here.
43168         * sysdeps/i386/elf/configure.in: Merge into...
43169         * sysdeps/i386/configure.in: ...here.
43170         * sysdeps/i386/elf/configure.in: Delete file.
43171         * sysdeps/i386/elf/configure: Delete file.
43172
43173         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43174         * debug/backtracesyms.c: ... here.
43175         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43176         * debug/backtracesymsfd.c: ... here.
43177         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43178         * sysdeps/generic/ifunc-sel.h: ... here.
43179
43180         * sysdeps/unix/i386/start.c: Delete file.
43181         * sysdeps/unix/sparc/start.c: Delete file.
43182         * sysdeps/unix/start.c: Delete file.
43183
43184         * sysdeps/sh/elf/configure.in: Moved to ...
43185         * sysdeps/sh/configure.in: ... here.
43186         * sysdeps/sh/elf/start.S: Moved to ...
43187         * sysdeps/sh/start.S: ... here.
43188         * sysdeps/sh/elf/configure: Delete file.
43189
43190         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43191         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43192         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43193         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43194         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43195         * sysdeps/powerpc/powerpc64/start.S: here.
43196         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43197         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43198         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43199         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43200         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43201
43202         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43203         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43204         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43205         * sysdeps/powerpc/powerpc32/start.S: ... here.
43206         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43207         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43208         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43209
43210         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43211         * sysdeps/powerpc/ifunc-sel.h: ... here.
43212         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43213         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43214
43215         * sysdeps/sparc/elf/configure.in: Moved to ...
43216         * sysdeps/sparc/configure.in: ... here.
43217         * sysdeps/sparc/elf/configure: Delete file.
43218         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43219         * sysdeps/sparc/sparc32/start.S: ... here.
43220         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43221         * sysdeps/sparc/sparc64/start.S: ... here.
43222         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43223         * sysdeps/sparc/sparc32/Makefile: ... this.
43224         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43225         * sysdeps/sparc/sparc64/Makefile: ... this.
43226
43227         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43228         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43229         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43230         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43231         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43232         * sysdeps/s390/s390-32/setjmp.S: ... here.
43233         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43234         * sysdeps/s390/s390-32/configure.in: ... here.
43235         * sysdeps/s390/s390-32/elf/configure: Delete file.
43236         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43237         * sysdeps/s390/s390-32/start.S: ... here.
43238
43239         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43240         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43241         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43242         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43243         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43244         * sysdeps/s390/s390-64/setjmp.S: ... here.
43245         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43246         * sysdeps/s390/s390-64/configure.in: ... here
43247         * sysdeps/s390/s390-64/elf/configure: Delete file.
43248         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43249         * sysdeps/s390/s390-64/start.S: ... here.
43250         * sysdeps/s390/s390-64/elf/configure: Delete.
43251
43252         * configure.in: Remove support for elf directories in sysdeps.
43253
43254         * configure: Regenerated.
43255         * sysdeps/i386/configure: Regenerated.
43256         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43257         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43258         * sysdeps/s390/s390-32/configure: Regenerated.
43259         * sysdeps/s390/s390-64/configure: Regenerated.
43260         * sysdeps/sh/configure: Regenerated.
43261         * sysdeps/sparc/configure: Regenerated.
43262         * sysdeps/x86_64/configure: Regenerated.
43263
43264 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43265
43266         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43267
43268         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43269         denormal result into account.
43270
43271 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43272
43273         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43274         Reported by Allan McRae <allan@archlinux.org>.
43275
43276 2012-03-23  Jeff Law  <law@redhat.com>
43277
43278         * nss/getnssent.c (__nss_getent): Fix typo.
43279
43280 2012-03-23  David S. Miller  <davem@davemloft.net>
43281
43282         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43283
43284 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43285
43286         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43287         to pad to uint64_t for each field.
43288         (dl_tls_index): Replace unsigned long with uint64_t.
43289
43290 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43291         Paul Pluzhnikov  <ppluzhnikov@google.com>
43292
43293         [BZ #6528]
43294         * grp/Makefile (otherlibs): Don't set it.
43295         * inet/Makefile (otherlibs): Likewise.
43296         * login/Makefile (otherlibs): Likewise.
43297         * nscd/Makefile (otherlibs): Likewise.
43298         * posix/Makefile (otherlibs): Likewise.
43299         * pwd/Makefile (otherlibs): Likewise.
43300         * rt/Makefile (otherlibs): Likewise.
43301         * sunrpc/Makefile (otherlibs): Likewise.
43302         * nss/Makefile (otherlibs): Likewise.
43303         Add libnss_files to routines and static-only-routines.
43304         ($(objpfx)getent): Remove rule.
43305         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43306         static-only-routines.
43307
43308 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43309
43310         [BZ #13892]
43311         * math/s_cexp.c: Include <float.h>.
43312         (__cexp): Handle exp result overflowing not necessarily
43313         overflowing both real and imaginary parts of result.
43314         * math/s_cexpf.c: Likewise.
43315         * math/s_cexpl.c: Likewise.
43316         * math/libm-test.inc (cexp_test): Add more tests.
43317         * sysdeps/i386/fpu/libm-test-ulps: Update.
43318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43319
43320 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43321
43322         * include/link.h (ELFW): New macro.
43323         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43324         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43325
43326 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43327
43328         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43329         with uint64_t.
43330
43331 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43332
43333         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43334         declaration.
43335         (struct La_x32_retval): Likewise.
43336
43337 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43338
43339         * sysdeps/x86_64/preconfigure.in: New file.
43340         * sysdeps/x86_64/preconfigure: New generated file.
43341
43342 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43343
43344         [BZ #13824]
43345         * math/e_exp2l.c: Include <float.h>.
43346         (__ieee754_exp2l): Handle overflow and underflow cases
43347         separately.  Only pass fractional part of argument to
43348         __ieee754_expl.
43349         * math/libm-test.inc (exp2_test): Add more tests.
43350
43351         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43352         negating x to take absolute value.
43353         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43354         Likewise.
43355         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43356         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43357         Likewise.
43358         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43359         computing low part if x was negated.
43360         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43361
43362 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43363
43364         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43365         la_x32_gnu_pltexit.
43366         (pltexit): Cast int_retval to ptrdiff_t.
43367         * elf/tst-auditmod3b.c: Likewise.
43368         * elf/tst-auditmod4b.c: Likewise.
43369         * elf/tst-auditmod5b.c: Likewise.
43370         * elf/tst-auditmod6b.c: Likewise.
43371         * elf/tst-auditmod6c.c: Likewise.
43372         * elf/tst-auditmod7b.c: Likewise.
43373
43374         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43375         and x32_gnu_pltexit.
43376
43377         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43378         __ELF_NATIVE_CLASS.
43379         (La_x32_regs): New macro.
43380         (La_x32_retval): Likewise.
43381         (la_x32_gnu_pltenter): New function prototype.
43382         (la_x32_gnu_pltexit): Likewise.
43383
43384 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43385
43386         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43387         exponent.
43388
43389         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43390
43391         * configure.in (libc_cv_cc_nofma): Check for option to disable
43392         generation of FMA instructions.
43393         * configure: Regenerate.
43394         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43395         * sysdeps/ieee754/dbl-64/Makefile: New file.
43396         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43397         Remove brandred-fma4.
43398         (CFLAGS-brandred-fma4.c): Remove.
43399         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43400         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43401         define.
43402         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43403         define.
43404
43405 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43406
43407         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43408         LLONG_MAX != LONG_MAX.
43409         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43410         (_fitoa_word): Likewise.
43411         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43412         LLONG_MAX != LONG_MAX.
43413         * stdio-common/_itowa.h: Include <_itoa.h>.
43414         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43415         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43416         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43417         only if not defined.
43418         (_ITOA_WORD_TYPE): Likewise.
43419         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43420         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43421
43422 2012-03-21  David S. Miller  <davem@davemloft.net>
43423
43424         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43425
43426 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43427
43428         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43429         of x86_64 when setting libc_cv_slibdir, libdir and
43430         libc_cv_localedir.
43431         * sysdeps/unix/sysv/linux/configure: Regenerated.
43432
43433 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43434
43435         * manual/lang.texi (Old Varargs): Remove section.
43436         (How Variadic): Update menu.
43437         (va_start): Do not mention varargs.h.
43438
43439 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43440             Joseph Myers  <joseph@codesourcery.com>
43441
43442         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43443         link test.
43444         * configure: Regenerated.
43445
43446 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43447
43448         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43449         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43450         conformtest.pl
43451
43452 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43453
43454         * NOTES: Remove.
43455         * Makefile (files-for-dist): Remove NOTES.
43456         (NOTES): Remove rule.
43457         * README: Don't refer to NOTES.
43458         * manual/creature.texi: Don't include macros.texi.
43459         * manual/intro.texi (creature.texi): Remove comment referring to
43460         NOTES.
43461
43462         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43463         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43464         * configure: Regenerated.
43465         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43466         LIBC_TRY_CC_OPTION.
43467         (libc_cv_as_i686): Likewise.
43468         (libc_cv_cc_avx): Likewise.
43469         (libc_cv_cc_sse2avx): Likewise.
43470         (libc_cv_cc_fma4): Likewise.
43471         (libc_cv_cc_novzeroupper): Likewise.
43472         * sysdeps/i386/configure: Regenerated.
43473
43474         [BZ #13883]
43475         * sysdeps/i386/fpu/s_cexp.S: Remove.
43476         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43477         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43478         * math/libm-test.inc (cexp_test): Add more tests.
43479         * sysdeps/i386/fpu/libm-test-ulps: Update.
43480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43481
43482 2012-03-21  Allan McRae  <allan@archlinux.org>
43483
43484         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43485
43486 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43487
43488         [BZ #13871]
43489         * math/w_exp2.c: Do not include <float.h>.
43490         (o_threshold, u_threshold): Remove.
43491         (__exp2): Calculate result before checking finiteness and calling
43492         __kernel_standard.
43493         * math/w_exp2f.c: Likewise.
43494         * math/w_exp2l.c: Likewise.
43495         * math/libm-test.inc (exp2_test): Require overflow exception for
43496         1e6 input.
43497
43498         [BZ #3866]
43499         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43500         range of signed 64-bit integers before using fistpll.  Remove
43501         checks for whether integers fit in mantissa bits.
43502         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43503         the range of signed 32-bit integers before using fistpl.  Remove
43504         checks for whether integers fit in mantissa bits.
43505         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43506         (__ieee754_powl): Test for y outside the range of signed 64-bit
43507         integers before using fistpll.  Reduce 64-bit values to 63-bit
43508         ones as needed.
43509         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43510         divide-by-zero is raised for zero to large negative powers.
43511         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43512         (__ieee754_powl): Test for y outside the range of signed 64-bit
43513         integers before using fistpll.  Reduce 64-bit values to 63-bit
43514         ones as needed.
43515         * math/libm-test.inc (pow_test): Add more tests.
43516
43517 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43518
43519         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43520         <stdio-common/_itoa.h>.
43521         * debug/segfault.c: Likewise.
43522         * elf/dl-cache.c: Likewise.
43523         * elf/dl-minimal.c: Likewise.
43524         * elf/dl-misc.c: Likewise.
43525         * elf/dl-sysdep.c: Likewise.
43526         * elf/dl-version.c: Likewise.
43527         * elf/rtld.c: Likewise.
43528         * hurd/hurdsock.c: Likewise.
43529         * hurd/lookup-retry.c: Likewise.
43530         * malloc/malloc.c: Likewise.
43531         * malloc/mtrace.c: Likewise.
43532         * nscd/nscd_getgr_r.c: Likewise.
43533         * nscd/nscd_getpw_r.c: Likewise.
43534         * nscd/nscd_getserv_r.c: Likewise.
43535         * posix/getopt_init.c: Likewise.
43536         * posix/wordexp.c: Likewise.
43537         * stdio-common/_itoa.c: Likewise.
43538         * stdio-common/printf_fphex.c: Likewise.
43539         * stdio-common/vfprintf.c: Likewise.
43540         * string/_strerror.c: Likewise.
43541         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43542         * sysdeps/i386/i686/hp-timing.h: Likewise.
43543         * sysdeps/mach/_strerror.c: Likewise.
43544         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43545         * sysdeps/mach/hurd/sethostid.c: Likewise.
43546         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43547         * sysdeps/mach/xpg-strerror.c: Likewise.
43548         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43549         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43550         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43551         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43552         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43553         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43554         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43555         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43556         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43557         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43558         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43559         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43560         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43561         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43562         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43563         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43564         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43565         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43566         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43567         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43568         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43569
43570         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43571
43572         * stdio-common/_itoa.h: Moved to ...
43573         * sysdeps/generic/_itoa.h: Here.
43574
43575         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43576
43577         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43578         instead of "_itoa.h" and "_itowa.h".
43579         * stdio-common/vfprintf.: Likewise.
43580
43581 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43582
43583         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43584         <bits/wordsize.h>.
43585         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43586         (__signbit): Likwise.
43587         (llrintf): Likwise.
43588         (llrint): Likwise.
43589
43590 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43591
43592         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43593         __WORDSIZE != 64.
43594
43595 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43596
43597         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43598         OVERFLOW_EXCEPTION_OK.
43599         * math/libm-test.inc ("Philosophy"): Update comment about
43600         exception testing.
43601         (OVERFLOW_EXCEPTION): Define.
43602         (OVERFLOW_EXCEPTION_OK): Likewise.
43603         (INVALID_EXCEPTION_OK): Renumber.
43604         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43605         (IGNORE_ZERO_INF_SIGN): Likewise.
43606         (test_exceptions): Handle FE_OVERFLOW.
43607         (exp10_test): Expect overflow exceptions.
43608         (exp2_test): Likewise.
43609         (expm1_test): Likewise.
43610         (nextafter_test): Likewise.
43611         (pow_test): Likewise.
43612         (scalbn_test): Likewise.
43613         (scalbln_test): Likewise.
43614
43615 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43616
43617         * sysdeps/x86_64/bits/atomic.h
43618         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43619         64bit integer.
43620         (atomic_exchange_acq): Likewise.
43621         (__arch_exchange_and_add_body): Likewise.
43622         (__arch_add_body): Likewise.
43623         (atomic_add_negative): Likewise.
43624         (atomic_add_zero): Likewise.
43625
43626 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43627
43628         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43629         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43630
43631 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43632
43633         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43634         Check __x86_64__ instead of __WORDSIZE.
43635
43636 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43637
43638         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43639
43640 2012-03-19  David S. Miller  <davem@davemloft.net>
43641
43642         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43643
43644         * sysdeps/sparc/fpu/fenv_private.h: New file.
43645         * sysdeps/sparc/fpu/math_private.h: Use it.
43646         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43647         Remove.
43648         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43649         (libc_feholdexcept_setroundl): Remove.
43650         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43651         Remove.
43652         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43653         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43654
43655 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43656
43657         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43658         int64_t instead of long int.
43659         (INSERT_WORDS64): Likwise.
43660
43661 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43662
43663         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43664         _Unwind_GetCFA return to _Unwind_Ptr first.
43665
43666 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43667
43668         [BZ #13629]
43669         * math/s_clog.c: Include <float.h>.
43670         (__clog): Scale large or subnormal inputs.
43671         * math/s_clogf.c: Likewise.
43672         * math/s_clogl.c: Likewise.
43673         * math/s_clog10.c: Include <float.h>.
43674         (M_LOG10_2): Define.
43675         (__clog10): Scale large or subnormal inputs.
43676         * math/s_clog10f.c: Likewise.
43677         * math/s_clog10l.c: Likewise.
43678         * math/libm-test.inc (clog_test): Add more tests.
43679         (clog10_test): Likewise.
43680         * sysdeps/i386/fpu/libm-test-ulps: Update.
43681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43682
43683         [BZ #11451]
43684         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43685         x and y.
43686         * math/libm-test.inc (atan2_test): Add another test.
43687
43688         * Makerules (common-objdir-compile): Remove.
43689         * sysdeps/unix/Makefile (config-generated): Do not add
43690         $(unix-generated) to variable.
43691         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43692         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43693         Remove rule.
43694         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43695         Likewise.
43696         [generic bits/local_lim.h] (before-compile): Do not append to
43697         variable.
43698         [generic bits/local_lim.h] (common-generated): Likewise.
43699         [generic sys/param.h] (before-compile): Do not append to variable.
43700         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43701         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43702         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43703         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43704         include.
43705         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43706         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43707         [generic sys/param.h] ($(addprefix
43708         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43709         [generic sys/param.h] (common-generated): Do not append to
43710         variable.
43711         [generic sys/param.h] (sysdep_headers): Likewise.
43712         [generic bits/errno.h] (before-compile): Do not append to
43713         variable.
43714         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43715         rule.
43716         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43717         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43718         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43719         [generic bits/errno.h] (common-generated): Do not append to
43720         variable.
43721         [generic bits/ioctls.h] (before-compile): Do not append to
43722         variable.
43723         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43724         rule.
43725         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43726         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43727         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43728         rule.
43729         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43730         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43731         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43732         [generic bits/ioctls.h] (common-generated): Do not append to
43733         variable.
43734         [generic sys/syscall.h] (syscall.h): Remove variable.
43735         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43736         rule.
43737         [generic sys/syscall.h] (before-compile): Do not append to
43738         variable.
43739         [generic sys/syscall.h] (common-generated): Likewise.
43740         * sysdeps/unix/errnos-tmpl.c: Remove file.
43741         * sysdeps/unix/errnos.awk: Likewise.
43742         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43743         * sysdeps/unix/ioctls.awk: Likewise.
43744         * sysdeps/unix/mk-local_lim.c: Likewise.
43745         * sysdeps/unix/snarf-ioctls: Likewise.
43746
43747 2012-03-19  Richard Henderson  <rth@twiddle.net>
43748
43749         * sysdeps/i386/fpu/fenv_private.h: New file.
43750         * sysdeps/i386/fpu/math_private.h: Use it.
43751         (math_opt_barrier, math_force_eval): Remove.
43752         (libc_feholdexcept_setround_53bit): Remove.
43753         (libc_feupdateenv_53bit): Remove.
43754         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43755         (math_opt_barrier, math_force_eval): Remove.
43756         (libc_feholdexcept): Remove.
43757         (libc_feholdexcept_setround): Remove.
43758         (libc_fetestexcept, libc_fesetenv): Remove.
43759         (libc_feupdateenv_test): Remove.
43760         (libc_feupdateenv, libc_feholdsetround): Remove.
43761         (libc_feresetround): Remove.
43762
43763         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43764         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43765
43766         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43767         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43768         (libc_feupdateenv_testl): New.
43769         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43770         (libc_feupdateenv_testf): New.
43771         (libc_feupdateenv): Use libc_feupdateenv_test.
43772         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43773         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43774
43775         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43776         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43777         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43778         (libc_feresetround_noex): New.
43779         (libc_feresetround_noexf): New.
43780         (libc_feresetround_noexl): New.
43781         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43782         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43783         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43784         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43785         SET_RESTORE_ROUND.
43786         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43787         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43788         (__cos): Likewise.
43789         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43790         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43791         SET_RESTORE_ROUND_NOEX.
43792         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43793         SET_RESTORE_ROUND_NOEXF.
43794         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43795         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43796         (libc_feholdsetroundf): New.
43797         (libc_feresetround, libc_feresetroundf): New.
43798
43799         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43800         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43801         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43802
43803         * sysdeps/generic/math_private.h: Include <fenv.h>.
43804         (default_libc_feholdexcept): New.
43805         (default_libc_feholdexcept_setround): New.
43806         (default_libc_fesetenv, default_libc_feupdateenv): New.
43807         (libc_feholdexcept): Only define if undefined.
43808         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43809         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43810         (libc_feholdexcept_setroundl): Likewise.
43811         (libc_feholdexcept_setround_53bit): Likewise.
43812         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43813         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43814         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43815         (libc_feupdateenv_53bit): Likewise.
43816         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43817         (libc_feholdexcept): Convert from macro to inline function.
43818         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43819         (libc_fesetenv, libc_feupdateenv): Likewise.
43820
43821         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43822         not previously defined.
43823         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43824         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43825         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43826         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43827         * sysdeps/ieee754/flt-32/math_private.h: New file.
43828         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43829         math_private.h below SET_FLOAT_WORD.
43830         (__isnan, __isinf_ns, __finite): Remove.
43831         (__isnanf, __isinf_nsf, __finitef): Remove.
43832
43833 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43834
43835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43836
43837 2012-03-17  David S. Miller  <davem@davemloft.net>
43838
43839         [BZ #6471]
43840         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43841         for 2.16.
43842
43843 2012-03-16  David S. Miller  <davem@davemloft.net>
43844
43845         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43846         warnings.
43847
43848         [BZ #6471]
43849         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43850         properly.
43851         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43852         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43853         sysdep_routines when subdir is sysvipc.
43854         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43855         __getshmlba helper.
43856
43857         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43858
43859 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43860
43861         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43862         [__LP64__].
43863
43864 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43865
43866         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43867         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43868         (__lround): Renamed to ...
43869         (__llround): This.  Replace long int with long long int.
43870         Define lround functions as aliases of llround functions.
43871         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43872
43873 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43874
43875         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43876         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43877         adresses to uintptr_t.  Replace "long int" and "unsigned long
43878         int" with "greg_t" on va_arg.
43879
43880 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43881
43882         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43883         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43884
43885         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43886         Move e_machine check before EI_CLASS check.  Handle x32
43887         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43888         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43889         SKIP_EM_IA_64 and include
43890         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43891
43892         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43893         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43894         (add_system_dir): New macro.
43895
43896         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43897         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43898
43899 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43900
43901         [BZ #2551]
43902         [BZ #2552]
43903         [BZ #2553]
43904         [BZ #2554]
43905         [BZ #2562]
43906         [BZ #2563]
43907         [BZ #2565]
43908         [BZ #2566]
43909         [BZ #2576]
43910         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43911         (y0): Likewise.
43912         * math/w_j0f.c (j0f): Likewise.
43913         (y0f): Likewise.
43914         * math/w_j0l.c (__j0l): Likewise.
43915         (__y0l): Likewise.
43916         * math/w_j1.c (j1): Likewise.
43917         (y1): Likewise.
43918         * math/w_j1f.c (j1f): Likewise.
43919         (y1f): Likewise.
43920         * math/w_j1l.c (__j1l): Likewise.
43921         (__y1l): Likewise.
43922         * math/w_jn.c (jn): Likewise.
43923         (yn): Likewise.
43924         * math/w_jnf.c (jnf): Likewise.
43925         (ynf): Likewise.
43926         * math/w_jnl.c (__jnl): Likewise.
43927         (__ynl): Likewise.
43928         * math/libm-test.inc (j0_test): Add more tests.
43929         (j1_test): Likewise.
43930         (jn_test): Likewise.  Add trailing semicolon to existing test.
43931         (y0_test): Likewise.
43932         (y1_test): Likewise.
43933         * sysdeps/i386/fpu/libm-test-ulps: Update.
43934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43935
43936         [BZ #13851]
43937         [BZ #13854]
43938         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43939         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43940         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43941         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43942         (__tanl): Set errno for infinite argument.
43943         * sysdeps/i386/fpu/mptan.c: Remove.
43944         * sysdeps/i386/fpu/s_tan.S: Likewise.
43945         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43946         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43947         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43948         * math/libm-test.inc (tan_test): Add more tests and enable more
43949         tests for double and long double.
43950         * sysdeps/i386/fpu/libm-test-ulps: Update.
43951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43952
43953 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43954
43955         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43956         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43957
43958 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43959
43960         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43961         * configure.in: Use it for both main tree and add-ons.
43962         * configure: Regenerated.
43963
43964 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43965
43966         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43967
43968 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43969
43970         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43971         in comment.
43972
43973         [BZ #13851]
43974         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43975         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43976         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43977         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43978         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43979         infinite argument.
43980         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43981         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43982         != 0 for prec == 2.
43983         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43984         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43985         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43986         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43987         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43988         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43989         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43990         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43991         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43992         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43993         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43994         * math/libm-test.inc (cos_test): Add more tests and enable more
43995         tests for long double.
43996         (sin_test): Likewise.
43997         (sincos_test): Likewise.
43998         * sysdeps/i386/fpu/libm-test-ulps: Update.
43999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44000
44001 2012-03-16  David S. Miller  <davem@davemloft.net>
44002
44003         * sysdeps/sparc/fpu/math_private.h: New file.
44004
44005 2012-03-15  David S. Miller  <davem@davemloft.net>
44006
44007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44008         file.
44009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44011         file.
44012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44013         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44014         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44015         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44016         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44017         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44018         sysdep routines.
44019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44020
44021         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44022         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44023
44024         * sysdeps/sparc/sparc-ifunc.h: New file.
44025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44026         sparc-ifunc.h
44027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44029         Likewise.
44030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44031         Likewise.
44032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44036         Likewise.
44037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44042         Likewise.
44043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44044         Likewise.
44045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44049         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44050         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44051         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44052         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44053         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44054         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44055         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44056         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44057         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44058         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44059         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44060         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44061         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44062         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44063         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44064         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44065         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44066         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44067         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44068         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44069
44070 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44071
44072         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44073         scaling.
44074         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44075
44076 2012-03-15  Andreas Jaeger  <aj@suse.de>
44077
44078         [BZ #13852]
44079         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44080         ieee754/flt-32 implementation for sin, cos and sincos.
44081         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44082         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44083         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44084         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44085         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44086         ieee754/flt-32 implementation for tan.
44087
44088         * math/libm-test.inc (cos_test): Enable some large input tests for
44089         float as well
44090         (sin_test): Likewise.
44091         (sincos_test): Likewise.
44092         (tan_test): Add tests for large input.
44093
44094         * sysdeps/i386/fpu/libm-test-ulps: Update.
44095
44096 2012-03-15  Andreas Jaeger  <aj@suse.de>
44097
44098         [BZ #13658]
44099         * math/libm-test.inc (cos_test): Add more test cases.
44100         (sin_test): Likewise.
44101         (sincos_test): Likewise.
44102
44103 2012-03-15  Andreas Jaeger  <aj@suse.de>
44104
44105         [BZ #13837]
44106         * math/libm-test.inc (cos_test): Add a test case for large input
44107         value.
44108         (sin_test): Likewise.
44109         (sincos_test): Likewise.
44110
44111 2012-03-15  Andreas Jaeger  <aj@suse.de>
44112             Joseph Myers  <joseph@codesourcery.com>
44113
44114         [BZ #13658]
44115         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44116         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44117         * sysdeps/i386/fpu/branred.c: Likewise.
44118         * sysdeps/i386/fpu/dosincos.c: Likewise.
44119         * sysdeps/i386/fpu/mpa.c: Likewise.
44120         * sysdeps/i386/fpu/s_cos.S: Likewise.
44121         * sysdeps/i386/fpu/s_sin.S: Likewise.
44122         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44123         * sysdeps/i386/fpu/sincos32.c: Likewise.
44124
44125         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44126         Define.
44127         (libc_feupdateenv_53bit): Define.
44128         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44129         Define.
44130         (libc_feupdateenv_53bit): Define.
44131
44132         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44133         53 bit (without extend i386 double precision).
44134
44135         * math/libm-test.inc (sincos_test): Add tests for large input.
44136         (sin): Likewise.
44137         (cos): Likewise.
44138
44139         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44140
44141 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44142
44143         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44144
44145 2012-03-15  David S. Miller  <davem@davemloft.net>
44146
44147         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44148         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44149         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44150         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44151         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44152         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44154         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44155         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44156         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44157         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44158         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44159         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44160         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44161         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44163         file.
44164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44166         file.
44167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44169         file.
44170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44172         file.
44173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44174         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44175         fmin/fmax sysdep routines.
44176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44177
44178 2012-03-14  David S. Miller  <davem@davemloft.net>
44179
44180         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44181         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44182         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44183         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44184         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44185         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44186         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44187         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44188         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44189         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44190         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44191         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44192         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44193         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44194         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44195         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44196         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44197         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44198         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44199         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44200         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44201         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44202         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44203         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44204         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44205         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44206         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44207         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44208         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44209         routines.
44210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44211         file.
44212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44214         file.
44215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44217         file.
44218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44220         file.
44221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44223         file.
44224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44226         file.
44227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44228         file.
44229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44230         file.
44231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44232         file.
44233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44234         New file.
44235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44236         file.
44237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44238         file.
44239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44241         file.
44242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44244         file.
44245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44247         file.
44248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44250         VIS3 routines.
44251
44252         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44253         New file.
44254
44255         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44256
44257         * sysdeps/sparc/configure.in: New file.
44258         * sysdeps/sparc/configure: Generate.
44259         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44260         * configure: Regenerate.
44261         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44262         * config.make.in (have-as-vis3): New.
44263         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44264         available use -Av9d instead of -Av9a.
44265         * sysdeps/sparc/sparc64/Makefile: Likewise.
44266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44268         New file.
44269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44270         file.
44271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44272         New file.
44273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44274         file.
44275         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44276         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44277         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44278         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44279         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44280
44281         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44282         fzeros/fnegs to load 0x80000000 into a float register instead of
44283         using the stack.
44284         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44285
44286 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44287
44288         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44289         bits/syscall.h.
44290         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44291         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44292         ($(inst_includedir)/bits/syscall.h): Remove rule.
44293         ($(objpfx)bits/syscall.d): Include instead of
44294         $(objpfx)syscall-list.d.
44295         (generated): Change syscall-list.h and syscall-list.d to
44296         bits/syscall.h and bits/syscall.d.
44297
44298 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44299
44300         [BZ #13846]
44301         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44302
44303 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44304
44305         [BZ #13841]
44306         * math/s_csqrt.c: Include <float.h>.
44307         (__csqrt): Scale large or subnormal inputs.
44308         * math/s_csqrtf.c: Likewise.
44309         * math/s_csqrtl.c: Likewise.
44310         * math/libm-test.inc (csqrt_test): Add more tests.
44311         * sysdeps/i386/fpu/libm-test-ulps: Update.
44312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44313
44314         [BZ #13840]
44315         * math/libm-test.inc (hypot_test): Add more tests.
44316
44317 2012-03-13  David S. Miller  <davem@davemloft.net>
44318
44319         [BZ #13840]
44320         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44321         double-precision for the calculation instead of scaling.
44322
44323 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44324
44325         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44326         manipulate bits before adding and subtracting TWO52[sx].
44327         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44328         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44329         Likewise.
44330         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44331
44332 2012-03-13  David S. Miller  <davem@davemloft.net>
44333
44334         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44335         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44336         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44337         rtld-global-offsets.h
44338         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44339
44340         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44341         large parameters.
44342
44343         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44344
44345         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44346         'err' in the ifdef scope in which it is actually used.
44347
44348         * nss/nss_db/db-init.c: Include string.h
44349
44350 2012-03-12  David S. Miller  <davem@davemloft.net>
44351
44352         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44353         masking out of the most significant byte of random value used.
44354         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44355         Fix coding style in previous change.
44356
44357         * sysdeps/unix/sysv/linux/kernel-features.h
44358         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44359         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44360         expression.
44361         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44362         later.
44363
44364 2012-03-11  David S. Miller  <davem@davemloft.net>
44365
44366         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44367         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44368         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44369         for 'resultvar' otherwise things get truncated on 64-bit.
44370
44371         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44372         Fix masking out of the most significant byte of random value used.
44373
44374         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44375
44376 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44377
44378         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44379
44380 2012-03-09  David S. Miller  <davem@davemloft.net>
44381
44382         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44383         variables with appropriate CPP guards.
44384         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44385         from the frame pointer, not the stack pointer.  Correct layout
44386         comments.  Fix test on resulting framesize and the management of
44387         the outregs buffer for pltexit.  Preserve floating point return
44388         values across _dl_call_pltexit call.
44389         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44390         framesize and the management of the outregs buffer for pltexit.
44391         Preserve floating point return values across _dl_call_pltexit
44392         call.
44393         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44394         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44395         (la_sparc64_gnu_pltexit): New functions.
44396         (print_exit): Fix format string for return register value.
44397
44398 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44399
44400         * sunrpc/Makefile (others): Add rpcgen.
44401         ($(objpfx)rpcgen): Remove special build rule and dependency on
44402         libc.
44403         * sunrpc/rpcgen.c: New file.
44404
44405 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44406
44407         [BZ #13673]
44408         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44409         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44410         * sysdeps/i386/crti.S: Likewise.
44411         * sysdeps/i386/crtn.S: Likewise.
44412         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44413         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44414         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44415         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44416         * sysdeps/sh/crti.S: Likewise.
44417         * sysdeps/sh/crtn.S: Likewise.
44418         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44419
44420         [BZ #13673]
44421         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44422         with URL.
44423         * locale/programs/locfile-kw.gperf: Likewise.
44424         * locale/programs/charmap-kw.h: Regenerated.
44425         * locale/programs/locfile-kw.h: Likewise.
44426
44427         [BZ #13673]
44428         * intl/plural.y: Replace FSF snail mail address with URL.
44429         * intl/plural.c: Regenerated.
44430
44431 2012-03-09  Richard Henderson  <rth@twiddle.net>
44432
44433         * include/math_private.h: Remove file.
44434         * math/math_private.h: Move file ...
44435         * sysdeps/generic/math_private.h: ... here.
44436
44437         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44438         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44439         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44440
44441         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44442         and <math_private.h>.
44443         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44444         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44445         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44446         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44447         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44448         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44449         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44450         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44451         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44452         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44453         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44454         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44455         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44456         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44457         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44458         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44459         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44460         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44461         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44462         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44463         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44464         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44465         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44466         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44467         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44468         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44469         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44470         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44471         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44472         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44473         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44474         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44475         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44476         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44477         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44478         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44479         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44480         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44481         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44482         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44483         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44484         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44485         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44486         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44487         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44488         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44489         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44490         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44491         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44492         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44493         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44494         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44495         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44496         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44497         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44498         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44499         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44500         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44501         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44502         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44503         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44504         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44505         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44506         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44507         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44508         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44509         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44510         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44511         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44512         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44513         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44514         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44515         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44516         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44517         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44518         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44519         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44520         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44521         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44522         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44523         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44524         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44525         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44526         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44527         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44528         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44529         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44530         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44531         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44532         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44533         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44534         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44535         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44536         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44537         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44538         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44539         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44540         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44541         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44542         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44543         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44544         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44545         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44546         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44547         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44548         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44549         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44550         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44551         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44552         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44553         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44554         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44555         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44556         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44557         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44558         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44559         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44560         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44561         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44562         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44563         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44564         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44565         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44566         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44567         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44568         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44569         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44570         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44571         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44572         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44573         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44574         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44575         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44576         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44577         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44578         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44579         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44580         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44581         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44582         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44583         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44584         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44585         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44586         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44587         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44588         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44589         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44590         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44591         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44592         * sysdeps/ieee754/k_standard.c: Likewise.
44593         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44594         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44595         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44596         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44597         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44598         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44599         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44600         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44601         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44602         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44603         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44604         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44605         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44606         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44607         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44608         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44609         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44610         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44611         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44612         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44613         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44614         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44615         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44616         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44617         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44618         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44619         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44620         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44621         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44622         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44623         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44624         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44625         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44626         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44627         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44628         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44629         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44630         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44631         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44632         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44633         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44634         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44635         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44636         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44637         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44638         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44639         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44640         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44641         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44642         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44643         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44644         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44645         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44646         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44647         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44648         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44649         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44650         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44651         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44652         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44653         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44654         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44655         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44656         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44657         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44658         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44659         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44660         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44661         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44662         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44663         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44664         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44665         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44666         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44667         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44668         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44669         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44670         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44671         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44672         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44673         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44674         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44675         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44676         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44677         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44678         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44679         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44680         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44681         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44682         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44683         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44684         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44685         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44686         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44687         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44688         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44689         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44690         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44691         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44692         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44693         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44694         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44695         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44696         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44697         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44698         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44699         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44700         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44701         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44702         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44703         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44704         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44705         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44706         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44707         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44708         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44709         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44710         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44711         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44712         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44713         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44714         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44715         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44716         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44717         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44718         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44719         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44720         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44721         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44722         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44724         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44725         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44726         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44727         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44728         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44729         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44731         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44733         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44735         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44736         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44737         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44738         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44739         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44740         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44741         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44742         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44743         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44744         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44745         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44746         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44747         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44748         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44749         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44750         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44751         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44752         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44753         * sysdeps/ieee754/s_lib_version.c: Likewise.
44754         * sysdeps/ieee754/s_matherr.c: Likewise.
44755         * sysdeps/ieee754/s_signgam.c: Likewise.
44756         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44757         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44758         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44759         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44760         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44761         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44762         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44763         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44764         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44765         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44766         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44767         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44768         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44769         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44770         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44771         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44772         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44773         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44774         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44775         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44776         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44777
44778 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44779
44780         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44781         * sunrpc/rpc_main.c: Likewise.
44782         * sunrpc/rpc_svcout.c: Likewise.
44783
44784 2012-03-09  David S. Miller  <davem@davemloft.net>
44785
44786         * include/math_private.h: New file.
44787
44788 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44789
44790         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44791         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44792         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44793         from <bits/socket_type.h>.
44794         (enum __socket_type): Don't define here.
44795         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44796         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44797         bits/socket_type.h.
44798
44799         [BZ #13566]
44800         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44801         checking __USE_GNU.
44802
44803         * Makerules ($(inst_includedir)/%.h): New rule.
44804         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44805         (install-others): Remove variable setting.
44806         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44807
44808 2012-03-08  Richard Henderson  <rth@twiddle.net>
44809
44810         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44811         from macro to inline function; merge with the
44812         !__LIBC_INTERNAL_MATH_INLINES version.
44813         (__ieee754_sqrtf): Likewise.
44814
44815         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44816         to inline function.
44817         (__rintf, __floor, __floorf): Likewise.
44818
44819         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44820         macro to inline function.
44821         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44822
44823         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44824         not <math/math_private.h>.
44825
44826 2012-03-08  David S. Miller  <davem@davemloft.net>
44827
44828         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44829         copyright year.
44830         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44831
44832 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44833
44834         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44835         normalization.
44836         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44837         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44838
44839 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44840
44841         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44842         be defined individually, they must be defined as a block.  Define
44843         S for printing a string instead of hidint the different by using a
44844         macro for adding the 'l'.
44845         * stdio-common/tst-fphex-wide.c: Adjust.
44846
44847 2012-03-07  Marek Polacek  <polacek@redhat.com>
44848
44849         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44850
44851 2012-03-08  Marek Polacek  <polacek@redhat.com>
44852
44853         [BZ #13806]
44854         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44855         * stdio-common/tst-fphex.c: Define a few macros to make the
44856         test reusable.  Use them.
44857         * stdio-common/tst-fphex-wide.c: New file.
44858
44859 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44860
44861         [BZ #6911]
44862         * manual/macros.texi (gnusystems): New macro.
44863         (nongnusystems): Likewise.
44864         (gnulinuxhurdsystems): Likewise.
44865         (gnuhurdsystems): Likewise..
44866         (gnulinuxsystems): Likewise.
44867         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44868         variants of the GNU system, not "GNU system".
44869         * manual/conf.texi: Likewise.
44870         * manual/errno.texi: Likewise.  Update example of errno macro
44871         expansion.
44872         * manual/filesys.texi: Likewise.
44873         (getumask): Document as specific to GNU/Hurd.
44874         * manual/install.texi: Likewise.  Reword some references to
44875         GNU/Linux.
44876         * manual/intro.texi: Likewise.
44877         * manual/io.texi: Likewise.
44878         (File Name Portability): Detail which constraints are inapplicable
44879         to all GNU systems and which are only inapplicable to GNU/Hurd.
44880         * manual/job.texi: Likewise.
44881         * manual/llio.texi: Likewise.
44882         (O_NOCTTY): Document as present on GNU/Linux.
44883         * manual/maint.texi: Likewise.
44884         * manual/memory.texi: Likewise.
44885         * manual/pattern.texi: Likewise.
44886         * manual/pipe.texi: Likewise.
44887         * manual/process.texi: Likewise.
44888         * manual/resource.texi: Likewise.
44889         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44890         child on GNU/Hurd.
44891         * manual/setjmp.texi: Likewise.
44892         * manual/signal.texi: Likewise.
44893         * manual/startup.texi: Likewise.
44894         * manual/stdio.texi: Likewise.
44895         * manual/terminal.texi: Likewise.
44896         (ONLCR): Document as POSIX.
44897         (OXTABS): Document availability on GNU/Linux as XTABS.
44898         (ONOEOT): Document availability separately from other bits.
44899         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44900         * manual/time.texi: Likewise.
44901         * manual/users.texi: Likewise.
44902         * INSTALL: Regenerated.
44903         * sysdeps/gnu/errlist.c: Regenerated.
44904
44905         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44906         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44907         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44908         puts.
44909         * configure: Regenerated.
44910
44911 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44912
44913         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44914         default includes instead of AC_HEADER_CHECK.
44915         * sysdeps/i386/configure: Regenerated.
44916
44917         [BZ #10716]
44918         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44919         * math/s_cacoshf.c (__cacoshf): Likewise.
44920         * math/s_cacoshl.c (__cacoshl): Likewise.
44921         * math/s_casinh.c (__casinh): Set signs of result from argument.
44922         * math/s_casinhf.c (__casinhf): Likewise.
44923         * math/s_casinhl.c (__casinhl): Likewise.
44924         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44925         (casinh_test): Add more tests.
44926         * sysdeps/i386/fpu/libm-test-ulps: Update.
44927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44928
44929 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44930
44931         * po/zh_TW.po: Update from translation team.
44932
44933         * login/Makefile (distribute): Remove variable.
44934         * catgets/Makefile: Likewise.
44935         * mach/Makefile: Likewise.
44936         * malloc/Makefile: Likewise.
44937         * misc/Makefile: Likewise.
44938         * iconv/Makefile: Likewise.
44939         * nscd/Makefile: Likewise.
44940         * hurd/Makefile: Likewise.
44941         * manual/Makefile: Likewise.
44942         * locale/Makefile: Likewise.
44943         * intl/Makefile: Likewise.
44944         * conform/Makefile: Likewise.
44945         * nss/Makefile: Likewise.
44946         * time/Makefile: Likewise.
44947         * soft-fp/Makefile: Likewise.
44948         * dirent/Makefile: Likewise.
44949         * gmon/Makefile: Likewise.
44950         * po/Makefile: Likewise.
44951         * rt/Makefile: Likewise.
44952         * socket/Makefile: Likewise.
44953         * math/Makefile: Likewise.
44954         * signal/Makefile: Likewise.
44955         * debug/Makefile: Likewise.
44956         * elf/Makefile: Likewise.
44957         * timezone/Makefile: Likewise.
44958         * stdlib/Makefile: Likewise.
44959         * iconvdata/Makefile: Likewise.
44960         * sunrpc/Makefile: Likewise.
44961         * io/Makefile: Likewise.
44962         * argp/Makefile: Likewise.
44963         * inet/Makefile: Likewise.
44964         * hesiod/Makefile: Likewise.
44965         * grp/Makefile: Likewise.
44966         * csu/Makefile: Likewise.
44967         * wctype/Makefile: Likewise.
44968         * crypt/Makefile: Likewise.
44969         * libio/Makefile: Likewise.
44970         * string/Makefile: Likewise.
44971         * nis/Makefile: Likewise.
44972         * resolv/Makefile: Likewise.
44973         * stdio-common/Makefile: Likewise.
44974         * wcsmbs/Makefile: Likewise.
44975         * dlfcn/Makefile: Likewise.
44976         * posix/Makefile: Likewise.
44977
44978         [BZ #6959]
44979         * timezone/Makefile: Don't install timezone files, just the programs
44980         and scripts.
44981
44982 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44983
44984         * nss/databases.def: Add missing gshadow entry.
44985
44986         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44987
44988 2012-03-06  Marek Polacek  <polacek@redhat.com>
44989
44990         [BZ #13726]
44991         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44992         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44993         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44994         * stdio-common/tst-long-dbl-fphex.c: New file.
44995
44996 2012-03-06  David S. Miller  <davem@davemloft.net>
44997
44998         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44999         (set_obp_int): New function.
45000         (get_obp_int): New function.
45001         (__get_clockfreq_via_dev_openprom): Likewise.
45002         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45003         Avoid unused variable warnings on 'val' and use builtin_expect.
45004         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45005         __builtin_expect.
45006         (INLINE_CLONE_SYSCALL): Likewise.
45007
45008 2012-03-05  David S. Miller  <davem@davemloft.net>
45009
45010         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45011
45012 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45013
45014         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45015
45016         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45017         only for |x| >= 40.
45018         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45019
45020 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45021
45022         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45023         Replace gettimeofday with __vdso_gettimeofday.
45024
45025         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45026         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45027         __vdso_clock_gettime and __vdso_getcpu.
45028
45029         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45030         time with __vdso_time.
45031
45032 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45033
45034         * manual/lang.texi (size_t): Note types to which size_t may be
45035         equivalent with the GNU C Library, but do not describe when
45036         differences between them are significant.
45037
45038 2012-03-05  Andreas Jaeger  <aj@suse.de>
45039
45040         * sysdeps/i386/fpu/libm-test-ulps: Update.
45041
45042 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45043
45044         [BZ #3976]
45045         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45046         (__ieee754_pow): Save and restore rounding mode and use
45047         round-to-nearest for main computations.
45048         * math/libm-test.inc (pow_test_tonearest): New function.
45049         (pow_test_towardzero): Likewise.
45050         (pow_test_downward): Likewise.
45051         (pow_test_upward): Likewise.
45052         (main): Call the new functions.
45053         * sysdeps/i386/fpu/libm-test-ulps: Update.
45054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45055
45056         [BZ #3976]
45057         * math/libm-test.inc (cosh_test_tonearest): New function.
45058         (cosh_test_towardzero): Likewise.
45059         (cosh_test_downward): Likewise.
45060         (cosh_test_upward): Likewise.
45061         (sinh_test_tonearest): Likewise.
45062         (sinh_test_towardzero): Likewise.
45063         (sinh_test_downward): Likewise.
45064         (sinh_test_upward): Likewise.
45065         (main): Call the new functions.
45066         * sysdeps/i386/fpu/libm-test-ulps: Update.
45067         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45068
45069 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45070
45071         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45072         default stack guard is set in last bytes.
45073         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45074
45075 2012-03-05  Kees Cook  <keescook@chromium.org>
45076
45077         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45078
45079         [BZ #13656]
45080         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45081         possibly allocate from heap instead of stack.
45082         * stdio-common/bug-vfprintf-nargs.c: New file.
45083         * stdio-common/Makefile (tests): Add nargs overflow test.
45084
45085 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45086
45087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45088
45089 2012-03-03  Marek Polacek  <polacek@redhat.com>
45090
45091         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45092         * math/math_private.h: Likewise.
45093         * stdlib/tst-strtod.c: Likewise.
45094         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45095         * sysdeps/x86_64/bits/atomic.h: Likewise.
45096
45097 2012-03-02  David S. Miller  <davem@davemloft.net>
45098
45099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45100         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45102         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45103         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45104         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45105         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45106         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45107
45108 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45109
45110         [BZ #13792]
45111         * manual/examples/README: New file, says the example source files
45112         can be used under GPL>=2.
45113         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45114         line containing just "*/".
45115         * manual/examples/add.c: Add copyright header (GPL>=2).
45116         * manual/examples/argp-ex1.c: Likewise.
45117         * manual/examples/argp-ex2.c: Likewise.
45118         * manual/examples/argp-ex3.c: Likewise.
45119         * manual/examples/argp-ex4.c: Likewise.
45120         * manual/examples/atexit.c: Likewise.
45121         * manual/examples/db.c: Likewise.
45122         * manual/examples/dir.c: Likewise.
45123         * manual/examples/dir2.c: Likewise.
45124         * manual/examples/execinfo.c: Likewise.
45125         * manual/examples/filecli.c: Likewise.
45126         * manual/examples/filesrv.c: Likewise.
45127         * manual/examples/fmtmsgexpl.c: Likewise.
45128         * manual/examples/genpass.c: Likewise.
45129         * manual/examples/inetcli.c: Likewise.
45130         * manual/examples/inetsrv.c: Likewise.
45131         * manual/examples/isockad.c: Likewise.
45132         * manual/examples/longopt.c: Likewise.
45133         * manual/examples/memopen.c: Likewise.
45134         * manual/examples/memstrm.c: Likewise.
45135         * manual/examples/mkfsock.c: Likewise.
45136         * manual/examples/mkisock.c: Likewise.
45137         * manual/examples/mygetpass.c: Likewise.
45138         * manual/examples/pipe.c: Likewise.
45139         * manual/examples/popen.c: Likewise.
45140         * manual/examples/rprintf.c: Likewise.
45141         * manual/examples/search.c: Likewise.
45142         * manual/examples/select.c: Likewise.
45143         * manual/examples/setjmp.c: Likewise.
45144         * manual/examples/sigh1.c: Likewise.
45145         * manual/examples/sigusr.c: Likewise.
45146         * manual/examples/stpcpy.c: Likewise.
45147         * manual/examples/strdupa.c: Likewise.
45148         * manual/examples/strftim.c: Likewise.
45149         * manual/examples/strncat.c: Likewise.
45150         * manual/examples/subopt.c: Likewise.
45151         * manual/examples/swapcontext.c: Likewise.
45152         * manual/examples/termios.c: Likewise.
45153         * manual/examples/testopt.c: Likewise.
45154         * manual/examples/testpass.c: Likewise.
45155         * manual/examples/timeval_subtract.c: Likewise.
45156
45157         [BZ #13792]
45158         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45159         function to ...
45160         * manual/timeval_subtract.c.texi: ... here, new file.
45161
45162 2012-03-02  David S. Miller  <davem@davemloft.net>
45163
45164         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45165
45166 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45167
45168         [BZ #3976]
45169         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45170         (__sin): Save and restore rounding mode and use round-to-nearest
45171         for all computations.
45172         (__cos): Save and restore rounding mode and use round-to-nearest
45173         for all computations.
45174         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45175         <fenv.h>.
45176         (tan): Save and restore rounding mode and use round-to-nearest for
45177         all computations.
45178         * math/libm-test.inc (cos_test_tonearest): New function.
45179         (cos_test_towardzero): Likewise.
45180         (cos_test_downward): Likewise.
45181         (cos_test_upward): Likewise.
45182         (sin_test_tonearest): Likewise.
45183         (sin_test_towardzero): Likewise.
45184         (sin_test_downward): Likewise.
45185         (sin_test_upward): Likewise.
45186         (tan_test_tonearest): Likewise.
45187         (tan_test_towardzero): Likewise.
45188         (tan_test_downward): Likewise.
45189         (tan_test_upward): Likewise.
45190         (main): Call the new functions.
45191         * sysdeps/i386/fpu/libm-test-ulps: Update.
45192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45193
45194         [BZ #10135]
45195         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45196         small n, then large n, before computing and testing k+n.
45197         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45198         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45199         Likewise.
45200         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45201         Likewise.
45202         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45203         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45204         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45205         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45206         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45207         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45208         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45209         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45210         * math/libm-test.inc (scalbn_test): Add more tests.
45211         (scalbln_test): Likewise.
45212
45213         * manual/filesys.texi (mode_t): Describe constraints on size and
45214         signedness, not exact equivalence to a particular type.
45215         (ino_t): Likewise.
45216         (ino64_t): Likewise.
45217         (dev_t): Likewise.
45218         (nlink_t): Likewise.
45219         (blkcnt_t): Likewise.
45220         (blkcnt64_t): Likewise.
45221         * manual/llio.texi (off_t): Likewise.
45222
45223         [BZ #3976]
45224         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45225         (__ieee754_exp): Save and restore rounding mode and use
45226         round-to-nearest for all computations.
45227         * math/libm-test.inc (exp_test_tonearest): New function.
45228         (exp_test_towardzero): Likewise.
45229         (exp_test_downward): Likewise.
45230         (exp_test_upward): Likewise.
45231         (main): Call the new functions.
45232         * sysdeps/i386/fpu/libm-test-ulps: Update.
45233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45234
45235 2012-03-01  Chris Demetriou  <cgd@google.com>
45236
45237         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45238         have predictable order.
45239
45240 2012-03-01  David S. Miller  <davem@davemloft.net>
45241
45242         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45243
45244         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45245         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45246         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45247         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45248
45249         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45250         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45251         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45253         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45254         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45255         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45256         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45257         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45258
45259         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45260
45261         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45262         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45263         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45264
45265         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45266         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45267         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45268         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45269         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45270         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45271         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45272         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45273         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45274         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45275         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45276         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45277         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45278         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45279         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45280         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45281         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45282         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45283         * sysdeps/sparc/elf/configure: Regenerated.
45284
45285 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45286
45287         * configure.in (AS, LD): Require binutils 2.20 or later.
45288         * configure: Regenerated.
45289         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45290         as required minimum version.
45291         * INSTALL: Regenerated.
45292
45293         [BZ #2541]
45294         [BZ #4108]
45295         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45296         before squaring exponent.
45297         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45298         bottom long double and 27 bits of top long double before squaring
45299         exponent.
45300         * math/libm-test.inc (erfc_test): Add more tests.
45301         * sysdeps/i386/fpu/libm-test-ulps: Update.
45302         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45304
45305 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45306
45307         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45308         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45309         containing bit-fields.
45310         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45311         * soft-fp/single.h (_FP_UNION_S): Likewise.
45312         * soft-fp/double.h (_FP_UNION_D): Likewise.
45313
45314 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45315
45316         [BZ #13786]
45317         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45318         not include ../strcmp.S.
45319         [USE_AS_STRNCASECMP_L]: Likewise.
45320         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45321         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45322         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45323         (__strncasecmp_l_ia32): Define as alias to
45324         __strncasecmp_l_nonascii.
45325
45326         [BZ #5794]
45327         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45328         * sysdeps/i386/fpu/libm-test-ulps: Update.
45329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45330
45331         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45333
45334 2012-02-29  Jeff Law  <law@redhat.com>
45335
45336         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45337         out of bounds read.
45338
45339 2012-02-29  Marek Polacek  <polacek@redhat.com>
45340
45341         [BZ #13706]
45342         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45343         * elf/Makefile: Add rules to run tst-unused-dep.out.
45344
45345 2012-02-28  David S. Miller  <davem@davemloft.net>
45346
45347         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45348         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45349         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45350         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45351         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45352         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45353
45354 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45355
45356         * math/libm-test.inc (llround_test): Move one test from
45357         lround_test.  Use TEST_f_L in moved test.
45358         (lround_test): Move misplaced test to llround_test.  Add testcase
45359         from bug 2561.
45360
45361 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45362
45363         * sysdeps/x86_64/fpu/e_expf.S: New file.
45364         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45365
45366 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45367
45368         [BZ #13637]
45369         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45370         of remain_len that may cause incomplete multi-byte character and
45371         false match.
45372         * posix/bug-regex33.c: New file.
45373         * posix/Makefile (tests): Add bug-regex33.
45374
45375 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45376
45377         * manual/macros.texi: New file.
45378         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45379         * manual/libc.texinfo: Include macros.texi.
45380         * manual/creatute.texi: Likewise.
45381         * manual/install.texi: Likewise.
45382         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45383         @glibcadj{} in references to the GNU C Library.
45384         * manual/charset.texi: Likewise.
45385         * manual/conf.texi: Likewise.
45386         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45387         when not using those macros.
45388         * manual/creature.texi: Likewise.
45389         * manual/crypt.texi: Likewise.
45390         * manual/errno.texi: Likewise.
45391         * manual/filesys.texi: Likewise.
45392         * manual/header.texi: Likewise.
45393         * manual/install.texi: Likewise.
45394         * manual/intro.texi: Likewise.
45395         * manual/io.texi: Likewise.
45396         * manual/job.texi: Likewise.
45397         * manual/lang.texi: Likewise.
45398         * manual/libc.texiinfo: Likewise.
45399         * manual/llio.texi: Likewise.
45400         * manual/locale.texi: Likewise.
45401         * manual/maint.texi: Likewise.
45402         * manual/math.texi: Likewise.
45403         * manual/memory.texi: Likewise.
45404         * manual/message.texi: Likewise.
45405         * manual/nss.texi: Likewise.
45406         * manual/pattern.texi: Likewise.
45407         * manual/process.texi: Likewise.
45408         * manual/resource.texi: Likewise.
45409         * manual/search.texi: Likewise.
45410         * manual/setjmp.texi: Likewise.
45411         * manual/signal.texi: Likewise.
45412         * manual/socket.texi: Likewise.
45413         * manual/startup.texi: Likewise.
45414         * manual/stdio.texi: Likewise.
45415         * manual/string.texi: Likewise.
45416         * manual/sysinfo.texi: Likewise.
45417         * manual/syslog.texi: Likewise.
45418         * manual/terminal.texi: Likewise.
45419         * manual/time.texi: Likewise.
45420         * manual/users.texi: Likewise.
45421         * INSTALL: Regenerated.
45422         * NOTES: Regenerated.
45423         * sysdeps/gnu/errlist.c: Regenerated.
45424
45425 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45426
45427         * include/dirent.h: Include <dirstream.h> before
45428         <dirent/dirent.h>.
45429
45430 2012-02-28  David S. Miller  <davem@davemloft.net>
45431
45432         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45433         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45434         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45435         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45436
45437 2012-02-27  David S. Miller  <davem@davemloft.net>
45438
45439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45441         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45442         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45443
45444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45445         frame pointer instead of stack pointer relative arg slot.
45446         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45447         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45448         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45449
45450 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45451
45452         [BZ #3992]
45453         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45454
45455 2012-02-27  David S. Miller  <davem@davemloft.net>
45456
45457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45460         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45461         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45462         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45463         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45464         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45465
45466 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45467
45468         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45469         later.  Allow versions 5-9.
45470         * configure: Regenerated.
45471         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45472         required minimum version and 4.6 as recommended version.  Do not
45473         mention bugs in GCC 2.7 and 2.8.
45474         * INSTALL: Regenerated.
45475
45476 2012-02-27  David S. Miller  <davem@davemloft.net>
45477
45478         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45479         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45482         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45483         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45484         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45485         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45486
45487         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45488         manipulate bits before adding and subtracting TWO112[sx].
45489         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45490
45491 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45492
45493         [BZ #13775]
45494         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45495         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45496         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45497         being in POSIX, because they are in 1003.1-2008.
45498
45499         * rt/tst-aio.c: Include <fcntl.h>.
45500         * rt/tst-aio7.c: Likewise.
45501         * rt/tst-aio64.c: Likewise.
45502
45503         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45504
45505 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45506
45507         * manual/install.texi (--with-headers): Describe headers as
45508         interface headers, not private headers.
45509         (Specific advice for GNU/Linux systems): Describe use of headers
45510         from "make headers_install", not private headers from older
45511         kernels.
45512         * INSTALL: Regenerated.
45513         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45514         Change to 2.6.19.
45515         * sysdeps/unix/sysv/linux/configure: Regenerated.
45516
45517         * manual/llio.texi (fclean): Remove documentation.
45518
45519         * manual/Makefile (libc-texi-generated): New variable.  Include
45520         version.texi.
45521         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45522         $(libc-texi-generated), not duplicated list of files.
45523         (version.texi, stamp-version): New rules.
45524         (realclean): Remove $(libc-texi-generated), not individual files
45525         from that list.  Do not remove dir-add.texinfo.
45526         * manual/libc.texinfo: Comment out uses of edition numbers and
45527         references to printed manual.  Remove last-updated dates.
45528         (EDITION): Comment out.
45529         (ISBN): Likewise.
45530         (VERSION, UPDATED): Remove.
45531         (version.texi): Include.
45532
45533 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45534
45535         * sysdeps/posix/spawni.c: Include <signal.h>.
45536         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45537         * sysdeps/pthread/aio_fsync.c: Likewise.
45538
45539 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45540
45541         * conform/Makefile (tests): Run only when not cross-compiling and
45542         when fast-check is not defined.
45543
45544         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45545         * conform/data/limits.h-data: Fixes for POSIX2008.
45546         * conform/run-conformtest.sh: Run all tests.
45547         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45548         headers.
45549         * include/bits/dlfcn.h: Likewise.
45550         * include/langinfo.h: Likewise.
45551         * include/monetary.h: Likewise.
45552         * include/sys/poll.h: Likewise.
45553
45554         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45555         for __USE_GNU.
45556         * posix/spawn.h: Define __need_sigset_t.
45557         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45558         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45559         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45560         to get sigevent_t only.
45561         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45562         only for __USE_GNU.
45563         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45564         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45565         process_vm_writev only for __USE_GNU.
45566         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45567
45568         * conform/Makefile: For now ignore errors from run-conformtest.
45569         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45570         POSIX to avoid namespace pollution.  Don't prepend headers.
45571         * conform/data/aio.h-data: Fixes for POSIX testing.
45572         * conform/data/fcntl.h-data: Likewise.
45573         * conform/data/glob.h-data: Likewise.
45574         * conform/data/grp.h-data: Likewise.
45575         * conform/data/pthread.h-data: Likewise.
45576         * conform/data/pwd.h-data: Likewise.
45577         * conform/data/signal.h-data: Likewise.
45578         * conform/data/spawn.h-data: Likewise.
45579         * conform/data/stdio.h-data: Likewise.
45580         * conform/data/stdlib.h-data: Likewise.
45581         * conform/data/stropts.h-data: Likewise.
45582         * conform/data/sys/mman.h-data: Likewise.
45583         * conform/data/sys/stat.h-data: Likewise.
45584         * conform/data/sys/types.h-data: Likewise.
45585         * conform/data/sys/wait.h-data: Likewise.
45586         * conform/data/time.h-data: Likewise.
45587         * conform/data/unistd.h-data: Likewise.
45588         * conform/data/utime.h-data: Likewise.
45589
45590         * io/sys/stat.h: fchmod was always in POSIX.
45591         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45592         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45593         * rt/aio.h: Define __need_timespec before including <time.h>.
45594         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45595         struct.  Add forward declaration of pthread_attr_t and use it in
45596         sigevent.
45597         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45598         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45599         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45600         always remove CLK_TCK definition.
45601
45602 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45603
45604         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45605
45606 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45607
45608         * conform/run-conformtest.sh: New file.
45609         * conform/Makefile: Run run-conformtest for tests.
45610         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45611         support.
45612
45613         * conform/data/uchar.h-data: New file.
45614         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45615         * conform/data/arpa/inet.h-data: Likewise.
45616         * conform/data/assert.h-data: Likewise.
45617         * conform/data/complex.h-data: Likewise.
45618         * conform/data/cpio.h-data: Likewise.
45619         * conform/data/ctype.h-data: Likewise.
45620         * conform/data/dirent.h-data: Likewise.
45621         * conform/data/dlfcn.h-data: Likewise.
45622         * conform/data/errno.h-data: Likewise.
45623         * conform/data/fcntl.h-data: Likewise.
45624         * conform/data/float.h-data: Likewise.
45625         * conform/data/fmtmsg.h-data: Likewise.
45626         * conform/data/fnmatch.h-data: Likewise.
45627         * conform/data/ftw.h-data: Likewise.
45628         * conform/data/glob.h-data: Likewise.
45629         * conform/data/grp.h-data: Likewise.
45630         * conform/data/iconv.h-data: Likewise.
45631         * conform/data/inttypes.h-data: Likewise.
45632         * conform/data/langinfo.h-data: Likewise.
45633         * conform/data/libgen.h-data: Likewise.
45634         * conform/data/limits.h-data: Likewise.
45635         * conform/data/locale.h-data: Likewise.
45636         * conform/data/math.h-data: Likewise.
45637         * conform/data/monetary.h-data: Likewise.
45638         * conform/data/mqueue.h-data: Likewise.
45639         * conform/data/ndbm.h-data: Likewise.
45640         * conform/data/net/if.h-data: Likewise.
45641         * conform/data/netdb.h-data: Likewise.
45642         * conform/data/netinet/in.h-data: Likewise.
45643         * conform/data/nl_types.h-data: Likewise.
45644         * conform/data/poll.h-data: Likewise.
45645         * conform/data/pthread.h-data: Likewise.
45646         * conform/data/pwd.h-data: Likewise.
45647         * conform/data/regex.h-data: Likewise.
45648         * conform/data/sched.h-data: Likewise.
45649         * conform/data/search.h-data: Likewise.
45650         * conform/data/semaphore.h-data: Likewise.
45651         * conform/data/setjmp.h-data: Likewise.
45652         * conform/data/signal.h-data: Likewise.
45653         * conform/data/spawn.h-data: Likewise.
45654         * conform/data/stdarg.h-data: Likewise.
45655         * conform/data/stdio.h-data: Likewise.
45656         * conform/data/stdlib.h-data: Likewise.
45657         * conform/data/string.h-data: Likewise.
45658         * conform/data/strings.h-data: Likewise.
45659         * conform/data/stropts.h-data: Likewise.
45660         * conform/data/sys/ipc.h-data: Likewise.
45661         * conform/data/sys/mman.h-data: Likewise.
45662         * conform/data/sys/msg.h-data: Likewise.
45663         * conform/data/sys/resource.h-data: Likewise.
45664         * conform/data/sys/select.h-data: Likewise.
45665         * conform/data/sys/sem.h-data: Likewise.
45666         * conform/data/sys/shm.h-data: Likewise.
45667         * conform/data/sys/socket.h-data: Likewise.
45668         * conform/data/sys/stat.h-data: Likewise.
45669         * conform/data/sys/statvfs.h-data: Likewise.
45670         * conform/data/sys/time.h-data: Likewise.
45671         * conform/data/sys/timeb.h-data: Likewise.
45672         * conform/data/sys/times.h-data: Likewise.
45673         * conform/data/sys/types.h-data: Likewise.
45674         * conform/data/sys/uio.h-data: Likewise.
45675         * conform/data/sys/un.h-data: Likewise.
45676         * conform/data/sys/utsname.h-data: Likewise.
45677         * conform/data/sys/wait.h-data: Likewise.
45678         * conform/data/syslog.h-data: Likewise.
45679         * conform/data/tar.h-data: Likewise.
45680         * conform/data/termios.h-data: Likewise.
45681         * conform/data/utime.h-data: Likewise.
45682         * conform/data/utmpx.h-data: Likewise.
45683         * conform/data/varargs.h-data: Likewise.
45684         * conform/data/wchar.h-data: Likewise.
45685         * conform/data/wctype.h-data: Likewise.
45686         * conform/data/wordexp.h-data: Likewise.
45687
45688         * include/stropts.h: New file.
45689         * include/uchar.h: New file.
45690         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45691         * include/assert.h: Likewise.
45692         * include/ctype.h: Likewise.
45693         * include/dirent.h: Likewise.
45694         * include/dlfcn.h: Likewise.
45695         * include/fcntl.h: Likewise.
45696         * include/fnmatch.h: Likewise.
45697         * include/glob.h: Likewise.
45698         * include/grp.h: Likewise.
45699         * include/libio.h: Likewise.
45700         * include/locale.h: Likewise.
45701         * include/math.h: Likewise.
45702         * include/net/if.h: Likewise.
45703         * include/netdb.h: Likewise.
45704         * include/netinet/in.h: Likewise.
45705         * include/pthread.h: Likewise.
45706         * include/pwd.h: Likewise.
45707         * include/regex.h: Likewise.
45708         * include/sched.h: Likewise.
45709         * include/search.h: Likewise.
45710         * include/setjmp.h: Likewise.
45711         * include/signal.h: Likewise.
45712         * include/stdio.h: Likewise.
45713         * include/stdlib.h: Likewise.
45714         * include/string.h: Likewise.
45715         * include/sys/cdefs.h: Likewise.
45716         * include/sys/mman.h: Likewise.
45717         * include/sys/msg.h: Likewise.
45718         * include/sys/resource.h: Likewise.
45719         * include/sys/select.h: Likewise.
45720         * include/sys/socket.h: Likewise.
45721         * include/sys/stat.h: Likewise.
45722         * include/sys/statvfs.h: Likewise.
45723         * include/sys/time.h: Likewise.
45724         * include/sys/times.h: Likewise.
45725         * include/sys/uio.h: Likewise.
45726         * include/sys/utsname.h: Likewise.
45727         * include/sys/wait.h: Likewise.
45728         * include/termios.h: Likewise.
45729         * include/time.h: Likewise.
45730         * include/ulimit.h: Likewise.
45731         * include/unistd.h: Likewise.
45732         * include/utime.h: Likewise.
45733         * include/wchar.h: Likewise.
45734         * include/wctype.h: Likewise.
45735         * include/wordexp.h: Likewise.
45736
45737         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45738
45739         * time/time.h: TIME_UTC must be a macro.
45740         Make timespec_get available for ISO C11 only as well.
45741
45742 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45743
45744         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45745         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45746
45747 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45748
45749         * configure.in: Use -o not -a in test for unsupported multi-arch.
45750
45751 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45752
45753         * manual/texinfo.tex: Update to version 2012-01-19.16.
45754
45755 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45756
45757         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45758
45759 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45760
45761         [BZ #13738]
45762         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45763         * manual/fdl-1.3.texi: New file.
45764         * manual/fdl-1.1.texi: File removed.
45765
45766         [BZ #13738]
45767         * manual/libc.texinfo (FDL_VERSION): New @set.
45768         Use it for mention of FDL in cover text.
45769         (Documentation License): Use it in @include file name.
45770
45771 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45772             Roland McGrath  <roland@hack.frob.com>
45773
45774         [BZ #5461]
45775         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45776         (not LONG_LONG_MAX and LONG_LONG_MIN.
45777         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45778         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45779         name.
45780         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45781
45782 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45783
45784         [BZ #2547]
45785         [BZ #11365]
45786         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45787         manipulate bits before adding and subtracting TWO23[sx].
45788         * math/libm-test.inc (nearbyint_test): Add more tests.
45789
45790 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45791
45792         [BZ #2548]
45793         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45794         bits before adding and subtracting TWO23[sx].
45795         * math/libm-test.inc (rint_test): Add more tests.
45796         (rint_test_tonearest): Likewise.
45797         (rint_test_towardzero): Likewise.
45798         (rint_test_downward): Likewise.
45799         (rint_test_upward: Likewise.
45800
45801 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45802
45803         [BZ #10110]
45804         * include/stdc-predef.h: New file.  Extracted from features.h.
45805         * include/features.h: Include stdc-predef.h.
45806         * Makefile (headers): Add stdc-predef.h.
45807         * CONFORMANCE (Compiler limitations): Update.
45808
45809 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45810
45811         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45812
45813 2012-02-21  David S. Miller  <davem@davemloft.net>
45814
45815         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45816         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45817
45818 2012-02-20  David S. Miller  <davem@davemloft.net>
45819
45820         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45821         using a normal save/restore sequence, rather than allocating a
45822         dummy stack frame just to store a frame pointer and restore.
45823         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45824
45825 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45826
45827         * manual/install.texi: Fix stray word in line-wrapped comment.
45828
45829 2012-02-20  David S. Miller  <davem@davemloft.net>
45830
45831         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45832         both binutils and gcc support GOTDATA.
45833
45834         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45835         "rd %pc" in the PIC register setup sequences.
45836
45837         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45838         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45839         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45840         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45841         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45842         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45843         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45844         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45845         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45846         (SYSCALL_ERROR_HANDLER): Likewise.
45847         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45848         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45849         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45850         (SYSCALL_ERROR_HANDLER): Likewise.
45851
45852         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45853         (HAVE_GCC_GOTDATA): New.
45854         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45855         relocation support in both binutils and gcc.
45856         * sysdeps/sparc/elf/configure: Regenerate.
45857
45858         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45859         * sysdeps/sparc/sparc32/elf/configure: Delete.
45860         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45861         * sysdeps/sparc/sparc64/elf/configure: Delete.
45862         * sysdeps/sparc/elf/configure.in: New file.
45863         * sysdeps/sparc/elf/configure: Generate.
45864
45865         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45866         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45867         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45868         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45869         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45870
45871 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45872
45873         * manual/install.texi: Do not mention specific glibc version
45874         numbers.
45875         * manual/libc.texinfo (VERSION, UPDATED): Update.
45876         (@copying): Use @copyright{} and range of years.
45877
45878 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45879
45880         [BZ #13695]
45881         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45882         [crti.S not in sysdirs] (generated): Do not append.
45883         [crti.S not in sysdirs] (omit-deps): Likewise.
45884         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45885         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45886         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45887         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45888         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45889         Likewise.
45890         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45891         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45892         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45893         * csu/defs.awk: Remove file.
45894         * sysdeps/generic/initfini.c: Likewise.
45895         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45896         variable.
45897         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45898         Likewise.
45899
45900 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45901
45902         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45903         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45904         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45905         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45906         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45907         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45908         <bits/epoll.h>.
45909         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45910         (__EPOLL_PACKED): Define to empty if not defined by
45911         <bits/epoll.h>.
45912         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45913         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45914         bits/epoll.h.
45915
45916 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45917
45918         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45919         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45920         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45921         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45922         <bits/timerfd.h>.
45923         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45924         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45925         bits/timerfd.h.
45926
45927 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45928
45929         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45930         in C locale.
45931         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45932         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45933         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45935
45936 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45937
45938         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45939         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45940
45941 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45942
45943         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45944         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45945         defined.
45946         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45947         Likewise.
45948         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45949         entry for 2.16.
45950
45951 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45952
45953         * math/w_acos.c: Use non-signaling floating-point comparisons.
45954         * math/w_acosf.c: Likewise.
45955         * math/w_acosh.c: Likewise.
45956         * math/w_acoshf.c: Likewise.
45957         * math/w_acoshl.c: Likewise.
45958         * math/w_acosl.c: Likewise.
45959         * math/w_asin.c: Likewise.
45960         * math/w_asinf.c: Likewise.
45961         * math/w_asinl.c: Likewise.
45962         * math/w_atanh.c: Likewise.
45963         * math/w_atanhf.c: Likewise.
45964         * math/w_atanhl.c: Likewise.
45965         * math/w_exp2.c: Likewise.
45966         * math/w_exp2f.c: Likewise.
45967         * math/w_exp2l.c: Likewise.
45968         * math/w_j0.c: Likewise.
45969         * math/w_j0f.c: Likewise.
45970         * math/w_j0l.c: Likewise.
45971         * math/w_j1.c: Likewise.
45972         * math/w_j1f.c: Likewise.
45973         * math/w_j1l.c: Likewise.
45974         * math/w_jn.c: Likewise.
45975         * math/w_jnf.c: Likewise.
45976         * math/w_log.c: Likewise.
45977         * math/w_log10.c: Likewise.
45978         * math/w_log10f.c: Likewise.
45979         * math/w_log10l.c: Likewise.
45980         * math/w_log2.c: Likewise.
45981         * math/w_log2f.c: Likewise.
45982         * math/w_log2l.c: Likewise.
45983         * math/w_logf.c: Likewise.
45984         * math/w_logl.c: Likewise.
45985         * math/w_sqrt.c: Likewise.
45986         * math/w_sqrtf.c: Likewise.
45987         * math/w_sqrtl.c: Likewise.
45988         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45989         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45990         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45991         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45992         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45993
45994 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45995
45996         [BZ #9739]
45997         * manual/string.texi (strnlen): Use correct parameter name in
45998         equivalent expression.
45999
46000 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46001
46002         [BZ #11174]
46003         * manual/users.texi (seteuid): Consistently use neweuid for
46004         argument name.
46005
46006 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46007
46008         [BZ #13704]
46009         * manual/nss.texi (Services in the NSS configuration): Correct
46010         list of services in example configuration file.
46011
46012 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46013
46014         [BZ #11322]
46015         * manual/arith.texi: Remove statements about negative zero
46016         behaving identically to zero.
46017
46018 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46019
46020         [BZ #5993]
46021         * manual/install.texi: Do not document upgrading from libc5.
46022
46023 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46024
46025         [BZ #4596]
46026         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46027
46028 2012-02-18  David S. Miller  <davem@davemloft.net>
46029
46030         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46031         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46032         %o7 across the call.
46033         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46034         instead.
46035         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46036         SETUP_PIC_REG_LEAF.
46037         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46038         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46039         * sysdeps/sparc/crtn.S: Likewise.
46040
46041 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46042
46043         * aout/Makefile: Remove.
46044
46045 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46046
46047         [BZ #13058]
46048         * manual/examples/argp-ex1.c (main): Format definition in GNU
46049         style.
46050         * manual/examples/argp-ex2.c (main): Likewise.
46051         * manual/examples/argp-ex3.c (main): Likewise.
46052         * manual/examples/argp-ex4.c (main): Likewise.
46053         * manual/examples/longopt.c (main): Use new-style prototype
46054         definition.
46055         * manual/examples/strncat.c (main): Specify return type and use
46056         (void) for arguments.
46057         * manual/examples/subopt.c (main): Use char **argv argument.
46058
46059 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46060
46061         [BZ #5077]
46062         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46063         rounding modes.
46064
46065 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46066
46067         [BZ #6907]
46068         * manual/string.texi (strchr): Change when strchrnul is
46069         recommended.
46070
46071 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46072
46073         [BZ #174]
46074         * manual/locale.texi (setlocale): Document LOCPATH.
46075
46076 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46077
46078         [BZ #10210]
46079         * manual/process.texi (execle): Move @dots{} before last argument.
46080
46081 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46082
46083         [BZ #12047]
46084         * manual/charset.texi (Generic Charset Conversion): Fix typo
46085         (LC_TYPE -> LC_CTYPE).
46086
46087 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46088
46089         [BZ #5805]
46090         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46091         (scalbnf): Likewise.
46092         (scalbnl): Likewise.
46093         (scalbln): Likewise.
46094         (scalblnf): Likewise.
46095         (scalblnl): Likewise.
46096         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46097         (vwarnx): Likewise.
46098         (verr): Likewise.
46099         (verrx): Likewise.
46100         * manual/filesys.texi (telldir): Use braces around return type.
46101         * manual/llio.texi (mmap): Add space after comma.
46102         (mmap64): Likewise.
46103         * manual/math.texi (jn): Use @var{} on parameter names.
46104         (jnf): Likewise.
46105         (jnl): Likewise.
46106         (yn): Likewise.
46107         (ynf): Likewise.
46108         (ynl): Likewise.
46109         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46110         line.
46111         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46112         "...".
46113         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46114         (sched_get_priority_max): Likewise.
46115         * manual/signal.texi (sigvec): Add space after comma.
46116         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46117         names.
46118         (if_indextoname): Likewise.
46119         (if_freenameindex): Likewise.
46120         (sendto): Use ',' instead of '.' in prototype.
46121         * manual/startup.texi (syscall): Use @dots{} instead of literal
46122         "...".
46123         * manual/stdio.texi (__fpending): Separate initial words of
46124         paragraph from @deftypefun line.
46125         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46126         "...".
46127         (vsyslog): Use @var{} on parameter names.
46128         * manual/terminal.texi (stty): Use @var{} on parameter names.
46129         * manual/users.texi (getutmp): Use @var{} on parameter names.
46130         (getutmpx): Likewise.
46131
46132 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46133
46134         [BZ #6884]
46135         * manual/stdio.texi (fopen): Fix typos in description of
46136         ",ccs=STRING".
46137
46138 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46139
46140         [BZ #4026]
46141         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46142         get clock_id definition.
46143
46144 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46145
46146         [BZ #4822]
46147         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46148         (madvise): Cast every argument to void on its own.
46149
46150 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46151
46152         [BZ #9902]
46153         * manual/startup.texi (Exit Status): Fix typo.
46154
46155 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46156
46157         [BZ #10140]
46158         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46159         * manual/examples/argp-ex2.c: Likewise.
46160         * manual/examples/argp-ex3.c: Likewise.
46161
46162 2012-02-16  Richard Henderson  <rth@redhat.com>
46163
46164         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46165         * sysdeps/s390/s390-32/initfini.c: Remove.
46166         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46167         * sysdeps/s390/s390-64/initfini.c: Remove.
46168
46169 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46170
46171         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46172         compiler output for sysdeps/generic/initfini.c.
46173         * sysdeps/sh/elf/initfini.c: Remove file.
46174
46175 2012-02-16  David S. Miller  <davem@davemloft.net>
46176
46177         [BZ #11494]
46178         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46179
46180         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46181         * sysdeps/sparc/crti.S: New file.
46182         * sysdeps/sparc/crtn.S: New file.
46183         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46184         * sysdeps/sparc/sparc64/Makefile: Likewise.
46185
46186 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46187
46188         [BZ #3335]
46189         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46190
46191 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46192
46193         [BZ #4822]
46194         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46195
46196         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46197         (write, read, close): Likewise.
46198         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46199
46200 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46201
46202         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46203         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46204         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46205         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46206         <bits/signalfd.h>.
46207         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46208         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46209         bits/signalfd.h.
46210
46211 2012-02-14  Marek Polacek  <polacek@redhat.com>
46212
46213         * sysdeps/x86_64/crti.S: New file.
46214         * sysdeps/x86_64/crtn.S: New file.
46215         * sysdeps/x86_64/elf/initfini.c: Remove file.
46216
46217 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46218
46219         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46220         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46221         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46222         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46223         <bits/inotify.h>.
46224         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46225         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46226         bits/inotify.h.
46227
46228 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46229
46230         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46231         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46232         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46233         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46234         <bits/eventfd.h>.
46235         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46236         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46237         bits/eventfd.h.
46238
46239 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46240
46241         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46242         __feraiseexcept instead of feraiseexcept.
46243
46244         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46245         nanosleep invocations.
46246         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46247         strings, and add error checking for a nanosleep invocations.
46248
46249 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46250
46251         Replace FSF snail mail address with URLs, as per GNU coding standards.
46252         Most of the snail mail addresses were wrong anyway, and omitting
46253         them makes the source code easier to maintain.  Almost all of the
46254         changes are to license notices and to locale LC_IDENTIFICATION
46255         addresses, except for this one:
46256         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46257         not its snail mail address.
46258
46259 2012-02-09  Richard Henderson  <rth@twiddle.net>
46260
46261         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46262         of kernel-features.h.
46263
46264         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46265
46266 2012-02-08  Marek Polacek  <polacek@redhat.com>
46267
46268         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46269         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46270         * sysdeps/gnu/_G_config.h: Likewise.
46271         * sysdeps/generic/_G_config.h: Likewise.
46272
46273 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46274
46275         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46276         tests.
46277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46278
46279         * sysdeps/powerpc/powerpc32/crti.S: New file.
46280         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46281         * sysdeps/powerpc/powerpc64/crti.S: New file.
46282         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46283
46284         * Makeconfig (have-initfini): Don't set.
46285         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46286         * configure.in (nopic_initfini): Don't substitute.
46287         * config.h.in (HAVE_INITFINI): Don't #undef.
46288         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46289         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46290
46291 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46292
46293         Support crti.S and crtn.S provided directly by architectures.
46294         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46295         [crti.S in sysdirs] (omit-deps): Likewise.
46296         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46297         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46298         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46299         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46300         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46301         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46302         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46303         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46304         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46305         compiler output for sysdeps/generic/initfini.c.
46306         * sysdeps/i386/elf/Makefile: Remove file.
46307         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46308
46309 2012-02-07  Marek Polacek  <polacek@redhat.com>
46310
46311         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46312         * sysdeps/gnu/_G_config.h: Likewise.
46313         * sysdeps/mach/hurd/_G_config.h: Likewise.
46314
46315 2012-02-07  Marek Polacek  <polacek@redhat.com>
46316
46317         * math/Makefile (tests): Add tst-CMPLX2.
46318         * math/tst-CMPLX2.c: New file.
46319
46320 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46321
46322         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46323
46324         * math/libm-test.inc (jn_test): Add missing L suffix.
46325
46326 2012-02-06  Marek Polacek  <polacek@redhat.com>
46327
46328         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46329         * sysdeps/i386/fpu/e_powf.S: Likewise.
46330         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46331         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46332         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46333         * sysdeps/i386/fpu/e_pow.S: Likewise.
46334         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46335         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46336         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46337         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46338         * sysdeps/i386/fpu/e_log2.S: Likewise.
46339         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46340         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46341         * sysdeps/i386/fpu/e_powl.S: Likewise.
46342         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46343         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46344         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46345         * sysdeps/i386/fpu/e_logl.S: Likewise.
46346         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46347         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46348         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46349         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46350         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46351         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46352         * sysdeps/i386/fpu/e_log.S: Likewise.
46353         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46354         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46355         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46356         * sysdeps/i386/fpu/e_logf.S: Likewise.
46357         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46358         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46359         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46360         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46361         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46362         * sysdeps/i386/fpu/e_log10.S: Likewise.
46363         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46364         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46365         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46366         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46367         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46368         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46369         * sysdeps/i386/asm-syntax.h: Likewise.
46370         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46371         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46372         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46373         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46374         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46375         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46376         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46377         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46378         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46379         * sysdeps/powerpc/sysdep.h: Likewise.
46380         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46381         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46382
46383 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46384
46385         [BZ #411]
46386         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46387
46388 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46389
46390         * sysdeps/i386/sysdep.h: Include <features.h>.
46391         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46392         version.
46393
46394 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46395
46396         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46397         Define.
46398         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46399         LOAD_PIC_REG_STR.
46400
46401 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46402
46403         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46404         (SETUP_PIC_REG): Use GET_PC_THUNK.
46405         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46406         macro.
46407
46408 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46409
46410         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46411         for non-PIC compilation.
46412         (SETUP_PIC_REG): Add .p2align directive.
46413         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46414         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46415         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46416         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46417         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46418         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46419         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46420         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46421         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46422         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46423         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46424         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46425         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46426         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46427         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46428         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46429         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46430         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46431         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46432         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46433         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46434         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46435         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46436         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46437         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46438         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46439         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46440         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46441         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46442         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46443         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46444         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46445         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46446         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46447         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46448         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46449         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46450         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46451         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46452         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46453         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46454
46455 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46456
46457         * math/tst-CMPLX.c: Include <stdio.h>.
46458
46459 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46460
46461         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46462         float.
46463         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46464         * sysdeps/sparc/bits/mathdef.h: Likewise.
46465
46466 2012-01-31  Marek Polacek  <polacek@redhat.com>
46467
46468         * libio/libio.h: Don't define _PARAMS.
46469         * locale/programs/config.h: Don't define PARAMS.
46470         * stdlib/strtol_l.c: Likewise.
46471         (__strtol_l): Remove PARAMS from the prototype.
46472
46473 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46474
46475         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46476         names.  Just use the correct names.  Remove unnecessary wrapper
46477         functions.
46478         * malloc/arena.c: Likewise.
46479         * malloc/hooks.c: Likewise.
46480
46481         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46482         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46483         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46484
46485 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46486
46487         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46488         into tail calls.
46489         (update_get_addr): New function.
46490         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46491         GET_ADDR_MODULE parameter.
46492
46493 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46494
46495         * crypt/cert.c: Remove __STDC__ conditionals.
46496         * crypt/crypt-entry.c: Likewise.
46497         * crypt/crypt_util.c: Likewise.
46498         * libio/filedoalloc.c: Likewise.
46499         * libio/fileops.c: Likewise.
46500         * libio/genops.c: Likewise.
46501         * libio/iofclose.c: Likewise.
46502         * libio/iofdopen.c: Likewise.
46503         * libio/iofopen.c: Likewise.
46504         * libio/iofopen64.c: Likewise.
46505         * libio/iogetdelim.c: Likewise.
46506         * libio/iopopen.c: Likewise.
46507         * libio/obprintf.c: Likewise.
46508         * libio/oldfileops.c: Likewise.
46509         * libio/oldiofclose.c: Likewise.
46510         * libio/oldiofdopen.c: Likewise.
46511         * libio/oldiofopen.c: Likewise.
46512         * libio/oldiopopen.c: Likewise.
46513         * libio/wfiledoalloc.c: Likewise.
46514         * libio/wgenops.c: Likewise.
46515         * locale/programs/xmalloc.c: Likewise.
46516         * misc/syslog.c: Likewise.
46517         * stdio-common/xbug.c: Likewise.
46518         * string/memchr.c: Likewise.
46519         * string/memcmp.c: Likewise.
46520         * string/memrchr.c: Likewise.
46521         * string/rawmemchr.c: Likewise.
46522         * sysdeps/posix/getcwd.c: Likewise.
46523         * time/strftime_l.c: Likewise.
46524
46525 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46526
46527         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46528         * config.make.in (config-cflags-sse2avx): Define.
46529         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46530         Fix typo.
46531
46532 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46533
46534         * scripts/config.guess: Update from upstream config git repository.
46535         * scripts/config.sub: Likewise.
46536
46537 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46538
46539         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46540         (EM_NUM): Update.
46541         (R_TILEPRO_*, R_TILEGX_*): New macros.
46542
46543         * scripts/firstversions.awk: Fix bug in version range handling.
46544
46545         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46546
46547         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46548
46549         * include/sys/epoll.h: New file.
46550         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46551         libc_hidden_def.
46552
46553 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46554
46555         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46556         Avoid unnecessary __WORDSIZE == 64 test.
46557         (fmaxf): Use VEX format if possible.
46558         (fmax): Likewise.
46559         (fminf): Likewise.
46560         (fmin): Likewise.
46561
46562         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46563         * math/math_private.h: Remove libc_fegetround* and
46564         libc_fesetround*.
46565         * sysdeps/i386/configure.in: Check for -msse2avx.
46566         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46567         also if SSE2AVX is defined.
46568         Remove libc_fegetround* and libc_fesetround*.
46569         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46570         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46571         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46572         of HAS_YMM_USABLE.
46573         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46574         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46575         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46576         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46577         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46578
46579         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46580
46581 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46582
46583         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46584         size is not set.
46585         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46586
46587 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46588
46589         [BZ #13618]
46590         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46591         relocation.
46592         * Makeconfig (libm): Define.
46593         * elf/Makefile: Add rules to build and run tst-relsort1.
46594         * elf/tst-relsort1.c: New file.
46595         * elf/tst-relsort1mod1.c: New file.
46596         * elf/tst-relsort1mod2.c: New file.
46597
46598 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46599
46600         * math/s_ldexp.c: Remove __STDC__ conditionals.
46601         * math/s_ldexpf.c: Likewise.
46602         * math/s_ldexpl.c: Likewise.
46603         * math/s_nextafter.c: Likewise.
46604         * math/s_nexttowardf.c: Likewise.
46605         * math/s_significand.c: Likewise.
46606         * math/s_significandf.c: Likewise.
46607         * math/s_significandl.c: Likewise.
46608         * math/w_jnl.c: Likewise.
46609         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46610         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46611         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46612         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46613         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46614         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46615         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46616         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46617         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46618         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46619         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46620         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46621         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46622         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46623         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46624         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46625         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46626         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46627         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46628         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46629         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46630         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46631         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46632         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46633         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46634         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46635         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46636         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46637         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46638         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46639         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46640         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46641         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46642         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46643         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46644         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46645         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46646         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46647         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46648         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46649         * sysdeps/ieee754/k_standard.c: Likewise.
46650         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46651         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46652         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46653         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46654         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46655         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46656         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46657         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46658         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46659         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46660         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46661         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46662         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46663         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46664         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46665         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46666         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46667         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46668         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46669         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46670         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46671         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46672         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46673         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46674         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46675         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46676         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46677         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46678         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46679         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46680         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46681         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46682         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46683         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46684         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46685         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46688         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46689         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46690         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46691         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46692         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46693         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46694         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46695         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46696         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46697         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46698         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46699         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46700         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46701         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46702         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46703         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46704         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46705         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46706         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46707         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46708         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46709         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46710         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46711         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46712         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46713         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46714         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46715         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46716         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46717         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46718         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46719         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46720         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46721         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46722         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46723         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46724         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46725         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46726         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46727         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46728         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46729         * sysdeps/ieee754/s_matherr.c: Likewise.
46730         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46731         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46732         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46733         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46734
46735 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46736
46737         * crypt/md5.h: Remove __STDC__ conditionals.
46738         * libio/libioP.h: Likewise.
46739         * locale/programs/config.h: Likewise.
46740         * sysdeps/generic/sysdep.h: Likewise.
46741         * sysdeps/i386/asm-syntax.h: Likewise.
46742         * sysdeps/s390/asm-syntax.h: Likewise.
46743         * sysdeps/unix/sysdep.h: Likewise.
46744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46746
46747 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46748
46749         * libio/libio.h: Remove __STDC__ conditionals.
46750         * malloc/obstack.h: Likewise.
46751         * math/complex.h: Likewise.
46752         * math/math.h: Likewise.
46753         * sysdeps/generic/_G_config.h: Likewise.
46754         * sysdeps/gnu/_G_config.h: Likewise.
46755         * sysdeps/mach/hurd/_G_config.h: Likewise.
46756         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46757         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46758         * sysdeps/sparc/bits/mathdef.h: Likewise.
46759
46760 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46761
46762         [BZ #13583]
46763         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46764         Clean up HAS_* macros.
46765         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46766         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46767         possible.
46768         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46769         HAS_AVX.
46770         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46771         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46772         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46773         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46774         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46775
46776 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46777
46778         * elf/tst-unique3.cc (gets): Remove declaration.
46779         * elf/tst-unique3lib.cc (gets): Likewise.
46780         * elf/tst-unique3lib2.cc (gets): Likewise.
46781         * elf/tst-unique4.cc (gets): Likewise.
46782
46783 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46784
46785         * include/stdio.h: Add C++ protection.  Add gets declarations and
46786         definitions.
46787         * debug/tst-chk1.c: Don't declare gets here.
46788         * stdio-common/tst-gets.c: Likewise.
46789
46790 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46791
46792         * posix/glob: Remove directory.
46793
46794 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46795
46796         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46797
46798 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46799
46800         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46801         of the non-standard EPFNOSUPPORT.
46802
46803 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46804
46805         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46806         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46807         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46808
46809 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46810
46811         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46812
46813 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46814
46815         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46816         transient errors.
46817         * nscd/grpcache.c (cache_addgr): Likewise.
46818         * nscd/hstcache.c (cache_addhst): Likewise.
46819         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46820         * nscd/pwdcache.c (cache_addpw): Likewise.
46821         * nscd/servicescache.c (cache_addserv): Likewise.
46822
46823 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46824
46825         * malloc/malloc.c: Various cleanups.
46826         * malloc/hooks.c: Likewise.
46827
46828         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46829         * stdlib/bug-fmtmsg1.c: New file.
46830
46831         * stdlib/fmtmsg.c (init): Add missing unlock.
46832         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46833
46834 2012-01-12  Marek Polacek  <polacek@redhat.com>
46835
46836         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46837         and _GNU_SOURCE.
46838
46839 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46840
46841         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46842         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46843         macro to ensure uniqueness of label name.
46844         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46845         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46846
46847 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46848
46849         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46850
46851         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46852         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46853         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46854         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46855
46856 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46857
46858         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46859
46860         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46861         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46862         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46863
46864         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46865
46866         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46867         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46868         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46869         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46870
46871         * math/bits/math-finite.h: Add ldexp support.
46872
46873 2012-01-10  Marek Polacek  <polacek@redhat.com>
46874
46875         * locale/programs/localedef.h (show_archive_content): Add noreturn
46876         attribute.
46877
46878 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46879
46880         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46881
46882 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46883
46884         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46885
46886         * io/Makefile (headers): Add bits/poll2.h.
46887
46888 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46889
46890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46891         typo #include statement.
46892
46893 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46894
46895         * include/sys/cdefs.h: Define __attribute_alloc_size.
46896         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46897         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46898         * elf/pldd.c: Likewise.
46899         * iconv/iconv_charmap.c: Likewise.
46900         * iconv/iconvconfig.c: Likewise.
46901         * iconv/strtab.c: Likewise.
46902         * locale/programs/locale.c: Likewise.
46903         * locale/programs/localedef.h: Likewise.
46904         * locale/programs/simple-hash.c: Likewise.
46905         * nscd/nscd.h: Likewise.
46906         * nss/makedb.c: Likewise.
46907         * sysdeps/generic/ldconfig.h: Likewise.
46908         * locale/programs/localedef.c: Remove xmalloc prototype.
46909         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46910
46911 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46912
46913         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46914         appropriate.
46915
46916 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46917
46918         * math/Makefile (tests): Add tst-CMPLX.
46919         * math/tst-CMPLX.c: New file.
46920
46921         * math/complex.h (CMPLXL): Fix typo.
46922
46923         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46924         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46925         GLIBC_2.16.
46926         * debug/tst-chk1.c: Add poll and ppoll tests.
46927         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46928         * include/sys/poll.h: Add hidden proto for ppoll.
46929         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46930         * sysdeps/mach/hurd/ppoll.c: Likewise.
46931         * io/ppoll.c: Likewise.
46932         * debug/poll_chk.c: New file.
46933         * debug/ppoll_chk.c: New file.
46934         * include/bits/poll2.h: New file.
46935         * io/bits/poll2.h: New file.
46936
46937         [BZ #1350]
46938         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46939
46940         * configure.in: static is always set to yes.  Remove.
46941         * config.make.in: Don't set build-static.
46942         * Makeconfig: Remove use of build-static.
46943         * dlfcn/Makefile: Likewise.
46944         * elf/Makefile: Likewise.
46945         * math/Makefile: Likewise.
46946         * misc/Makefile: Likewise.
46947         * nptl/Makefile: Likewise.
46948         * sysdeps/mach/hurd/Makefile: Likewise.
46949
46950         * configure.in: PWD_P is not used anymore.
46951         * config.make.in: Remove PWD_P entry.
46952
46953         * configure.in: Remove last remnants of RANLIB.
46954         No need to check for signed size_t anymore.
46955         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46956         and IA-64.
46957         Remove __builtin_expect test because we require at least gcc 3.4.
46958         * aclocal.m4: Likewise.
46959
46960         * wcsmbs/mbrtoc16.c: Implement using towc function.
46961         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46962         * wcsmbs/wcsmbsload.c: Likewise.
46963         * iconv/gconv_simple.c: Likewise.
46964         * iconv/gconv_int.h: Likewise.
46965         * iconv/gconv_builtin.h: Likewise.
46966         * iconv/iconv_prog.c: Remove CHAR16 handling.
46967
46968         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46969
46970         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46971
46972         * configure.in: Remove --with-elf and --enable-bounded options.
46973         Dont set base_machine for ia64.  More non-ELF conditions removed.
46974         Remove testing and setting of leading underscore information.
46975         * config.make.in (build-bounded): Set to no.
46976         * config.h.in: Remove NO_UNDERSCORES entry.
46977         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46978         them.
46979         * csu/start.c: Remove !NO_UNDERSCORE code.
46980         * locale/localeinfo.h: Likewise.
46981         * sysdeps/generic/machine-gmon.h: Likewise.
46982         * sysdeps/generic/sysdep.h: Likewise.
46983         * sysdeps/i386/sysdep.h: Likewise.
46984         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46985         * sysdeps/mach/sysdep.h: Likewise.
46986         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46987         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46988         * sysdeps/sh/sysdep.h: Likewise.
46989         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46990         * sysdeps/unix/i386/sysdep.S: Likewise.
46991         * sysdeps/unix/sparc/start.c: Likewise.
46992         * sysdeps/unix/sparc/sysdep.S: Likewise.
46993         * sysdeps/unix/sparc/sysdep.h: Likewise.
46994         * sysdeps/unix/start.c: Likewise.
46995         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46996         * sysdeps/x86_64/sysdep.h: Likewise.
46997
46998 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46999
47000         [BZ #13553]
47001         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47002         for non-gcc.
47003         * argp/argp-fmtstream.h: Use const instead __const.
47004         * argp/argp.h: Likewise.
47005         * assert/assert.h: Likewise.
47006         * bits/fenv.h: Likewise.
47007         * bits/sched.h: Likewise.
47008         * bits/sigset.h: Likewise.
47009         * bits/sigthread.h: Likewise.
47010         * catgets/nl_types.h: Likewise.
47011         * conform/data/pthread.h-data: Likewise.
47012         * crypt/crypt-private.h: Likewise.
47013         * crypt/crypt.h: Likewise.
47014         * crypt/crypt_util.c: Likewise.
47015         * ctype/ctype.h: Likewise.
47016         * debug/execinfo.h: Likewise.
47017         * debug/mbsnrtowcs_chk.c: Likewise.
47018         * debug/mbsrtowcs_chk.c: Likewise.
47019         * debug/wcsnrtombs_chk.c: Likewise.
47020         * debug/wcsrtombs_chk.c: Likewise.
47021         * debug/wcstombs_chk.c: Likewise.
47022         * dirent/dirent.h: Likewise.
47023         * dlfcn/dlfcn.h: Likewise.
47024         * elf/neededtest4.c: Likewise.
47025         * grp/grp.h: Likewise.
47026         * gshadow/gshadow.h: Likewise.
47027         * iconv/gconv.h: Likewise.
47028         * iconv/gconv_int.h: Likewise.
47029         * iconv/gconv_simple.c: Likewise.
47030         * iconv/iconv.h: Likewise.
47031         * iconv/loop.c: Likewise.
47032         * iconv/skeleton.c: Likewise.
47033         * include/aio.h: Likewise.
47034         * include/aliases.h: Likewise.
47035         * include/argz.h: Likewise.
47036         * include/arpa/inet.h: Likewise.
47037         * include/assert.h: Likewise.
47038         * include/dirent.h: Likewise.
47039         * include/dlfcn.h: Likewise.
47040         * include/execinfo.h: Likewise.
47041         * include/fcntl.h: Likewise.
47042         * include/fenv.h: Likewise.
47043         * include/glob.h: Likewise.
47044         * include/grp.h: Likewise.
47045         * include/libintl.h: Likewise.
47046         * include/mntent.h: Likewise.
47047         * include/netdb.h: Likewise.
47048         * include/pwd.h: Likewise.
47049         * include/rpc/netdb.h: Likewise.
47050         * include/sched.h: Likewise.
47051         * include/search.h: Likewise.
47052         * include/shadow.h: Likewise.
47053         * include/signal.h: Likewise.
47054         * include/stdio.h: Likewise.
47055         * include/stdlib.h: Likewise.
47056         * include/string.h: Likewise.
47057         * include/sys/socket.h: Likewise.
47058         * include/sys/stat.h: Likewise.
47059         * include/sys/statfs.h: Likewise.
47060         * include/sys/statvfs.h: Likewise.
47061         * include/sys/syslog.h: Likewise.
47062         * include/sys/time.h: Likewise.
47063         * include/sys/uio.h: Likewise.
47064         * include/time.h: Likewise.
47065         * include/unistd.h: Likewise.
47066         * include/utmp.h: Likewise.
47067         * include/wchar.h: Likewise.
47068         * include/wctype.h: Likewise.
47069         * inet/aliases.h: Likewise.
47070         * inet/arpa/inet.h: Likewise.
47071         * inet/netinet/ether.h: Likewise.
47072         * inet/netinet/in.h: Likewise.
47073         * intl/libintl.h: Likewise.
47074         * io/bits/fcntl2.h: Likewise.
47075         * io/fcntl.h: Likewise.
47076         * io/ftw.h: Likewise.
47077         * io/sys/poll.h: Likewise.
47078         * io/sys/stat.h: Likewise.
47079         * io/sys/statfs.h: Likewise.
47080         * io/sys/statvfs.h: Likewise.
47081         * io/utime.h: Likewise.
47082         * libio/bits/stdio.h: Likewise.
47083         * libio/bits/stdio2.h: Likewise.
47084         * libio/libio.h: Likewise.
47085         * libio/libioP.h: Likewise.
47086         * libio/stdio.h: Likewise.
47087         * locale/lc-ctype.c: Likewise.
47088         * locale/locale.h: Likewise.
47089         * login/utmp.h: Likewise.
47090         * malloc/arena.c: Likewise.
47091         * malloc/malloc.c: Likewise.
47092         * malloc/malloc.h: Likewise.
47093         * malloc/mcheck.c: Likewise.
47094         * malloc/mtrace.c: Likewise.
47095         * math/bits/mathcalls.h: Likewise.
47096         * math/fenv.h: Likewise.
47097         * math/math_private.h: Likewise.
47098         * misc/bits/error.h: Likewise.
47099         * misc/bits/syslog.h: Likewise.
47100         * misc/err.h: Likewise.
47101         * misc/error.h: Likewise.
47102         * misc/fstab.h: Likewise.
47103         * misc/mntent.h: Likewise.
47104         * misc/regexp.h: Likewise.
47105         * misc/search.h: Likewise.
47106         * misc/sgtty.h: Likewise.
47107         * misc/sys/mman.h: Likewise.
47108         * misc/sys/syslog.h: Likewise.
47109         * misc/sys/uio.h: Likewise.
47110         * misc/sys/xattr.h: Likewise.
47111         * misc/ttyent.h: Likewise.
47112         * nis/rpcsvc/ypclnt.h: Likewise.
47113         * nss/nss.h: Likewise.
47114         * posix/bits/unistd.h: Likewise.
47115         * posix/fnmatch.h: Likewise.
47116         * posix/glob.h: Likewise.
47117         * posix/sched.h: Likewise.
47118         * posix/spawn.h: Likewise.
47119         * posix/sys/wait.h: Likewise.
47120         * posix/unistd.h: Likewise.
47121         * posix/wordexp.h: Likewise.
47122         * pwd/pwd.h: Likewise.
47123         * resolv/netdb.h: Likewise.
47124         * resource/sys/resource.h: Likewise.
47125         * rt/aio.h: Likewise.
47126         * rt/bits/mqueue2.h: Likewise.
47127         * rt/mqueue.h: Likewise.
47128         * shadow/shadow.h: Likewise.
47129         * signal/signal.h: Likewise.
47130         * socket/send.c: Likewise.
47131         * socket/sendto.c: Likewise.
47132         * socket/sys/socket.h: Likewise.
47133         * stdio-common/printf.h: Likewise.
47134         * stdlib/bits/stdlib.h: Likewise.
47135         * stdlib/fmtmsg.h: Likewise.
47136         * stdlib/monetary.h: Likewise.
47137         * stdlib/stdlib.h: Likewise.
47138         * stdlib/ucontext.h: Likewise.
47139         * streams/stropts.h: Likewise.
47140         * string/argz.h: Likewise.
47141         * string/bits/string2.h: Likewise.
47142         * string/string.h: Likewise.
47143         * string/strings.h: Likewise.
47144         * sunrpc/rpc/auth.h: Likewise.
47145         * sunrpc/rpc/auth_des.h: Likewise.
47146         * sunrpc/rpc/clnt.h: Likewise.
47147         * sunrpc/rpc/netdb.h: Likewise.
47148         * sunrpc/rpc/pmap_clnt.h: Likewise.
47149         * sunrpc/rpc/xdr.h: Likewise.
47150         * sysdeps/generic/inttypes.h: Likewise.
47151         * sysdeps/generic/net/if.h: Likewise.
47152         * sysdeps/generic/sys/swap.h: Likewise.
47153         * sysdeps/gnu/net/if.h: Likewise.
47154         * sysdeps/gnu/utmpx.h: Likewise.
47155         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47156         * sysdeps/i386/i486/bits/string.h: Likewise.
47157         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47158         * sysdeps/s390/bits/string.h: Likewise.
47159         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47160         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47161         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47162         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47163         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47164         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47165         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47166         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47167         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47168         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47169         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47170         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47171         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47172         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47173         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47174         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47175         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47176         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47177         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47178         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47179         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47180         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47181         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47182         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47183         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47184         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47185         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47186         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47187         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47188         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47189         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47190         * sysvipc/sys/ipc.h: Likewise.
47191         * sysvipc/sys/msg.h: Likewise.
47192         * sysvipc/sys/sem.h: Likewise.
47193         * sysvipc/sys/shm.h: Likewise.
47194         * termios/termios.h: Likewise.
47195         * time/sys/time.h: Likewise.
47196         * time/time.h: Likewise.
47197         * wcsmbs/bits/wchar2.h: Likewise.
47198         * wcsmbs/uchar.h: Likewise.
47199         * wcsmbs/wchar.h: Likewise.
47200         * wctype/wctype.h: Likewise.
47201
47202         [BZ #13551]
47203         * Makeconfig: Remove all but ELF support including AIX support.
47204         * Makerules: Likewise.
47205         * config.h.in: Likewise.
47206         * config.make.in: Likewise.
47207         * configure: Likewise.
47208         * configure.in: Likewise.
47209         * csu/Makefile: Likewise.
47210         * csu/version.c: Likewise.
47211         * debug/Makefile: Likewise.
47212         * dlfcn/Makefile: Likewise.
47213         * elf/Makefile: Likewise.
47214         * extra-lib.mk: Likewise.
47215         * iconv/Makefile: Likewise.
47216         * include/libc-symbols.h: Likewise.
47217         * include/shlib-compat.h: Likewise.
47218         * resolv/Makefile: Likewise.
47219         * resolv/res_libc.c: Likewise.
47220         * rt/Makefile: Likewise.
47221         * sysdeps/i386/asm-syntax.h: Likewise.
47222         * sysdeps/i386/sysdep.h: Likewise.
47223         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47224         * sysdeps/mach/sysdep.h: Likewise.
47225         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47226         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47227         * sysdeps/s390/asm-syntax.h: Likewise.
47228         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47229         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47230         * sysdeps/sh/sysdep.h: Likewise.
47231         * sysdeps/unix/sparc/sysdep.h: Likewise.
47232         * sysdeps/wordsize-32/divdi3.c: Likewise.
47233         * sysdeps/x86_64/sysdep.h: Likewise.
47234
47235         * argp/Versions: Remove _argp_unlock_xxx.
47236
47237         [BZ #13559]
47238         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47239         * abilist/libBrokenLocale.abilist: Likewise.
47240         * abilist/libanl.abilist: Likewise.
47241         * abilist/libc.abilist: Likewise.
47242         * abilist/libcrypt.abilist: Likewise.
47243         * abilist/libdl.abilist: Likewise.
47244         * abilist/libm.abilist: Likewise.
47245         * abilist/libnsl.abilist: Likewise.
47246         * abilist/libpthread.abilist: Likewise.
47247         * abilist/libresolv.abilist: Likewise.
47248         * abilist/librt.abilist: Likewise.
47249         * abilist/libthread_db.abilist: Likewise.
47250         * abilist/libutil.abilist: Likewise.
47251         * abilist/libnss_db.abilist: New file.
47252
47253         * scripts/abilist.awk: Add support for indirect functions.
47254
47255         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47256
47257         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47258
47259         * shlib-versions: Remove entries for ports architectures.
47260
47261         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47262         files in ports.
47263         * elf/stackguard-macros.h: Remove support for IA-64.
47264         * elf/tst-auditmod1.c: Likewise.
47265         * sysdeps/generic/ldsodefs.h: Likewise.
47266
47267         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47268         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47269         configure files.
47270
47271         [BZ #13552]
47272         * configure.in: Remove --enable-omitfp support.
47273         * FAQ.in: Adjust.
47274         * config.make.in: Likewise.
47275         * Makeconfig: Likewise.
47276         * manual/install.texi: Likewise.
47277
47278         In case anyone cares, the IA-64 architecture could move to ports.
47279         * sysdeps/ia64/*: Removed.
47280         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47281         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47282
47283         [BZ #13555]
47284         * configure.in: Remove entries for unsupported architectures.
47285
47286         [BZ #13533]
47287         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47288         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47289         routines.
47290         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47291         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47292         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47293         fall back to using wcrtomb.
47294         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47295         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47296         renaming.
47297         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47298         * wcsmbs/tst-c16c32-1.c: New file.
47299
47300         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47301         local variable.
47302
47303         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47304
47305         * elf/tst-unique3.cc: Add explicit declaration of gets.
47306         * elf/tst-unique3lib.cc: Likewise.
47307         * elf/tst-unique3lib2.cc: Likewise.
47308         * elf/tst-unique4.cc: Likewise.
47309
47310         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47311
47312 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47313
47314         [BZ #13566]
47315         * assert/assert.h (static_assert): Don't define for C++.
47316         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47317         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47318
47319 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47320
47321         * iconv/loop.c (single loop): Fix assertion in storing of
47322         remaining bytes.
47323
47324         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47325
47326 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47327
47328         * posix/getconf.c: Update copyright year.
47329         * nss/getent.c: Likewise.
47330         * nss/makedb.c: Likewise.
47331         * iconv/iconvconfig.c: Likewise.
47332         * iconv/iconv_prog.c: Likewise.
47333         * elf/ldconfig.c: Likewise.
47334         * elf/pldd.c: Likewise.
47335         * elf/sotruss.ksh: Likewise.
47336         * catgets/gencat.c: Likewise.
47337         * csu/version.c: Likewise.
47338         * elf/ldd.bash.in: Likewise.
47339         * elf/sprof.c (print_version): Likewise.
47340         * locale/programs/locale.c: Likewise.
47341         * locale/programs/localedef.c: Likewise.
47342         * login/programs/pt_chown.c: Likewise.
47343         * nscd/nscd.c (print_version): Likewise.
47344         * debug/xtrace.sh: Likewise.
47345         * malloc/memusage.sh: Likewise.
47346         * malloc/mtrace.pl: Likewise.
47347         * debug/catchsegv.sh: Likewise.
47348
47349 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47350
47351         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47352         pure attribute.
47353
47354 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47355
47356         [BZ #13533]
47357         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47358         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47359         transformations.
47360         * iconv/gconv_int.h: Likewise.
47361         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47362         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47363         from libc for GLIBC_2.16.
47364         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47365         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47366         * wcsmbs/uchar.h: Really define mbstate_t.
47367         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47368         * wcsmbs/c16rtomb.c: New file.
47369         * wcsmbs/mbrtoc16.c: New file.
47370         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47371         for C/POSIX locale.
47372         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47373         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47374
47375         * wcsmbs/wchar.h: Add missing __restrict.
47376
47377 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47378
47379         [BZ #13532]
47380         * time/Makefile (routines): Add timespec_get.
47381         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47382         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47383         timespec for ISO C11.
47384         * time/timespec_get.c: New file.
47385         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47386         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47387
47388         [BZ #13531]
47389         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47390         * stdlib/stdlib.h: Declare aligned_alloc.
47391         * Versions.def: Add GLIBC_2.16 for libc.
47392         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47393
47394         [BZ 13527]
47395         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47396         ISO C11.
47397
47398         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47399         code.
47400
47401         [BZ #13528]
47402         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47403
47404         [BZ #13529]
47405         * assert/assert.h (static_assert): Define.
47406
47407         * version.h: Update for 2.16 development version.
47408
47409         [BZ #13526]
47410         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47411         _ISOC11_SOURCE.
47412
47413         * version.h (RELEASE): Bump for 2.15 release.
47414         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47415
47416         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47417         Patch by Marek Polacek <mpolacek@redhat.com>.
47418
47419         * bits/byteswap.h: Protect long long constants with __extension__.
47420         * sysdeps/i386/bits/byteswap.h: Likewise.
47421         * sysdeps/ia64/bits/byteswap.h: Likewise.
47422         * sysdeps/s390/bits/byteswap.h: Likewise.
47423         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47424
47425 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47426
47427         [BZ #13540]
47428         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47429         destination buffer.
47430         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47431
47432 2011-12-23  Marek Polacek  <polacek@redhat.com>
47433
47434         * elf/dl-addr.c (determine_info): Add inline keyword.
47435         * elf/tst-auditmod4b.c (check_avx): Likewise.
47436         * elf/tst-auditmod6b.c (check_avx): Likewise.
47437         * elf/tst-auditmod6c.c (check_avx): Likewise.
47438         * elf/tst-auditmod7b.c (check_avx): Likewise.
47439
47440 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47441
47442         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47443         !__SSE_MATH__.
47444
47445 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47446
47447         [BZ #13540]
47448         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47449         processing for last bytes.
47450
47451 2011-08-06  Bruno Haible  <bruno@clisp.org>
47452
47453         [BZ #13061]
47454         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47455         U+0385, not to U+1FEE.
47456
47457         [BZ #13062]
47458         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47459         entry for U+00A5 U+0301.
47460
47461 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47462
47463         [BZ #13166]
47464         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47465         buffer for the output is too small.
47466
47467         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47468         optimization.
47469
47470         [BZ #13185]
47471         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47472         SSE flags if possible.
47473
47474 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47475
47476         [BZ #13540]
47477         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47478         processing for last bytes.
47479
47480 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47481
47482         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47483         (syscall-list-default-options, syscall-list-default-condition)
47484         (syscall-list-includes): Define.
47485         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47486         list of ABIs and options and #if conditions for each ABI.  Do not
47487         handle common syscalls between ABIs specially.
47488         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47489         Remove.
47490         (syscall-list-variants, syscall-list-32bit-options)
47491         (syscall-list-32bit-condition, syscall-list-64bit-options)
47492         (syscall-list-64bit-condition): Define.
47493         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47494         (syscall-list-variants, syscall-list-32bit-options)
47495         (syscall-list-32bit-condition, syscall-list-64bit-options)
47496         (syscall-list-64bit-condition): Define.
47497         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47498         Remove.
47499         (syscall-list-variants, syscall-list-32bit-options)
47500         (syscall-list-32bit-condition, syscall-list-64bit-options)
47501         (syscall-list-64bit-condition): Define.
47502         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47503         Remove.
47504         (syscall-list-variants, syscall-list-32bit-options)
47505         (syscall-list-32bit-condition, syscall-list-64bit-options)
47506         (syscall-list-64bit-condition): Define.
47507
47508 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47509
47510         * locale/iso-639.def: Add brx entry.
47511
47512         [BZ #13328]
47513         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47514         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47515
47516         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47517         __feraiseexcept_renamed.
47518
47519 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47520
47521         [BZ #13538]
47522         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47523         EPOLLET with unsigned values.
47524         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47525         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47526
47527         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47528         to large cancellation.
47529         * math/s_cacoshf.c: Likewise.
47530         * math/s_cacoshl.c: Likewise.
47531
47532 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47533
47534         [BZ #13305]
47535         [BZ #12786]
47536         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47537         * math/s_cacoshf.c: Likewise.
47538         * math/s_cacoshl.c: Likewise.
47539
47540 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47541
47542         [BZ #13439]
47543         * iconv/gconv.h: Define __GCONV_SWAP.
47544         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47545         * iconvdata/utf-16.c: Likewise.
47546         * iconvdata/utf-32.c: Likewise.
47547
47548 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47549
47550         [BZ #13524]
47551         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47552         numerator after shifting it by one limb.
47553
47554 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47555
47556         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47557         under [__USE_EXTERN_INLINES].
47558
47559 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47560
47561         [BZ #13446]
47562         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47563
47564 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47565
47566         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47567         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47568         optimized code.
47569         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47570         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47571         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47572         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47573         for strncasecmp/strncasecmp_l compilation.
47574         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47575         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47576
47577 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47578
47579         [BZ #13484]
47580         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47581         of __asm__.
47582
47583 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47584
47585         [BZ #13506]
47586         * time/tzfile.c (__tzfile_read): Check values from file header.
47587
47588 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47589
47590         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47591         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47592         * powerpc/powerpc32/dl-start.S: Likewise.
47593         * powerpc/powerpc32/elf/start.S: Likewise.
47594         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47595         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47596         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47597         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47598         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47599         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47600         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47601         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47602         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47603         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47604         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47605         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47606         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47607         * powerpc/powerpc32/memset.S: Likewise.
47608         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47609         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47610         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47611         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47612         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47613         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47614         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47615         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47616         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47617         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47618         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47619         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47620         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47621
47622 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47623
47624         * math/libm-test.inc: Added more nearbyint tests.
47625         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47626         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47627         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47628         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47629
47630 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47631
47632         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47633         FD_CLOEXEC.
47634
47635 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47636
47637         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47638         Add wcscpy-ssse3 wcscpy-c.
47639         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47640         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47641         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47642         * sysdeps/x86_64/wcschr.S: New file.
47643         * sysdeps/x86_64/wcsrchr.S: New file.
47644         * string/test-strcmp.c: Remove checking of wcscmp function for
47645         wrong alignments.
47646         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47647         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47648         wcsrchr-sse2 wcsrchr-c.
47649         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47650         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47651         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47652         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47653         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47654         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47655         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47656         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47657         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47658         * wcsmbc/wcschr.c (WCSCHR): New macro.
47659
47660 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47661
47662         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47663         * wcsmbs/test-wcsrchr.c: New file.
47664         * string/test-strrchr.c: Add wcsrchr support.
47665         (WIDE): New macro.
47666         * wcsmbs/test-wcscpy.c: New file.
47667         * string/test-strcpy.c: Add wcscpy support.
47668         (WIDE): New macro.
47669
47670 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47671
47672         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47673         the inner loop.
47674
47675 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47676
47677         [BZ #13472]
47678         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47679
47680 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47681
47682         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47683         Minor optimizations.
47684
47685         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47686         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47687         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47688
47689 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47690
47691         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47692         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47693         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47694         for gcc to avoid warnings.
47695         * inet/Makefile (tests): Add tst-checks.
47696         * inet/tst-checks.c: New file.
47697
47698         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47699         warning.
47700
47701         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47702         __wmemcmp_sse2.
47703
47704         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47705         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47706
47707         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47708
47709 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47710
47711         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47712         problem.
47713
47714         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47715
47716 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47717
47718         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47719         conditional on GCC version.
47720         (__arch_compare_and_exchange_val_8_acq)
47721         (__arch_compare_and_exchange_val_16_acq)
47722         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47723         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47724         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47725
47726 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47727
47728         * sysdeps/sh/backtrace.c: New file.
47729
47730 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47731
47732         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47733         parenthesis.
47734
47735 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47736
47737         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47738         falling back to utime.
47739
47740 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47741
47742         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47743         expectations for float.
47744
47745 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47746
47747         * locale/weight.h (findidx): Add parameter len.
47748         * locale/weightwc.h (findidx): Likewise.
47749         * posix/fnmatch_loop.c (FCT): Adjust caller.
47750         * posix/regcomp.c (build_equiv_class): Likewise.
47751         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47752         * posix/regexec.c (check_node_accept_bytes): Likewise.
47753         * string/strcoll_l.c (STRCOLL): Likewise.
47754         * string/strxfrm_l.c (STRXFRM): Likewise.
47755
47756 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47757
47758         * Makefile.in: Remove CVSOPT handling.
47759         * configure.in: Remove use of AC_REVISION.
47760         * iconvdata/Makefile (distribute): No need to filter out CVS.
47761         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47762         handling.
47763
47764 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47765
47766         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47767         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47768         [USE_AS_STRNCASECMP_L]: Likewise.
47769         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47770         NO_TLS_DIRECT_SEG_REFS.
47771         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47772         Fix argument offsets for non-PIC.
47773         [USE_AS_STRNCASECMP_L]: Likewise.
47774         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47775         NO_TLS_DIRECT_SEG_REFS.
47776
47777 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47778
47779         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47780         O_CLOEXEC.
47781         * locale/loadlocale.c (_nl_load_locale): Likewise.
47782
47783 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47784
47785         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47786         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47787         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47788         (SYSCALL_GETTIME): Set errno on error.
47789
47790         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47791         count references to noai6ai_cached.
47792
47793 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47794
47795         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47796
47797         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47798         FD_CLOEXEC for /proc/self/maps.
47799
47800         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47801         FD_CLOEXEC for /proc/meminfo.
47802
47803         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47804         gai.conf.
47805
47806         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47807         FD_CLOEXEC for given file.
47808
47809         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47810
47811         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47812         FD_CLOEXEC for /etc/hosts.
47813         (_gethtent): Likewise.
47814
47815         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47816
47817         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47818         cancellation and set FD_CLOEXEC for /etc/netgroup.
47819
47820         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47821         reading /etc/publickey.
47822
47823         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47824         allow cancellation when reading /etc/group.
47825
47826         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47827         cancellation.
47828         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47829
47830         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47831         when using data file.
47832
47833         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47834
47835         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47836         (write_nis_obj): Use "c" and "e" in fopen.
47837
47838         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47839
47840         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47841
47842         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47843
47844         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47845
47846         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47847         locale.alias.
47848
47849         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47850
47851         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47852
47853         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47854
47855         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47856         file parsing and set FD_CLOEXEC.
47857
47858 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47859
47860         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47861
47862 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47863
47864         * malloc/arena.c (arena_get2): Don't call reused_arena when
47865         _int_new_arena failed.
47866
47867 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47868
47869         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47870         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47871         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47872         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47873         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47874         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47875         to compile strcasecmp and strncasecmp.
47876         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47877         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47878
47879         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47880
47881 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47882
47883         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47884         locale-defines.sym to gen-as-const-headers.
47885         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47886         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47887         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47888         to compile strcasecmp and strncasecmp.
47889         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47890         strcasecmp_l and strncasecmp_l.
47891         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47892         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47893         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47894         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47895         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47896         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47897         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47898         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47899         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47900         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47901         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47902
47903 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47904
47905         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47906         result of SYSDEP_GETTIME_CPU to retval.
47907         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47908         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47909
47910         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47911         variable.
47912
47913         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47914         mantissa words.
47915         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47916
47917         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47918         from unused variable.
47919
47920         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47921         DWARF definitions.
47922         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47923         for assembling.
47924
47925         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47926         over namespaces.
47927
47928         * sunrpc/rpc_prot.c (rejected): Fix case value.
47929
47930         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47931         unsigned long long int to avoid warnings in shift.
47932
47933         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47934         of use of trans.
47935         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47936         variable tmp.
47937
47938         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47939         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47940         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47941
47942         * nis/nis_table.c (nis_list): Use variable of correct type for
47943         result of __follow_path call.
47944
47945 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47946
47947         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47948         of math functions ceil, trunc, floor, round, and sqrt, when
47949         avaliable on the platform.
47950         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47951         name clash.
47952         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47953         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47954         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47955
47956 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47957
47958         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47959         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47960
47961 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47962
47963         * include/unistd.h: Fix __readlink return type.
47964         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47965
47966 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47967
47968         * stdlib/ucontext.h: Undo last change for makecontext.
47969
47970 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47971
47972         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47973
47974         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47975         * setjmp/setjmp.h: Mark functions as non-leaf.
47976         * setjmp/bits/setjmp2.h: Likewise.
47977         * stdlib/ucontext.h: Likewise.
47978
47979 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47980
47981         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47982         (reused_arena): Don't check arena limit.
47983         (arena_get2): Atomically check arena limit.
47984
47985 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47986
47987         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47988         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47989
47990         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47991         instructions.
47992
47993 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47994
47995         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47996         handler when locking.
47997
47998         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47999         Fix size of allocated buffer.
48000
48001 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48002
48003         [BZ #10103]
48004         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48005         declarations for long double functions.
48006         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48007
48008         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48009
48010 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48011
48012         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48013         installed.
48014
48015         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48016         is disabled.
48017
48018 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48019
48020         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48021
48022 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48023
48024         * include/alloca.h (stackinfo_alloca_round): Define.
48025         (extend_alloca): Use it.
48026         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48027         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48028         here.
48029
48030         * scripts/check-local-headers.sh: Ignore libaudit.h.
48031
48032         * nscd/Makefile (extra-objs): Make recursively expanded.
48033
48034 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48035
48036         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48037         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48038
48039         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48040         * posix/tst-rfc3484-2.c: Likewise.
48041         * posix/tst-rfc3484-3.c: Likewise.
48042
48043         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48044         process_vm_writev.
48045         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48046         process_vm_writev.
48047         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48048         process_vm_writev from libc using GLIBC_2.15 version.
48049
48050         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48051
48052 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48053
48054         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48055         stack usage.
48056
48057 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48058
48059         [BZ #13367]
48060         * nss/getent.c (initgroups_keys): Show error message in case no group
48061         names are given.
48062
48063         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48064         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48065         __bump_nl_timestamp.
48066         * nscd/connections (nscd_init): When host database is served open
48067         netlink socket and request notification about configuration changes.
48068         (main_loop_poll): Track netlink file descriptor and bump timestamp
48069         in case data becomes available.
48070         (main_loop_epoll): Likewise.
48071         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48072         (database_pers_head): Add extra_data fileds.
48073         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48074         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48075         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48076         Adjust caller.
48077         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48078         in6ai data, call __free_in6ai.
48079         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48080         Add -DHAVE_NETLINK.
48081         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48082         interface information.  Reuse previous data if netlink timestamp
48083         is not changed.
48084         (__bump_nl_timestamp): New function.
48085         (__free_in6ai): New function.
48086
48087 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48088
48089         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48090         close_not_cancel_no_status here.
48091         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48092
48093 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48094
48095         [BZ #13276]
48096         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48097         return value.
48098
48099         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48100         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48101         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48102
48103 2011-07-03  Andreas Jaeger  <aj@suse.de>
48104
48105         [BZ #10709]
48106         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48107         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48108         * math/libm-test.inc (sin_test): Add test case.
48109
48110 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48111
48112         [BZ #13337]
48113         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48114         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48115
48116         * elf/chroot_canon.c (chroot_canon): Cleanups.
48117
48118         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48119
48120         [BZ #13335]
48121         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48122         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48123
48124         * string/test-strchr.c: Make usable for strchrnul testing.
48125         * string/test-strchrnul.c: New file.
48126         * string/Makefile (strop-tests): Add strchrnul.
48127
48128         * po/it.po: Update from translation team.
48129         * po/es.po: Likewise.
48130
48131 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48132
48133         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48134         the three constants needed as parameters.  Drop the others.
48135         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48136         __m128i_strloadu_tolower.
48137         Create and initialize variable zero and use it in all the places
48138         where _mm_setzero_si128 was used.
48139
48140         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48141         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48142         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48143         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48144         anymore.
48145         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48146         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48147         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48148         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48149         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48150         __mpranred, __mptan.
48151         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48152         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48153         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48154         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48155         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48156         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48157         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48158         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48159         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48160
48161 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48162
48163         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48164         redefine if SHARED.
48165         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48166
48167         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48168         wide char related routines to wcsmbs subdir.
48169
48170 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48171
48172         [BZ #13344]
48173         * misc/sys/cdefs.h (__THROWNL): Define.
48174         * posix/unistd.h: Use __THREADNL instead of __THREAD
48175         for memory synchronization functions.
48176
48177 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48178
48179         [BZ #13349]
48180         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48181         doesn't exist.
48182         * manual/stdio.texi (Obstack Streams): Node removed.
48183
48184 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48185
48186         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48187         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48188         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48189
48190         * math/math_private.h (math_force_eval): Allow non-addressable
48191         arguments.
48192         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48193
48194 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48195
48196         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48197         file is not needed.
48198
48199         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48200         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48201         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48202         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48203         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48204         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48205         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48206         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48207         Add AVX variants.
48208         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48209         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48210         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48211         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48212         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48213         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48214         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48215         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48216         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48217         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48218         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48219         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48220         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48221         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48222         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48223         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48224         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48225         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48226         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48227
48228         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48229         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48230
48231         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48232         place.  Use VEX encoding when compiling for AVX.
48233
48234 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48235
48236         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48237         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48238
48239         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48240
48241 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48242
48243         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48244         useless if() expression.
48245         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48246         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48247         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48248         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48249         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48250         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48251         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48252         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48253         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48254         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48255         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48256         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48257         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48258         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48259         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48260         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48261         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48262         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48263         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48264
48265         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48266
48267 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48268
48269         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48270         condition.
48271         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48272
48273 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48274
48275         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48276         .text section.  Avoid duplicate constants.
48277         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48278         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48279         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48280         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48281         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48282         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48283         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48284         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48285         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48286         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48287         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48288         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48289         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48290         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48291         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48292         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48293         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48294         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48295         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48296         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48297         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48298         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48299         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48300         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48301         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48302         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48303         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48304         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48305         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48306         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48307         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48308         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48309         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48310         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48311         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48312         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48313         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48314         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48315         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48316         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48317         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48318         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48319         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48320         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48321         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48322
48323 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48324
48325         * sysdeps/x86_64/dla.h: Move to ...
48326         * sysdeps/x86_64/fpu/dla.h: ...here.
48327         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48328         situations.  Use __builtin_fma only for gcc 4.6 and up.
48329
48330         * config.make.in: Add have-mfma4 entry.
48331         * configure.in: Substitute libc_cv_cc_fma4.
48332         * math/Makefile (dbl-only-routines): Add sincostab.
48333         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48334         Use __sincostab not sincos.
48335         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48336         name is a macro.
48337         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48338         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48339         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48340         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48341         using __copysign.
48342         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48343         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48344         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48345         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48346         and __inv.
48347         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48348         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48349         __copysign.
48350         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48351         define aliases when function name is a macro.
48352         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48353         sysdeps/ieee754/dbl-64/sincos.tbl.
48354         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48355         fma4-enabled routines.
48356         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48357         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48358         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48359         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48360         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48361         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48362         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48363         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48364         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48365         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48366         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48367         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48368         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48369         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48370         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48371         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48372         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48373         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48374         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48375         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48376         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48377         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48378         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48379         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48380         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48381         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48382         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48383         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48384         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48385         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48386
48387         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48388         rename.
48389         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48390         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48391         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48392         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48393         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48394         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48395         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48396         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48397
48398 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48399
48400         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48401
48402 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48403
48404         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48405
48406         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48407         prediction.
48408         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48409
48410         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48411         Remove unused variable magic_bits.
48412         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48413
48414         * string/strnlen.c: Define and use STRNLEN macro.
48415         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48416         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48417         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48418         * wcsmbs/wcslen.c: Define and use WCSLEN.
48419         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48420         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48421         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48422         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48423         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48424         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48425         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48426
48427 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48428
48429         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48430         strnlen-sse2-no-bsf.
48431         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48432         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48433         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48434         Add strnlen support.
48435         (USE_AS_STRNLEN): New macro.
48436         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48437         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48438         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48439         * sysdeps/x86_64/wcslen.S: New file.
48440
48441 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48442
48443         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48444         XMM-moves are used for copying on small sizes.
48445
48446 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48447
48448         * wcsmbs/Makefile (strop-tests): Add wcschr.
48449         * wcsmbs/test-wcschr.c: New file.
48450         * string/test-strchr.c: Update.
48451         Add wcschr support.
48452         (WIDE): New macro.
48453
48454 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48455
48456         * wcsmbs/Makefile (strop-tests): Add wcslen.
48457         * wcsmbs/test-wcslen.c: New file.
48458         * string/test-strlen.c: Update.
48459         Add wcslen support.
48460         (WIDE): New macro.
48461
48462 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48463
48464         * po/it.po: Update from translation team.
48465
48466 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48467
48468         * sysdeps/x86_64/wcscmp.S: Update.
48469         Fix wrong comparison semantics.
48470         wcscmp shall use signed comparison not unsigned.
48471         Don't use substraction to avoid overflow bug.
48472         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48473         * wcsmbc/wcscmp.c: Likewise.
48474         * string/test-strcmp.c: Likewise.
48475         Add new tests to check cases with negative values.
48476
48477 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48478
48479         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48480         * sysdeps/x86_64/dla.h: ...here.  New file.
48481         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48482         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48483         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48484         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48485         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48486         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48487         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48488         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48489         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48490
48491 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48492
48493         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48494         __ynl_finite aliases.
48495
48496 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48497
48498         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48499
48500         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48501         define DLA_FMA.
48502         [DLA_FMA] (EMULV): Use DLA_FMA.
48503         [DLA_FMA] (MUL12): Use EMULV.
48504         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48505         that are not needed.
48506         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48513
48514 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48515
48516         * math/s_nan.c: Undef __nan.
48517         * math/s_nanf.c: Undef __nanf.
48518         * math/s_nanl.c: Undef __nanl.
48519         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48520         "math_private.h".
48521
48522 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48523
48524         * math/s_catan.c: Add branch predictions.
48525         * math/s_catanf.c: Likewise.
48526         * math/s_catanh.c: Likewise.
48527         * math/s_catanhf.c: Likewise.
48528         * math/s_catanhl.c: Likewise.
48529         * math/s_catanl.c: Likewise.
48530         * math/s_cexp.c: Likewise.
48531         * math/s_cexpf.c: Likewise.
48532         * math/s_cexpl.c: Likewise.
48533         * math/s_clog.c: Likewise.
48534         * math/s_clog10.c: Likewise.
48535         * math/s_clog10f.c: Likewise.
48536         * math/s_clog10l.c: Likewise.
48537         * math/s_clogf.c: Likewise.
48538         * math/s_clogl.c: Likewise.
48539         * math/s_csqrt.c: Likewise.
48540         * math/s_csqrtf.c: Likewise.
48541         * math/s_csqrtl.c: Likewise.
48542         * math/s_ctanf.c: Likewise.
48543         * math/s_ctanh.c: Likewise.
48544         * math/s_ctanhf.c: Likewise.
48545         * math/s_ctanhl.c: Likewise.
48546         * math/s_ctanl.c: Likewise.
48547
48548         * math/math_private.h: Define __nan, __nanf, __nanl.
48549         * math/s_cacosh.c: Include <math_private.h>.
48550         * math/s_cacoshl.c: Likewise.
48551         * math/s_casinh.c: Likewise.
48552         * math/s_casinhf.c: Likewise.
48553         * math/s_casinhl.c: Likewise.
48554         * math/s_ccos.c: Rely entire on ccosh.
48555         * math/s_ccosf.c: Rely entire on ccoshf.
48556         * math/s_ccosl.c: Rely entirely on ccoshl.
48557         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48558         Remove tests for FE_INVALID.
48559         * math/s_ccoshf.c: Likewise.
48560         * math/s_ccoshl.c: Likewise.
48561         * math/s_csin.c: Likewise.
48562         * math/s_csinf.c: Likewise.
48563         * math/s_csinh.c Likewise.
48564         * math/s_csinhf.c: Likewise.
48565         * math/s_csinhl.c: Likewise.
48566         * math/s_csinl.c: Likewise.
48567         * math/s_ctan.c: Likewise.
48568         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48569         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48570         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48571
48572 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48573
48574         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48575         compilation problems.
48576
48577         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48578         __builtin_expect.
48579
48580 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48581
48582         * sysdeps/i386/configure.in: Test for -mfma4 option.
48583         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48584         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48585         COMMON_CPUID_INDEX_80000001.
48586         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48587         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48588         use it if FMA3 is not supported.
48589         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48590
48591         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48592         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48593
48594 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48595
48596         [BZ #12892]
48597         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48598         it would create a cycle with a link time dependency.
48599
48600 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48601
48602         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48603         instruction.
48604         * string/Makefile (strop-tests): Add rawmemchr.
48605         * string/test-rawmemchr.c: New file.
48606
48607         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48608         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48609         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48610         when compiling str{,n}casecmp and when AVX is available.  Hook up
48611         new optimized code in initializers.
48612
48613 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48614
48615         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48616         __feraiseexcept instead of feraiseexcept.
48617
48618 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48619
48620         * math/math_private.h: Define defaults for libc_fetestexcept and
48621         libc_feupdateenv.
48622         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48623         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48624         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48625         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48626         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48627         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48628         libc_fetestexcept and libc_feupdateenv.
48629
48630         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48631         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48632         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48633         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48634         libc_feholdexcept_setround.
48635
48636         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48637         Add s_nearbyint-c and s_nearbyintf-c.
48638         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48639         nearbyintf inlines.
48640         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48641         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48642         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48643         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48644
48645         * math/math_private.h: Define defaults for libc_fegetround,
48646         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48647         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48648         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48649         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48650         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48651         standard functions.
48652         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48653         Remove comments and hacks for old compiler versions.
48654         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48655         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48656         libc_feholdexceptl.
48657
48658 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48659
48660         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48661         (__feraiseexcept_renamed): Add __NTH.
48662         (feraiseexcept): Add __NTH.  Rename local variables to fix
48663         namespace violations.
48664
48665 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48666
48667         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48668
48669         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48670
48671         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48672         recently added interfaces.
48673         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48674
48675         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48676         about macro parameter expansion.
48677
48678         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48679         __NO_MATH_INLINES is defined.  Cleanups.
48680
48681         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48682         and __floorf is target has SSE4.1.
48683         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48684         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48685         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48686         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48687
48688         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48689         name.
48690         (floorf): Likewise.
48691
48692         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48693
48694 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48695
48696         * misc/sys/cdefs.h: Fix last change.
48697
48698         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48699         database lookup.
48700
48701 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48702
48703         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48704
48705         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48706         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48707         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48708         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48709         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48710         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48711         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48712         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48713         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48714         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48715         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48716         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48717         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48718         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48719         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48720         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48721         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48722         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48723         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48724         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48725         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48726         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48727
48728         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48729         ceil, ceilf, floor, floorf.
48730
48731         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48732         Perform IRELATIVE relocations last.
48733
48734         * elf/do-rel.h: Add another parameter nrelative, replacing the
48735         local variable with the same name.  Change name of the function
48736         to end in Rel or Rela (uppercase).
48737         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48738         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48739         elf_dynamic_do_##reloc function.
48740
48741 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48742
48743         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48744         is sufficient, at least on modern CPUs.
48745
48746         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48747
48748         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48749         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48750
48751         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48752         __expl_finite.
48753         * math/bits/math-finite.h: Add entries for exp.
48754         * math/e_expl.c: Add __*_finite alias.
48755         * sysdeps/i386/fpu/e_exp.S: Likewise.
48756         * sysdeps/i386/fpu/e_expf.S: Likewise.
48757         * sysdeps/i386/fpu/e_expl.c: Likewise.
48758         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48759         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48760         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48761         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48762         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48763         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48764         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48765
48766         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48767         is sufficient, at least on modern CPUs.
48768
48769         * ctype/ctype-info.c (__ctype_init): Define.
48770         * include/ctype.h (__ctype_init): Declare.
48771         (__ctype_b_loc): The variable is always initialized.
48772         (__ctype_toupper_loc): Likewise.
48773         (__ctype_tolower_loc): Likewise.
48774         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48775         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48776
48777 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48778
48779         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48780
48781         * configure.in: Also look in $cxxmachine/include for C++ system
48782         headers.
48783
48784 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48785
48786         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48787         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48788         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48789         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48790         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48791         (USE_AS_WMEMCMP): New macro.
48792         Fixing indents.
48793         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48794         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48795         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48796         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48797         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48798         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48799         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48800         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48801         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48802         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48803         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48804         (USE_AS_WMEMCMP): New macro.
48805         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48806         * sysdeps/string/test-memcmp.c: Update.
48807         Fix simple_wmemcmp.
48808         Add new tests.
48809         * wcsmbs/wmemcmp.c: Update.
48810         (WMEMCMP): New macro.
48811         Fix overflow bug.
48812
48813 2011-10-12  Andreas Jaeger  <aj@suse.de>
48814
48815         [BZ #13268]
48816         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48817
48818 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48819
48820         * libio/iofwide.c (do_length): Avoid warning.
48821
48822         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48823
48824 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48825
48826         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48827
48828         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48829         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48830         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48831         * sysdeps/i386/i686/fpu/e_log.S: New file.
48832         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48833         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48834
48835         * ctype/ctype.h: Add support for inlined isXXX functions when
48836         compiling C++ code.
48837
48838 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48839
48840         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48841
48842         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48843
48844 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48845
48846         [BZ #13291]
48847         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48848
48849 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48850
48851         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48852         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48853         feraiseexcept.
48854
48855         * sysdeps/x86_64/memrchr.S: Check for zero size.
48856
48857         * string/stratcliff.c: Add memrchr tests.
48858
48859 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48860
48861         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48862         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48863         rawmemchr-sse2 rawmemchr-sse2-bsf.
48864         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48865         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48866         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48867         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48868         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48869         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48870         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48871         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48872         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48873         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48874         * string/memrchr.c (MEMRCHR): New macro.
48875
48876 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48877
48878         Add integration with gcc's -ffinite-math-only and optimize wrapper
48879         functions in libm.
48880         * Versions.def: Define GLIBC_2.15 version for libm.
48881         * math/Makefile (headers): Add bits/math-finite.h.
48882         * math/bits/math-finite.h: New file.
48883         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48884         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48885         * math/e_acoshl.c: Add __*_finite alias.
48886         * math/e_acosl.c: Likewise.
48887         * math/e_asinl.c: Likewise.
48888         * math/e_atan2l.c: Likewise.
48889         * math/e_atanhl.c: Likewise.
48890         * math/e_coshl.c: Likewise.
48891         * math/e_exp10.c: Likewise.
48892         * math/e_exp10f.c: Likewise.
48893         * math/e_exp10l.c: Likewise.
48894         * math/e_exp2l.c: Likewise.
48895         * math/e_fmodl.c: Likewise.
48896         * math/e_gammal_r.c: Likewise.
48897         * math/e_hypotl.c: Likewise.
48898         * math/e_j0l.c: Likewise.
48899         * math/e_j1l.c: Likewise.
48900         * math/e_jnl.c: Likewise.
48901         * math/e_lgammal_r.c: Likewise.
48902         * math/e_log10l.c: Likewise.
48903         * math/e_log2l.c: Likewise.
48904         * math/e_logl.c: Likewise.
48905         * math/e_powl.c: Likewise.
48906         * math/e_sinhl.c: Likewise.
48907         * math/e_sqrtl.c: Likewise.
48908         * math/e_scalb.c: Completely rewritten and optimized.
48909         * math/e_scalbf.c: Likewise.
48910         * math/e_scalbl.c: Likewise.
48911         * math/w_acos.c: Likewise.
48912         * math/w_acosf.c: Likewise.
48913         * math/w_acosl.c: Likewise.
48914         * math/w_acosh.c: Likewise.
48915         * math/w_acoshf.c: Likewise.
48916         * math/w_acoshl.c: Likewise.
48917         * math/w_asin.c: Likewise.
48918         * math/w_asinf.c: Likewise.
48919         * math/w_asinl.c: Likewise.
48920         * math/w_atan2.c: Likewise.
48921         * math/w_atan2f.c: Likewise.
48922         * math/w_atan2l.c: Likewise.
48923         * math/w_atanh.c: Likewise.
48924         * math/w_atanhf.c: Likewise.
48925         * math/w_atanhl.c: Likewise.
48926         * math/w_exp10.c: Likewise.
48927         * math/w_exp10f.c: Likewise.
48928         * math/w_exp10l.c: Likewise.
48929         * math/w_fmod.c: Likewise.
48930         * math/w_fmodf.c: Likewise.
48931         * math/w_fmodl.c: Likewise.
48932         * math/w_j0.c: Likewise.
48933         * math/w_j0f.c: Likewise.
48934         * math/w_j0l.c: Likewise.
48935         * math/w_j1.c: Likewise.
48936         * math/w_j1f.c: Likewise.
48937         * math/w_j1l.c: Likewise.
48938         * math/w_jn.c: Likewise.
48939         * math/w_jnf.c: Likewise.
48940         * math/w_log.c: Likewise.
48941         * math/w_logf.c: Likewise.
48942         * math/w_logl.c: Likewise.
48943         * math/w_log10.c: Likewise.
48944         * math/w_log10f.c: Likewise.
48945         * math/w_log10l.c: Likewise.
48946         * math/w_log2.c: Likewise.
48947         * math/w_log2f.c: Likewise.
48948         * math/w_log2l.c: Likewise.
48949         * math/w_pow.c: Likewise.
48950         * math/w_powf.c: Likewise.
48951         * math/w_powl.c: Likewise.
48952         * math/w_remainder.c: Likewise.
48953         * math/w_remainderf.c: Likewise.
48954         * math/w_remainderl.c: Likewise.
48955         * math/w_scalb.c: Likewise.
48956         * math/w_scalbf.c: Likewise.
48957         * math/w_scalbl.c: Likewise.
48958         * math/w_sqrt.c: Likewise.
48959         * math/w_sqrtf.c: Likewise.
48960         * math/w_sqrtl.c: Likewise.
48961         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48962         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48963         used.
48964         * math/math_private.h: Declare __kernel_standard_f.
48965         * math/w_cosh.c: Remove cruft and optimize a bit.
48966         * math/w_coshf.c: Likewise.
48967         * math/w_coshl.c: Likewise.
48968         * math/w_exp2.c: Likewise.
48969         * math/w_exp2f.c: Likewise.
48970         * math/w_exp2l.c: Likewise.
48971         * math/w_hypot.c: Likewise.
48972         * math/w_hypotf.c: Likewise.
48973         * math/w_hypotl.c: Likewise.
48974         * math/w_lgamma.c: Likewise.
48975         * math/w_lgamma_r.c: Likewise.
48976         * math/w_lgammaf.c: Likewise.
48977         * math/w_lgammaf_r.c: Likewise.
48978         * math/w_lgammal.c: Likewise.
48979         * math/w_lgammal_r.c: Likewise.
48980         * math/w_sinh.c: Likewise.
48981         * math/w_sinhf.c: Likewise.
48982         * math/w_sinhl.c: Likewise.
48983         * math/w_tgamma.c: Likewise.
48984         * math/w_tgammaf.c: Likewise.
48985         * math/w_tgammal.c: Likewise.
48986         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48987         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48988         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48989         Minor optimizations.  Pretty printing.  Remove cruft.
48990         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48991         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48992         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48993         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48994         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48995         * sysdeps/i386/fpu/e_asin.S: Likewise.
48996         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48997         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48998         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48999         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49000         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49001         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49002         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49003         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49004         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49005         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49006         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49007         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49008         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49009         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49010         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49011         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49012         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49013         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49014         * sysdeps/i386/fpu/e_log.S: Likewise.
49015         * sysdeps/i386/fpu/e_log10.S: Likewise.
49016         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49017         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49018         * sysdeps/i386/fpu/e_log2.S: Likewise.
49019         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49020         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49021         * sysdeps/i386/fpu/e_logf.S: Likewise.
49022         * sysdeps/i386/fpu/e_logl.S: Likewise.
49023         * sysdeps/i386/fpu/e_pow.S: Likewise.
49024         * sysdeps/i386/fpu/e_powf.S: Likewise.
49025         * sysdeps/i386/fpu/e_powl.S: Likewise.
49026         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49027         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49028         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49029         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49030         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49031         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49032         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49033         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49034         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49035         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49036         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49037         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49038         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49039         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49040         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49041         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49042         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49043         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49044         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49045         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49046         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49047         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49048         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49049         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49050         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49051         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49052         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49053         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49054         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49055         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49056         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49057         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49058         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49059         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49060         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49061         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49062         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49063         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49064         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49065         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49066         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49067         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49068         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49069         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49070         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49071         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49072         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49073         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49074         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49075         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49076         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49077         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49078         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49079         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49080         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49081         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49082         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49083         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49084         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49085         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49086         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49087         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49088         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49089         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49090         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49091         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49092         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49093         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49094         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49095         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49096         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49097         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49098         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49099         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49100         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49101         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49102         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49103         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49104         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49105         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49106         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49107         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49108         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49109         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49110         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49111         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49112         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49113         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49114         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49115         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49116         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49117         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49118         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49119         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49120         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49121         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49122         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49123         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49124         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49125         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49126         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49127         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49128         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49129         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49130         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49131         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49132         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49133         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49134         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49135         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49136         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49137         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49138         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49139         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49140         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49141         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49142         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49143         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49144         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49145         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49146         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49147         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49148         (__isnanf): Likewise.
49149         (__isinf_ns): Likewise.
49150         (__isinf_nsf): Likewise.
49151         (__finite): Likewise.
49152         (__finitef): Likewise.
49153         (__ieee754_sqrt): Define as macro.
49154         (__ieee754_sqrtf): Define as macro.
49155         (__ieee754_sqrtl): Define as macro.
49156         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49157         inlined copy.
49158         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49159         __FINITE_MATH_ONLY__ consistent.
49160         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49161
49162 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49163
49164         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49165         of rawmemchr.
49166
49167         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49168
49169 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49170
49171         * po/ja.po: Update from translation team.
49172
49173 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49174
49175         * locale/programs/locarchive.c (prepare_address_space): New function.
49176         (create_archive, enlarge_archive, open_archive): Use it.
49177
49178         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49179         inside [SHARED], where it is used.
49180
49181         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49182
49183         * nss/getent.c (netgroup_keys): Remove unused variable.
49184         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49185
49186 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49187
49188         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49189         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49190         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49191         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49192         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49193         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49194         * math/Makefile (libm-calls): Add s_isinf_ns.
49195         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49196         * math/multc3.c: Likewise.
49197         * math/s_casin.c: Likewise.
49198         * math/s_casinf.c: Likewise.
49199         * math/s_casinl.c: Likewise.
49200         * math/s_ccos.c: Likewise.
49201         * math/s_ccosf.c: Likewise.
49202         * math/s_ccosl.c: Likewise.
49203         * math/s_ctan.c: Likewise.
49204         * math/s_ctanf.c: Likewise.
49205         * math/s_ctanh.c: Likewise.
49206         * math/s_ctanhf.c: Likewise.
49207         * math/s_ctanhl.c: Likewise.
49208         * math/s_ctanl.c: Likewise.
49209         * math/w_fmod.c: Likewise.
49210         * math/w_fmodf.c: Likewise.
49211         * math/w_fmodl.c: Likewise.
49212         * math/w_remainder.c: Likewise.
49213         * math/w_remainderf.c: Likewise.
49214         * math/w_remainderl.c: Likewise.
49215         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49216         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49217         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49218         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49219         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49220         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49221         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49222         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49223
49224         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49225         of the number.
49226         * stdio-common/printf_fphex.c: Likewise.
49227         * stdio-common/printf_size.c: Likewise.
49228
49229         * math/e_exp10.c: Include math_private.h using <...> not "...".
49230         * math/e_exp10f.c: Likewise.
49231         * math/e_exp10l.c: Likewise.
49232         * math/e_exp2l.c: Likewise.
49233         * math/e_j0l.c: Likewise.
49234         * math/e_j1l.c: Likewise.
49235         * math/e_jnl.c: Likewise.
49236         * math/e_lgammal_r.c: Likewise.
49237         * math/e_rem_pio2l.c: Likewise.
49238         * math/e_scalb.c: Likewise.
49239         * math/e_scalbf.c: Likewise.
49240         * math/e_scalbl.c: Likewise.
49241         * math/k_cosl.c: Likewise.
49242         * math/k_sinl.c: Likewise.
49243         * math/k_tanl.c: Likewise.
49244         * math/s_cacoshf.c: Likewise.
49245         * math/s_catan.c: Likewise.
49246         * math/s_catanf.c: Likewise.
49247         * math/s_catanh.c: Likewise.
49248         * math/s_catanhf.c: Likewise.
49249         * math/s_catanhl.c: Likewise.
49250         * math/s_catanl.c: Likewise.
49251         * math/s_ccosh.c: Likewise.
49252         * math/s_ccoshf.c: Likewise.
49253         * math/s_ccoshl.c: Likewise.
49254         * math/s_cexp.c: Likewise.
49255         * math/s_cexpf.c: Likewise.
49256         * math/s_cexpl.c: Likewise.
49257         * math/s_clog.c: Likewise.
49258         * math/s_clog10.c: Likewise.
49259         * math/s_clog10f.c: Likewise.
49260         * math/s_clog10l.c: Likewise.
49261         * math/s_clogf.c: Likewise.
49262         * math/s_clogl.c: Likewise.
49263         * math/s_csin.c: Likewise.
49264         * math/s_csinf.c: Likewise.
49265         * math/s_csinh.c: Likewise.
49266         * math/s_csinhf.c: Likewise.
49267         * math/s_csinhl.c: Likewise.
49268         * math/s_csinl.c: Likewise.
49269         * math/s_csqrt.c: Likewise.
49270         * math/s_csqrtf.c: Likewise.
49271         * math/s_csqrtl.c: Likewise.
49272         * math/s_ctan.c: Likewise.
49273         * math/s_ctanf.c: Likewise.
49274         * math/s_ctanh.c: Likewise.
49275         * math/s_ctanhf.c: Likewise.
49276         * math/s_ctanhl.c: Likewise.
49277         * math/s_ctanl.c: Likewise.
49278         * math/s_ldexp.c: Likewise.
49279         * math/s_ldexpf.c: Likewise.
49280         * math/s_ldexpl.c: Likewise.
49281         * math/s_significand.c: Likewise.
49282         * math/s_significandf.c: Likewise.
49283         * math/s_significandl.c: Likewise.
49284         * math/w_acos.c: Likewise.
49285         * math/w_acosf.c: Likewise.
49286         * math/w_acosh.c: Likewise.
49287         * math/w_acoshf.c: Likewise.
49288         * math/w_acoshl.c: Likewise.
49289         * math/w_acosl.c: Likewise.
49290         * math/w_asin.c: Likewise.
49291         * math/w_asinf.c: Likewise.
49292         * math/w_asinl.c: Likewise.
49293         * math/w_atan2.c: Likewise.
49294         * math/w_atan2f.c: Likewise.
49295         * math/w_atan2l.c: Likewise.
49296         * math/w_atanh.c: Likewise.
49297         * math/w_atanhf.c: Likewise.
49298         * math/w_atanhl.c: Likewise.
49299         * math/w_cosh.c: Likewise.
49300         * math/w_coshf.c: Likewise.
49301         * math/w_coshl.c: Likewise.
49302         * math/w_dremf.c: Likewise.
49303         * math/w_exp10.c: Likewise.
49304         * math/w_exp10f.c: Likewise.
49305         * math/w_exp10l.c: Likewise.
49306         * math/w_exp2.c: Likewise.
49307         * math/w_exp2f.c: Likewise.
49308         * math/w_fmod.c: Likewise.
49309         * math/w_fmodf.c: Likewise.
49310         * math/w_fmodl.c: Likewise.
49311         * math/w_hypot.c: Likewise.
49312         * math/w_hypotf.c: Likewise.
49313         * math/w_hypotl.c: Likewise.
49314         * math/w_j0.c: Likewise.
49315         * math/w_j0f.c: Likewise.
49316         * math/w_j0l.c: Likewise.
49317         * math/w_j1.c: Likewise.
49318         * math/w_j1f.c: Likewise.
49319         * math/w_j1l.c: Likewise.
49320         * math/w_jn.c: Likewise.
49321         * math/w_jnf.c: Likewise.
49322         * math/w_jnl.c: Likewise.
49323         * math/w_lgamma.c: Likewise.
49324         * math/w_lgamma_r.c: Likewise.
49325         * math/w_lgammaf.c: Likewise.
49326         * math/w_lgammaf_r.c: Likewise.
49327         * math/w_lgammal.c: Likewise.
49328         * math/w_lgammal_r.c: Likewise.
49329         * math/w_log.c: Likewise.
49330         * math/w_log10.c: Likewise.
49331         * math/w_log10f.c: Likewise.
49332         * math/w_log10l.c: Likewise.
49333         * math/w_log2.c: Likewise.
49334         * math/w_log2f.c: Likewise.
49335         * math/w_log2l.c: Likewise.
49336         * math/w_logf.c: Likewise.
49337         * math/w_logl.c: Likewise.
49338         * math/w_pow.c: Likewise.
49339         * math/w_powf.c: Likewise.
49340         * math/w_powl.c: Likewise.
49341         * math/w_remainder.c: Likewise.
49342         * math/w_remainderf.c: Likewise.
49343         * math/w_remainderl.c: Likewise.
49344         * math/w_scalb.c: Likewise.
49345         * math/w_scalbf.c: Likewise.
49346         * math/w_scalbl.c: Likewise.
49347         * math/w_sinh.c: Likewise.
49348         * math/w_sinhf.c: Likewise.
49349         * math/w_sinhl.c: Likewise.
49350         * math/w_sqrt.c: Likewise.
49351         * math/w_sqrtf.c: Likewise.
49352         * math/w_sqrtl.c: Likewise.
49353         * math/w_tgamma.c: Likewise.
49354         * math/w_tgammaf.c: Likewise.
49355         * math/w_tgammal.c: Likewise.
49356
49357         * po/ja.po: Update from translation team.
49358
49359 2011-09-29  Andreas Jaeger  <aj@suse.de>
49360
49361         [BZ #13179]
49362         * sunrpc/netname.c (netname2host): Fix logic.
49363
49364         [BZ #6779]
49365         [BZ #6783]
49366         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49367         correctly.
49368         * math/w_remainder.c (__remainder): Likewise.
49369         * math/w_remainderf.c (__remainderf): Likewise.
49370         * math/libm-test.inc (remainder_test): Add test cases.
49371
49372 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49373
49374         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49375         sdiv_qrnnd.
49376
49377 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49378
49379         * string/test-memcmp.c: Avoid unncessary #defines.
49380         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49381
49382 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49383
49384         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49385         Use new sse2 version for core i3 - i7 as it's faster
49386         than sse42 version.
49387         (bit_Prefer_PMINUB_for_stringop): New.
49388         * sysdeps/x86_64/rawmemchr.S: Update.
49389         Replace with faster SSE2 version.
49390         * sysdeps/x86_64/memrchr.S: New file.
49391         * sysdeps/x86_64/memchr.S: Update.
49392         Replace with faster SSE2 version.
49393
49394 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49395
49396         * elf/dl-load.c (lose): Add cast to avoid warning.
49397
49398 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49399
49400         * po/ca.po: Update from translation team.
49401
49402         * inet/getnetgrent_r.c: Hook up nscd.
49403         * nscd/Makefile (routines): Add nscd_netgroup.
49404         (nscd-modules): Add netgroupcache.
49405         (CFLAGS-netgroupcache.c): Define.
49406         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49407         (cache_search): Add const to second parameter.
49408         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49409         INNETGR.
49410         (dbs): Add netgrdb entry.
49411         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49412         (verify_persistent_db): Handle netgrdb.
49413         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49414         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49415         GETFDNETGR.
49416         (netgroup_response_header): Define.
49417         (innetgroup_response_header): Define.
49418         (datahead): Add netgroup_response_header and innetgroup_response_header
49419         elements.
49420         * nscd/nscd.conf: Add entries for netgroup cache.
49421         * nscd/nscd.h (dbtype): Add netgrdb.
49422         (_PATH_NSCD_NETGROUP_DB): Define.
49423         (netgroup_iov_disabled): Declare.
49424         (xmalloc, xcalloc, xrealloc): Move declarations here.
49425         (cache_search): Adjust prototype.
49426         Add netgroup-related prototypes.
49427         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49428         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49429         (__nscd_innetgr): Declare.
49430         * nscd/selinux.c (perms): Use access_vector_t as element type and
49431         add netgroup-related initializers.
49432         * nscd/netgroupcache.c: New file.
49433         * nscd/nscd_netgroup.c: New file.
49434         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49435         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49436         For four parameters use innetgr.
49437         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49438         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49439         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49440         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49441
49442         * nscd/connections.c (register_traced_file): Don't register file
49443         for disabled databases.
49444
49445 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49446
49447         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49448
49449         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49450         from tree and freeing node.
49451
49452 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49453
49454         * nss/nsswitch.c (__nss_database_lookup): Handle
49455         nss_parse_service_list out of memory case.
49456
49457 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49458
49459         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49460         out of memory case.
49461
49462 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49463
49464         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49465         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49466         pass it down.
49467         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49468         elf_machine_rela, elf_machine_lazy_rel.
49469         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49470         (ELF_DYNAMIC_DO_REL): Likewise.
49471         (ELF_DYNAMIC_DO_RELA): Likewise.
49472         (ELF_DYNAMIC_RELOCATE): Likewise.
49473         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49474         to ELF_DYNAMIC_DO_REL.
49475         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49476         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49477         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49478         elf_machine_rela.
49479         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49480         skip_ifunc, don't call ifunc function if non-zero.
49481         (elf_machine_rela): Likewise.
49482         (elf_machine_lazy_rel): Likewise.
49483         (elf_machine_lazy_rela): Likewise.
49484         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49485         (elf_machine_lazy_rel): Likewise.
49486         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49487         Likewise.
49488         (elf_machine_lazy_rel): Likewise.
49489         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49490         Likewise.
49491         (elf_machine_lazy_rel): Likewise.
49492         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49493         (elf_machine_lazy_rel): Likewise.
49494         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49495         (elf_machine_lazy_rel): Likewise.
49496         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49497         (elf_machine_lazy_rel): Likewise.
49498         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49499         (elf_machine_lazy_rel): Likewise.
49500         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49501         (elf_machine_lazy_rel): Likewise.
49502         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49503         (elf_machine_lazy_rel): Likewise.
49504
49505 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49506
49507         * nss/nss_files/files-init.c (_nss_files_init): Use static
49508         initialization for all the *_traced_file variables.
49509
49510 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49511
49512         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49513
49514 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49515
49516         [BZ #13226]
49517         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49518
49519 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49520
49521         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49522         Reread the line before reparsing it.
49523
49524 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49525
49526         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49527
49528 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49529             Maxim Kuvyrkov  <maxim@codesourcery.com>
49530             Joseph Myers  <joseph@codesourcery.com>
49531
49532         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49533         if needed for __stack_chk_guard.
49534
49535 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49536
49537         * sysdeps/posix/spawni.c (script_execute): Always define it.
49538         It will be optimized away if unused.
49539         (maybe_script_execute): New function.
49540         (__spawni): Call it.
49541
49542         * Makerules: Don't include tls.make.
49543         (config-tls): Always set to thread.
49544         * tls.make.c: File removed.
49545
49546 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49547
49548         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49549         * config.make.in (CPPFLAGS-config): New substituted variable.
49550
49551 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49552
49553         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49554
49555         [BZ #13192]
49556         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49557         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49558
49559 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49560
49561         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49562         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49563         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49564         (CALL_FAIL): Likewise.
49565         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49566         (CALL_FAIL): Macro removed.
49567         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49568
49569 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49570
49571         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49572         for __FINITE_MATH_ONLY__ == 1.
49573
49574 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49575
49576         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49577         __ieee754_sqrt instead of sqrt.
49578         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49579         __ieee754_sqrtf instead of sqrtf.
49580         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49581         __floorf instead of floorf.
49582         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49583         __floorf, __truncf instead of floorf, truncf.
49584
49585 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49586
49587         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49588
49589         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49590         __extern_always_inline.
49591         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49592         32-bit.
49593
49594 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49595
49596         * elf/rtld.c (dl_main): Also relocate in dependency order when
49597         doing symbol dependency testing.
49598
49599 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49600
49601         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49602         Always define `refsym'.
49603
49604 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49605
49606         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49607         (__FD_ELT): Renamed from __FDELT.
49608         * misc/bits/select2.h (__FD_ELT): Likewise.
49609         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49610         __FD_MASK instead of __FDELT, __FDMASK.
49611         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49612         Likewise.
49613         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49614         Likewise.
49615
49616         * elf/Makefile (gen-ldd): Fix pattern.
49617
49618         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49619         (init_tls): Likewise.
49620
49621 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49622
49623         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49624
49625 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49626
49627         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49628         `struct cmsghdr *' instead of `void *'.
49629         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49630         Likewise.
49631
49632 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49633
49634         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49635         if non-absolute.
49636         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49637         ldd_rewrite_script.
49638
49639 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49640
49641         * configure.in: Remove --with-tls option.
49642         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49643         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49644         out in case it is missing.
49645         * sysdeps/ia64/elf/configure.in: Likewise.
49646         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49647         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49648         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49649         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49650         * sysdeps/sh/elf/configure.in: Likewise.
49651         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49652         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49653         * sysdeps/x86_64/elf/configure.in: Likewise.
49654         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49655         * sysdeps/mach/hurd/tls.h: Likewise.
49656
49657         [BZ #13067]
49658         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49659
49660         [BZ #13090]
49661         * configure.in: Fix use of AC_INIT.
49662
49663         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49664
49665 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49666
49667         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49668         __set_errno.
49669         * malloc/hooks.c: Likewise.
49670
49671         [BZ #11929]
49672         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49673         variables statically.
49674         (narenas): Initialize.
49675         (list_lock): Initialize.
49676         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49677         initializtion of main_arena and list_lock.  Small cleanups.
49678         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49679         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49680         Add initializers to main_arena and mp_.
49681         (malloc_state): Remove pagesize member.  Change all users to use
49682         GLRO(dl_pagesize).
49683
49684         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49685         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49686         is always initialized.
49687
49688         * malloc/malloc.c: Removed unused configurations and dead code.
49689         * malloc/arena.c: Likewise.
49690         * malloc/hooks.c: Likewise.
49691         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49692
49693         * include/tls.h: Removed.  USE___THREAD must always be defined.
49694         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49695         * elf/dl-libc.c: Likewise.
49696         * elf/dl-tsd.c: Likewise.
49697         * include/errno.h: Likewise.
49698         * include/netdb.h: Likewise.
49699         * include/resolv.h: Likewise.
49700         * inet/herrno-loc.c: Likewise.
49701         * inet/herrno.c: Likewise.
49702         * malloc/arena.c: Likewise.
49703         * malloc/hooks.c: Likewise.
49704         * malloc/malloc.c: Likewise.
49705         * resolv/res-state.c: Likewise.
49706         * resolv/res_libc.c: Likewise.
49707         * sysdeps/i386/dl-machine.h: Likewise.
49708         * sysdeps/ia64/dl-machine.h: Likewise.
49709         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49710         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49711         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49712         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49713         * sysdeps/sh/dl-machine.h: Likewise.
49714         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49715         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49716         * sysdeps/unix/i386/sysdep.S: Likewise.
49717         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49718         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49719         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49720         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49721         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49722         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49723         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49724         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49725         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49726         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49727         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49728         * sysdeps/x86_64/dl-machine.h: Likewise.
49729         * tls.make.c: Likewise.
49730
49731         * configure.in: Remove --with-__thread option.  Make tests for
49732         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49733         tls_model attribute fail if no support is available.  Remove
49734         USE_IN_LIBIO.
49735         * Makeconfig: Adjust for dropped configure option.  All features are
49736         now mandatory.
49737         * Makerules: Likewise.
49738         * Versions.def: Likewise.
49739         * argp/argp-fmtstream.c: Likewise.
49740         * argp/argp-fmtstream.h: Likewise.
49741         * argp/argp-help.c: Likewise.
49742         * assert/assert.c: Likewise.
49743         * config.h.in: Likewise.
49744         * config.make.in: Likewise.
49745         * configure: Likewise.
49746         * configure.in: Likewise.
49747         * csu/Versions: Likewise.
49748         * csu/init.c: Likewise.
49749         * elf/tst-audit2.c: Likewise.
49750         * elf/tst-tls10.c: Likewise.
49751         * elf/tst-tls10.h: Likewise.
49752         * elf/tst-tls11.c: Likewise.
49753         * elf/tst-tls12.c: Likewise.
49754         * elf/tst-tls14.c: Likewise.
49755         * elf/tst-tlsmod11.c: Likewise.
49756         * elf/tst-tlsmod12.c: Likewise.
49757         * elf/tst-tlsmod13.c: Likewise.
49758         * elf/tst-tlsmod13a.c: Likewise.
49759         * elf/tst-tlsmod14a.c: Likewise.
49760         * elf/tst-tlsmod15b.c: Likewise.
49761         * elf/tst-tlsmod16a.c: Likewise.
49762         * elf/tst-tlsmod16b.c: Likewise.
49763         * elf/tst-tlsmod7.c: Likewise.
49764         * elf/tst-tlsmod8.c: Likewise.
49765         * elf/tst-tlsmod9.c: Likewise.
49766         * gmon/gmon.c: Likewise.
49767         * grp/fgetgrent_r.c: Likewise.
49768         * grp/putgrent.c: Likewise.
49769         * hurd/fopenport.c: Likewise.
49770         * include/libc-symbols.h: Likewise.
49771         * include/tls.h: Likewise.
49772         * intl/gettextP.h: Likewise.
49773         * intl/loadinfo.h: Likewise.
49774         * locale/global-locale.c: Likewise.
49775         * locale/localeinfo.h: Likewise.
49776         * mach/devstream.c: Likewise.
49777         * malloc/arena.c: Likewise.
49778         * malloc/set-freeres.c: Likewise.
49779         * misc/err.c: Likewise.
49780         * misc/getttyent.c: Likewise.
49781         * misc/mntent_r.c: Likewise.
49782         * posix/getopt.c: Likewise.
49783         * posix/wordexp.c: Likewise.
49784         * pwd/fgetpwent_r.c: Likewise.
49785         * resolv/Versions: Likewise.
49786         * resolv/res_hconf.c: Likewise.
49787         * shadow/fgetspent_r.c: Likewise.
49788         * shadow/putspent.c: Likewise.
49789         * stdio-common/printf_fphex.c: Likewise.
49790         * stdio-common/tmpfile.c: Likewise.
49791         * stdlib/abort.c: Likewise.
49792         * stdlib/fmtmsg.c: Likewise.
49793         * sunrpc/auth_unix.c: Likewise.
49794         * sunrpc/clnt_perr.c: Likewise.
49795         * sunrpc/clnt_tcp.c: Likewise.
49796         * sunrpc/clnt_udp.c: Likewise.
49797         * sunrpc/clnt_unix.c: Likewise.
49798         * sunrpc/openchild.c: Likewise.
49799         * sunrpc/svc_simple.c: Likewise.
49800         * sunrpc/svc_tcp.c: Likewise.
49801         * sunrpc/svc_udp.c: Likewise.
49802         * sunrpc/svc_unix.c: Likewise.
49803         * sunrpc/xdr.c: Likewise.
49804         * sunrpc/xdr_array.c: Likewise.
49805         * sunrpc/xdr_rec.c: Likewise.
49806         * sunrpc/xdr_ref.c: Likewise.
49807         * sunrpc/xdr_stdio.c: Likewise.
49808
49809 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49810
49811         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49812
49813 2011-07-03  Andreas Jaeger  <aj@suse.de>
49814
49815         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49816         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49817         regenerate with gen-libm-tests.pl.
49818
49819 2010-05-12  Petr Baudis  <pasky@suse.cz>
49820
49821         [BZ #11589]
49822         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49823         around j0() zero points by switching to j1().
49824         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49825         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49826         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49827         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49828
49829 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49830
49831         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49832         instead of 0.
49833         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49834         instead of 0.
49835         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49836         Patch in part by Pavel Roskin <proski@gnu.org>.
49837
49838         [BZ #13138]
49839         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49840         realloc.
49841         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49842         Free memory block if necessary.
49843
49844         [BZ #12847]
49845         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49846         be NULL.  Don't lock in this case.
49847
49848 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49849
49850         * elf/elf.h (ELFOSABI_GNU): New macro.
49851         (ELFOSABI_LINUX): Define to that.
49852
49853 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49854
49855         * string/strncat.c (strncat): Undef the symbol in case it has been
49856         defined in bits/string.h.
49857
49858 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49859
49860         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49861
49862         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49863         link map.
49864
49865 2011-08-17  Andreas Jaeger  <aj@suse.de>
49866
49867         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49868
49869 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49870             Ian Lance Taylor  <iant@google.com>
49871
49872         * math/libm-test.inc (lround_test): New testcase.
49873         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49874
49875 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49876
49877         * Makefile: Remove support for automatic cvs check-ins.
49878         * Makerules: Likewise.
49879         * config.make.in: Likewise.
49880         * configure.in: Likewise.
49881         * intl/Makefile: Likewise.
49882         * locale/Makefile: Likewise.
49883         * po/Makefile: Likewise.
49884         * posix/Makefile: Likewise.
49885         * sysdeps/gnu/Makefile: Likewise.
49886         * sysdeps/mach/hurd/Makefile: Likewise.
49887         * sysdeps/sparc/sparc32/Makefile: Likewise.
49888
49889         [BZ #13118]
49890         * posix/Makefile (bug-regex32-ENV): Define.
49891         Patch by John Stanley <jpsinthemix@verizon.net>.
49892
49893         * misc/Makefile (headers): Add bits/select2.h.
49894         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49895         * misc/bits/select2.h: New file.
49896         * include/bits/select2.h: New file.
49897         * debug/Makefile (routines): Add fdelt_chk.
49898         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49899         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49900         FD_ISSET.
49901         * debug/fdelt_chk.c: New file.
49902
49903         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49904         * wcsmbs/test-wmemcmp.c: Likewise.
49905         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49906         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49907
49908 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49909
49910         * string/Makefile (strop-tests): Add memcmp.
49911         * string/test-wmemcmp.c: New file.
49912         * string/test-memcmp.c: Add wmemcmp support.
49913
49914 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49915
49916         [BZ #13153]
49917         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49918         2011-07-19 change.
49919
49920         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49921         garbage value in a __mach_port_mod_refs call in the cases of the
49922         task-self and thread-self ports.
49923
49924 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49925
49926         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49927
49928 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49929
49930         * elf/dl-load.c (lose): Check for non-null L.
49931
49932 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49933
49934         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49935
49936         * elf/dl-libc.c (dlerror_run): Pass back error code from
49937         dl_catch_error.
49938
49939         [BZ #13123]
49940         * elf/dl-load.c (lose): Free l_origin if it is valid.
49941
49942         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49943         names.
49944         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49945         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49946         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49947         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49948         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49949         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49950
49951 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49952
49953         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49954         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49955         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49956         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49957         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49958         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49959         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49960         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49961         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49962         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49963
49964 2011-08-15  Alan Modra  <amodra@gmail.com>
49965
49966         [BZ #13092]
49967         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49968         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49969         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49970         ppc_mcount to static-only-routines.
49971         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49972         __mcount_internal.
49973         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49974         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49975
49976 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49977
49978         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49979         for finite and infinity parameters.
49980
49981 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49982
49983         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49984         and add nop instructions for throughput optimization.
49985         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49986
49987 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49988
49989         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49990         aligned copy for power7 with vector-scalar instructions.
49991         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49992
49993 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49994
49995         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49996         AVX check.
49997
49998 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49999
50000         [BZ #13144]
50001         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50002         last change.
50003
50004 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50005
50006         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50007         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50008         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50009         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50010         clock_gettime.
50011
50012 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50013
50014         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50015         Forgot to demangle the pointer.
50016
50017         * sysdeps/i386/sysdep.h: Define atom_text_section.
50018         * sysdeps/x86_64/sysdep.h: Likewise.
50019         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50020         section with atom_text_section.
50021         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50022         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50023         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50024         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50025         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50026
50027         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50028         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50029         already be defined.  Change to take two parameters and don't assign
50030         result to variable.  Adjust all users.
50031         Define INTERNAL_GETTIME if not already defined.
50032         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50033         call.
50034         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50035         HAVE_CLOCK_GETTIME_VSYSCALL.
50036         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50037
50038         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50039         gettimeofday vsyscall, just use time.
50040
50041 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50042
50043         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50044         <errno.h>.
50045
50046 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50047
50048         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50049         syscall on x86-64.
50050         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50051         syscall.
50052         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50053         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50054         syscall if possible.
50055
50056 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50057
50058         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50059         e_ident.  Don't pass to find_mapsXX.
50060         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50061
50062 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50063
50064         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50065         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50066         * sysdeps/x86_64/multiarch/strchr.S: Update.
50067         Check bit_slow_BSF bit.
50068         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50069         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50070         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50071
50072 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50073
50074         [BZ #13134]
50075         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50076         before glibc 2.15.
50077         (tryshell): Define.
50078         (__spawni): Change last parameter to be flag.  Test
50079         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50080         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50081         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50082         * posix/spawni.c: Likewise.
50083         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50084         * posix/spawnp.c: Likewise.  Change normal version to use
50085         SPAWN_XFLAGS_USE_PATH.
50086         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50087         SPAWN_XFLAGS_TRY_SHELL.
50088
50089         [BZ #13150]
50090         * posix/glob.h: Remove gcc 1.x support.
50091
50092         [BZ #13068]
50093         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50094
50095 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50096
50097         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50098         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50099         strrchr-sse2-bsf
50100         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50101         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50102         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50103         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50104         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50105         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50106
50107 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50108
50109         * sysdeps/x86_64/wcscmp.S: New file.
50110
50111         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50112         wcscmp-c wcscmp-sse2
50113         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50114         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50115         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50116         * wcsmbs/wcscmp.c: Allow renaming.
50117
50118 2011-09-05  David S. Miller  <davem@davemloft.net>
50119
50120         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50121         stack slot, rather than the struct return pointer slot.
50122         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50123         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50124         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50125         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50126
50127 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50128
50129         * po/ja.po: Update from translation team.
50130
50131         [BZ #13144]
50132         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50133         kernel in 64-bit binaries.
50134
50135 2011-09-01  David S. Miller  <davem@davemloft.net>
50136
50137         * elf/elf.h (HWCAP_SPARC_*): Move to..
50138         * sysdeps/sparc/sysdep.h: this new file and add new values.
50139         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50140         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50141         _DL_HWCAP_COUNT to 24.
50142         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50143         entries.
50144         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50145         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50146         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50147         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50148         instead of magic constants.
50149         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50150
50151 2011-08-31  David S. Miller  <davem@davemloft.net>
50152
50153         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50154         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50155         Reimplement to do errno handling inline.
50156         (SYSCALL_ERROR_HANDLER): New macro.
50157         (__SYSCALL_STRING): Do not do errno handling in asm.
50158         (__CLONE_SYSCALL_STRING): Delete.
50159         (__INTERNAL_SYSCALL_STRING): Delete.
50160         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50161         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50162         (PSEUDO): Reimplement to do errno handling inline.
50163         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50164         (SYSCALL_ERROR_HANDLER): New macro.
50165         (__SYSCALL_STRING): Do not do errno handling in asm.
50166         (__CLONE_SYSCALL_STRING): Delete.
50167         (__INTERNAL_SYSCALL_STRING): Delete.
50168         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50169         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50170         i386.
50171         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50172         (inline_syscall*): Add 'err' argument.
50173         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50174         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50175         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50176         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50177
50178         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50179         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50180
50181 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50182
50183         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50184
50185 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50186
50187         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50188         directive.
50189
50190 2011-08-24  David S. Miller  <davem@davemloft.net>
50191
50192         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50193
50194 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50195
50196         * elf/Makefile: Add rules to build and run unload8 test.
50197         * elf/unload8.c: New file.
50198         * elf/unload8mod1.c: New file.
50199         * elf/unload8mod1x.c: New file.
50200         * elf/unload8mod2.c: New file.
50201         * elf/unload8mod3.c: New file.
50202
50203         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50204         it wasn't used.
50205
50206 2011-08-23  David S. Miller  <davem@davemloft.net>
50207
50208         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50209         subtract stack bias.
50210         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50211         %sp not %fp in calculations.
50212         (_JMPBUF_UNWINDS_ADJ): Likewise.
50213
50214         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50215         (aio_suspend): Call it to force an exception region around the
50216         AIO_MISC_WAIT() invocation.
50217
50218 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50219
50220         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50221         backslash.
50222
50223 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50224
50225         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50226         protection macro.
50227         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50228         and <dl-machine.h>.
50229         (Elf64_FuncDesc): Remove.
50230
50231 2011-08-22  David S. Miller  <davem@davemloft.net>
50232
50233         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50234         sigaltstack check, add missing cfi directives.
50235         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50236         missing cfi directives, and sigaltstack handling.
50237
50238 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50239
50240         [BZ #11724]
50241         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50242         object is seen twice.
50243         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50244
50245         * elf/Makefile (distribute): Add tst-initorder2.c.
50246         (tests): Add tst-initorder2.
50247         (modules-names): Add tst-initorder2a tst-initorder2b
50248         tst-initorder2c tst-initorder2d.  Add rules to build them.
50249         ($(objpfx)tst-initorder2.out): New rule.
50250         * elf/tst-initorder2.c: New file.
50251         * elf/tst-initorder2.exp: New file.
50252
50253 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50254
50255         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50256
50257         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50258         dependencies back to end of function.
50259
50260         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50261         $(elfobjdir)/ld.so.
50262
50263 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50264
50265         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50266         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50267         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50268         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50269         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50270         of __vdso_gettimeofday.
50271         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50272         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50273         attribute_hidden.
50274         (_libc_vdso_platform_setup): Remove initialization of
50275         __vdso_gettimeofday and __vdso_time.
50276
50277 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50278
50279         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50280         and fgetc_unlocked.
50281         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50282         getc_unlocked.
50283
50284         * elf/dl-open.c (add_to_global): Report additions to the global scope
50285         for LD_DEBUG=scopes.
50286         (dl_open_worker): Also print scope of newly loaded dependencies.
50287         (_dl_show_scope): Indicate if there is no scope.
50288
50289         [BZ #13114]
50290         * stdio-common/Makefile (tests): Add bug24.
50291         * stdio-common/bug24.c: New file.
50292
50293 2011-08-19  Andreas Jaeger  <aj@suse.de>
50294
50295         [BZ #13114]
50296         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50297         non-existant file when using close-on-exec mode.
50298
50299 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50300
50301         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50302         the very first instruction.
50303
50304         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50305         the CFI state in the end.
50306         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50307         inclusion of dl-trampoline.h.
50308         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50309
50310 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50311
50312         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50313         expectations for long double.
50314
50315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50316         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50317
50318 2011-08-14  David S. Miller  <davem@davemloft.net>
50319
50320         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50321         artificual limit depends upon the system page size.
50322
50323 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50324
50325         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50326         * resolv/Makefile: Define CFLAGS-libresolv.
50327
50328 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50329
50330         * nss/makedb.c (compute_tables): Make variables used in nested
50331         function static.
50332
50333 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50334
50335         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50336         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50337         if buffer was too small.
50338
50339         * elf/pldd.c (main): Attach to all threads in the process.
50340         Rewrite /proc handling to use *at functions.
50341
50342 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50343
50344         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50345         specifies first scope to show.
50346         (dl_open_worker): Update callers.  Move printing scope of new
50347         object to before the relocation.
50348         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50349         * sysdeps/generic/ldsodefs.h: Update declaration.
50350
50351         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50352         string for the scope number.
50353
50354 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50355
50356         * nscd/servicescache.c (cache_addserv): Make sure written is always
50357         initialized.
50358
50359 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50360
50361         * sysdeps/i386/i486/bits/atomic.h
50362         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50363         statement expression, so as to suppress "set but not used" warning.
50364         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50365
50366         * string/strncat.c (STRNCAT): Use prototype definition.
50367
50368         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50369         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50370         -Iprograms here.
50371         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50372         (localedef-modules): Add localedef.
50373         (locale-modules): Add locale.
50374
50375         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50376         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50377         to avoid a warning.
50378
50379 2011-08-14  David S. Miller  <davem@davemloft.net>
50380
50381         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50382         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50383
50384 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50385
50386         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50387         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50388         * elf/rtld.c (dl_main): Set l_name of vDSO.
50389         Call _dl_show_scope when DL_DEBUG_SCOPES.
50390         (process_dl_debug): Recognize scopes flag and also set it for all.
50391         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50392         Declare _dl_show_scope.
50393
50394         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50395         (do_dlopen): Pass caller_dlopen to dl_open.
50396         (__libc_dlopen_mode): Initialize caller_dlopen.
50397
50398         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50399         of libc.  Make tolower call locale-independent.  Optimize a bit by
50400         using isdigit instead of isalnum.
50401         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50402
50403 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50404
50405         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50406         was a dependency or dynamically loaded.
50407
50408 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50409
50410         * intl/l10nflist.c: Allow architecture-specific pop function.
50411         * sysdeps/x86_64/l10nflist.c: New file.
50412
50413         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50414         classification.
50415
50416 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50417
50418         * include/dirent.h: Add libc_hidden_proto for scandirat and
50419         scandirat64.  Don't declare __scandirat64.
50420         * dirent/scandirat.c: Add libc_hidden_def.
50421         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50422         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50423
50424 2011-08-10  David S. Miller  <davem@davemloft.net>
50425
50426         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50427         enum.
50428         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50429         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50430         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50431
50432 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50433
50434         * Versions.def [libc]: Add GLIBC_2.15.
50435         * dirent/Makefile (routines): Add scandirat and scandirat64.
50436         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50437         GLIBC_2.15.
50438         * dirent/dirent.h: Declare scandirat and scandirat64.
50439         * dirent/scandirat.c: New file.
50440         * dirent/scandirat64.c: New file.
50441         * sysdeps/wordsize-64/scandirat.c: New file.
50442         * sysdeps/wordsize-64/scandirat64.c: New file.
50443         * dirent/opendir.c: Define opendirat.
50444         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50445         using scandirat.
50446         * dirent/scandir64.c: Adjust for scandir.c change.
50447         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50448         __scandirat64, and __scandir_cancel_handler.
50449         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50450         additional parameter and use openat instead of open (outside of ld.so).
50451         Add new __opendir as wrapper around __opendirat.
50452         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50453         here without requiring old scandirat implementation.
50454
50455 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50456
50457         * dirent/scandir.c (cancel_handler): Renamed to
50458         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50459         defined.  Adjust users.
50460         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50461         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50462
50463 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50464
50465         * string/test-string.h (IMPL): Use __STRING to expand name and then
50466         stringify it.
50467
50468         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50469         of cleanups.
50470
50471 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50472
50473         * string/Makefile: Update.
50474         (strop-tests): Append strncat.
50475         * string/test-wcscmp.c: New file.
50476         New comprehensive test for wcscmp.
50477         * string/test-strcmp.c: Update.
50478         (WIDE): New define.
50479
50480 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50481
50482         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50483         line.
50484
50485 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50486
50487         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50488         encoding to ACE if AI_IDN.
50489
50490 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50491
50492         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50493         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50494
50495 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50496
50497         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50498         Fix overflow bug in strncat.
50499         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50500
50501         * string/test-strncat.c: Update.
50502         Add new tests for checking overflow bugs.
50503
50504 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50505
50506         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50507         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50508         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50509         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50510         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50511         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50512         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50513         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50514         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50515
50516         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50517         (USE_AS_STRCAT): Define.
50518         Add strcat and strncat support.
50519         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50520
50521 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50522
50523         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50524         __n bigger than INT_MAX+1.
50525         (__strncmp_g): Likewise.
50526
50527 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50528
50529         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50530         * libio/stido.h: Likewise.
50531
50532         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50533         (AF_NFC): Define.
50534         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50535         (AF_NFC): Define.
50536
50537         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50538         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50539         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50540         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50541         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50542
50543         [BZ #13021]
50544         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50545         installed.
50546
50547         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50548         typo.
50549         (_dl_x86_64_save_sse): Likewise.
50550
50551 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50552
50553         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50554         OSXSAVE.
50555         (_dl_x86_64_save_sse): Likewise.
50556
50557         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50558
50559         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50560
50561 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50562
50563         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50564         change.
50565         (_dl_x86_64_save_sse): Use correct AVX check.
50566
50567 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50568
50569         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50570         bug in strncpy/strncat.
50571         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50572
50573 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50574
50575         * string/tester.c (test_strcat): Add tests for different alignments
50576         of source and destination.
50577         (test_strncat): Likewise.
50578
50579 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50580
50581         [BZ #12852]
50582         * posix/glob.c (glob): Check passed in values before using them in
50583         expressions to avoid some overflows.
50584         (glob_in_dir): Likewise.
50585
50586         [BZ #13007]
50587         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50588         check for AVX enablement so that we don't crash with old kernels and
50589         new hardware.
50590         * elf/tst-audit4.c: Add same checks here.
50591         * elf/tst-audit6.c: Likewise.
50592
50593         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50594
50595 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50596
50597         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50598
50599 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50600
50601         * po/cs.po: Update from translation team.
50602         * po/bg.po: Likewise.
50603
50604 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50605
50606         * misc/sys/cdefs.h: Add support for const attribute.
50607         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50608         to gnu_dev_{major,minor,makedev} functions.
50609
50610 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50611
50612         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50613
50614 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50615
50616         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50617         strlen results.
50618
50619 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50620
50621         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50622         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50623         register in order to avoid conflicts with the soft frame pointer
50624         being held in r11 when necessary.
50625         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50626         (INTERNAL_VSYSCALL_NCS): Likewise.
50627
50628 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50629
50630         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50631         * elf/dl-fini.c (_dl_fini): Adjust caller.
50632         * elf/dl-close.c (_dl_close_worker): Likewise.
50633         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50634
50635 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50636
50637         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50638         "aux_cache->nlibs < 0".
50639
50640         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50641         in the reload-count case.
50642
50643 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50644
50645         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50646         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50647         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50648         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50649         * sysdeps/x86_64/multiarch/strcat.S: New file.
50650         * sysdeps/x86_64/multiarch/strncat.S: New file.
50651         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50652         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50653         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50654         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50655         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50656         (USE_AS_STRCAT): Define.
50657         Add strcat and strncat support.
50658         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50659         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50660         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50661         * string/strncat.c: Update.
50662         (USE_AS_STRNCAT): Define.
50663         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50664         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50665         and i7.
50666         * sysdeps/x86_64/multiarch/init-arch.h
50667         (bit_Prefer_PMINUB_for_stringop): New.
50668         (index_Prefer_PMINUB_for_stringop): Likewise.
50669         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50670         bit_Prefer_PMINUB_for_stringop.
50671
50672 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50673
50674         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50675         buffer64.
50676         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50677         of casting of buffer.
50678         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50679         buffer32 and buffer64.
50680         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50681         writes instead of casting of buffer.
50682         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50683         buffer32.
50684         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50685         casting of buffer.
50686
50687 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50688
50689         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50690
50691 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50692
50693         * nscd/nscd.c (termination_handler): Don't do anything for a database
50694         if it has not yet been initialized.
50695
50696 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50697
50698         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50699
50700 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50701
50702         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50703
50704 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50705
50706         * po/nl.po: Update from translation team.
50707         * po/sv.po: Likewise.
50708
50709 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50710
50711         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50712         now disallowed by GCC.
50713
50714         * configure.in (use-default-link): Default to yes if a test -shared
50715         link meets our qualifications.
50716         * configure: Regenerated.
50717
50718         * config.make.in (output-format): New variable.
50719         * configure.in: Check for ld --print-output-format support.
50720         * configure: Regenerated.
50721         * Makerules ($(common-objpfx)format.lds)
50722         [$(output-format) != unknown]: Just use $(output-format),
50723         instead of the linker-script munging.
50724
50725 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50726
50727         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50728         of $(common-objpfx)shlib.lds.
50729         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50730
50731         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50732         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50733
50734         * configure.in (-z relro check): Adjust test code to add a large
50735         writable data section after it.
50736         * configure: Regenerated.
50737
50738 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50739
50740         * configure.in (-z relro check): Fix test code to make the variable
50741         truly const.
50742         * configure: Regenerated.
50743
50744 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50745
50746         * nscd/nscd.h (struct traced_file): Define.
50747         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50748         elements.  Add traced_files.
50749         (inotify_fd): Declare.
50750         (register_traced_file): Declare.
50751         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50752         (inotify_fd): Export.
50753         (resolv_conf_descr): Remove.
50754         (nscd_init): Move inotify descriptor creation to main.
50755         Don't register files for notification here.
50756         (register_traced_file): New function.
50757         (invalidate_cache): Don't use reset_res to determine whether to call
50758         res_init, go through the list of registered files.
50759         (main_loop_poll): The inotify descriptors are now stored in the
50760         structures for the traced files.
50761         (main_loop_epoll): Likewise
50762         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50763         to __nss_disable_nscd.
50764         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50765         for a database anymore.  Check the records for all the registered
50766         files instead.
50767         * nss/Makefile (libnss_files-routines): Add files-init.
50768         (libnss_db-routines): Add db-init.
50769         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50770         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50771         * nss/nss_db/db-init.c: New file.
50772         * nss/nss_files/files-init.c: New file.
50773         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50774         __nss_lookup_function.
50775         (__nss_lookup_function): Call nss_load_library.
50776         (nss_load_all_libraries): New function.
50777         (__nss_disable_nscd): Take parameter with callback function for files
50778         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50779         used for the cached services.
50780         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50781         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50782         options for features to all the files in nscd.
50783
50784         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50785
50786 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50787
50788         * csu/elf-init.c (__libc_csu_init): Comment typo.
50789
50790 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50791
50792         * po/pl.po: Update from translation team.
50793         * po/ja.po: Likewise.
50794         * po/ru.po: Likewise.
50795         * po/ko.po: Likewise.
50796         * po/fr.po: Likewise.
50797
50798 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50799
50800         * configure.in (.ctors/.dtors header and trailer check):
50801         Use an empirical test on a built program.
50802         * configure: Regenerated.
50803
50804         * configure.in (-z relro check): Use an empirical test on a built DSO.
50805         Detect, but do not require, on ia64.
50806         * configure: Regenerated.
50807
50808         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50809         Update tests that use readelf to use $READELF instead.
50810         * configure: Regenerated.
50811
50812 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50813
50814         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50815         if the result is not used.
50816
50817 2011-07-05  Andreas Jaeger  <aj@suse.de>
50818
50819         [BZ#9696]
50820         * stdlib/tst-strtod.c: Add testcase.
50821
50822 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50823
50824         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50825         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50826         The latter has a higher limit.  Take additional parameter to pass to
50827         the new function.
50828         (__pathconf): Pass file to __statfs_link_max.
50829         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50830         __statfs_link_max.
50831         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50832         __statfs_link_max.
50833
50834         [BZ #12868]
50835         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50836         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50837         Handle Lustre.
50838         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50839         (__statfs_filesize_max): Likewise.
50840         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50841
50842 2011-07-05  Andreas Jaeger  <aj@suse.de>
50843
50844         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50845
50846 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50847
50848         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50849         `status' variable.
50850         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50851         Likewise.
50852
50853 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50854
50855         * Makefile (strop-tests): Add strncat.
50856         * string/test-strncat.c: New file.
50857
50858 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50859
50860         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50861
50862 2011-06-21  Andreas Jaeger  <aj@suse.de>
50863
50864         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50865         Copy rule from iconvdata/Makefile.
50866
50867 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50868
50869         [BZ #12922]
50870         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50871         but no long options are defined, just return 'W'.
50872
50873 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50874
50875         [BZ #9696]
50876         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50877
50878 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50879
50880         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50881         netgroups to read.
50882         (innetgr): Likewise.
50883
50884 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50885
50886         * config.make.in (install_root): Default to $(DESTDIR).
50887
50888 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50889
50890         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50891
50892 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50893
50894         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50895
50896         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50897         containing directory rather than embedding absolute directory names.
50898
50899         * scripts/check-local-headers.sh: Rewritten using awk.
50900         Match by word, not by line.  Print error messages for matches.
50901         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50902
50903         * Makerules [shlib-lds-flags empty]:
50904         ($(common-objpfx)libc_pic.opts): New target.
50905         ($(common-objpfx)libc_pic.os.clean): New target.
50906         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50907
50908         * config.make.in (OBJCOPY): New variable.
50909         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50910         * configure: Regenerated.
50911
50912         * config.make.in (use-default-link): New variable.
50913         * configure.in (use_default_link): Grok --with-default-link to set it.
50914         * configure: Regenerated.
50915         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50916         (shlib-lds, shlib-lds-flags): Define to empty.
50917
50918         * Makerules (shlib-lds): New variable.
50919         (shlib-lds-flags): New variable.
50920         (build-shlib, build-moduile, build-module-asneeded): Use it.
50921         ($(common-objpfx)libc.so): Use $(shlib-lds).
50922         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50923         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50924
50925         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50926         DT_FLAGS/DT_FLAGS_1 with zero flags.
50927
50928         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50929         linker script munging.
50930
50931 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50932
50933         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50934         as 128-bit value.
50935         * crypt/sha512.c (sha512_process_block): Perform total addition using
50936         128-bit if possible.
50937         (__sha512_finish_ctx): Likewise.
50938         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50939         as 64-bit value.
50940         * crypt/sha256.c (SWAP64): Define.
50941         (sha256_process_block): Perform total addition using 64-bit if
50942         possible.
50943         (__sha256_finish_ctx): Likewise.
50944
50945 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50946
50947         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50948         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50949         * nscd/hstcache.c (cache_addhst): Likewise.
50950         * nscd/grpcache.c (cache_addgr): Likewise.
50951         * nscd/aicache.c (addhstaiX): Likewise
50952         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50953
50954 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50955
50956         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50957         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50958         * nscd/hstcache.c (cache_addhst): Likewise.
50959         * nscd/grpcache.c (cache_addgr): Likewise.
50960         * nscd/aicache.c (addhstaiX): Likewise
50961
50962 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50963
50964         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50965         domain only when needed.
50966
50967 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50968
50969         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50970         is always restored.
50971
50972 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50973
50974         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50975         are re-adding the entry.
50976         * nscd/servicescache.c (cache_addserv): Likewise.
50977
50978 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50979
50980         * sysdeps/generic/dl-irel.h: fix protection against multiple
50981         inclusions.
50982         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50983
50984 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50985
50986         [BZ #12935]
50987         * malloc/memusage.sh: Fix quoting in message.
50988         * debug/xtrace.sh: Likewise.
50989
50990         * configure.in: Remove support for --experimental-malloc option, make
50991         it the default.
50992         * config.make.in: Likewise.
50993         * malloc/Makefile: Likewise.
50994
50995 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50996
50997         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50998         two-byte characters.
50999
51000 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51001
51002         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51003         AC_CACHE_CHECK invocation.
51004         * configure: Regenerated.
51005
51006         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51007
51008 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51009
51010         [BZ #12350]
51011         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51012         bit from old_res_options.
51013
51014         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51015
51016         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51017         value type for setfct.
51018
51019 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51020
51021         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51022         __gettimeofday instead of gettimeofday.
51023
51024 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51025
51026         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51027
51028 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51029
51030         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51031
51032         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51033         info.
51034
51035 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51036
51037         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51038         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51039         strcpy-sse2-unaligned strncpy-sse2-unaligned
51040         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51041         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51042         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51043         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51044         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51045         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51046         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51047         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51048         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51049         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51050         (STRCPY): Support SSE2 and SSSE3 versions.
51051
51052 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51053
51054         [BZ #12874]
51055         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51056         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51057         kernels which artificially limit size of requests.
51058
51059 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51060
51061         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51062         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51063         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51064         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51065         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51066         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51067         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51068         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51069         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51070         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51071         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51072         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51073         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51074         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51075         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51076         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51077         Enable unaligned load optimization for Intel Core i3, i5 and i7
51078         processors.
51079         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51080         Define.
51081         (index_Fast_Unaligned_Load): Define.
51082         (HAS_FAST_UNALIGNED_LOAD): Define.
51083
51084 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51085
51086         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51087
51088 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51089
51090         [BZ #12907]
51091         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51092         until it is clear that the information is realy needed.
51093         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51094
51095 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51096
51097         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51098
51099 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51100
51101         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51102         /sys/devices/system/cpu/online if it is usable.
51103
51104         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51105         reading the information from the /proc filesystem to once a second.
51106
51107 2011-06-21  Andreas Jaeger  <aj@suse.de>
51108
51109         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51110         NULL after inclusion of kernel headers.
51111
51112 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51113
51114         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51115         calls to internal_setent.
51116
51117         [BZ #12885]
51118         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51119         addresses using gethostbyname4_r ignore IPv4 addresses.
51120
51121         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51122         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51123
51124         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51125
51126 2011-06-20  David S. Miller  <davem@davemloft.net>
51127
51128         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51129         inclusions.
51130         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51131
51132         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51133         (elf_irel): Use it.
51134         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51135         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51136         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51137         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51138         * sysdeps/x86_64/dl-irel.h: Likewise.
51139
51140         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51141         * elf/dl-sym.c: Likewise.
51142
51143 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51144
51145         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51146         need to dereference resplen2.
51147
51148 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51149
51150         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51151
51152 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51153
51154         * Makeconfig: Define vardbdir and inst_vardbdir.
51155         * nss/Makefile: Add rules to install db-Makefile.
51156
51157         * nss/nss_db/db-XXX.c: Cleanup.
51158
51159         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51160         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51161         GLIBC_PRIVATE.
51162         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51163         * nss/makedb.c: Implement -g option to specify that value strings
51164         are generated and should not be added to table iterated over for
51165         get*ent calls.
51166         * nss/nss_db/db-initgroups.c: New file.
51167
51168         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51169         interface.
51170
51171         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51172         (internal_getgrouplist): Adjust to name change.
51173         Update use_initgroups_entry if this is not the first call.
51174         * nss/databases.def: Add initgroups entry.
51175
51176         * nss/makedb.c (compute_tables): Check result of multiple hash table
51177         sizes to minimize maximum chain length.
51178
51179 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51180
51181         * Versions.def: Add entry for libnss_db.
51182         * shlib-versions: Likewise.
51183         * nss/Makefile: Add rules to build libnss_db.
51184         * nss/Versions: Add libnss_db information.  Organize libnss_files
51185         entries better.
51186         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51187         makedb progra.  Some minor improvements to generate smaller files.
51188         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51189         here from...
51190         * nss/makedb.c: ...here.
51191         Improve database format to be smaller and require less memory at
51192         runtime.
51193         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51194         db anymore.
51195         * nss/nss_db/db-netgrp.c: Likewise.
51196         * nss/nss_db/db-open.c: Likewise.
51197         * nss/nss_files/flies-XXX.x: Adjust comments.
51198         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51199         * nss/nss_files/files-grp.c: Likewise.
51200         * nss/nss_files/files-hosts.c: Likewise.
51201         * nss/nss_files/files-network.c: Likewise.
51202         * nss/nss_files/files-proto.c: Likewise.
51203         * nss/nss_files/files-pwd.c: Likewise.
51204         * nss/nss_files/files-rpc.c: Likewise.
51205         * nss/nss_files/files-service.c: Likewise.
51206         * nss/nss_files/files-sgrp.c: Likewise.
51207         * nss/nss_files/files-spwd.c: Likewise.
51208         * nss/nss_db/db-alias.c: Removed.
51209         * nss/nss_db/dummy-db.h: Removed.
51210
51211 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51212
51213         * nss/makedb.c: Rewritten to not use database library.
51214         * nss/Makefile: Update to build new makedb program.
51215
51216 2011-06-14  Andreas Jaeger  <aj@suse.de>
51217
51218         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51219         memset declaration.
51220
51221 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51222
51223         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51224         tmpbuf.
51225
51226 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51227
51228         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51229         * elf/Makefile ($(objpfx)ld.so): Likewise.
51230
51231         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51232         Don't list ld.so twice in dependencies.
51233
51234         * posix/bug-regex31.c: Include <stdlib.h>.
51235
51236         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51237
51238         * nis/nss_compat/compat-spwd.c
51239         (getspent_next_nss_netgr): Remove unused variable.
51240         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51241
51242         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51243         nonmembers" output to use the right array.
51244
51245         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51246
51247         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51248
51249         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51250         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51251         * catgets/gencat.c (read_input_file): Likewise.
51252         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51253
51254         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51255         variable definition inside #if's controlling its use.
51256
51257         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51258
51259         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51260
51261         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51262
51263         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51264         unreachable code.
51265
51266         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51267
51268         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51269         * configure: Regenerated.
51270
51271         * Makerules: Revert last change.
51272         * elf/Makefile: Likewise.
51273
51274 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51275
51276         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51277         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51278         (reloc-link): Likewise.
51279
51280 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51281
51282         * elf/Makefile: Add rules to build pldd.
51283         * elf/pldd.c: New file.
51284         * elf/pldd-xx.c: New file.
51285
51286 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51287
51288         * version.h: Update for 2.15 development version.
51289
51290 2011-06-07  David S. Miller  <davem@davemloft.net>
51291
51292         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51293         ifuncs.
51294         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51295         elf_machine_lazy_rel): Likewise.
51296         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51297         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51298         elf_machine_lazy_rel): Likewise.
51299         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51300         dl_hwcap via passed in argument.
51301         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51302         Likewise.
51303
51304 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51305
51306         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51307
51308 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51309
51310         [BZ #12849]
51311         * manual/fdl-1.1.texi: New file, verbatim from:
51312         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51313         * manual/lgpl-2.1.texi: New file, verbatim from:
51314         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51315         * manual/Makefile (licenses): New variable, list those new file names.
51316         (texis): Use it.
51317         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51318
51319         * manual/fdl.texi: File removed.
51320         * manual/lesser.texi: File removed.
51321         * manual/libc.texinfo (Copying, Documentation License):
51322         Use new @include file names, put @appendix directive before @include.
51323
51324 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51325
51326         [BZ #12841]
51327         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51328         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51329         (mq_open): Add __NTH.
51330
51331 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51332
51333         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51334         Assume Intel Core i3/i5/i7 processor if AVX is available.
51335
51336 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51337
51338         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51339         typo.
51340
51341 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51342
51343         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51344         memory.  Use alloca_account.  Fix memory leak when retrying.
51345
51346 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51347
51348         * version.h (RELEASE): Bump for 2.14 release.
51349         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51350
51351         * config.make.in (RANLIB): Remove entry.
51352
51353 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51354
51355         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51356         (libc.pot): Work around missing support for .ksh extension in xgettext.
51357
51358         [BZ #12684]
51359         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51360         if both request failed.
51361         (send_dg): In case of server errors clear resplen or *resplen2.
51362
51363         [BZ #12454]
51364         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51365         when there are multiple maps.
51366         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51367         (_dl_fini): Remove test here.
51368
51369         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51370
51371 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51372
51373         [BZ #12350]
51374         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51375         bit from old_res_options.
51376         (gaih_inet): Likewise.
51377
51378         [BZ #11099]
51379         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51380         as signed.
51381
51382         * resolv/res_init.c (res_setoptions): Make the code more compact.
51383
51384         [BZ #11558]
51385         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51386         set RES_USEVC.
51387
51388         [BZ #11634]
51389         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51390
51391         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51392
51393         [BZ #11781]
51394         * malloc/malloc.h: Declare malloc hook variables as volatile.
51395
51396         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51397         in last patch.
51398
51399         [BZ #11799]
51400         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51401         raise in the comment.
51402         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51403         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51404         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51405
51406 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51407
51408         [BZ #12811]
51409         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51410         grow the buffers more if it already has to be sufficient.
51411         (build_wcs_upper_buffer): Likewise.
51412         * posix/regexec.c (check_matching): Likewise.
51413         (clean_state_log_if_needed): Likewise.
51414         (extend_buffers): Don't enlarge buffers beyond size of the input
51415         buffer.
51416         Patches mostly by Emil Wojak <emil@wojak.eu>.
51417         * posix/bug-regex32.c: New file.
51418         * posix/Makefile (tests): Add bug-regex32.
51419
51420         * locale/findlocale.c (_nl_find_locale): Return right away if
51421         _nl_explode_name failed.
51422         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51423
51424         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51425
51426         * debug/xtrace.sh: Unify messages.
51427         * malloc/memusage.sh: Likewise.
51428
51429         [BZ #12813]
51430         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51431         time symbol from vDSO.  Substitute with vsyscall if not available.
51432         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51433         __vdso_time.
51434
51435         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51436         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51437         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51438         Add sendmmsg and internal_sendmmsg.
51439         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51440         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51441         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51442
51443         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51444         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51445         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51446
51447 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51448
51449         [BZ #12813]
51450         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51451         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51452         available.
51453         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51454         __vdso_getcpu.
51455
51456         [BZ #12814]
51457         * iconvdata/Makefile (tests): Add bug-iconv9.
51458         * iconvdata/bug-iconv9.c: New file.
51459
51460 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51461
51462         [BZ #12814]
51463         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51464
51465 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51466
51467         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51468         (struct user_regs_struct): Change intcs field back to cs.
51469
51470 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51471
51472         * po/ja.po: Update from translation team.
51473
51474 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51475
51476         [BZ #12795]
51477         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51478         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51479
51480 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51481
51482         * stdlib/longlong.h: Update from GCC.
51483
51484 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51485
51486         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51487         parameter name.
51488         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51489         Add parameter name.
51490         (__sysconf): Pass it down.
51491
51492 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51493
51494         [BZ #12671]
51495         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51496         some situations.
51497         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51498         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51499         add in in __libc_use_alloca calls.  Adjust callers.
51500         (glob): Use malloc in some situations.
51501
51502         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51503         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51504         pltexit.
51505
51506 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51507
51508         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51509         and CLOCK_BOOTTIME_ALARM.
51510
51511         [BZ #12782]
51512         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51513         is returned.
51514
51515         * string/_strerror.c (__strerror_r): Print negative errors as signed
51516         numbers.
51517
51518         [BZ #12777]
51519         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51520         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51521         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51522
51523         * configure.in: Fix typo in redirection and correct removal of test
51524         files in two cases.
51525
51526         [BZ #12788]
51527         * locale/setlocale.c (new_composite_name): Fix test to check for
51528         identical name of all categories.
51529
51530         [BZ #12792]
51531         * libio/filedoalloc.c (local_isatty): New function.
51532         (_IO_file_doallocate): Use local_isatty.
51533         * stdio-common/perror.c (perror): In case a new stream is used
51534         forward the stream error.
51535         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51536         error flag.
51537
51538 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51539
51540         [BZ #11869]
51541         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51542         alloca.
51543         * include/alloca.h (extend_alloca_account): Define.
51544
51545         [BZ #11857]
51546         * posix/regex.h: Fix comments with documentation of user-accessible
51547         fields after compilation and describe correct free'ing of pattern
51548         after re_compile_pattern.
51549         Patch by Reuben Thomas <rrt@sc3d.org>.
51550
51551 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51552
51553         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51554         and -mno-altivec to prevent the compiler from using Altivec and/or
51555         VSX instructions when the corresponding registers are not available.
51556
51557 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51558
51559         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51560
51561 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51562
51563         * libio/freopen.c (freopen): Use __dup2, not dup2.
51564         * libio/freopen64.c (freopen64): Likewise.
51565
51566 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51567
51568         [BZ #12775]
51569         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51570         * math/Makefile (tests): Add test-powl.
51571         (CFLAGS-test-powl.c): Define.
51572         * math/test-powl.c: New file.
51573
51574 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51575
51576         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51577
51578 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51579
51580         [BZ #11837]
51581         * iconvdata/gb18030.c: Update to GB18020-2005.
51582
51583 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51584
51585         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51586         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51587         Patch by Aharon Robbins <arnold@skeeve.com>.
51588
51589         [BZ #11892]
51590         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51591         on the stack.
51592
51593         [BZ #11895]
51594         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51595         through underflows.
51596
51597         [BZ #12766]
51598         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51599         point to strings before performing equality test for error_one_per_line
51600         mode.
51601
51602         [BZ #11697]
51603         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51604
51605         [BZ #11820]
51606         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51607         (struct user_fpregs_struct): Avoid __uint*_t types.
51608
51609         [BZ #6420]
51610         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51611         symbol info.  Use it instead of calling _dl_addr locally.
51612         (lock_and_info): New function.
51613         (tr_freehook): Call lock_and_info and pass symbol info as additional
51614         parameter to tr_where.
51615         (tr_mallochook): Likewise.
51616         (tr_reallochook): Likewise.
51617         (tr_memalignhook): Likewise.
51618
51619         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51620         used and couldn't be at all thread-safe.
51621
51622 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51623
51624         * libio/freopen.c (freopen): Don't close old file descriptor
51625         before the new one is opened.  Instead dup the new file descriptor
51626         to the old one after the new stream is created.
51627         * libio/freopen64.c (freopen64): Likewise.
51628         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51629         * libio/fileops.c (_IO_new_file_close_it): Handle new
51630         _IO_FLAGS2_NOCLOSE flag.
51631         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51632         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51633         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51634         _IO_FLAGS2_NOCLOSE flag.
51635         * include/unistd.h: Add hidden_proto for dup3.
51636         Define __have_dup3.
51637         * io/dup3.c: Define hidden symbol.
51638         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51639
51640         [BZ #7101]
51641         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51642         when an incomplete long option is used.
51643         * posix/tst-getopt_long1.c: New file.
51644         * posix/Makefile (tests): Add tst-getopt_long1.
51645
51646         [BZ #10138]
51647         * scripts/config.guess: Update from autoconf-2.68.
51648         * scripts/config.sub: Likewise.
51649
51650         [BZ #10157]
51651         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51652         tests into ...
51653         (has_cpuclock): ...this.  New function.
51654         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51655         macro here based on has_cpuclock code.
51656
51657         [BZ #10149]
51658         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51659         First byte (not low byte) is now always NUL.
51660         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51661
51662         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51663         Use non-cancelable interfaces.
51664
51665         [BZ #9809]
51666         * locale/iso-639.def: Add entry for Sorani.
51667
51668         [BZ #11901]
51669         * include/stdlib.h: Move include protection to the right place.
51670         Define abort_msg_s.  Declare __abort_msg with it.
51671         * stdlib/abort.c (__abort_msg): Adjust type.
51672         * assert/assert.c (__assert_fail_base): New function.  Majority
51673         of code from __assert_fail.  Allocate memory for __abort_msg with
51674         mmap.
51675         (__assert_fail): Now call __assert_fail_base.
51676         * assert/assert-perr.c: Remove bulk of implementation.  Use
51677         __assert_fail_base.
51678         * include/assert.hL Declare __assert_fail_base.
51679         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51680         mmap.
51681         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51682
51683 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51684
51685         [BZ #11952]
51686         [BZ #12453]
51687         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51688         until all modules are registered in the DTV.
51689         * elf/Makefile: Add rules to build and run tst-tls19.
51690         * elf/tst-tls19.c: New file.
51691         * elf/tst-tls19mod1.c: New file.
51692         * elf/tst-tls19mod2.c: New file.
51693         * elf/tst-tls19mod3.c: New file.
51694         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51695
51696         [BZ #12083]
51697         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51698         correctly.
51699
51700         [BZ #12601]
51701         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51702         two-byte sequence errors.
51703         * iconvdata/Makefile (tests): Add bug-iconv8.
51704         * iconvdata/bug-iconv8.c: New file.
51705
51706         [BZ #12626]
51707         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51708         buf2 definition.
51709
51710         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51711
51712         [BZ #12432]
51713         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51714         (dummy_getcfa): New function.
51715         (init): Get _Unwind_GetCFA address, use dummy if not found.
51716         (backtrace_helper): In recursion check, also check whether CFA changes.
51717         (__backtrace): Completely initialize arg.
51718
51719         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51720         storing incomplete byte sequence in state object.  Avoid testing for
51721         guaranteed too small input if we know there is enough data available.
51722
51723 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51724
51725         * Makeconfig (+link-pie): Indent.
51726         * Rules (binaries-pie): Define if $(have-fpie) and
51727         $(build-shared).
51728         (binaries-shared): Also filter out $(binaries-pie).
51729         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51730         * nscd/Makefile (others-pie): Add nscd.
51731         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51732         ($(objpfx)nscd): Remove command override.
51733         * login/Makefile (others-pie): Add pt_chown.
51734         ($(objpfx)pt_chown): Remove command override.
51735         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51736         remove command overrides.
51737
51738 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51739
51740         * libio/tst_putwc.c: Fix error messages.
51741
51742         [BZ #12724]
51743         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51744         currently writing and seek to current position when not.
51745         * libio/Makefile (tests): Add bug-fclose1.
51746         * libio/bug-fclose1.c: New file.
51747
51748 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51749
51750         [BZ #12511]
51751         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51752         don't set DF_1_NODELETE here.
51753         (do_lookup_x): When entering new entry test for copy relocation
51754         and if necessary set DF_1_NODELETE flag.
51755         * elf/tst-unique4.cc: New file.
51756         * elf/tst-unique4.h: New file.
51757         * elf/tst-unique4lib.cc: New file.
51758         * elf/Makefile: Add rules to build and run tst-unique4.
51759         Patch by Piotr Bury <pbury@goahead.com>.
51760
51761 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51762
51763         [BZ #12052]
51764         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51765
51766         [BZ #12625]
51767         * misc/mntent_r.c (addmntent): Flush the stream after the output
51768
51769         [BZ #12393]
51770         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51771         (is_trusted_path_normalize): Skip initial colon.  Append slash
51772         to empty buffer.  Duplicate is_trusted_path code but allow
51773         constructed patch to be prefix.
51774         (is_dst): Allow $ORIGIN followed by /.
51775         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51776         Correct testing of result of is_trusted_path_normalize
51777         (decompose_rpath): Fix warning.
51778
51779 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51780
51781         [BZ #11257]
51782         * grp/initgroups.c (internal_getgrouplist): When we found the service
51783         list through the initgroups entry in nsswitch.conf do not always
51784         continue on a successful lookup.  Don't always use the
51785         __nss_group_database value if it is set.
51786         * nss/nsswitch.conf (initgroups): Change action for successful db
51787         lookup to continue for compatibility.
51788
51789 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51790
51791         [BZ #11532]
51792         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51793         and CP774 modules.
51794         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51795         and CP774 modules.
51796         * iconvdata/tst-tables.sh: Likewise.
51797         * iconvdata/cp770.c: New file.
51798         * iconvdata/cp771.c: New file.
51799         * iconvdata/cp772.c: New file.
51800         * iconvdata/cp773.c: New file.
51801         * iconvdata/cp774.c: New file.
51802         * iconvdata/testdata/CP770: New file.
51803         * iconvdata/testdata/CP770..UTF8: New file.
51804         * iconvdata/testdata/CP771: New file.
51805         * iconvdata/testdata/CP771..UTF8: New file.
51806         * iconvdata/testdata/CP772: New file.
51807         * iconvdata/testdata/CP772..UTF8: New file.
51808         * iconvdata/testdata/CP773: New file.
51809         * iconvdata/testdata/CP773..UTF8: New file.
51810         * iconvdata/testdata/CP774: New file.
51811         * iconvdata/testdata/CP774..UTF8: New file.
51812
51813         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51814         END CHARMAP line.
51815         * iconvdata/gen-8bit-gap.sh: Likewise.
51816         * iconvdata/gen-8bit.sh: Likewise.
51817
51818         * locale/iso-639.def: Add ary entry.
51819
51820         [BZ #11258]
51821         * locale/C-translit.h.in: Add U20A1 transliteration.
51822
51823         [BZ #12178]
51824         * locale/iso-639.def: Add wae entry.
51825         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51826
51827         [BZ #12545]
51828         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51829         for n.
51830
51831         [BZ #12711]
51832         * locale/C-translit.h.in: Add entry for U20B9.
51833         Patch by pravin.d.s@gmail.com.
51834
51835 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51836
51837         [BZ #12713]
51838         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51839         ENAMETOOLONG use generic getcwd.
51840         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51841         in rtld.  Use *stat64.
51842         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51843         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51844         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51845         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51846         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51847         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51848         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51849         __fstatat64 macros.
51850         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51851         * dirent/rewinddir.c: Add libc_hidden_def.
51852         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51853         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51854
51855         * include/dirent.h (__alloc_dir): Add flags parameter.
51856         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51857         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51858         __alloc_dir.
51859         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51860         from fdopendir if O_CLOEXEC is already set.
51861
51862 2011-03-15  Alan Modra  <amodra@gmail.com>
51863
51864         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51865         l_tls_firstbyte_offset non-zero.  Save padding offset in
51866         l_tls_firstbyte_offset for later use.
51867         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51868         freeing static tls block.
51869
51870 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51871
51872         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51873         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51874         being defined by the kernel headers.
51875
51876 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51877
51878         [BZ #12734]
51879         * resolv/resolv.h: Define RES_NOTLDQUERY.
51880         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51881         no-tld-query and set RES_NOTLDQUERY.
51882         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51883         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51884         modern BIND to search name as TLD unless forbidden.
51885
51886 2011-05-07  Petr Baudis  <pasky@suse.cz>
51887             Ulrich Drepper  <drepper@gmail.com>
51888
51889         [BZ #12393]
51890         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51891         (is_trusted_path): ...to here.
51892         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51893         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51894         using is_trusted_path_normalize() in setuid scripts.
51895
51896 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51897
51898         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51899         __BEGIN/__END_DECLS.
51900
51901 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51902
51903         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51904         NSS_STATUS_NOTFOUND if no record was found.
51905
51906 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51907
51908         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51909         (headers-not-in-tirpc): Remove rpc/netdb.h
51910         * resolv/netdb.h: Revert last change.
51911
51912 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51913
51914         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51915         circular dependency between libgcc.a and libc.a.
51916
51917 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51918
51919         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51920         * nis/Makefile: Don't install rpcsvc/*.
51921         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51922         instead of <rpc/types.h>.
51923         (MAXHOSTNAMELEN): Define.
51924
51925 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51926
51927         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51928
51929 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51930
51931         [BZ #12714]
51932         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51933         gethostbyname4_r when IPv6 results are possible.
51934
51935 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51936
51937         [BZ #12723]
51938         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51939         _PC_PIPE_BUF handling.
51940
51941 2011-04-30  Bruno Haible  <bruno@clisp.org>
51942
51943         [BZ #12717]
51944         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51945         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51946         to 'int'.
51947         * inet/getnameinfo.c (getnameinfo): Likewise.
51948
51949 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51950
51951         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51952         to groups setting in database lookup.
51953         * nss/nsswitch.conf: Add initgroups entry.
51954
51955 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51956
51957         [BZ #12685]
51958         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51959         mode string.
51960         Patch by Eric Blake <eblake@redhat.com>.
51961
51962 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51963
51964         * sunrpc/Makefile (need-export-routines): Add svc_run.
51965         (routines): Remove svc_run.
51966         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51967         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51968         * sunrpc/svc_run.c (svc_run): Likewise.
51969         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51970
51971 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51972
51973         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51974         problem in reallocation in last patch.
51975
51976 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51977
51978         * sunrpc/Makefile: Move inclusion of Rules.
51979
51980 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51981
51982         * nss/nss_files/files-initgroups.c: New file.
51983         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51984         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51985         _nss_files_initgroups_dyn.
51986
51987 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51988
51989         * elf/elf.h (R_ARM_IRELATIVE): Define.
51990
51991 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51992
51993         * po/ru.po: Update from translation team.
51994
51995 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51996
51997         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51998         dependencies.
51999
52000 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52001
52002         [BZ #12653]
52003         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52004         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52005         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52006         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52007         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52008
52009 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52010
52011         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52012         differing bytes.
52013         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52014         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52015         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52016
52017 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52018
52019         [BZ #12420]
52020         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52021         storing it.
52022         * stdlib/bug-getcontext.c: New file.
52023         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52024
52025 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52026
52027         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52028         instructions into .machine "z9-109".
52029         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52030         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52031
52032 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52033
52034         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52035         between environment variables and auxiliary vector.
52036
52037 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52038
52039         * Makefile: Add rules to build linkobj/libc.so.
52040         * include/libc-symbols.h: Define libc_hidden_nolink.
52041         * include/rpc/auth.h: Mark functions which are to be hidden.
52042         * include/rpc/auth_des.h: Likewise.
52043         * include/rpc/auth_unix.h: Likewise.
52044         * include/rpc/clnt.h: Likewise.
52045         * include/rpc/des_crypt.h: Likewise.
52046         * include/rpc/key_prot.h: Likewise.
52047         * include/rpc/pmap_clnt.h: Likewise.
52048         * include/rpc/pmap_prot.h: Likewise.
52049         * include/rpc/pmap_rmt.h: Likewise.
52050         * include/rpc/rpc_msg.h: Likewise.
52051         * include/rpc/svc.h: Likewise.
52052         * include/rpc/svc_auth.h: Likewise.
52053         * include/rpc/xdr.h: Likewise.
52054         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52055         * nss/Makefile: Likewise.
52056         * sunrpc/Makefile: Don't install headers.  Build library with normal
52057         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52058         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52059         for the compat linking library.  Remove use of INTDEF/INTUSE.
52060         * sunrpc/auth_none.c: Likewise.
52061         * sunrpc/auth_unix.c: Likewise.
52062         * sunrpc/authdes_prot.c: Likewise.
52063         * sunrpc/authuxprot.c: Likewise.
52064         * sunrpc/clnt_gen.c: Likewise.
52065         * sunrpc/clnt_perr.c: Likewise.
52066         * sunrpc/clnt_raw.c: Likewise.
52067         * sunrpc/clnt_simp.c: Likewise.
52068         * sunrpc/clnt_tcp.c: Likewise.
52069         * sunrpc/clnt_udp.c: Likewise.
52070         * sunrpc/clnt_unix.c: Likewise.
52071         * sunrpc/des_crypt.c: Likewise.
52072         * sunrpc/des_soft.c: Likewise.
52073         * sunrpc/get_myaddr.c: Likewise.
52074         * sunrpc/key_call.c: Likewise.
52075         * sunrpc/key_prot.c: Likewise.
52076         * sunrpc/netname.c: Likewise.
52077         * sunrpc/pm_getmaps.c: Likewise.
52078         * sunrpc/pm_getport.c: Likewise.
52079         * sunrpc/pmap_clnt.c: Likewise.
52080         * sunrpc/pmap_prot.c: Likewise.
52081         * sunrpc/pmap_prot2.c: Likewise.
52082         * sunrpc/pmap_rmt.c: Likewise.
52083         * sunrpc/publickey.c: Likewise.
52084         * sunrpc/rpc_cmsg.c: Likewise.
52085         * sunrpc/rpc_common.c: Likewise.
52086         * sunrpc/rpc_dtable.c: Likewise.
52087         * sunrpc/rpc_prot.c: Likewise.
52088         * sunrpc/rpc_thread.c: Likewise.
52089         * sunrpc/rtime.c: Likewise.
52090         * sunrpc/svc.c: Likewise.
52091         * sunrpc/svc_auth.c: Likewise.
52092         * sunrpc/svc_authux.c: Likewise.
52093         * sunrpc/svc_raw.c: Likewise.
52094         * sunrpc/svc_run.c: Likewise.
52095         * sunrpc/svc_simple.c: Likewise.
52096         * sunrpc/svc_tcp.c: Likewise.
52097         * sunrpc/svc_udp.c: Likewise.
52098         * sunrpc/svc_unix.c: Likewise.
52099         * sunrpc/svcauth_des.c: Likewise.
52100         * sunrpc/xcrypt.c: Likewise.
52101         * sunrpc/xdr.c: Likewise.
52102         * sunrpc/xdr_array.c: Likewise.
52103         * sunrpc/xdr_float.c: Likewise.
52104         * sunrpc/xdr_intXX_t.c: Likewise.
52105         * sunrpc/xdr_mem.c: Likewise.
52106         * sunrpc/xdr_rec.c: Likewise.
52107         * sunrpc/xdr_ref.c: Likewise.
52108         * sunrpc/xdr_sizeof.c: Likewise.
52109         * sunrpc/xdr_stdio.c: Likewise.
52110
52111 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52112
52113         [BZ #12650]
52114         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52115         * sysdeps/ia64/dl-tls.h: Likewise.
52116         * sysdeps/powerpc/dl-tls.h: Likewise.
52117         * sysdeps/s390/dl-tls.h: Likewise.
52118         * sysdeps/sh/dl-tls.h: Likewise.
52119         * sysdeps/sparc/dl-tls.h: Likewise.
52120         * sysdeps/x86_64/dl-tls.h: Likewise.
52121         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52122
52123 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52124
52125         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52126         rpath element also skip the following colon.
52127         (expand_dynamic_string_token): Add is_path parameter and pass
52128         down to DL_DST_REQUIRED and _dl_dst_substitute.
52129         (decompose_rpath): Call expand_dynamic_string_token with
52130         non-zero is_path.  Ignore empty rpaths.
52131         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52132         with zero is_path.
52133
52134 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52135
52136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52137         Make cancelable.
52138
52139 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52140
52141         [BZ #12655]
52142         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52143         Patch by Filipe David Manana <fdmanana@apache.org>.
52144
52145 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52146
52147         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52148         Maintain aligned stack.
52149         (CHECK_RSP): Remove unused macro.
52150
52151 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52152
52153         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52154         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52155
52156 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52157
52158         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52159
52160         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52161
52162 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52163
52164         [BZ #12518]
52165         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52166         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52167         * sysdeps/x86_64/memmove.c: New file.
52168         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52169         (memcpy): Renamed to ...
52170         (__new_memcpy): This.
52171         (memcpy): Provide GLIBC_2_14 memcpy.
52172         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52173         (memcpy): Provide GLIBC_2_2_5 memcpy.
52174
52175 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52176
52177         [BZ #12631]
52178         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52179
52180 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52181
52182         * misc/syncfs.c: New file.
52183         * misc/Makefile (routines): Add syncfs.
52184         * posix/unistd.h: Declare syncfs.
52185         * sysdeps/unix/syscalls.list: Add syncfs.
52186
52187 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52188
52189         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52190         open_by_handle_at.
52191         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52192         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52193         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52194         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52195         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52196         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52197         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52198
52199 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52200
52201         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52202         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52203         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52204         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52205         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52206         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52207         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52208
52209         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52210         sync_file_range.c with -fexceptions.
52211         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52212         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52213         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52214         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52215         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52216         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52217         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52218         sync_file_range as cancellation point
52219         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52220         now a wrapper around __call_sync_file_range with cancellation handling.
52221         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52222         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52223         function name to __call_sync_file_range.
52224         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52225         Add call_sync_file_range.
52226
52227 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52228
52229         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52230         bits/timex.h.
52231
52232 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52233
52234         * iconv/iconv.h: Fix typo in comment.
52235         * io/fcntl.h: Likewise.
52236         * libio/stdio.h: Likewise.
52237         * posix/spawn.h: Likewise.
52238         * posix/unistd.h: Likewise.
52239         * stdlib/stdlib.h: Likewise.
52240         * time/time.h: Likewise.
52241         * wcsmbs/wchar.h: Likewise.
52242
52243         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52244         open_by_handle): Add.
52245         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52246         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52247         Augment a few comments.
52248         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52249         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52250         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52251         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52252         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52253         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52254         open_by_handle.
52255
52256         * io/fcntl.h (AT_EMPTY_PATH): Define.
52257
52258 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52259
52260         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52261         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52262         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52263         to...
52264         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52265         * Versions.def: Add GLIBC_2.14.
52266         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52267         Export.
52268
52269 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52270
52271         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52272         round counter.
52273         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52274
52275 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52276
52277         [BZ #12597]
52278         * string/test-strncmp.c (do_page_test): New function.
52279         (check2): Likewise.
52280         (test_main): Call check2.
52281         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52282
52283 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52284
52285         [BZ #12587]
52286         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52287         Handle cache information in CPU leaf 4.
52288         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52289
52290 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52291
52292         [BZ #12583]
52293         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52294         character representation.
52295         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52296
52297 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52298
52299         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52300         END(__isnan) to END(__isnanf) to match function entry point/label
52301         EALIGN(__isnanf,...).
52302
52303 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52304
52305         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52306
52307 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52308
52309         [BZ #12510]
52310         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52311         copy from the symbol referenced in the relocation to initialize the
52312         used variable.
52313         Patch by Piotr Bury <pbury@goahead.com>.
52314         * elf/Makefile: Add rules to build and tst-unique3.
52315         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52316         * elf/tst-unique3.cc: New file.
52317         * elf/tst-unique3.h: New file.
52318         * elf/tst-unique3lib.cc: New file.
52319         * elf/tst-unique3lib2.cc: New file.
52320
52321         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52322
52323 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52324
52325         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52326         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52327         to _start.
52328
52329 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52330
52331         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52332         to-be-loaded object along a path to loader is ld.so.
52333
52334 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52335             Ulrich Drepper  <drepper@gmail.com>
52336
52337         * sysdeps/x86_64/memset.S: After aligning destination, code
52338         branches to different locations depending on the value of
52339         misalignment, when multiarch is enabled. Fix this.
52340
52341 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52342
52343         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52344         Set _x86_64_preferred_memory_instruction for AMD processsors.
52345         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52346         Set bit_Prefer_SSE_for_memop for AMD processors.
52347
52348 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52349
52350         * libio/fmemopen.c (fmemopen): Optimize a bit.
52351
52352 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52353
52354         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52355
52356 2011-03-03  Roland McGrath  <roland@redhat.com>
52357
52358         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52359
52360 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52361
52362         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52363         __bzero_ultra1 instead of __memset_ultra1.
52364
52365 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52366             Ulrich Drepper  <drepper@gmail.com>
52367
52368         [BZ #12509]
52369         * include/link.h (struct link_map): Add l_orig_initfini.
52370         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52371         returning unsuccessfully.
52372         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52373         close of a file loaded at startup, restore the original l_initfini
52374         list.
52375         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52376         list, store the pointer.
52377         * elf/Makefile ($(objpfx)noload-mem): New rule.
52378         (noload-ENV): Define.
52379         (tests): Add $(objpfx)noload-mem.
52380         * elf/noload.c: Include <memcheck.h>.
52381         (main): Call mtrace.  Close all opened handles.
52382
52383 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52384
52385         [BZ #12454]
52386         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52387         dependencies are missing.
52388
52389 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52390
52391         Fix __if_freereq crash: Unlike the generic version which uses free,
52392         Hurd needs munmap.
52393         * sysdeps/mach/hurd/ifreq.h: New file.
52394
52395 2011-01-27  Petr Baudis  <pasky@suse.cz>
52396             Ulrich Drepper  <drepper@gmail.com>
52397
52398         [BZ 12445]#
52399         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52400         to extend_alloca().
52401         * stdio-common/bug23.c: New file.
52402         * stdio-common/Makefile (tests): Add bug23.
52403
52404 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52405             Ulrich Drepper  <drepper@gmail.com>
52406
52407         [BZ #12489]
52408         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52409         before performing relro protection.  At old place add assertion
52410         to make sure nothing changed.
52411
52412 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52413             Glauber de Oliveira Costa  <glommer@gmail.com>
52414
52415         * elf/elf.h: Add new ARM TLS relocs.
52416
52417 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52418
52419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52420         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52421         cast from r3.
52422         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52423         'tests' variable.
52424         * sysdeps/wordsize-64/tst-writev.c: New file.
52425
52426 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52427
52428         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52429         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52430         insns in _dl_start to prevent a TOC reference before relocs are
52431         resolved.
52432
52433 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52434
52435         [BZ #12469]
52436         * Makeconfig: Remove RANLIB definition.
52437         * Makerules: Don't use RANLIB.
52438         * aclocal.m4: Remove ranlib test.
52439         * configure.in: No need to check for ranlib.
52440         * elf/rtld-Rules: Don't use RANLIB.
52441
52442 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52443
52444         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52445         protection macro.
52446         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52447         inclusion protection macro.
52448
52449         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52450         SIGRTMIN and SIGRTMAX and print information in that case only when
52451         SIGRTMIN is defined.
52452
52453 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52454
52455         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52456         arginfo fn returning -1.
52457
52458         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52459         and thousands string is zero terminated.
52460
52461 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52462
52463         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52464         sysdeps/unix/sysv/linux/bits/socket.h.
52465
52466 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52467
52468         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52469         (__CPU_COUNT): Remove old macros.
52470         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52471         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52472         (__CPU_ALLOC, __CPU_FREE): Add macros.
52473         (__sched_cpualloc, __sched_cpufree): Add declarations.
52474
52475 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52476
52477         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52478         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52479         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52480         (readdhstai): Return value of addhstaiX call.
52481         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52482         (addgrbyX): Return value returned by cache_addgr.
52483         (readdgrbyname): Return value returned by addgrbyX.
52484         (readdgrbygid): Likewise.
52485         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52486         (addpwbyX): Return value returned by cache_addpw.
52487         (readdpwbyname): Return value returned by addhstbyX.
52488         (readdpwbyuid): Likewise.
52489         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52490         (addservbyX): Return value returned by cache_addserv.
52491         (readdservbyname): Return value returned by addservbyX:
52492         (readdservbyport): Likewise.
52493         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52494         (addhstbyX): Return value returned by cache_addhst.
52495         (readdhstbyname): Return value returned by addhstbyX.
52496         (readdhstbyaddr): Likewise.
52497         (readdhstbynamev6): Likewise.
52498         (readdhstbyaddrv6): Likewise.
52499         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52500         (readdinitgroups): Return value returned by addinitgroupsX.
52501         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52502         (prune_cache): Keep track of timeout value of re-added entries.
52503         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52504         * nscd/nscd.h: Adjust prototypes of readd* functions.
52505
52506 2011-02-04  Roland McGrath  <roland@redhat.com>
52507
52508         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52509         (nis_stats): Likewise.
52510         * nis/nis_modify.c (nis_modify): Likewise.
52511         * nis/nis_remove.c (nis_remove): Likewise.
52512         * nis/nis_add.c (nis_add): Likewise.
52513
52514         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52515
52516         * posix/fnmatch_loop.c: Add some consts.
52517
52518         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52519
52520 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52521
52522         [BZ #12460]
52523         * config.make.in (config-cflags-novzeroupper): Define.
52524         * configure.in: Substitute libc_cv_cc_novzeroupper.
52525         * elf/Makefile (AVX-CFLAGS): Define.
52526         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52527         (CFLAGS-tst-auditmod4a.c): Likewise.
52528         (CFLAGS-tst-auditmod4b.c): Likewise.
52529         (CFLAGS-tst-auditmod6b.c): Likewise.
52530         (CFLAGS-tst-auditmod6c.c): Likewise.
52531         (CFLAGS-tst-auditmod7b.c): Likewise.
52532         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52533
52534 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52535
52536         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52537         function to the callback.
52538         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52539
52540 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52541
52542         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52543         of errno.
52544
52545 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52546
52547         [BZ #11724]
52548         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52549         of constructors.
52550         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52551         of destructors.
52552         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52553
52554         [BZ #11724]
52555         * elf/Makefile: Add rules to build and run new test.
52556         * elf/tst-initorder.c: New file.
52557         * elf/tst-initorder.exp: New file.
52558         * elf/tst-initordera1.c: New file.
52559         * elf/tst-initordera2.c: New file.
52560         * elf/tst-initordera3.c: New file.
52561         * elf/tst-initordera4.c: New file.
52562         * elf/tst-initorderb1.c: New file.
52563         * elf/tst-initorderb2.c: New file.
52564         * elf/tst-order-a1.c: New file.
52565         * elf/tst-order-a2.c: New file.
52566         * elf/tst-order-a3.c: New file.
52567         * elf/tst-order-a4.c: New file.
52568         * elf/tst-order-b1.c: New file.
52569         * elf/tst-order-b2.c: New file.
52570         * elf/tst-order-main.c: New file.
52571         New test case by George Gensure <werkt0@gmail.com>.
52572
52573 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52574
52575         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52576         decoding ACE if AI_CANONIDN.
52577
52578 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52579
52580         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52581
52582 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52583
52584         * version.h (RELEASE): Bump for 2.13 release.
52585         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52586
52587         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52588
52589         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52590         MADV_NOHUGEPAGE.
52591         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52592         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52593         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52594         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52595         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52596         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52597
52598         * posix/getconf.c: Update copyright year.
52599         * catgets/gencat.c: Likewise.
52600         * csu/version.c: Likewise.
52601         * debug/catchsegv.sh: Likewise.
52602         * debug/xtrace.sh: Likewise.
52603         * elf/ldconfig.c: Likewise.
52604         * elf/ldd.bash.in: Likewise.
52605         * elf/sprof.c (print_version): Likewise.
52606         * iconv/iconv_prog.c: Likewise.
52607         * iconv/iconvconfig.c: Likewise.
52608         * locale/programs/locale.c: Likewise.
52609         * locale/programs/localedef.c: Likewise.
52610         * malloc/memusage.sh: Likewise.
52611         * malloc/mtrace.pl: Likewise.
52612         * nscd/nscd.c (print_version): Likewise.
52613         * nss/getent.c: Likewise.
52614
52615         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52616         PF_CAIF, and PF_ALG.
52617         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52618
52619 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52620
52621         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52622         (modules-names): Use them.
52623         (ifunc-test-modules, ifunc-pie-tests): Define.
52624         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52625         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52626         (test-extras): Likewise.
52627         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52628         $(compile-command.c).
52629         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52630         (all-built-dso): Define.
52631         (check-textrel.out, check-execstack.out): Depend on it.
52632
52633         * configure.in: Don't override --enable-multi-arch.
52634
52635 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52636
52637         [BZ #6812]
52638         * nscd/hstcache.c (tryagain): Define.
52639         (cache_addhst): Return tryagain not notfound for temporary errors.
52640         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52641         failed.
52642
52643 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52644
52645         [BZ #10563]
52646         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52647         to make the syscall.
52648         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52649
52650         [BZ #12378]
52651         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52652         and fall back to matching as normal character if the string ends before
52653         the matching ']' is found.  This is what POSIX requires.
52654         * posix/testfnm.c: Adjust test result.
52655         * posix/globtest.sh: Adjust test result.  Add new test.
52656         * posix/tst-fnmatch.input: Likewise.
52657         * posix/tst-fnmatch2.c: Add new test.
52658
52659 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52660
52661         * elf/Makefile (check-execstack): Revert last change.  Depend on
52662         check-execstack.h.
52663         (check-execstack.h): New target.
52664         (generated): Add check-execstack.h.
52665         * elf/check-execstack.c: Include "check-execstack.h".
52666         (main): Revert last change.
52667         (handle_file): Return zero if GNU_STACK is absent and
52668         DEFAULT_STACK_PERMS doesn't include PF_X.
52669
52670 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52671
52672         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52673         in child fails because the descriptor is already closed.
52674         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52675         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52676         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52677
52678         [BZ #12397]
52679         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52680         syscall.
52681
52682         [BZ #10484]
52683         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52684         temporary buffer used to handle multi lookups locally.
52685         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52686
52687 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52688
52689         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52690         loader is ld.so.
52691
52692 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52693
52694         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52695         alignment for SSE2.
52696
52697 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52698
52699         [BZ #12394]
52700         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52701         characters.  When rounding increased number of integer digits recompute
52702         number of groups.
52703         * stdio-common/tst-grouping.c: New file.
52704         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52705
52706 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52707
52708         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52709         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52710
52711         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52712         void.
52713         * bits/select.h: Likewise.
52714
52715 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52716
52717         * po/ja.po: Update from translation team.
52718
52719 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52720
52721         [BZ #11155]
52722         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52723         implementation just like for lxstat, fxstatat, et al.
52724
52725 2010-12-27  Jim Meyering  <meyering@redhat.com>
52726
52727         [BZ #12348]
52728         * posix/regexec.c (build_trtable): Return failure indication upon
52729         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52730
52731 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52732
52733         [BZ #12201]
52734         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52735         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52736         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52737         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52738
52739         [BZ #12207]
52740         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52741
52742         [BZ #12204]
52743         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52744         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52745
52746 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52747
52748         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52749         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52750         script has SORT_BY_INIT_PRIORITY.
52751         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52752         NO_CTORS_DTORS_SECTIONS is defined.
52753         * elf/soinit.c: Likewise.
52754         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52755         NO_CTORS_DTORS_SECTIONS is defined.
52756         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52757         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52758         * sysdeps/sh/init-first.c: Likewise.
52759         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52760
52761 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52762
52763         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52764         always use the slow path.
52765
52766 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52767
52768         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52769         similar rule which adds the sysdep directories to the header search in
52770         order to pick up the correct platform stackinfo.h.
52771         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52772         perform test if it is, otherwise return successfully without testing.
52773         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52774         DEFAULT_STACK_PERMS define in stackinfo.h.
52775         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52776         defined in stackinfo.h.
52777         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52778         DEFAULT_STACK_PERMS defined in stackinfo.h.
52779         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52780         * sysdeps/ia64/stackinfo.h: Likewise.
52781         * sysdeps/s390/stackinfo.h: Likewise.
52782         * sysdeps/sh/stackinfo.h: Likewise.
52783         * sysdeps/sparc/stackinfo.h: Likewise.
52784         * sysdeps/x86_64/stackinfo.h: Likewise.
52785         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52786         PF_X for powerpc64.  Retain PF_X for powerpc32.
52787
52788 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52789
52790         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52791         accurately.
52792         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52793         GETDENTS_64BIT_ALIGNED.
52794
52795 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52796
52797         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52798
52799 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52800
52801         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52802         _GNU_SOURCE.
52803
52804         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52805         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52806         Remove __restrict.
52807         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52808         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52809
52810 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52811
52812         [BZ #11655]
52813         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52814         are initialized.
52815
52816 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52817
52818         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52819
52820 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52821
52822         * po/it.po: Update from translation team.
52823
52824 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52825
52826         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52827         unused codes.
52828
52829 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52830
52831         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52832
52833 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52834
52835         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52836         specially.
52837         (gaih_getanswer_slice): Likewise.
52838
52839 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52840
52841         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52842
52843 2010-05-31  Petr Baudis  <pasky@suse.cz>
52844
52845         [BZ #11149]
52846         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52847         silently even in the chroot mode.
52848
52849 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52850
52851         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52852         last patch a bit.  Pretty printing
52853
52854 2010-05-31  Petr Baudis <pasky@suse.cz>
52855
52856         [BZ #10085]
52857         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52858         initialization of skip_initgroups_dyn.
52859
52860 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52861
52862         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52863         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52864
52865 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52866
52867         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52868
52869 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52870
52871         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52872         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52873         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52874         ($(objpfx)tst-fnmatch-mem): New rule.
52875         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52876         * posix/tst-fnmatch.c (main): Call mtrace.
52877
52878 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52879
52880         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52881         Support Intel processor model 6 and model 0x2c.
52882
52883 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52884
52885         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52886           signed comparison.
52887
52888 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52889
52890         [BZ #12205]
52891         * string/test-strncasecmp.c (check_result): New function.
52892         (do_one_test): Use it.
52893         (check1): New function.
52894         (test_main): Use it.
52895         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52896         Support strcasecmp and strncasecmp.
52897
52898 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52899
52900         [BZ #12194]
52901         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52902         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52903
52904 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52905
52906         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52907         IFUNC support.
52908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52909         memset-x86-64.
52910         * sysdeps/x86_64/multiarch/bzero.S: New file.
52911         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52912         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52913         * sysdeps/x86_64/multiarch/memset.S: New file.
52914         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52915         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52916         Set bit_Prefer_SSE_for_memop for Intel processors.
52917         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52918         Define.
52919         (index_Prefer_SSE_for_memop): Define.
52920         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52921
52922 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52923
52924         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52925         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52926
52927 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52928
52929         [BZ #12191]
52930         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52931         (__x86_64_raw_data_cache_size_half): Likewise.
52932         (__x86_64_raw_shared_cache_size): Likewise.
52933         (__x86_64_raw_shared_cache_size_half): Likewise.
52934
52935         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52936         (__x86_64_raw_data_cache_size_half): Likewise.
52937         (__x86_64_raw_shared_cache_size): Likewise.
52938         (__x86_64_raw_shared_cache_size_half): Likewise.
52939         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52940         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52941         and __x86_64_raw_shared_cache_size_half.  Round
52942         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52943         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52944         to multiple of 256 bytes.
52945
52946 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52947
52948         [BZ #12167]
52949         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52950         of inacessible symlinks.  Verify result of symlink before returning it.
52951         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52952         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52953
52954 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52955
52956         * math/math.h (isinf): Fix typo in comment.
52957
52958 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52959
52960         * po/da.po: Update from translation team.
52961
52962 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52963
52964         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52965         is added to the list.
52966
52967 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52968             Ulrich Drepper  <drepper@gmail.com>
52969
52970         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52971         the global list here.  Move code to...
52972         (_dl_add_to_namespace_list): ...here.  New function.
52973         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52974         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52975         * elf/dl-load.c (lose): Don't remove the element from the list.
52976         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52977         (_dl_map_object): Likewise.
52978
52979 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52980
52981         [BZ #12159]
52982         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52983         into all bytes of SSE register.
52984         Patch by Richard Li <richardpku@gmail.com>.
52985
52986 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52987
52988         [BZ #12140]
52989         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52990         perturbing.
52991
52992 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52993
52994         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52995         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52996         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52997         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52999         submachine.
53000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53001
53002 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53003
53004         * include/dlfcn.h (__RTLD_SECURE): Define.
53005         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53006         mode & __RTLD_SECURE instead.
53007         (open_path): Rename preloaded parameter to secure.
53008         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53009         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53010         * elf/dl-deps.c (openaux): Likewise.
53011         * elf/rtld.c (struct map_args): Remove is_preloaded.
53012         (map_doit): Don't use it.
53013         (dl_main): Likewise.
53014         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53015         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53016
53017 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53018
53019         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53020         (sysd-rules-targets): Remove duplicates.
53021         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53022         rtld-%.$o dependency.
53023
53024 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53025
53026         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53027         _dl_map_object do it.
53028
53029 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53030
53031         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53032         fast fma builtins, define the macros in the C99 standard.
53033         (FP_FAST_FMAF): Likewise.
53034         (FP_FAST_FMAL): Likewise.
53035         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53036
53037         * bits/mathdef.h: Update copyright year.
53038         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53039
53040 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53041
53042         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53043         builtins, define the macros in the C99 standard.
53044         (FP_FAST_FMAF): Likewise.
53045         (FP_FAST_FMAL): Likewise.
53046         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53047         multiply/add.
53048         (FP_FAST_FMAF): Likewise.
53049
53050 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53051
53052         [BZ #3268]
53053         * math/libm-test.inc (fma_test): Some new testcases.
53054         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53055         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53056         y and infinite z.  Do multiplication by C already in long double.
53057         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53058         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53059         y and infinite z.  Do bitwise or of inexact bit into u.d.
53060         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53061         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53062         * sysdeps/i386/fpu/s_fma.S: Removed.
53063         * sysdeps/i386/fpu/s_fmal.S: Removed.
53064
53065 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53066
53067         [BZ #3268]
53068         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53069         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53070         computation is not scheduled after fetestexcept.  Fix value
53071         of minimum denormal long double.
53072
53073 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53074
53075         [BZ #3268]
53076         * math/libm-test.inc (fma_test): Add some more tests.
53077         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53078         correctly.
53079
53080 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53081
53082         * scripts/data/localplt-s390-linux-gnu.data: New file.
53083         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53084
53085 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53086
53087         [BZ #3268]
53088         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53089         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53090         instead of dbl-64.
53091         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53092         inlines.
53093         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53094         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53095         if one of x and y is very large and the other is subnormal.
53096         * sysdeps/s390/fpu/s_fmaf.c: New file.
53097         * sysdeps/s390/fpu/s_fma.c: New file.
53098         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53099         * sysdeps/powerpc/fpu/s_fma.S: New file.
53100         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53101         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53102         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53103
53104 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53105
53106         [BZ #3268]
53107         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53108         fma tests.
53109         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53110         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53111         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53112         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53113         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53114         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53115         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53116
53117 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53118
53119         [BZ #12078]
53120         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53121         * posix/bug-regex31.input: Add test case.
53122
53123 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53124
53125         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53126         * posix/bug-regex31.input: New file.
53127
53128         [BZ #12078]
53129         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53130         (parse_sub_exp): Fix last change, use postorder.
53131
53132         * posix/bug-regex31.c: New file.
53133         * posix/Makefile: Add rules to build and run bug-regex31.
53134
53135         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53136
53137         [BZ #12078]
53138         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53139
53140         [BZ #12108]
53141         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53142         to have entries in sys_siglist.
53143
53144         [BZ #12093]
53145         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53146         be NULL.
53147
53148 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53149
53150         [BZ #3268]
53151         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53152         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53153         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53154         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53155         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53156         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53157         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53158         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53159         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53160         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53161         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53162         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53163         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53164         * math/ftestexcept.c (fetestexcept): Likewise.
53165         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53166         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53167         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53168         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53169         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53170         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53171         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53172
53173 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53174
53175         [BZ #12107]
53176         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53177         newline.
53178
53179 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53180
53181         * string/bug-strstr1.c: New file.
53182         * string/Makefile: Add rules to build and run bug-strstr1.
53183
53184 2010-10-05  Eric Blake  <eblake@redhat.com>
53185
53186         [BZ #12092]
53187         * string/str-two-way.h (two_way_long_needle): Always clear memory
53188         when skipping input due to the shift table.
53189
53190 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53191
53192         [BZ #12005]
53193         * malloc/mcheck.c: Handle large requests.
53194
53195         [BZ #12077]
53196         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53197         for strncmp and strncasecmp.
53198         * string/stratcliff.c: Add tests for strcmp and strncmp.
53199         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53200
53201 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53202
53203         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53204         __set_fpscr.
53205
53206 2010-09-30  Andreas Jaeger  <aj@suse.de>
53207
53208         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53209         (CGROUP_SUPER_MAGIC): Define.
53210         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53211         Handle btrfs and cgroup file systems.
53212         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53213         Likewise.
53214
53215 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53216
53217         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53218         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53219
53220 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53221
53222         [BZ #12067]
53223         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53224         trying to locate the ELF header.
53225
53226 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53227
53228         [BZ #11611]
53229         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53230         Mask out sign-bit copies when constructing f_fsid.
53231
53232 2010-09-24  Petr Baudis <pasky@suse.cz>
53233
53234         * debug/stack_chk_fail_local.c: Add missing licence exception.
53235         * debug/warning-nop.c: Likewise.
53236
53237 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53238
53239         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53240         implementing getdents64 using getdents syscall, set d_type if
53241         __ASSUME_GETDENTS32_D_TYPE.
53242
53243 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53244
53245         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53246         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53247
53248 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53249
53250         [BZ #12037]
53251         * posix/unistd.h: Undo change of feature selection for ftruncate from
53252         2010-01-11.
53253
53254 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53255
53256         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53257         detection.
53258
53259 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53260
53261         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53262         fanotify_mark.
53263         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53264
53265 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53266
53267         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53268         variables after CHECK_SP call.
53269         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53270
53271 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53272             Ulrich Drepper  <drepper@redhat.com>
53273
53274         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53275         re-relocationg ld.so.
53276         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53277         _dl_init_paths call.
53278         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53279         here anymore.
53280
53281 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53282
53283         * resolv/res_init.c (__res_vinit): Count the default server we added.
53284
53285 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53286             Ulrich Drepper  <drepper@redhat.com>
53287
53288         [BZ #11968]
53289         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53290         (____longjmp_chk): Use %ebx for saving value across system call.
53291         Add unwind info.
53292
53293 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53294
53295         * manual/Makefile: Don't mix pattern rules with normal rules.
53296
53297 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53298
53299         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53300         operation.
53301         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53302         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53303         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53304         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53305         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53306         Likewise.
53307
53308 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53309
53310         [BZ #11979]
53311         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53312         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53313
53314 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53315
53316         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53317         * sysdeps/x86_64/addmul_1.S: Likewise.
53318         * sysdeps/x86_64/lshift.S: Likewise.
53319         * sysdeps/x86_64/mul_1.S: Likewise.
53320         * sysdeps/x86_64/rshift.S: Likewise.
53321         * sysdeps/x86_64/sub_n.S: Likewise.
53322         * sysdeps/x86_64/submul_1.S: Likewise.
53323
53324 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53325
53326         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53327         Define __sched_param instead of SCHED_* and sched_param when
53328         <bits/sched.h> is included with __need_schedparam defined.
53329         * bits/sched.h [__need_schedparam]
53330         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53331         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53332         (__defined_schedparam): Define to 1.
53333         (__sched_param): New structure, identical to sched_param.
53334         (__need_schedparam): Undefine.
53335
53336 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53337
53338         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53339         (epoll_create1): Declare.
53340
53341         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53342
53343 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53344
53345         [BZ #7066]
53346         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53347         shifting retval into place.
53348
53349 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53350
53351         * nis/rpcsvc/nis.h: Update copyright notice.
53352         * nis/rpcsvc/nis.x: Likewise.
53353         * nis/rpcsvc/nis_callback.h: Likewise.
53354         * nis/rpcsvc/nis_callback.x: Likewise.
53355         * nis/rpcsvc/nis_object.x: Likewise.
53356         * nis/rpcsvc/nis_tags.h: Likewise.
53357         * nis/rpcsvc/yp.h: Likewise.
53358         * nis/rpcsvc/yp.x: Likewise.
53359         * nis/rpcsvc/ypupd.h: Likewise.
53360         * nis/yp_xdr.c: Likewise.
53361         * nis/ypupdate_xdr.c: Likewise.
53362
53363         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53364         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53365         (pmap_getport): Use __libc_rpc_getport.
53366         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53367         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53368         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53369
53370 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53371
53372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53373         fanotify_mark.
53374
53375 2010-08-27  Roland McGrath  <roland@redhat.com>
53376
53377         * sysdeps/i386/i686/multiarch/Makefile
53378         (CFLAGS-varshift.c): New variable.
53379
53380 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53381
53382         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53383         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53384
53385         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53386
53387         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53388
53389 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53390
53391         * sysdeps/x86_64/strlen.S: Unroll the loop.
53392         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53393         strlen-sse2 strlen-sse2-bsf.
53394         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53395         __strlen_no_bsf if bit_Slow_BSF is set.
53396         (__strlen_sse42): Removed.
53397         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53398         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53399
53400 2010-08-25  Roland McGrath  <roland@redhat.com>
53401
53402         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53403         * sysdeps/x86_64/multiarch/varshift.c: New file.
53404         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53405         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53406         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53407         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53408
53409 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53410
53411         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53412         strlen-sse2 strlen-sse2-bsf.
53413         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53414         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53415         (__strlen_sse2): Removed.
53416         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53417         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53418         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53419         bit_Slow_BSF for Atom.
53420         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53421         (index_Slow_BSF): Define.
53422         (HAS_SLOW_BSF): Define.
53423
53424 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53425
53426         [BZ #10851]
53427         * resolv/res_init.c (__res_vinit): When no server address at all
53428         is given default to loopback.
53429
53430 2010-08-24  Roland McGrath  <roland@redhat.com>
53431
53432         * configure.in: Remove config-name.h generation.
53433         * configure: Regenerated.
53434         * config-name.in: File removed.
53435         * scripts/config-uname.sh: New file.
53436         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53437         ($(objdir)config-name.h): New target.
53438
53439         * sunrpc/rpc_parse.h: Avoid nested comment.
53440
53441 2010-08-24  Richard Henderson  <rth@redhat.com>
53442             Ulrich Drepper  <drepper@redhat.com>
53443             H.J. Lu  <hongjiu.lu@intel.com>
53444
53445         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53446         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53447         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53448         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53449         _mm_alignr_epi8 with _mm_loadu_si128.
53450         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53451         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53452         (__m128i_shift_right): Removed.
53453         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53454         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53455         * sysdeps/x86_64/multiarch/varshift.h: New file.
53456         * sysdeps/x86_64/multiarch/varshift.S: New file.
53457
53458 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53459
53460         * configure.in: Move assembler checks to before sysdep dir checking.
53461
53462 2010-08-20  Petr Baudis  <pasky@suse.cz>
53463
53464         * LICENSES: Sync the sunrpc license.
53465
53466 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53467
53468         * sunrpc/auth_des.c: Update copyright notice once again.
53469         * sunrpc/auth_none.c: Likewise.
53470         * sunrpc/auth_unix.c: Likewise.
53471         * sunrpc/authdes_prot.c: Likewise.
53472         * sunrpc/authuxprot.c: Likewise.
53473         * sunrpc/bindrsvprt.c: Likewise.
53474         * sunrpc/clnt_gen.c: Likewise.
53475         * sunrpc/clnt_perr.c: Likewise.
53476         * sunrpc/clnt_raw.c: Likewise.
53477         * sunrpc/clnt_simp.c: Likewise.
53478         * sunrpc/clnt_tcp.c: Likewise.
53479         * sunrpc/clnt_udp.c: Likewise.
53480         * sunrpc/clnt_unix.c: Likewise.
53481         * sunrpc/des_crypt.c: Likewise.
53482         * sunrpc/des_soft.c: Likewise.
53483         * sunrpc/get_myaddr.c: Likewise.
53484         * sunrpc/getrpcport.c: Likewise.
53485         * sunrpc/key_call.c: Likewise.
53486         * sunrpc/key_prot.c: Likewise.
53487         * sunrpc/openchild.c: Likewise.
53488         * sunrpc/pm_getmaps.c: Likewise.
53489         * sunrpc/pm_getport.c: Likewise.
53490         * sunrpc/pmap_clnt.c: Likewise.
53491         * sunrpc/pmap_prot.c: Likewise.
53492         * sunrpc/pmap_prot2.c: Likewise.
53493         * sunrpc/pmap_rmt.c: Likewise.
53494         * sunrpc/rpc/auth.h: Likewise.
53495         * sunrpc/rpc/auth_unix.h: Likewise.
53496         * sunrpc/rpc/clnt.h: Likewise.
53497         * sunrpc/rpc/des_crypt.h: Likewise.
53498         * sunrpc/rpc/key_prot.h: Likewise.
53499         * sunrpc/rpc/netdb.h: Likewise.
53500         * sunrpc/rpc/pmap_clnt.h: Likewise.
53501         * sunrpc/rpc/pmap_prot.h: Likewise.
53502         * sunrpc/rpc/pmap_rmt.h: Likewise.
53503         * sunrpc/rpc/rpc.h: Likewise.
53504         * sunrpc/rpc/rpc_des.h: Likewise.
53505         * sunrpc/rpc/rpc_msg.h: Likewise.
53506         * sunrpc/rpc/svc.h: Likewise.
53507         * sunrpc/rpc/svc_auth.h: Likewise.
53508         * sunrpc/rpc/types.h: Likewise.
53509         * sunrpc/rpc/xdr.h: Likewise.
53510         * sunrpc/rpc_clntout.c: Likewise.
53511         * sunrpc/rpc_cmsg.c: Likewise.
53512         * sunrpc/rpc_common.c: Likewise.
53513         * sunrpc/rpc_cout.c: Likewise.
53514         * sunrpc/rpc_dtable.c: Likewise.
53515         * sunrpc/rpc_hout.c: Likewise.
53516         * sunrpc/rpc_main.c: Likewise.
53517         * sunrpc/rpc_parse.c: Likewise.
53518         * sunrpc/rpc_parse.h: Likewise.
53519         * sunrpc/rpc_prot.c: Likewise.
53520         * sunrpc/rpc_sample.c: Likewise.
53521         * sunrpc/rpc_scan.c: Likewise.
53522         * sunrpc/rpc_scan.h: Likewise.
53523         * sunrpc/rpc_svcout.c: Likewise.
53524         * sunrpc/rpc_tblout.c: Likewise.
53525         * sunrpc/rpc_util.c: Likewise.
53526         * sunrpc/rpc_util.h: Likewise.
53527         * sunrpc/rpcinfo.c: Likewise.
53528         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53529         * sunrpc/rpcsvc/key_prot.x: Likewise.
53530         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53531         * sunrpc/rpcsvc/mount.x: Likewise.
53532         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53533         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53534         * sunrpc/rpcsvc/rex.x: Likewise.
53535         * sunrpc/rpcsvc/rstat.x: Likewise.
53536         * sunrpc/rpcsvc/rusers.x: Likewise.
53537         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53538         * sunrpc/rpcsvc/spray.x: Likewise.
53539         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53540         * sunrpc/rtime.c: Likewise.
53541         * sunrpc/svc.c: Likewise.
53542         * sunrpc/svc_auth.c: Likewise.
53543         * sunrpc/svc_authux.c: Likewise.
53544         * sunrpc/svc_raw.c: Likewise.
53545         * sunrpc/svc_run.c: Likewise.
53546         * sunrpc/svc_simple.c: Likewise.
53547         * sunrpc/svc_tcp.c: Likewise.
53548         * sunrpc/svc_udp.c: Likewise.
53549         * sunrpc/svc_unix.c: Likewise.
53550         * sunrpc/svcauth_des.c: Likewise.
53551         * sunrpc/xcrypt.c: Likewise.
53552         * sunrpc/xdr.c: Likewise.
53553         * sunrpc/xdr_array.c: Likewise.
53554         * sunrpc/xdr_float.c: Likewise.
53555         * sunrpc/xdr_mem.c: Likewise.
53556         * sunrpc/xdr_rec.c: Likewise.
53557         * sunrpc/xdr_ref.c: Likewise.
53558         * sunrpc/xdr_sizeof.c: Likewise.
53559         * sunrpc/xdr_stdio.c: Likewise.
53560
53561         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53562         handling.
53563
53564 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53565
53566         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53567
53568 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53569
53570         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53571         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53572         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53573         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53574         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53575         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53576         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53577         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53578         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53579         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53580         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53581         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53582         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53583         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53584
53585 2010-07-26  Anton Blanchard  <anton@samba.org>
53586
53587         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53588         * malloc/arena.c (heap_trim): Likewise.
53589
53590 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53591
53592         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53593         here.  Not...
53594         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53595         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53596
53597 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53598
53599         * sysdeps/i386/elf/Makefile: New file.
53600
53601 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53602
53603         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53604         from fanotify_init.
53605         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53606         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53607
53608 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53609
53610         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53611         of strncasecmp_l.
53612         * sysdeps/multiarch/strcmp.S: Likewise.
53613
53614 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53615
53616         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53617         strncase_l-nonascii.
53618         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53619         Add strncase_l-ssse3.
53620         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53621         * sysdeps/x86_64/strcmp.S: Likewise.
53622         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53623         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53624         * sysdeps/x86_64/strncase.S: New file.
53625         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53626         * sysdeps/x86_64/strncase_l.S: New file.
53627         * string/Makefile (strop-tests): Add strncasecmp.
53628         * string/test-strncasecmp.c: New file.
53629
53630         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53631         warning.
53632
53633         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53634         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53635
53636 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53637
53638         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53639
53640 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53641
53642         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53643         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53644         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53645
53646 2010-05-01  Alan Modra  <amodra@gmail.com>
53647
53648         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53649         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53650         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53651         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53652         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53653         tidying.  Don't tail-call __sigjmp_save for static lib.
53654         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53655         save location.
53656         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53657         (CALL_MCOUNT): Add eh info, and nop after bl.
53658         (TAIL_CALL_SYSCALL_ERROR): New macro.
53659         (PSEUDO_RET): Use it.
53660         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53661         Correct save location of integer regs and cr.
53662         (_dl_profile_resolve): Correct cr save location.  Delete nops
53663         after bl when SHARED.  Reduce cfi size a little by better
53664         placement of cfi directives.
53665         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53666         make a stack frame.  Instead use parm save area as a temp.
53667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53668         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53670         Don't make a stack frame for parent, use parm save area.
53671         Increase child stack frame to 112 bytes.  Don't save unused reg,
53672         and adjust reg usage.  Set up cfi on error recovery and
53673         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53675         (__makecontext): Add dummy nop after jump to exit.
53676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53677         Use correct parm save area and cr save, reduce stack frame.
53678         Correct cfi for possible PSEUDO_RET frame setup.
53679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53680         Branch to local label emitted by PSEUDO_RET rather than
53681         __syscall_error.
53682
53683 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53684
53685         [BZ #11904]
53686         * locale/programs/locale.c (print_assignment): New function.
53687         (show_locale_vars): Use it.
53688
53689 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53690
53691         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53692         field.
53693         (struct statfs64): Likewise.
53694         (_STATFS_F_FLAGS): Define.
53695         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53696         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53697         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53698         (ST_VALID): Define locally.
53699         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53700         __statvfs_getflags, use the provided value.
53701         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53702         __ASSUME_STATFS_F_FLAGS.
53703
53704         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53705
53706         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53707         Add sys/fanotify.h.
53708         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53709         fanotify_mask for GLIBC_2.13.
53710         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53711         fanotify_init and fanotify_mark.
53712         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53713         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53714
53715         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53716         Add prlimit.
53717         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53718         prlimit64 for GLIBC_2.13.
53719         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53720         prlimit64.
53721         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53722         syscall.
53723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53724         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53725         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53726         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53727         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53728         add prlimit alias.
53729         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53730
53731         [BZ #11903]
53732         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53733         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53734
53735         * nss/Makefile: Add rules to build and run tst-nss-test1.
53736         * shlib-versions: Add entry for libnss_test1.
53737         * nss/nss_test1.c: New file.
53738         * nss/tst-nss-test1.c: New file.
53739
53740         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53741         (__nss_configure_lookup): Set appropriate entry in
53742         __nss_configure_lookup to true.
53743         * nss/nsswitch.h: Define enum with indeces of databases in
53744         databases and __nss_database_custom arrays.  Declare
53745         __nss_database_custom.
53746         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53747         to avoid using nscd when custom rules are installed.
53748         * nss/getXXbyYY_r.c: Likewise.
53749         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53750
53751         * nss/nss_files/files-parse.c: Whitespace fixes.
53752
53753 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53754
53755         [BZ #11883]
53756         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53757         * posix/fnmatch_loop.c: Likewise.
53758
53759 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53760
53761         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53762         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53763         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53764         * Versions.def [GLIBC_2.13]: Add.
53765
53766 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53767
53768         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53769         Also fail if tpwd after pwuid call is NULL.
53770
53771 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53772
53773         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53774         when converting to ms.
53775
53776 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53777
53778         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53779         EOPNOTSUPP errors with ENOTTY.
53780         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53781         EOPNOTSUPP errors with ENOTTY.
53782
53783 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53784
53785         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53786         Add strcasecmp_l-ssse3.
53787         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53788         strcasecmp.
53789         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53790         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53791         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53792
53793 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53794
53795         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53796
53797         * string/Makefile (strop-tests): Add strcasecmp.
53798         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53799         strcasecmp_l-nonascii.
53800         (gen-as-const-headers): Add locale-defines.sym.
53801         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53802         * sysdeps/x86_64/strcasecmp.S: New file.
53803         * sysdeps/x86_64/strcasecmp_l.S: New file.
53804         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53805         * sysdeps/x86_64/locale-defines.sym: New file.
53806         * string/test-strcasecmp.c: New file.
53807
53808         * string/test-strcasestr.c: Test both ends of the range of characters.
53809         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53810
53811 2010-07-29  Roland McGrath  <roland@redhat.com>
53812
53813         [BZ #11856]
53814         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53815
53816 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53817
53818         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53819         for ld.so.
53820
53821 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53822
53823         * manual/memory.texi (Malloc Tunable Parameters): Document
53824         M_PERTURB.
53825
53826 2010-07-26  Roland McGrath  <roland@redhat.com>
53827
53828         [BZ #11840]
53829         * configure.in (-fgnu89-inline check): Set and substitute
53830         gnu89_inline, not libc_cv_gnu89_inline.
53831         * configure: Regenerated.
53832         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53833
53834 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53835
53836         * string/test-strnlen.c: New file.
53837         * string/Makefile (strop-tests): Add strnlen.
53838         * string/tester.c (test_strnlen): Add a few more test cases.
53839         * string/tst-strlen.c: Better error reporting.
53840
53841         * sysdeps/x86_64/strnlen.S: New file.
53842
53843 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53844
53845         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53846         lower-latency instructions.
53847
53848 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53849
53850         * string/test-strcasestr.c: New file.
53851         * string/test-strstr.c: New file.
53852         * string/Makefile (strop-tests): Add strstr and strcasestr.
53853         * string/str-two-way.h: Don't undefine MAX.
53854         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53855
53856 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53857
53858         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53859         strcasestr-nonascii.
53860         (CFLAGS-strcasestr-nonascii.c): Define.
53861         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53862         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53863         Remove unused attribute.
53864
53865 2010-07-20  Roland McGrath  <roland@redhat.com>
53866
53867         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53868         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53869         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53870         like LD_HWCAP_MASK can disable hwcaps.
53871
53872 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53873
53874         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53875
53876 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53877
53878         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53879         call in strcasestr.
53880         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53881         __strcasestr_sse42_nonascii.
53882         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53883         strcasestr-nonascii.c.
53884         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53885
53886 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53887
53888         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53889         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53890         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53891         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53892
53893 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53894
53895         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53896         fcntl.
53897
53898 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53899
53900         [BZ #11577]
53901         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53902         dl_signal_cerror.
53903
53904 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53905
53906         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53907         _PC_PIPE_BUF using F_GETPIPE_SZ.
53908
53909 2010-07-05  Roland McGrath  <roland@redhat.com>
53910
53911         * manual/arith.texi (Rounding Functions): Fix rint description
53912         implicit in round description.
53913
53914 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53915
53916         * elf/Makefile: Fix linking for a few tests to make recent linker
53917         happy.
53918
53919 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53920
53921         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53922         $(common-objpfx)libc_nonshared.a.
53923
53924 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53925
53926         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53927         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53928         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53929         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53930         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53931         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53932         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53933         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53948         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53949         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53950         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53951         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53952         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53953         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53954         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53955         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53956         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53957         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53958         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53959         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53974
53975 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53976
53977         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53978         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53979         * string/memmove.c (memmove): Renamed to ...
53980         (MEMMOVE): ...this.  Default to memmove.
53981         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53982         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53983         (END_CHK): Define.
53984         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53985         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53986         mempcpy-ssse3-back memmove-ssse3-back.
53987         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53988         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53989         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53990         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53991         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53992         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53993         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53994         * sysdeps/x86_64/multiarch/memmove.c: New file.
53995         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53996         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53997         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53998         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53999         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54000         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54001         Define.
54002         (index_Fast_Copy_Backward): Define.
54003         (HAS_ARCH_FEATURE): Define.
54004         (HAS_FAST_REP_STRING): Define.
54005         (HAS_FAST_COPY_BACKWARD): Define.
54006
54007 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54008
54009         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54010         Restore proper fallback handling.
54011
54012 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54013
54014         [BZ #11701]
54015         * posix/group_member.c (__group_member): Correct checking loop.
54016
54017         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54018         OOM in getpwuid_r correctly.  Return error number when the caller
54019         should return, otherwise -1.
54020         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54021         call returning > 0 value.
54022         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54023
54024 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54025
54026         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54027         libc_nonshared.a from targets in modules-names.
54028
54029 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54030
54031         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54032         requires it.
54033
54034 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54035
54036         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54037         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54038         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54039         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54040
54041 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54042
54043         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54044
54045 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54046
54047         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54048         and F_GETPIPE_SZ.
54049         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54050         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54051         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54052         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54053         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54054         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54055
54056 2010-06-14  Roland McGrath  <roland@redhat.com>
54057
54058         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54059
54060 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54061
54062         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54063         __REDIRECT followed by __THROW.
54064         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54065         * posix/getopt.h (getopt): Likewise.
54066
54067 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54068
54069         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54070         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54071         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54072         in AT_FLAGS.
54073         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54074         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54075
54076 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54077
54078         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54079
54080 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54081
54082         [BZ #11640]
54083         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54084         Properly check family and model.
54085
54086 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54087
54088         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54089
54090 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54091
54092         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54093
54094 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54095
54096         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54097         symbol reference.
54098
54099 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54100
54101         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54102         symbol reference.
54103
54104 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54105
54106         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54107         and internal_recvmmsg.
54108         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54109         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54110         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54111         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54112
54113         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54114         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54115         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54116
54117 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54118
54119         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54120
54121 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54122
54123         POWER7 optimizations.
54124         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54125         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54126
54127 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54128
54129         * version.h: Update for 2.13 development version.
54130
54131 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54132
54133         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54134         exceptions.  Return 0.
54135
54136 2010-05-07  Roland McGrath  <roland@redhat.com>
54137
54138         * elf/ldconfig.c (main): Add a const.
54139
54140 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54141
54142         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54143         (args_options): Add no-idn option.
54144         (ahosts_keys_int): Add idn_flags to ai_flags.
54145         (parse_option): Handle 'i' option to clear idn_flags.
54146
54147         * malloc/malloc.c (_int_free): Possible race in the most recently
54148         added check.  Only act on the data if no current modification
54149         happened.
54150
54151 See ChangeLog.17 for earlier changes.