Fix the 'array subscript is above array bounds' warning correctly
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2
3         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4         subscript above bounds'
5
6         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
7         bounds.
8
9 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
10
11         * libio/tst-fopenloc.c: Use test-skeleton.c.
12
13         * stdlib/tst-bsearch.c: Use test-skeleton.c.
14         (entry): Rename to ITEM.
15         (do_test, comp): Adjust.
16
17         * stdio-common/tst-fseek.c: Use test-skeleton.c.
18
19 2014-12-16  Torvald Riegel  <triegel@redhat.com>
20
21         * string/tester.c: Include <libc-internal.h>.
22         (test_memset): Ignore -Wmemset-transposed-args.
23
24 2014-12-16  Torvald Riegel  <triegel@redhat.com>
25
26         * misc/tst-mntent2.c (do_test): Fix warning.
27
28 2014-12-16  Torvald Riegel  <triegel@redhat.com>
29
30         * elf/tst-unique4lib.cc(a): Mark as used.
31
32 2014-12-16  Florian Weimer  <fweimer@redhat.com>
33
34         [BZ #17630]
35         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
36         names.
37
38 2014-12-16  Allan McRae  <allan@archlinux.org>
39
40         * stdio-common/Makefile (tests): Re-add bug26.
41
42 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
43
44         [BZ #17657]
45         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
46         static array.
47
48 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
49
50         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
51         (__lll_lock_wait): Likewise.
52         (__lll_timedlock_wait): Likewise.
53         (__lll_timedwait_tid): Likewise.
54         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
55         (__lll_robust_timedlock_wait): Likewise.
56         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
57         (lll_cond_trylock): Likewise.
58         (__lll_lock): Likewise.
59         (__lll_robust_lock): Likewise.
60         (__lll_cond_lock): Likewise.
61         (lll_robust_cond_lock): Likewise.
62         (__lll_timedlock): Likewise.
63         (__lll_robust_timedlock): Likewise.
64         (__lll_unlock): Likewise.
65         (__lll_robust_unlock): Likewise.
66         (lll_wait_tid): Likewise.
67         (lll_timedwait_tid): Likewise.
68
69 2014-12-15  Torvald Riegel  <triegel@redhat.com>
70
71         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
72
73 2014-12-15  Torvald Riegel  <triegel@redhat.com>
74
75         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
76
77 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
78
79         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
80         * stdio-common/tst-sprintf.c: Likewise.
81
82 2014-12-15  Torvald Riegel  <triegel@redhat.com>
83
84         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
85
86 2014-12-15  Jeff Law  <law@redhat.com>
87
88         [BZ #16617]
89         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
90         on the heap.  (CVE-2012-3406)
91         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
92         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
93         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
94
95 2014-12-15  Will Newton  <will.newton@linaro.org>
96
97         * manual/install.texi: Bump required version of texinfo
98         to 4.7 from 4.5.
99         * INSTALL: Regenerated.
100         * configure.ac: Check for makeinfo version 4.7 and above.
101         * configure: Regenerated.
102
103 2014-12-12  Roland McGrath  <roland@hack.frob.com>
104
105         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
106         PREFIX, string constant to insert between directory and name.
107         * sysdeps/posix/shm_open.c: Update caller.
108         * sysdeps/posix/shm_unlink.c: Likewise.
109         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
110         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
111         (SEM_SHM_PREFIX): New macro.
112         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
113         [$(have-thread-library) = no].
114         * nptl/Makefile (libpthread-routines): Add shm-directory.
115         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
116         * sysdeps/nptl/shm-directory.h: New file.
117         * sysdeps/posix/shm-directory.c
118         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
119         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
120         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
121         INTERNAL_SYSCALL.
122         (__where_is_shmfs): Function removed.
123         (mountpoint, defaultmount, defaultdir, __namedsem_once):
124         Variables removed.
125         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
126         Use SHM_GET_NAME.
127         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
128
129         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
130         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
131         unconditional for use inside libpthread.
132         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
133
134 2014-12-12  Roland McGrath  <roland@hack.frob.com>
135
136         * nptl/pthread_getaffinity.c: New file.
137         * nptl/pthread_setaffinity.c: New file.
138         * nptl/pthread_getname.c: New file.
139         * nptl/pthread_setname.c: New file.
140
141         * nptl/pthread_create.c (START_THREAD_DEFN)
142         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
143
144 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
145             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
146
147         * resolv/res_send.c (send_vc): Disable warning resplen may
148         be used uninitialized.
149
150 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
151
152         * nptl/tst-mutex6.c
153         (ATTR_NULL): New define checks ATTR against NULL.
154         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
155         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
156
157 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
158
159         [BZ #17581]
160         * malloc/hooks.c
161         (mem2mem_check): Revert my previous change.
162         (malloc_check_get_size): Revert my previous change.
163         (mem2chunk_check): Revert my previous change.
164
165 2014-12-11  Roland McGrath  <roland@hack.frob.com>
166
167         * sysdeps/posix/shm-directory.c: New file.
168         * sysdeps/posix/shm-directory.h: New file.
169         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
170         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
171         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
172         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
173         Transmute EPERM to EACCES.
174         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
175         from ...
176         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
177         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
178
179 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
180
181         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
182         pointer and cast to uintptr_t.
183         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
184         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
185         Add cast to avoid warning.
186         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
187
188 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
189
190         * nptl/semaphore.h: Move to ...
191         * sysdeps/pthread/semaphore.h: ... here.
192         * Makefile (installed-headers): Change nptl/semaphore.h to
193         sysdeps/pthread/semaphore.h.
194
195 2014-12-11  Roland McGrath  <roland@hack.frob.com>
196
197         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
198         generated error format strings.
199
200         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
201         -Wformat-extra-args warnings for scanf formats.
202         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
203         test of zero-length format (duh).
204         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
205         corner-case scanf format test.
206         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
207         generated fprintf format string.
208         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
209         corner-case sprintf format tests.
210         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
211         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
212         -Wformat-extra-args warnings throughout.
213         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
214         (CFLAGS-scanf4.c): Likewise.
215         (CFLAGS-scanf7.c): Likewise.
216         (CFLAGS-tst-sprintf.c): Likewise.
217         (CFLAGS-tst-printf.c): Likewise.
218         (CFLAGS-tst-printfsz.c): Likewise.
219
220 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
221
222         * include/cpio.h: New file.
223         * include/fmtmsg.h: Likewise.
224
225         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
226         corresponding format argument to size_t.
227         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
228         arguments.
229         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
230         corresponding format argument to size_t.
231         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
232         arguments.
233         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
234         corresponding format argument to size_t.
235         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
236         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
237         (CFLAGS-tst-mbswcs2.c): Likewise.
238         (CFLAGS-tst-mbswcs3.c): Likewise.
239         (CFLAGS-tst-mbswcs4.c): Likewise.
240         (CFLAGS-tst-mbswcs5.c): Likewise.
241         (CFLAGS-tst-trans.c): Likewise
242
243 2014-12-11  Roland McGrath  <roland@hack.frob.com>
244
245         * posix/regexbug1.c (main): Use "%s" format with regerror results,
246         rather than assuming they won't contain any '%'s.
247
248 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
249
250         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
251         inhibit_loop_to_libcall to avoid recursive calls.
252         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
253         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
254
255 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
256
257         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
258         prototype.
259
260 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
261
262         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
263         integer value instead of boolean.
264
265 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
266
267         * malloc/malloc.c: Fix powerof2 check.
268
269 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
270
271         * locale/programs/locfile.h (maybe_swap_uint32):
272         Remove inline and add unused attribute.
273
274 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
275
276         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
277         Truncating assembler expression to a .long expression.
278
279 2014-12-11  Andreas Schwab  <schwab@suse.de>
280
281         * elf/rtld.c (struct map_args): Constify str member.
282         (do_preload): Constify fname argument.
283
284 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
285
286         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
287         constants definition.
288
289 2014-12-11  Andreas Schwab  <schwab@suse.de>
290
291         [BZ #16657]
292         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
293         FORCE_ELISION instead of DO_ELISION.
294         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
295         Remove.
296         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
297         Likewise.
298
299         * iconvdata/gconv-modules: Remove duplicate entry.
300
301 2014-12-11  Will Newton  <will.newton@linaro.org>
302
303         Merge gettext 0.19.3 into intl/.
304
305         This involves a number of cosmetic changes to comments
306         and ANSI function definitions and prototypes throughout
307         all the files. The gettext copyright header is used but
308         with the date ranges taken from the glibc copy.
309
310         * NEWS: Add gettext merge to 2.21.
311         * intl/bindtextdom.c: Switch to gettext copyright.
312         Use ANSI definitions and prototypes.
313         Use gl_* locking primitives rather than __libc_* ones.
314         Use __builtin_expect rather than __glibc_likely/unlikely.
315         * intl/dcgettext.c: Switch to gettext copyright.
316         Use ANSI definitions and prototypes.
317         * intl/dcigettext.c: Switch to gettext copyright.
318         Use ANSI definitions and prototypes.
319         (INTDIV0_RAISES_SIGFPE): New define.
320         Use gl_* locking primitives rather than __libc_* ones.
321         Include eval-plural.h instead of plural-eval.c.
322         Use __builtin_expect rather than __glibc_likely/unlikely.
323         * intl/dcngettext.c: Switch to gettext copyright.
324         Use ANSI definitions and prototypes.
325         * intl/dgettext.c: Likewise.
326         * intl/dngettext.c: Likewise.
327         * intl/plural-eval.c: Renamed to...
328         * intl/eval-plural.h: ...this.
329         * intl/explodename.c: Switch to gettext copyright.
330         Use ANSI definitions and prototypes.
331         (_nl_explode_name): Use strchr instead of __rawmemchr.
332         * intl/finddomain.c: Switch to gettext copyright.
333         Use ANSI definitions and prototypes.
334         Use gl_* locking primitives rather than __libc_* ones.
335         (_nl_find_domain): Use malloc rather than alloca for
336         allocation of temporary locale name.
337         * intl/gettext.c: Switch to gettext copyright.
338         Use ANSI definitions and prototypes.
339         * intl/gettextP.h: Switch to gettext copyright.
340         Use ANSI definitions and prototypes.
341         Use gl_* locking primitives rather than __libc_* ones.
342         * intl/gmo.h: Switch to gettext copyright.
343         (struct sysdep_string): Move struct segment_pair outside of
344         struct definition.
345         * intl/hash-string.c: Use ANSI definitions and prototypes.
346         * intl/hash-string.h: Switch to gettext copyright.
347         Use ANSI definitions and prototypes.
348         * intl/l10nflist.c: Switch to gettext copyright.
349         Use ANSI definitions and prototypes.
350         (_nl_normalize_codeset): Avoid integer overflow.
351         * intl/loadinfo.h: Switch to gettext copyright.
352         Use ANSI definitions and prototypes.
353         (LIBINTL_DLL_EXPORTED): New define.
354         (PATH_SEPARATOR): New define.
355         * intl/loadmsgcat.c: Switch to gettext copyright.
356         * intl/localealias.c: Switch to gettext copyright.
357         Use ANSI definitions and prototypes.
358         (_nl_expand_alias): Use PATH_SEPARATOR.
359         * intl/ngettext.c: Switch to gettext copyright.
360         Use ANSI definitions and prototypes.
361         * intl/plural-exp.c: Likewise.
362         * intl/plural-exp.h: Switch to gettext copyright.
363         Use ANSI definitions and prototypes.
364         (struct expression): Move definition of enum operator outside
365         of struct definition.
366         * intl/plural.c: Regenerate.
367         * intl/plural.y: Switch to gettext copyright.
368         Use ANSI definitions and prototypes.
369         Port to bison 3.0.
370         * intl/textdomain.c: Switch to gettext copyright.
371         Use ANSI definitions and prototypes.
372         Use gl_* locking primitives rather than __libc_* ones.
373
374 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
375
376         * debug/warning-nop.c: Add used atrribute.
377
378 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
379
380         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
381
382         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
383         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
384         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
385
386 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
387             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
388
389         [BZ #17634]
390         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
391         Undefine after defining function.  Define as weak alias of
392         __wcschr.  Use libc_hidden_weak.
393         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
394         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
395         (libc_hidden_def): Also define __GI___wcschr alias.
396         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
397         __wcschr and define as weak alias of __wcschr.
398         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
399         __wcschr.
400         [!WCSCHR] (DEFAULT_WCSCHR): Define.
401         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
402         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
403         libc_hidden_weak.  Do not use libc_hidden_def.
404         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
405         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
406         __GI___wcschr alias.
407         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
408         [IS_IN (libc)] (wcschr): Define as macro expanding to
409         __redirect_wcschr.
410         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
411         [IS_IN (libc)] (__wcschr_power6): Likewise.
412         [IS_IN (libc)] (__wcschr_power7): Likewise.
413         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
414         instead of wcschr.
415         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
416         __libc_wcschr.
417         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
418         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
419         __wcschr and define as weak alias of __wcschr.  Use
420         libc_hidden_builtin_def.
421         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
422         as weak alias of __wcschr.  Use libc_hidden_weak.
423         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
424         wcschr.
425         * time/era.c (_nl_init_era_entries): Likewise.
426         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
427         variable.
428         (test-xfail-XPG3/time.h/linknamespace): Likewise.
429         (test-xfail-XPG4/time.h/linknamespace): Likewise.
430
431 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
432
433         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
434         format for long int variable.
435
436 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
437
438         [BZ #10672]
439         * manual/search.texi: (Array Sort Function): Remove claim how to make
440         qsort stable.
441
442 2014-12-10  Andreas Schwab  <schwab@suse.de>
443
444         [BZ #12847]
445         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
446         user-controlled locks.
447
448 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
449
450         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
451         register.
452
453 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
454
455         * configure.ac (--disable-werror): New configure option.
456         (enable_werror): New AC_SUBST.
457         * configure: Regenerated.
458         * config.make.in (enable-werror): New variable.
459         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
460         -Wno-error=undef.
461         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
462         * manual/install.texi (Configuring and compiling): Document
463         --disable-werror.
464         * INSTALL: Regenerated.
465         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
466         (CFLAGS-tst-chk2.c): Likewise.
467         (CFLAGS-tst-chk3.c): Likewise.
468         (CFLAGS-tst-chk4.cc): Likewise.
469         (CFLAGS-tst-chk5.cc): Likewise.
470         (CFLAGS-tst-chk6.cc): Likewise.
471         (CFLAGS-tst-lfschk1.c): Likewise.
472         (CFLAGS-tst-lfschk2.c): Likewise.
473         (CFLAGS-tst-lfschk3.c): Likewise.
474         (CFLAGS-tst-lfschk4.cc): Likewise.
475         (CFLAGS-tst-lfschk5.cc): Likewise.
476         (CFLAGS-tst-lfschk6.cc): Likewise.
477
478         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
479         (main): Disable -Wdeprecated-declarations around calls to
480         register_printf_function.
481
482         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
483         (do_test): Disable -Wdiv-by-zero around some calls to
484         fwrite_unlocked and fread_unlocked.
485
486         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
487         (DIAG_POP_NEEDS_COMMENT): Likewise.
488         (_DIAG_STR1): Likewise.
489         (_DIAG_STR): Likewise.
490         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
491         * stdio-common/bug21.c: Include <libc-internal.h>.
492         (do_test): Disable -Wformat around call to sscanf.
493         * stdio-common/scanf14.c: Include <libc-internal.h>.
494         (main): Disable -Wformat around some calls to scanf functions.
495
496 2014-12-09  Torvald Riegel  <triegel@redhat.com>
497
498         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
499
500 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
501
502         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
503         stack variable alignment.
504
505 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
506
507         [BZ #17682]
508         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
509         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
510         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
511         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
512         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
513         __getrlimit instead of getrlimit.
514         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
515         __gettimeofday instead of gettimeofday.
516         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
517         Likewise.
518         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
519         Likewise.
520         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
521         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
522         Remove variable.
523         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
524         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
525
526 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
527
528         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
529         for wide-character tests.
530
531 2014-12-04  Roland McGrath  <roland@hack.frob.com>
532
533         * io/openat64.c: #include <libc-internal.h>
534         (__openat64): Prototypify.  Use ignore_value on MODE.
535         * io/openat.c: Likewise.
536         * misc/reboot.c: #include <libc-internal.h>
537         (reboot): Prototypify.  Use ignore_value on HOWTO.
538         * misc/ptrace.c: #include <libc-internal.h>
539         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
540
541 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
542
543         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
544         XPG4, UNIX98 and XOPEN2K.
545         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
546         Remove variable.
547         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
548
549 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
550
551         * libio/fileops.c: Use ISO C style for function definitions.
552         * libio/iofopen.c: Likewise.
553         * libio/wfileops.c: Likewise.
554
555         [BZ #17653]
556         * libio/fileops.c (_IO_new_file_underflow): Unset cached
557         offset on EOF.
558         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
559         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
560         (fgets_func): Function pointer to fgets and fgetws.
561         (do_ftell_test): Add test to verify ftell value after read
562         EOF.
563         (do_test): Set fgets_func.
564
565         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
566         O_TRUNC flag for w and w+ modes.
567         (do_rewind_test): Likewise.
568         (do_ftell_test): Likewise.
569         (do_write_test): Likewise.
570
571         [BZ #17647]
572         * libio/fileops.c (do_ftell): Seek only when there are
573         unflushed writes.
574         * libio/wfileops.c (do_ftell_wide): Likewise.
575         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
576         test case.
577         (do_one_test): Call it.
578
579 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
580
581         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
582         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
583         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
584         Remove variable.
585         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
586         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
587         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
588
589 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
590
591         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
592         Remove variable.
593         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
594
595         [BZ #17668]
596         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
597         as weak alias of __getifaddrs.  Use libc_hidden_weak.
598         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
599         __freeifaddrs.  Use libc_hidden_weak.
600         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
601         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
602         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
603         __freeifaddrs.  Use libc_hidden_weak.
604         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
605         __getifaddrs and define as weak alias of __getifaddrs.  Use
606         libc_hidden_weak.
607         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
608         __freeifaddrs.  Use libc_hidden_weak.
609         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
610         Remove variable.
611         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
612         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
613
614 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
615
616         [BZ #17601]
617         * sysdeps/mips/start.S (__start): Use indirect jump to call
618         __libc_start_main.
619
620 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
621
622         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
623
624         * nptl/tst-mutex1.c: Include <stdbool.h>.
625         [!ATTR] (ATTR_NULL): New macro.
626         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
627         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
628         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
629
630         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
631         to char *.
632
633         [BZ #17665]
634         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
635         Change conditional to [__USE_MISC].
636
637         [BZ #17664]
638         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
639         fgets_unlocked.
640         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
641         __fgets_unlocked.
642         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
643         fgets_unlocked.
644         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
645         Remove variable.
646         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
647         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
648         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
649         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
650         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
651         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
652         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
653         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
654         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
655
656         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
657
658 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
659
660         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
661         Remove strpbrk objects.
662         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
663         (__libc_ifunc_impl_list): Remove strpbrk implementation.
664         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
665         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
666         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
667         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
668
669         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
670         Remove strcspn objects.
671         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
672         (__libc_ifunc_impl_list): Remove strcspn implementation.
673         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
674         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
675         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
676         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
677
678         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
679         Remove strspn objetcs.
680         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
681         (__libc_ifunc_impl_list): Remove strspn implementation.
682         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
683         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
684         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
685         * sysdeps/powerpc/powerpc64/strspn.S: New file.
686
687 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
688
689         [BZ #17581]
690         * malloc/hooks.c
691         (mem2mem_check): Add a terminator to the chain of checking blocks.
692         (malloc_check_get_size): Use it here.
693         (mem2chunk_check): Ditto.
694
695 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
696
697         * sysdeps/powerpc/powerpc64/strtok.S: New file.
698         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
699
700 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
701
702         * bits/ioctl-types.h: Indent preprocessor directives correctly.
703
704         * nptl/nptl-init.c: Include libc-internal.h.
705         (__pthread_initialize_minimal_internal): Use ROUND_UP.
706
707         * elf/ldconfig.c (search_dir): Expand comment.
708
709 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
710
711         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
712         variable.
713         (linknamespace-symlist-stdlibs-tests): Likewise.
714         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
715         instead of $(objpfx)symlist-stdlibs.
716         (linknamespace-libs-isoc): New variable.
717         (linknamespace-libs): Use $(linknamespace-libs-isoc).
718         (linknamespace-libs-ISO): New variable.
719         (linknamespace-libs-ISO99): Likewise.
720         (linknamespace-libs-ISO11): Likewise.
721         (linknamespace-libs-XPG3): Likewise.
722         (linknamespace-libs-XPG4): Likewise.
723         (linknamespace-libs-POSIX): Likewise.
724         (linknamespace-libs-UNIX98): Likewise.
725         (linknamespace-libs-XOPEN2K): Likewise.
726         (linknamespace-libs-POSIX2008): Likewise.
727         (linknamespace-libs-XOPEN2K8): Likewise.
728         ($(objpfx)symlist-stdlibs): Replace by
729         $(linknamespace-symlist-stdlibs-tests).  Use
730         $(linknamespace-libs-$*) as set of libraries.
731         ($(linknamespace-header-tests)): Update dependencies.  Use
732         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
733         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
734         * conform/linknamespace.pl: Remove comment about considering
735         definitions of symbols from irrelevant libraries.
736
737 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
738
739         [BZ #13862]
740         * elf/dl-tls.c: Include <atomic.h>.
741         (oom): Remove #ifdef SHARED/#endif.
742         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
743         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
744         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
745         big enough.
746         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
747         * nptl/Makefile (tests): Add tst-stack4.
748         (modules-names): Add tst-stack4mod.
749         ($(objpfx)tst-stack4): New.
750         (tst-stack4mod.sos): Likewise.
751         ($(objpfx)tst-stack4.out): Likewise.
752         ($(tst-stack4mod.sos)): Likewise.
753         (clean): Likewise.
754         * nptl/tst-stack4.c: New file.
755         * nptl/tst-stack4mod.c: Likewise.
756
757 2014-11-27  J. Brown  <jb999@gmx.de>
758
759         * sysdeps/x86/bits/string.h: Add recent CPUs.
760
761 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
762
763         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
764         sigblock.
765
766         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
767         feof.
768
769         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
770         variable.
771
772 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
773
774         * nscd/connections.c: Include libc-internal.h because of macro
775         usage ignore_value.
776
777 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
778
779         * string/bits/string3.h (__warn_memset_zero_len): Don't
780         declare for gcc newer than 5.0.
781         (memset): Don't test for zero-length __LEN for gcc newer than
782         5.0.
783
784 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
785
786         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
787         size_t for %zu format.
788
789         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
790         difference, not %ju.
791
792 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
793
794         * include/libc-internal.h (ignore_value): New macro.
795         * nscd/connections.c (restart): Wrap calls to setuid and setgid
796         with ignore_value.
797
798         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
799         definition.
800
801         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
802         pthread_cleanup_push to void *.
803
804         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
805         Undefine.
806
807         [BZ #16619]
808         [BZ #16740]
809         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
810         instead of 1L << 52.
811
812         * libio/bug-rewind.c (do_test): Check fwscanf return values.
813         * libio/bug-rewind2.c (do_test): Likewise.
814
815         * debug/test-stpcpy_chk-ifunc.c: Remove file.
816         * debug/test-strcpy_chk-ifunc.c: Likewise.
817         * wcsmbs/test-wcschr-ifunc.c: Likewise.
818         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
819         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
820         * wcsmbs/test-wcslen-ifunc.c: Likewise.
821         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
822         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
823         * Rules [$(multi-arch) = no] (tests): Do not filter out
824         $(tests-ifunc).
825         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
826         * debug/Makefile (tests-ifunc): Remove variable.
827         (tests): Do not add $(tests-ifunc).
828         * wcsmbs/Makefile (tests-ifunc): Remove variable.
829         (tests): Do not add $(tests-ifunc).
830         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
831         [TEST_IFUNC]: Remove conditionals.
832         * string/test-string.h (TEST_IFUNC): Remove macro.
833         [TEST_IFUNC]: Remove conditionals.
834
835         * string/test-strchr.c [!WIDE] (L): New macro.
836         [WIDE] (L): Likewise.
837         (check1): Use CHAR instead of char.  Use L on string and character
838         constants.
839
840 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
841
842         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
843         tests.
844         * sysdeps/powerpc/bits/atomic.h
845         (__arch_atomic_exchange_and_add_32_acq): Add definition.
846         (__arch_atomic_exchange_and_add_32_rel): Likewise.
847         (atomic_exchange_and_add_acq): Likewise.
848         (atomic_exchange_and_add_rel): Likewise.
849         * sysdeps/powerpc/powerpc32/bits/atomic.h
850         (__arch_atomic_exchange_and_add_64_acq): Add definition.
851         (__arch_atomic_exchange_and_add_64_rel): Likewise.
852         * sysdeps/powerpc/powerpc64/bits/atomic.h
853         (__arch_atomic_exchange_and_add_64_acq): Add definition.
854         (__arch_atomic_exchange_and_add_64_rel): Likewise.
855
856 2014-11-26  Torvald Riegel  <triegel@redhat.com>
857
858         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
859         Change synchronization of __sched_fifo_min_prio and
860         __sched_fifo_max_prio.
861         * nptl/pthread_mutexattr_getprioceiling.c
862         (pthread_mutexattr_getprioceiling): Likewise.
863         * nptl/pthread_mutexattr_setprioceiling.c
864         (pthread_mutexattr_setprioceiling): Likewise.
865         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
866         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
867         Likewise.
868
869 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
870
871         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
872         void.
873
874 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
875
876         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
877         third argument const.
878
879 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
880
881         fnmatch: work around GCC compiler warning bug with uninit var
882         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
883         This works around a bug with x86-64 GCC 4.9.2 and earlier
884         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
885         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
886         used uninitialized in this function [-Wmaybe-uninitialized]".
887
888 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
889
890         * posix/bug-regex31.c (main): Return RES not 0.
891
892 2014-11-25  Anton Blanchard <anton@samba.org>
893
894         * sysdeps/powerpc/bits/atomic.h
895         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
896
897 2014-11-24  Sterling Augustine  <saugustine@google.com>
898
899         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
900
901 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
902
903         [BZ #17608]
904         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
905
906 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
907
908         [BZ #17633]
909         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
910         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
911         variable.
912         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
913         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
914
915 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
916
917         * string/strncpy.c (strncpy): Improve performance by using memset.
918
919 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
920
921         * string/strcpy.c (strcpy):
922         Improve performance by using strlen and memcpy.
923
924 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
925
926         * string/strcoll_l.c (get_next_seq): __always_inline.
927         * string/strcoll_l.c (do_compare): __always_inline.
928
929 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
930
931         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
932         defined.
933         * include/mqueue.h: Likewise.
934         * include/stdlib.h: Likewise.
935
936         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
937         (get_null_defines): Adjust.
938         * sunrpc/Makefile: Adjust comment.
939         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
940         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
941         (CFLAGS-interp.c): Likewise.
942         (CFLAGS-ldconfig.c): Likewise.
943         (CPPFLAGS-.os): Likewise.
944         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
945         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
946         * extra-modules.mk (extra-modules.mk): Likewise.
947         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
948         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
949         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
950         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
951         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
952         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
953         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
954         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
955         * iconvdata/Makefile (CPPFLAGS): Likewise.
956         (cpp-srcs-left): Add libof for all iconvdata routines.
957         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
958         * include/assert.h: Likewise.
959         * include/ctype.h: Likewise.
960         * include/errno.h: Likewise.
961         * include/libc-symbols.h: Likewise.
962         * include/math.h: Likewise.
963         * include/netdb.h: Likewise.
964         * include/resolv.h: Likewise.
965         * include/stdio.h: Likewise.
966         * include/stdlib.h: Likewise.
967         * include/string.h: Likewise.
968         * include/sys/stat.h: Likewise.
969         * include/wctype.h: Likewise.
970         * intl/l10nflist.c: Likewise.
971         * libidn/idn-stub.c: Likewise.
972         * libio/libioP.h: Likewise.
973         * nptl/libc_multiple_threads.c: Likewise.
974         * nptl/pthreadP.h: Likewise.
975         * posix/regex_internal.h: Likewise.
976         * resolv/res_hconf.c: Likewise.
977         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
978         * sysdeps/arm/memmove.S: Likewise.
979         * sysdeps/arm/sysdep.h: Likewise.
980         * sysdeps/generic/_itoa.h: Likewise.
981         * sysdeps/generic/symbol-hacks.h: Likewise.
982         * sysdeps/gnu/errlist.awk: Likewise.
983         * sysdeps/gnu/errlist.c: Likewise.
984         * sysdeps/i386/i586/memcpy.S: Likewise.
985         * sysdeps/i386/i586/memset.S: Likewise.
986         * sysdeps/i386/i686/memcpy.S: Likewise.
987         * sysdeps/i386/i686/memmove.S: Likewise.
988         * sysdeps/i386/i686/mempcpy.S: Likewise.
989         * sysdeps/i386/i686/memset.S: Likewise.
990         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
991         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
992         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
993         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
994         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
995         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
996         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
997         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
998         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
999         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1000         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1001         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1002         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1003         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1004         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1005         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1006         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1007         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1008         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1009         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1010         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1011         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1012         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1013         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1014         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1015         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1016         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1017         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1018         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1019         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1020         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1021         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1022         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1023         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1024         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1025         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1026         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1027         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1028         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1029         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1030         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1031         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1032         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1033         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1034         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1035         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1036         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1037         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1038         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1039         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1040         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1041         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1042         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1043         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1044         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1045         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1046         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1047         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1048         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1049         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1050         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1051         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1052         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1053         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1054         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1055         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1056         * sysdeps/posix/closedir.c: Likewise.
1057         * sysdeps/posix/opendir.c: Likewise.
1058         * sysdeps/posix/readdir.c: Likewise.
1059         * sysdeps/posix/rewinddir.c: Likewise.
1060         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1061         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1062         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1063         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1064         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1065         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1066         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1067         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1068         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1069         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1070         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1071         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1072         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1073         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1074         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1075         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1076         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1077         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1078         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1079         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1080         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1081         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1082         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1083         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1084         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1085         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1086         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1087         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1088         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1089         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1090         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1091         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1092         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1093         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1094         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1095         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1096         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1097         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1098         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1099         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1100         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1101         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1102         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1103         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1104         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1105         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1106         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1107         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1108         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1109         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1110         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1111         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1112         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1113         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1114         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1115         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1116         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1117         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1118         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1119         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1120         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1121         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1122         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1123         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1124         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1125         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1126         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1127         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1128         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1129         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1130         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1131         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1132         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1133         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1134         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1135         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1136         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1137         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1138         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1139         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1140         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1141         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1142         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1143         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1144         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1145         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1146         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1147         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1148         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1149         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1150         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1151         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1152         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1153         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1154         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1155         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1156         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1157         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1158         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1159         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1160         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1161         * sysdeps/unix/alpha/sysdep.S: Likewise.
1162         * sysdeps/unix/alpha/sysdep.h: Likewise.
1163         * sysdeps/unix/make-syscalls.sh: Likewise.
1164         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1165         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1166         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1167         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1168         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1169         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1170         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1171         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1172         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1173         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1174         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1175         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1176         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1177         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1178         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1179         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1180         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1181         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1182         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1183         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1184         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1185         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1186         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1187         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1188         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1189         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1190         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1193         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1194         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1195         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1196         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1197         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1198         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1199         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1200         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1201         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1202         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1203         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1204         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1205         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1206         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1207         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1208         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1209         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1210         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1211         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1212         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1213         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1214         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1215         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1216         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1217         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1218         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1219         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1220         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1221         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1222         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1223         * sysdeps/x86_64/memcpy.S: Likewise.
1224         * sysdeps/x86_64/memmove.c: Likewise.
1225         * sysdeps/x86_64/memset.S: Likewise.
1226         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1227         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1228         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1229         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1230         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1231         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1232         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1233         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1234         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1235         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1236         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1237         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1238         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1239         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1240         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1241         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1242         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1243         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1244         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1245         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1246         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1247         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1248         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1249         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1250         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1251         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1252         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1253         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1254         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1255         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1256         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1257         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1258         * sysdeps/x86_64/strcmp.S: Likewise.
1259
1260         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1261
1262         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1263         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1264         * elf/rtld-Rules: Likewise.
1265         * elf/setup-vdso.h: Likewise.
1266         * include/assert.h: Likewise.
1267         * include/bits/stdlib-float.h: Likewise.
1268         * include/errno.h: Likewise.
1269         * include/sys/stat.h: Likewise.
1270         * include/unistd.h: Likewise.
1271         * sysdeps/aarch64/setjmp.S: Likewise.
1272         * sysdeps/alpha/setjmp.S: Likewise.
1273         * sysdeps/arm/__longjmp.S: Likewise.
1274         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1275         * sysdeps/arm/setjmp.S: Likewise.
1276         * sysdeps/arm/sysdep.h: Likewise.
1277         * sysdeps/generic/_itoa.h: Likewise.
1278         * sysdeps/generic/dl-sysdep.h: Likewise.
1279         * sysdeps/generic/ldsodefs.h: Likewise.
1280         * sysdeps/i386/dl-tls.h: Likewise.
1281         * sysdeps/i386/setjmp.S: Likewise.
1282         * sysdeps/m68k/setjmp.c: Likewise.
1283         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1284         * sysdeps/mach/hurd/opendir.c: Likewise.
1285         * sysdeps/posix/getcwd.c: Likewise.
1286         * sysdeps/posix/opendir.c: Likewise.
1287         * sysdeps/posix/profil.c: Likewise.
1288         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1289         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1290         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1291         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1292         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1293         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1294         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1295         * sysdeps/s390/dl-tls.h: Likewise.
1296         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1297         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1298         * sysdeps/sh/sh3/setjmp.S: Likewise.
1299         * sysdeps/sh/sh4/setjmp.S: Likewise.
1300         * sysdeps/unix/alpha/sysdep.h: Likewise.
1301         * sysdeps/unix/arm/sysdep.S: Likewise.
1302         * sysdeps/unix/i386/sysdep.S: Likewise.
1303         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1304         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1305         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1306         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1307         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1308         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1309         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1310         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1311         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1312         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1313         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1314         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1315         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1318         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1319         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1320         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1321         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1322         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1323         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1324         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1325         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1326         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1327         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1328         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1329         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1330         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1331         * sysdeps/x86_64/setjmp.S: Likewise.
1332
1333         * include/math.h: Use IS_IN instead of IS_IN_libm.
1334         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1335         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1336         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1337         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1338         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1339         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1340         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1341         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1342         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1343         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1344         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1345         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1346         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1347         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1348         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1349         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1350         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1351         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1352         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1353         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1354         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1355         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1356         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1357         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1358         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1359         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1360         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1361         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1362         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1363         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1364         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1365         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1366         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1368         Likewise.
1369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1370         Likewise.
1371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1372         Likewise.
1373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1374         Likewise.
1375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1376         Likewise.
1377         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1378         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1379         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1380         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1381         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1382         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1388         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1389         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1390         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1391         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1392         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1393         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1394         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1395         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1396         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1397         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1398         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1399         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1400         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1401         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1403         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1404
1405         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1406         * nptl/pthreadP.h: Likewise.
1407         * nptl_db/structs.def: Likewise.
1408         * sysdeps/arm/sysdep.h: Likewise.
1409         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1410         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1411         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1412         * sysdeps/unix/alpha/sysdep.h: Likewise.
1413         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1414         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1415         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1416         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1417         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1418         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1419         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1420         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1421         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1422         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1423         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1424         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1425         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1426         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1429         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1430         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1431         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1432         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1433         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1434         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1435         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1436         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1437         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1438         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1439
1440         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1441         * nptl/pthreadP.h: Likewise.
1442         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1443         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1444         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1445         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1446         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1447         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1448         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1449         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1450         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1451         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1452         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1453         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1455         Likewise.
1456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1457         Likewise.
1458         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1459         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1460         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1461         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1462         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1463         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1464         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1465         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1466
1467         * dlfcn/dladdr.c: Use IS_IN.
1468         * dlfcn/dladdr1.c: Likewise.
1469         * dlfcn/dlclose.c: Likewise.
1470         * dlfcn/dlerror.c: Likewise.
1471         * dlfcn/dlinfo.c: Likewise.
1472         * dlfcn/dlmopen.c: Likewise.
1473         * dlfcn/dlopen.c: Likewise.
1474         * dlfcn/dlsym.c: Likewise.
1475         * dlfcn/dlvsym.c: Likewise.
1476
1477         * include/ifaddrs.h: Use IS_IN.
1478         * inet/check_pf.c: Likewise.
1479         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1480         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1481
1482         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1483         IS_IN_ldconfig.
1484         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1485         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1486
1487         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1488         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1489         IS_IN (libc).
1490
1491         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1492
1493         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1494         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1495         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1496         * include/libc-symbols.h (IS_IN_LIB): New macro.
1497         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1498         * include/netdb.h: Likewise.
1499         * include/stap-probe.h: Remove all uses of IN_LIB.
1500
1501         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1502         instead of IN_MODULE.
1503         * include/libc-symbols.h (IN_MODULE): Define using
1504         MODULE_NAME.
1505         (PASTE_NAME, PASTE_NAME1): New macros.
1506         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1507         of IN_LIB.
1508         (STAP_PROBE_ASM): Likewise.
1509
1510 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1511
1512         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1513         __mach_init in dlopened libc.
1514
1515 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1516
1517         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1518         * sysdeps/arm/preconfigure: Regenerate.
1519
1520 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1521
1522         * nptl/pthread_create.c (__pthread_create_2_1): Set
1523         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1524         when copying values from IATTR into PD.
1525
1526 2014-11-21  Will Newton  <will.newton@linaro.org>
1527             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1528
1529         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1530         Refactor inline-asm.  Also add comment.
1531
1532         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1533         ElfW macro instead of hardcoded Elf64 types.
1534         (la_aarch64_gnu_pltenter): Likewise.
1535         * sysdeps/aarch64/dl-machine.h
1536         (elf_machine_runtime_setup): Use ElfW(Addr).
1537
1538         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1539         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1540         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1541         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1542         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1543         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1544         (R_AARCH64_TLS_DTPMOD): This.
1545         (R_AARCH64_TLS_DTPREL64): Rename to ...
1546         (R_AARCH64_TLS_DTPREL): This.
1547         (R_AARCH64_TLS_TPREL64): Rename to ...
1548         (R_AARCH64_TLS_TPREL): This.
1549         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1550         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1551         R_AARCH64_TLS_TPREL64.
1552         (elf_machine_rela): Likewise.
1553
1554 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1555
1556         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1557         by setting it to 0.  64b atomics are not supported currently.
1558
1559 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1560
1561         [BZ #16469]
1562         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1563         search domain names.
1564
1565 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1566
1567         [BZ #16469]
1568         * NEWS: Update.
1569         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1570         trailing dot.
1571         * posix/tst-getaddrinfo5.c: New.
1572         * posix/Makefile (tests): Add it.
1573
1574 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1575
1576         [BZ #14498]
1577         * NEWS: Fixed.
1578         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1579         after parsing line but before break_if_match.
1580         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1581         if there is a protocol mismatch.
1582
1583 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1584
1585         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1586         because the potential race is on the user-supplied stream.
1587
1588 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1589
1590         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1591         string literal if not passed a buffer.
1592         * manual/job.texi (ctermid): Update reasoning, note deviation
1593         from posix, suggest mtasurace when not passed a buffer, for
1594         future non-preliminary safety notes.
1595
1596 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1597
1598         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1599         of not passing it a buffer.
1600         Reported by Peng Haitao.
1601
1602 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1603
1604         * manual/Makefile ($(objpfx)stamp-summary): Require
1605         check-safety.sh to pass.
1606         * manual/check-safety.sh: Wish for verification that every
1607         @deftypefn and @deftypefun is followed by a @safety remark.
1608
1609 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1610
1611         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1612
1613         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1614         PTHREAD_CANCEL_ASYNCHRONOUS.
1615         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1616         send SIGCANCEL.
1617
1618         * nptl/default-sched.h: New file.
1619         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1620         * nptl/pthread_create.c: Include it.
1621         (__pthread_create_2_1): Use collect_default_sched instead of making
1622         Linux syscalls here directly.
1623
1624 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1625
1626         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1627         __pthread_once): Use C11 atomics.
1628
1629 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1630
1631         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1632
1633 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1634
1635         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1636         atomic_thread_fence_acquire, atomic_thread_fence_release,
1637         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1638         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1639         atomic_compare_exchange_weak_relaxed,
1640         atomic_compare_exchange_weak_acquire,
1641         atomic_compare_exchange_weak_release,
1642         atomic_exchange_acquire, atomic_exchange_release,
1643         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1644         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1645         atomic_fetch_and_acquire,
1646         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1647
1648 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1649
1650         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1651         USE_ATOMIC_COMPILER_BUILTINS): Define.
1652         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1653         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1654         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1655         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1656         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1657         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1658         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1659         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1660         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1661         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1662         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1663         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1664         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1665         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1666         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1667         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1668         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1669         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1670         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1671         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1672         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1673         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1674         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1675         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1676         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1677         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1678         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1679         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1680         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1681         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1682         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1683         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1684         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1685         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1686         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1687         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1688         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1689         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1690         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1691         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1692
1693 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1694
1695         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1696         the sched_priority value here.  It was already checked when the user
1697         called pthread_attr_setschedparam.
1698
1699         * nptl/tst-bad-schedattr.c: New file.
1700         * nptl/Makefile (tests): Add it.
1701
1702 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1703             Florian Weimer  <fweimer@redhat.com>
1704             Joseph Myers  <joseph@codesourcery.com>
1705             Adam Conrad  <adconrad@0c3.net>
1706             Andreas Schwab  <schwab@suse.de>
1707             Brooks  <bmoses@google.com>
1708
1709         [BZ #17625]
1710         * wordexp-test.c (__dso_handle): Add prototype.
1711         (__register_atfork): Likewise.
1712         (__app_register_atfork): New function.
1713         (registered_forks): New global.
1714         (register_fork): New function.
1715         (test_case): Add 3 new tests for WRDE_CMDSUB.
1716         (main): Call __app_register_atfork.
1717         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1718         fork count is non-zero fail the test.
1719         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1720         is set.
1721         (parse_dollars): Remove check for WRDE_NOCMD.
1722         (parse_dquote): Likewise.
1723
1724 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1725
1726         * Makeconfig (built-modules): List non-library modules to be
1727         built.
1728         (module-cppflags): Include libc-modules.h for
1729         everything except shlib-versions.v.i.
1730         (CPPFLAGS): Use it.
1731         (before-compile): Add libc-modules.h.
1732         ($(common-objpfx)libc-modules.h,
1733         $(common-objpfx)libc-modules.stmp): New targets.
1734         (common-generated): Add libc-modules.h and libc-modules.stmp.
1735         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1736         * include/libc-symbols.h: Don't include libc-modules.h.
1737         * include/libc-modules.h: Remove file.
1738         * scripts/gen-libc-modules.awk: New script to generate
1739         libc-modules.h.
1740         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1741         Depend on libc-modules.stmp.
1742
1743         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1744
1745         * Makeconfig (in-module): Get value of libof set for the
1746         translation unit.
1747         (CPPFLAGS): Use $(in-module).
1748         * Makerules: Don't suffix routine names for nonlib.
1749         * include/libc-modules.h: New file.
1750         * include/libc-symbols.h: Include libc-modules.h
1751         (IS_IN): New macro to replace IS_IN_* macros.
1752         * elf/Makefile: Set libof-* for each routine.
1753         * elf/rtld-Rules: Likewise.
1754         * extra-modules.mk: Likewise.
1755         * iconv/Makefile: Likewise.
1756         * iconvdata/Makefile: Likewise.
1757         * locale/Makefile: Likewise.
1758         * malloc/Makefile: Likewise.
1759         * nss/Makefile: Likewise.
1760         * sysdeps/gnu/Makefile: Likewise.
1761         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1762         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1763         * sysdeps/s390/s390-64/Makefile: Likewise.
1764         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1765         CPPFLAGS for nscd instead of nonlib.
1766
1767 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1768
1769         * nptl/createthread.c: New file.
1770
1771         * nptl/createthread.c: Moved ...
1772         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1773
1774         * nptl/createthread.c: Add proper top-line comment.
1775         (do_clone): Folded into ...
1776         (create_thread): ... here.  Take new arguments STOPPED_START and
1777         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1778         increment __nptl_threads, do event-reporting logic, do
1779         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1780         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1781         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1782         just send SIGCANCEL.
1783         * nptl/pthread_create.c: Forward-declare create_thread before
1784         including createthread.c.
1785         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1786         declaration, and new macro START_THREAD_SELF to replace argument.
1787         Remove return statement.
1788         (report_thread_creation): New function.
1789         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1790         synchronization logic, and __nptl_nthreads increment here, around
1791         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1792         PD->parent_cancelhandling here, before create_thread.  When
1793         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1794         __deallocate_stack, and ENOMEM translation here.
1795
1796 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1797
1798         [BZ #17616]
1799         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1800         (mptwo): Rename to __mptwo.
1801         (__inv): Use __mptwo instead of mptwo.
1802         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1803         (mptwo): Rename to __mptwo.
1804         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1805         of mpone and __mptwo instead of mptwo.
1806         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1807         instead of mpone.
1808         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1809         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1810         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1811         of mpone and __mptwo instead of mptwo.
1812         (__mpranred): Use __mpone instead of mpone.
1813         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1814         variable.
1815         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1816         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1817         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1818         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1819         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1820         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1821         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1822         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1823         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1824         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1825         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1826         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1827         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1828         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1829         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1830         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1831         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1832         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1833         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1834
1835 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1836
1837         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1838         replace BSD Handler xref with BSD Signal Handling.
1839
1840 2014-11-17  Richard Henderson  <rth@redhat.com>
1841
1842         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1843         (_FP_PACK_RAW_2): Remove.
1844         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1845         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1846         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1847         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1848         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1849         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1850         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1851         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1852         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1853         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1854         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1855         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1856         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1857         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1858         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1859         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1860
1861 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1862
1863         * signal/signal.h [__USE_MISC]
1864         (struct sigvec): Remove type.
1865         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1866         (sigvec): Remove declaration.
1867         * sysdeps/posix/sigvec.c: Moved ...
1868         * signal/sigvec.c: ... here, replacing old file.
1869         (struct sigvec): New type, copied from old signal.h definition.
1870         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1871         (__sigvec): Convert definition to prototype.
1872         (sigvec): Replace weak_alias with compat_symbol.
1873         * signal/Versions (libc: GLIBC_2.21): New version set.
1874         * include/signal.h: Remove __sigvec declaration.
1875         * sysdeps/unix/bsd/sigvec.c: Remove file.
1876         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1877         * manual/signal.texi (BSD Handler): Remove subsection.
1878         Move siginterrupt up to ...
1879         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1880         (Blocking in BSD): Fold subsection into its parent.
1881         * NEWS: Mention sigvec removal.
1882
1883 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1884
1885         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1886         (DLA_FMS): Make definition conditional only on [__FMA4__].
1887         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1888         definition.
1889
1890         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1891         Make definition conditional only on [PROF].
1892         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1893         definition.
1894         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1895         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1896
1897         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1898         !__GNUC__].
1899         * include/signal.h (__sigpause): Move declaration above call to
1900         libc_hidden_proto.
1901         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1902         variable.
1903         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1904         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1905
1906 2014-11-14  David S. Miller  <davem@davemloft.net>
1907
1908         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1909         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1910
1911 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1912
1913         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1914         * configure: Regenerated.
1915         * manual/install.texi (Tools for Compilation): Document a
1916         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1917         compiler verified to work.
1918         * INSTALL: Regenerated.
1919
1920         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1921         redeclare with asm name.
1922         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1923         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1924         including <string.h>.
1925         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1926         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1927         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1928         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1929         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1930         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1931         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1932
1933 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1934
1935         * stdlib/strtol.c (__strtol): Use prototype definition.
1936
1937         [BZ #17594]
1938         * stdlib/strtol.c (SYM__): New macro.
1939         (SYM__1): Likewise.
1940         (__strtol): Likewise.
1941         (strtol): Rename to __strtol and define as weak alias of
1942         __strtol.  Use libc_hidden_weak.
1943
1944 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1945
1946         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1947         Use numbered labels in inline assembly.
1948
1949 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1950
1951         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1952         Add setjmp LIBC_PROBE.
1953         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1954         Likewise.
1955         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1956         Add longjmp, longjmp_target LIBC_PROBE.
1957         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1958         Likewise.
1959
1960 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1961
1962         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1963         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1964         to get rid of unused variable warning.
1965
1966 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1967
1968         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1969         Check for unwind_backtrace ==  NULL only in SHARED case.
1970         (__backchain_backtrace): Compile only in SHARED case.
1971         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1972         Likewise.
1973         (__backchain_backtrace): Declare as static.
1974
1975 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1976
1977         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1978         (__libc_multiple_threads_ptr): Variable moved ...
1979         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1980
1981 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1982
1983         * conform/GlibcConform.pm: New file.
1984         * conform/conformtest.pl: Use GlibcConform module.
1985         * conform/linknamespace.pl: New file.
1986         * conform/list-header-symbols.pl: Likewise.
1987         * conform/Makefile (linknamespace-symlists-base): New variable.
1988         (linknamespace-symlists-tests): Likewise.
1989         (linknamespace-header-base): Likewise.
1990         (linknamespace-header-tests): Likewise.
1991         (tests-special): Add new tests.
1992         ($(linknamespace-symlists-tests)): New rule.
1993         (linknamespace-libs): New variable.
1994         ($(objpfx)symlist-stdlibs): New rule.
1995         ($(linknamespace-header-tests)): Likewise.
1996         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1997         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1998         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1999         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2000         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2001         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2002         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2003         (test-xfail-ISO/math.h/linknamespace): Likewise.
2004         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2005         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2006         (test-xfail-ISO/time.h/linknamespace): Likewise.
2007         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2008         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2009         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2010         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2011         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2012         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2013         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2014         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2015         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2016         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2017         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2018         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2019         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2020         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2021         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2022         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2023         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2024         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2025         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2026         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2027         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2028         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2029         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2030         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2031         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2032         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2033         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2034         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2035         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2036         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2037         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2038         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2039         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2040         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2041         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2042         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2043         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2044         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2045         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2046         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2047         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2048         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2049         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2050         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2051         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2052         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2053         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2054         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2055         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2056         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2057         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2058         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2059         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2060         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2061         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2062         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2063         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2064         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2065         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2066         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2067         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2068         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2069         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2070         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2071         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2072         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2073         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2074         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2075         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2076         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2077         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2078         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2079         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2080         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2081         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2082         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2083         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2084         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2085         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2086         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2087         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2088         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2089         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2090         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2091         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2092         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2093         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2094         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2095         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2096         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2097         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2098         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2099         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2100         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2101         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2102         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2103         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2104         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2105         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2106         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2107         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2108         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2109         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2110         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2111         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2112         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2113         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2114         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2115         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2116         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2117         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2118         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2119         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2120         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2121         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2122         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2123         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2124         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2125         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2126         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2127         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2128         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2129         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2130         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2131         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2132         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2133         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2134         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2135         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2136         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2137         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2138         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2139         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2140         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2141         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2142         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2143         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2144         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2145         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2146         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2147         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2148         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2149         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2150         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2151         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2152         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2153         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2154         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2155         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2156         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2157
2158         [BZ #17589]
2159         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2160         of fgets_unlocked.
2161
2162         [BZ #17585]
2163         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2164         (memmem): Rename to __memmem and define as weak alias of
2165         __memmem.  Use libc_hidden_weak.
2166         (__memmem): Use libc_hidden_def.
2167         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2168         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2169         memmem.
2170
2171         [BZ #17582]
2172         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2173         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2174         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2175         and define as weak alias of __fgets_unlocked.  Use
2176         libc_hidden_weak.
2177         (__fgets_unlocked): Use libc_hidden_def.
2178         * include/stdio.h (__fgets_unlocked): Declare.  Use
2179         libc_hidden_proto.
2180         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2181         __fgets_unlocked instead of fgets_unlocked.
2182         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2183         (GET_NPROCS_CONF_PARSER): Likewise.
2184         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2185         (GET_NPROCS_CONF_PARSER): Likewise.
2186
2187         [BZ #17574]
2188         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2189         weak alias of __wmemset.  Use libc_hidden_weak.
2190         (__wmemset): Use libc_hidden_def.
2191         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2192         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2193         of wmemset.
2194
2195         [BZ #17573]
2196         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2197         with asm name __mempcpy.
2198         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2199
2200         [BZ #17572]
2201         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2202         and define as weak alias of __rawmemchr.
2203         (__rawmemchr): Do not define as strong alias of rawmemchr.
2204
2205         [BZ #17571]
2206         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2207         alias of __qsort_r.
2208         (qsort): Call __qsort_r instead of qsort_r.
2209         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2210         (__qsort_r): Declare.  Call libc_hidden_proto.
2211         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2212         instead of qsort_r.
2213         * nscd/gai.c (__qsort_r): Define to qsort_r.
2214         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2215         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2216         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2217
2218         [BZ #17570]
2219         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2220         define as weak alias of __malloc_info.
2221
2222         [BZ #17584]
2223         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2224         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2225         (__rewinddir): Use libc_hidden_def.
2226         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2227         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2228         (__rewinddir): Use libc_hidden_def.
2229         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2230         weak alias of __rewinddir.  Don't use libc_hidden_def.
2231         (__rewinddir): Use libc_hidden_def.
2232         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2233         (__rewinddir): Use libc_hidden_proto.
2234         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2235         rewinddir.
2236         (__getcwd): Use __rewinddir instead of rewinddir.
2237
2238         [BZ #17583]
2239         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2240         alias of __fileno.  Use libc_hidden_weak.
2241         (__fileno): Use libc_hidden_def.
2242         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2243         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2244         alias of __ftello.
2245         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2246         __ftello.
2247         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2248         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2249         libc_hidden_def.
2250         (fread_unlocked): Don't use libc_hidden_ver.
2251         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2252         and define as weak alias of __fread_unlocked.  Don't use
2253         libc_hidden_def.
2254         (__fread_unlocked): Use libc_hidden_def.
2255         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2256         (ftello): Don't use libc_hidden_proto.
2257         (__ftello): Declare.  Use libc_hidden_proto.
2258         (fread_unlocked): Don't use libc_hidden_proto.
2259         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2260         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2261         and __ftello instead of fileno, fread_unlocked and ftello.
2262
2263 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2264
2265         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2266         GOT12.
2267         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2268         Likewise.
2269         (_dl_start_user): Likewise.
2270         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2271
2272 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2273             Siddhesh Poyarekar  <siddhesh@redhat.com>
2274
2275         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2276         Move argv and envp down instead of moving argc up.
2277         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2278
2279 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2280
2281         [BZ #17506]
2282         * test-skeleton.c (main): Return successful if one of
2283         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2284         * string/tst-strcoll-overflow.c: Define expected status.
2285
2286 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2287
2288         [BZ #17475]
2289         * locale/iso-639.def: Define Bhili and Tulu language codes.
2290
2291 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2292
2293         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2294
2295 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2296
2297         [BZ #17555]
2298         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2299
2300 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2301
2302         * configure.ac: Updated check of minimal required version to
2303         2.22.
2304         * manual/install.texi (Tools for Compilation): Updated version
2305         number.
2306         * configure: Regenerated.
2307         * INSTALL: Likewise.
2308
2309 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2310
2311         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2312         __tls_get_addr.
2313
2314 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2315
2316         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2317         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2318         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2319         libc_hidden_weak.
2320         (waitpid): Define as alias of __waitpid.
2321         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2322         __waitpid.
2323         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2324         libc_hidden_weak.
2325         (waitpid): Define as alias of __waitpid.
2326         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2327         __libc_waitpid alias.
2328         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2329         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2330         Likewise.
2331         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2332         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2333         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2334         alias.
2335         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2336         __waitpid.
2337         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2338         libc_hidden_weak.
2339         (waitpid): Define as alias of __waitpid.
2340
2341 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2342
2343         * manual/llio.texi: Add comment that write safety has been
2344         fixed in Linux.
2345
2346         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2347         (localplt-build-dso): Add elf/ld.so.
2348         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2349         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2350         and free for ld.so.
2351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2352         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2354         Likewise.
2355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2356         Likewise.
2357         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2358         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2359         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2360         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2361         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2362         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2363         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2364         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2365         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2366         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2367         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2368
2369 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2370
2371         [BZ #14132]
2372         * include/libc-symbols.h (INTUSE): Remove macro.
2373         (INTDEF): Likewise.
2374         (INTVARDEF): Likewise.
2375         (_INTVARDEF): Likewise.
2376         (INTDEF2): Likewise.
2377         (INTVARDEF2): Likewise.
2378         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2379         rtld_hidden_def instead of INTVARDEF.
2380         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2381         (_dl_starting_up_internal): Remove declaration.
2382         (_dl_starting_up): Use rtld_hidden_proto.
2383         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2384         declaration.
2385         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2386         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2387         _dl_starting_up.
2388         * elf/dl-writev.h (_dl_writev): Likewise.
2389         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2390         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2391         _dl_starting_up_internal.
2392
2393 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2394
2395         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2396         test-skeleton.c.
2397
2398 2014-11-05  Will Newton  <will.newton@linaro.org>
2399
2400         * benchtests/Makefile: (bench-malloc): Add malloc thread
2401         scalability benchmark.
2402         * benchtests/bench-malloc-threads.c: New file.
2403
2404 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2405
2406         * sysdeps/aarch64/strchrnul.S: New file.
2407
2408 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2409
2410         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2411         definition.
2412         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2413         Likwise.
2414         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2415         Likewise.
2416         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2417         Likewise.
2418         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2419         Likewise.
2420         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2421         Likewise.
2422
2423 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2424
2425         * catgets/test-gencat.c: Use test-skeleton.c.
2426         * catgets/tst-catgets.c: Likewise.
2427         * csu/tst-empty.c: Likewise.
2428         * elf/tst-audit2.c: Likewise.
2429         * elf/tst-global1.c: Likewise.
2430         * elf/tst-pathopt.c: Likewise.
2431         * elf/tst-piemod1.c: Likewise.
2432         * elf/tst-tls10.c: Likewise.
2433         * elf/tst-tls11.c: Likewise.
2434         * elf/tst-tls12.c: Likewise.
2435         * gnulib/tst-gcc.c: Likewise.
2436         * iconvdata/tst-e2big.c: Likewise.
2437         * iconvdata/tst-loading.c: Likewise.
2438         * iconv/tst-iconv1.c: Likewise.
2439         * iconv/tst-iconv2.c: Likewise.
2440         * inet/test-inet6_opt.c: Likewise.
2441         * inet/tst-gethnm.c: Likewise.
2442         * inet/tst-network.c: Likewise.
2443         * inet/tst-ntoa.c: Likewise.
2444         * intl/tst-codeset.c: Likewise.
2445         * intl/tst-gettext2.c: Likewise.
2446         * intl/tst-gettext3.c: Likewise.
2447         * intl/tst-ngettext.c: Likewise.
2448         * intl/tst-translit.c: Likewise.
2449         * io/test-stat.c: Likewise.
2450         * libio/test-fmemopen.c: Likewise.
2451         * libio/tst-freopen.c: Likewise.
2452         * libio/tst-sscanf.c: Likewise.
2453         * libio/tst-ungetwc1.c: Likewise.
2454         * libio/tst-ungetwc2.c: Likewise.
2455         * libio/tst-widetext.c: Likewise.
2456         * localedata/tst-ctype.c: Likewise.
2457         * localedata/tst-digits.c: Likewise.
2458         * localedata/tst-leaks.c: Likewise.
2459         * localedata/tst-mbswcs1.c: Likewise.
2460         * localedata/tst-mbswcs2.c: Likewise.
2461         * localedata/tst-mbswcs3.c: Likewise.
2462         * localedata/tst-mbswcs4.c: Likewise.
2463         * localedata/tst-mbswcs5.c: Likewise.
2464         * localedata/tst-setlocale.c: Likewise.
2465         * localedata/tst-trans.c: Likewise.
2466         * localedata/tst-wctype.c: Likewise.
2467         * localedata/tst-xlocale1.c: Likewise.
2468         * login/tst-grantpt.c: Likewise.
2469         * malloc/tst-calloc.c: Likewise.
2470         * malloc/tst-malloc.c: Likewise.
2471         * malloc/tst-mallocstate.c: Likewise.
2472         * malloc/tst-mcheck.c: Likewise.
2473         * malloc/tst-mtrace.c: Likewise.
2474         * malloc/tst-obstack.c: Likewise.
2475         * math/atest-exp2.c: Likewise.
2476         * math/atest-exp.c: Likewise.
2477         * math/atest-sincos.c: Likewise.
2478         * math/test-matherr.c: Likewise.
2479         * math/test-misc.c: Likewise.
2480         * math/test-powl.c: Likewise.
2481         * math/tst-definitions.c: Likewise.
2482         * misc/tst-dirname.c: Likewise.
2483         * misc/tst-efgcvt.c: Likewise.
2484         * misc/tst-fdset.c: Likewise.
2485         * misc/tst-hsearch.c: Likewise.
2486         * misc/tst-mntent2.c: Likewise.
2487         * nptl/tst-sem7.c: Likewise.
2488         * nptl/tst-sem8.c: Likewise.
2489         * nptl/tst-sem9.c: Likewise.
2490         * nss/test-netdb.c: Likewise.
2491         * posix/tst-fnmatch.c: Likewise.
2492         * posix/tst-getlogin.c: Likewise.
2493         * posix/tst-gnuglob.c: Likewise.
2494         * posix/tst-mmap.c: Likewise.
2495         * pwd/tst-getpw.c: Likewise.
2496         * resolv/tst-inet_ntop.c: Likewise.
2497         * rt/tst-timer.c: Likewise.
2498         * stdio-common/test-fseek.c: Likewise.
2499         * stdio-common/test-popen.c: Likewise.
2500         * stdio-common/test-vfprintf.c: Likewise.
2501         * stdio-common/tst-cookie.c: Likewise.
2502         * stdio-common/tst-fileno.c: Likewise.
2503         * stdio-common/tst-gets.c: Likewise.
2504         * stdio-common/tst-obprintf.c: Likewise.
2505         * stdio-common/tst-perror.c: Likewise.
2506         * stdio-common/tst-sprintf2.c: Likewise.
2507         * stdio-common/tst-sprintf3.c: Likewise.
2508         * stdio-common/tst-sprintf.c: Likewise.
2509         * stdio-common/tst-swprintf.c: Likewise.
2510         * stdio-common/tst-tmpnam.c: Likewise.
2511         * stdio-common/tst-unbputc.c: Likewise.
2512         * stdio-common/tst-wc-printf.c: Likewise.
2513         * stdlib/tst-environ.c: Likewise.
2514         * stdlib/tst-fmtmsg.c: Likewise.
2515         * stdlib/tst-limits.c: Likewise.
2516         * stdlib/tst-rand48-2.c: Likewise.
2517         * stdlib/tst-rand48.c: Likewise.
2518         * stdlib/tst-random2.c: Likewise.
2519         * stdlib/tst-random.c: Likewise.
2520         * stdlib/tst-strtol.c: Likewise.
2521         * stdlib/tst-strtoll.c: Likewise.
2522         * stdlib/tst-tls-atexit.c: Likewise.
2523         * stdlib/tst-xpg-basename.c: Likewise.
2524         * string/test-ffs.c: Likewise.
2525         * string/tst-bswap.c: Likewise.
2526         * string/tst-inlcall.c: Likewise.
2527         * string/tst-strtok.c: Likewise.
2528         * string/tst-strxfrm.c: Likewise.
2529         * sysdeps/x86_64/tst-audit10.c: Likewise.
2530         * sysdeps/x86_64/tst-audit3.c: Likewise.
2531         * sysdeps/x86_64/tst-audit4.c: Likewise.
2532         * sysdeps/x86_64/tst-audit5.c: Likewise.
2533         * time/tst-ftime_l.c: Likewise.
2534         * time/tst-getdate.c: Likewise.
2535         * time/tst-mktime3.c: Likewise.
2536         * time/tst-mktime.c: Likewise.
2537         * time/tst-posixtz.c: Likewise.
2538         * time/tst-strptime2.c: Likewise.
2539         * time/tst-strptime3.c: Likewise.
2540         * wcsmbs/tst-btowc.c: Likewise.
2541         * wcsmbs/tst-mbrtowc.c: Likewise.
2542         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2543         * wcsmbs/tst-wchar-h.c: Likewise.
2544         * wcsmbs/tst-wcpncpy.c: Likewise.
2545         * wcsmbs/tst-wcrtomb.c: Likewise.
2546         * wcsmbs/tst-wcsnlen.c: Likewise.
2547         * wcsmbs/tst-wcstof.c: Likewise.
2548
2549 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2550
2551         [BZ #14132]
2552         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2553         INTDEF.
2554         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2555         declaration.
2556         (_dl_mcount): Use rtld_hidden_proto.
2557         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2558         _dl_mcount.
2559         * elf/rtld.c (_rtld_global_ro): Likewise.
2560
2561         [BZ #14132]
2562         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2563         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2564         of _dl_init_internal.
2565         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2566         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2567         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2568         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2569         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2570         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2571         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2572         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2573         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2574         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2575         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2576         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2577         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2578         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2579         * sysdeps/tile/dl-start.S (_start): Likewise.
2580         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2581         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2582
2583         [BZ #14132]
2584         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2585         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2586         (rtld_progname): Make macro definition unconditional.
2587         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2588         INTDEF.
2589         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2590         (dl_main): Likewise.
2591         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2592         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2593         instead of _dl_argv_internal.
2594         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2595         __GI__dl_argv instead of INTUSE(_dl_argv).
2596         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2597         __GI__dl_argv instead of _dl_argv_internal.
2598
2599         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2600         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2601         macro.
2602         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2603         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2604         New macro.
2605         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2606         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2607         macro.
2608         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2609         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2610
2611 2014-11-04  Andreas Schwab  <schwab@suse.de>
2612
2613         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2614
2615 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2616
2617         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2618         mtvsrd instruction in binary form.
2619
2620 2014-11-03  Andreas Schwab  <schwab@suse.de>
2621
2622         [BZ #17522]
2623         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2624         for less than MB_LEN_MAX use a local buffer of that size.
2625         * libio/tst-fputws.c: New file.
2626         * libio/Makefile (tests): Add tst-fputws.
2627
2628 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2629
2630         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2631         the size of the fpu_fr.fpu_dregs[] array.
2632
2633 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2634
2635         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2636         (__nanosleep): Do not define as alias.
2637         (nanosleep): Define as alias of __nanosleep.
2638         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2639         __libc_nanosleep name.
2640
2641 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2642
2643         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2644         install.texi in comment.
2645
2646 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2647
2648         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2649         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2650         ... add here and use lwsync or sync ...
2651         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2652         ... and add here using lwsync.
2653
2654 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2655
2656         * elf/dl-machine-reject-phdr.h: New file.
2657         * elf/dl-load.c: #include that.
2658         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2659         if that returned true.
2660
2661 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2662
2663         [BZ #17496]
2664         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2665         gen-as-const-headers chunk.  Add a big scare comment after the last
2666         safe place to touch before-compile.
2667
2668 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2669
2670         * manual/install.texi (Tools for Compilation): Update autoconf
2671         version requirements.
2672         * INSTALL: Regenerated.
2673
2674         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2675         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2676         (__libc_pselect): Likewise.
2677
2678         [BZ #14138]
2679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2683
2684 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2685
2686         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2687         correct barrier instruction.
2688         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2689         Likewise.
2690         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2691         Likewise.
2692
2693 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2694
2695         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2696         after defining inlines.  Instead, just use parens to defeat macro
2697         expansion of __isctype in its declaration.
2698
2699 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2700
2701         * include/sys/uio.h (__libc_readv): Remove declaration.
2702         (__libc_writev): Likewise.
2703         * misc/readv.c (__libc_readv): Rename to __readv.
2704         (__readv): Do not define as alias.
2705         (readv): Define as alias of __readv.
2706         * misc/writev.c (__libc_writev): Rename to __writev.
2707         (__writev): Do not define as alias.
2708         (writev): Define as alias of __writev.
2709         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2710         (__readv): Do not define as alias.
2711         (readv): Define unconditionally as alias of __readv.
2712         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2713         (__writev): Do not define as alias.
2714         (writev): Define unconditionally as alias of __writev.
2715         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2716         name.
2717         (writev): Do not define __libc_writev name.
2718
2719 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2720
2721         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2722         (convert_charseq): New function, broken out of ...
2723         (use_from_charmap): ... here.  Call it.
2724         (use_to_charmap): Use convert_charseq and free instead of duplicating
2725         its code with a variable-length stack struct.
2726
2727 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2728
2729         * include/fcntl.h (__libc_creat): Remove declaration.
2730         * io/creat.c (__libc_creat): Rename to creat.
2731         (creat): Do not define as alias.
2732         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2733         of creat instead of __libc_creat.
2734         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2735         to creat.
2736         (creat): Do not define as alias.
2737         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2738         __libc_creat.
2739         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2740         __libc_creat name.
2741         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2742         Likewise.
2743
2744 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2745
2746         * manual/llio.texi: Add comments discussing why write() may be
2747         considered MT-unsafe on Linux.
2748
2749 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2750
2751         * dl-load.c (local_strdup): Remove.
2752         (expand_dynamic_string_token): Use __strdup.
2753         (decompose_rpath): Likewise.
2754         (_dl_map_object): Likewise.
2755
2756 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2757
2758         [BZ #14132]
2759         * sysdeps/generic/unwind-dw2-fde.c
2760         (__register_frame_info_bases_internal): Do not declare.
2761         (__register_frame_info_table_bases_internal): Likewise.
2762         (__deregister_frame_info_bases_internal): Likewise.
2763         (__register_frame_info_bases): Declare and use hidden_proto before
2764         definition.  Use hidden_def instead of INTDEF.
2765         (__register_frame_info_table_bases): Likewise.
2766         (__deregister_frame_info_bases): Likewise.
2767         (__register_frame_info): Do not use INTUSE.
2768         (__register_frame): Likewise.
2769         (__register_frame_info_table): Likewise.
2770         (__register_frame_table): Likewise.
2771         (__deregister_frame_info): Likewise.
2772         (__deregister_frame): Likewise.
2773
2774 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2775
2776         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2777         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2778         not undefine.
2779         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2780         Likewise.
2781         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2782         Likewise.
2783
2784 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2785
2786         [BZ #14138]
2787         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2788         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2789         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2790         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2791         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2792         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2793         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2794         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2795         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2796         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2797         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2798         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2799         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2800         syscall.
2801         (setfsuid): Likewise.
2802         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2803         (setfsuid): Likewise.
2804         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2805         (setfsuid): Likewise.
2806         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2807         Likewise.
2808         (setfsuid): Likewise.
2809         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2810         (setfsuid): Likewise.
2811         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2812         Likewise.
2813         (setfsuid): Likewise.
2814
2815 2014-10-27  Andreas Schwab  <schwab@suse.de>
2816
2817         [BZ #17501]
2818         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2819         check for Slow_SSE4_2 feature bit.
2820         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2821         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2822         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2823         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2824
2825 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2826
2827         * configure.ac: Validate compiler version with a empirical test of
2828         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2829         $CC -v output.
2830         * configure: Regenerated.
2831
2832         * inet/htons.c (htons): Prototypify.
2833         * inet/htonl.c (htonl): Likewise.
2834
2835 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2836
2837         * string/strncat.c (strncat): Improve performance by using strlen.
2838
2839 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2840
2841         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2842
2843 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2844
2845         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2846         Call libc_fetestexcept_aarch64.
2847
2848 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2849
2850         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2851         Call libc_feholdexcept_aarch64.
2852
2853 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2854
2855         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2856         Call get_rounding_mode.
2857
2858 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2859
2860         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2861         Simplify logic.
2862
2863 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2864
2865         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2866         Simplify logic.
2867
2868 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2869
2870         [BZ #14138]
2871         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2872         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2873         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2874         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2875         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2876         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2877         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2878         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2879         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2880         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2881         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2882         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2883         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2884         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2885         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2886         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2887         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2888         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2889         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2890         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2891         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2892         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2893         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2894         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2895         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2896         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2897         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2898         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2899         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2900         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2901         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2902         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2903         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2904         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2905         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2906         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2907         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2908         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2909         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2910         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2911         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2912         syscall.
2913         (geteuid): Likewise.
2914         (getgid): Likewise.
2915         (getuid): Likewise.
2916         (getresgid): Likewise.
2917         (getresuid): Likewise.
2918         (getgroups): Likewise.
2919         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2920         (geteuid): Likewise.
2921         (getgid): Likewise.
2922         (getuid): Likewise.
2923         (getresgid): Likewise.
2924         (getresuid): Likewise.
2925         (getgroups): Likewise.
2926         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2927         (geteuid): Likewise.
2928         (getgid): Likewise.
2929         (getuid): Likewise.
2930         (getresgid): Likewise.
2931         (getresuid): Likewise.
2932         (getgroups): Likewise.
2933         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2934         Likewise.
2935         (geteuid): Likewise.
2936         (getgid): Likewise.
2937         (getuid): Likewise.
2938         (getresgid): Likewise.
2939         (getresuid): Likewise.
2940         (getgroups): Likewise.
2941         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2942         (geteuid): Likewise.
2943         (getgid): Likewise.
2944         (getuid): Likewise.
2945         (getresgid): Likewise.
2946         (getresuid): Likewise.
2947         (getgroups): Likewise.
2948         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2949         Likewise.
2950         (geteuid): Likewise.
2951         (getgid): Likewise.
2952         (getuid): Likewise.
2953         (getgroups): Likewise.
2954
2955         [BZ #14138]
2956         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2957         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2958         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2959         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2960         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2961         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2962         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2963         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2964         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2965         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2966         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2967         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2968         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2969         __chown.
2970         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2971         (lchown): Likewise.
2972         (fchown): Likewise.
2973         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2974         Likewise.
2975         (lchown): Likewise.
2976         (fchown): Likewise.
2977         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2978         (lchown): Likewise.
2979         (fchown): Likewise.
2980         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2981         Likewise.
2982         (lchown): Likewise.
2983         (fchown): Likewise.
2984
2985 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2986
2987         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2988         Simplify logic.
2989
2990 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2991
2992         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2993         Cleanup logic.
2994
2995 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2996
2997         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2998         Remove unused include.
2999
3000 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3001
3002         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3003         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3004         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3005         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3006
3007 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3008             Helge Deller <deller@gmx.de>
3009
3010         [BZ #17508]
3011         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3012         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3013         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3014
3015 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3016
3017         [BZ #14132]
3018         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3019         Remove macro definition.
3020         (__ashrdi3_v_glibc20): Likewise.
3021         (__lshrdi3_v_glibc20): Likewise.
3022         (__cmpdi2_v_glibc20): Likewise.
3023         (__ucmpdi2_v_glibc20): Likewise.
3024         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3025         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3026         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3027         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3028         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3029         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3030
3031 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3032
3033         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3034         old GNU extension [0] syntax.
3035         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3036         alloca rather than an array member with variable length.
3037         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3038         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3039         (parse_opt): ... here.  Likewise use alloca there.
3040         Validate the -i argument before checking for rootness.
3041         (send_shutdown): New function, broken out of ...
3042         (parse_opt): ... here.
3043
3044 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3045
3046         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3047         macro to get at the _rt_local_ro field.
3048         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3049         ([PIC] case) or _dl_hwcap ([!PIC] case).
3050         * sysdeps/arm/setjmp.S: Likewise.
3051
3052         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3053         * sysdeps/arm/configure.ac: New check to define it.
3054         * sysdeps/arm/configure: Regenerated.
3055         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3056         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3057         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3058         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3059         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3060         Use move/movt pair instead of a load.
3061         (LDST_GLOBAL): Macro removed.
3062         (LDR_GLOBAL): New macro replaces it.
3063         (LDR_HIDDEN): New macro.
3064         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3065         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3066
3067         * setjmp/tst-setjmp-static.c: New file.
3068         * setjmp/Makefile (tests): Add it.
3069         (tests-static): New variable.
3070
3071 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3072
3073         [BZ #17485]
3074         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3075
3076 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3077
3078         [BZ #14132]
3079         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3080
3081 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3082
3083         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3084
3085 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3086
3087         * io/fts.c (dirent_not_directory): New function.
3088         (fts_build): Call it.
3089
3090 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3091
3092         * nptl/version.c (__nptl_main): Use normal __write rather than
3093         INTERNAL_SYSCALL.
3094         (banner): Update copyright years.
3095
3096         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3097         gettimeofday.
3098         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3099         * nptl/pthread_cond_timedwait.c: Likewise.
3100         * nptl/pthread_mutex_timedlock.c: Likewise.
3101         * nptl/sem_timedwait.c: Likewise.
3102
3103         * sysdeps/nptl/bits/libc-lock.h
3104         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3105         (__libc_lock_init_recursive): Return void, not 0.
3106         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3107         (__libc_rwlock_init): Likewise.
3108         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3109
3110 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3111
3112         [BZ #15215]
3113         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3114         (__pthread_once_slow): ... here.
3115         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3116         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3117
3118 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3119
3120         [BZ #15215]
3121         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3122         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3123         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3124         * nptl/pthread_once.c (__pthread_once): Likewise.
3125         Update comments.
3126
3127 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3128
3129         [BZ #14138]
3130         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3131         name.
3132         (writev): Use __libc_writev as strong name.
3133         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3134         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3135
3136 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3137
3138         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3139
3140         * sysdeps/i386/nptl/tls.h
3141         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3142         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3143         New macros.
3144         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3145         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3146         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3147         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3148         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3149         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3150
3151         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3152         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3153         on [__NR_futex].
3154         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3155         broken out of ...
3156         (__pthread_mutex_init): ... here.  Call it.
3157         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3158         Conditionalize PI cases on [__NR_futex].
3159         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3160         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3161         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3162
3163         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3164         conditional on [SIGSETXID].
3165         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3166         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3167         is defined.  Likewise for SIGSETXID.
3168         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3169         Conditionalize definitions on [SIGSETXID].
3170         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3171         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3172         unblocking on [SIGCANCEL].
3173
3174         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3175         [__NR_set_robust_list].
3176
3177 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3178
3179         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3180         (do_compare): Likewise.
3181
3182 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3183
3184         [BZ #15884]
3185         * string/strcoll_l.c: Don't include stdio.h.
3186         (coll_seq): Remove members idxarr and rulearr.
3187         (get_next_seq_cached): Remove function.
3188         (get_next_seq): Likewise.
3189         (get_next_seq_nocache): Rename to get_next_seq.
3190         (do_compare): Remove function.
3191         (do_compare_nocache): Rename to do_compare.
3192         (STRCOLL): Remove weight and rules cache.
3193
3194 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3195
3196         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3197         * sysdeps/arm/sfp-machine.h: ... to here.
3198         * sysdeps/arm/Implies: Remove arm/soft-fp.
3199
3200 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3201
3202         * conform/data/sys/utsname.h-data (*_t): Allow.
3203         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3204         [POSIX] (WEXITED): Do not expect constant.
3205         [POSIX] (WSTOPPED): Likewise.
3206         [POSIX] (WNOHANG): Likewise.
3207         [POSIX] (WNOWAIT): Likewise.
3208         [POSIX] (siginfo_t): Do not expect type or elements.
3209         [POSIX] (pid_t): Do not expect type.
3210         [POSIX] (signal.h): Do not allow header.
3211         [POSIX] (sys/resource.h): Likewise.
3212         [POSIX] (si_*): Do not allow pattern.
3213         [POSIX] (W*): Likewise.
3214         [POSIX] (P_*): Likewise.
3215         [POSIX] (BUS_*): Likewise.
3216         [POSIX] (CLD_*): Likewise.
3217         [POSIX] (FPE_*): Likewise.
3218         [POSIX] (ILL_*): Likewise.
3219         [POSIX] (POLL_*): Likewise.
3220         [POSIX] (SEGV_*): Likewise.
3221         [POSIX] (SI_*): Likewise.
3222         [POSIX] (TRAP_*): Likewise.
3223         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3224         variable.
3225
3226 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3227
3228         [BZ #12926]
3229         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3230         infinite loop when __recvmsg returns 0.
3231
3232 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3233
3234         * CANCEL-FCT-WAIVE: Remove file.
3235         * CANCEL-FILE-WAIVE: Likewise.
3236
3237         [BZ #14132]
3238         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3239         instead of INTVARDEF.
3240         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3241         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3242         rtld_hidden_data_def instead of INTVARDEF.
3243         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3244         * elf/dl-deps.c (expand_dst): Likewise.
3245         * elf/dl-load.c (_dl_dst_count): Likewise.
3246         (_dl_dst_substitute): Likewise.
3247         (decompose_rpath): Likewise.
3248         (_dl_init_paths): Likewise.
3249         (open_path): Likewise.
3250         (_dl_map_object): Likewise.
3251         * elf/rtld.c (dl_main): Likewise.
3252         (process_dl_audit): Likewise.
3253         (process_envvars): Likewise.
3254         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3255         Remove declaration.
3256         (__libc_enable_secure): Use rtld_hidden_proto.
3257
3258 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3259
3260         * elf/dl-load.c
3261         (add_path): New function broken out of _dl_rtld_di_serinfo.
3262         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3263
3264 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3265
3266         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3267         parentheses around macro arguments.
3268         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3269         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3270         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3271         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3272         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3273         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3274         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3275         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3276         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3277         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3278         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3279         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3280         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3281         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3282         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3283         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3284         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3285         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3286         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3287         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3288         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3289         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3290         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3291         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3292         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3293         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3294         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3295         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3296         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3297         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3298         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3299         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3300         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3301         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3302         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3303         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3304         Likewise.
3305         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3306         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3307         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3308         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3309         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3310         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3311         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3312         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3313         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3314         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3315         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3316         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3317         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3318         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3319         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3320         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3321         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3322         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3323         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3324         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3325         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3326         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3327         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3328         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3329         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3330         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3331         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3332         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3333         (_FP_FRAC_SRS_1): Likewise.
3334         (_FP_FRAC_CLZ_1): Likewise.
3335         (_FP_MUL_MEAT_1_imm): Likewise.
3336         (_FP_MUL_MEAT_1_wide): Likewise.
3337         (_FP_MUL_MEAT_1_hard): Likewise.
3338         (_FP_SQRT_MEAT_1): Likewise.
3339         (_FP_FRAC_ASSEMBLE_1): Likewise.
3340         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3341         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3342         (__FP_CLZ_2): Likewise.
3343         (_FP_MUL_MEAT_2_wide): Likewise.
3344         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3345         (_FP_MUL_MEAT_2_gmp): Likewise.
3346         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3347         (_FP_SQRT_MEAT_2): Likewise.
3348         (_FP_FRAC_ASSEMBLE_2): Likewise.
3349         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3350         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3351         (_FP_FRAC_CLZ_4): Likewise.
3352         (_FP_MUL_MEAT_4_wide): Likewise.
3353         (_FP_MUL_MEAT_4_gmp): Likewise.
3354         (_FP_SQRT_MEAT_4): Likewise.
3355         (_FP_FRAC_ASSEMBLE_4): Likewise.
3356         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3357         * soft-fp/op-common.h (_FP_CMP): Likewise.
3358         (_FP_CMP_EQ): Likewise.
3359         (_FP_CMP_UNORD): Likewise.
3360         (_FP_TO_INT): Likewise.
3361         (_FP_FROM_INT): Likewise.
3362         [!__FP_CLZ] (__FP_CLZ): Likewise.
3363         (_FP_DIV_HELP_imm): Likewise.
3364         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3365         Likewise.
3366         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3367         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3368         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3369         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3370         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3371         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3372         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3373         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3374         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3375         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3376         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3377         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3378         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3379         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3380         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3381         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3382         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3383         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3384         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3385         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3386         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3387         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3388         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3389         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3390         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3391         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3392         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3393         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3394         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3395         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3396         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3397         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3398         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3399         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3400         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3401         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3402         (FP_UNPACK_RAW_SP): Likewise.
3403         (FP_PACK_RAW_S): Likewise.
3404         (FP_PACK_RAW_SP): Likewise.
3405         (FP_UNPACK_S): Likewise.
3406         (FP_UNPACK_SP): Likewise.
3407         (FP_UNPACK_SEMIRAW_S): Likewise.
3408         (FP_UNPACK_SEMIRAW_SP): Likewise.
3409         (FP_PACK_S): Likewise.
3410         (FP_PACK_SP): Likewise.
3411         (FP_PACK_SEMIRAW_S): Likewise.
3412         (FP_PACK_SEMIRAW_SP): Likewise.
3413         (_FP_SQRT_MEAT_S): Likewise.
3414         (FP_CMP_S): Likewise.
3415         (FP_CMP_EQ_S): Likewise.
3416         (FP_CMP_UNORD_S): Likewise.
3417         (FP_TO_INT_S): Likewise.
3418         (FP_FROM_INT_S): Likewise.
3419
3420         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3421
3422         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3423         (FP_EX_INVALID_IMZ): Likewise.
3424         (FP_EX_INVALID_IMZ_FMA): Likewise.
3425         (FP_EX_INVALID_ISI): Likewise.
3426         (FP_EX_INVALID_ZDZ): Likewise.
3427         (FP_EX_INVALID_IDI): Likewise.
3428         (FP_EX_INVALID_SQRT): Likewise.
3429         (FP_EX_INVALID_CVI): Likewise.
3430         (FP_EX_INVALID_VC): Likewise.
3431         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3432         "invalid" exceptions.
3433         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3434         (_FP_ADD_INTERNAL): Likewise.
3435         (_FP_MUL): Likewise.
3436         (_FP_FMA): Likewise.
3437         (_FP_DIV): Likewise.
3438         (_FP_CMP_CHECK_NAN): Likewise.
3439         (_FP_SQRT): Likewise.
3440         (_FP_TO_INT): Likewise.
3441         (FP_EXTEND): Likewise.
3442
3443 2014-10-09  Allan McRae  <allan@archlinux.org>
3444
3445         * po/fr.po: Update French translation from translation project.
3446
3447 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3448
3449         [BZ #14132]
3450         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3451         of INTDEF.
3452         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3453         (__cxa_atexit): Use libc_hidden_proto.
3454         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3455
3456         [BZ #14132]
3457         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3458         declaration.
3459         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3460         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3461         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3462         [!_ISOMAC] (__iswctype_internal): Likewise.
3463         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3464         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3465         alias.
3466         (fcntl): Remove __fcntl_internal alias.
3467         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3468         __connect_internal alias.
3469         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3470         Likewise.
3471
3472         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3473         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3474         FP_DENORM_ZERO.
3475         (_FP_CHECK_FLUSH_ZERO): New macro.
3476         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3477         (_FP_CMP): Likewise.
3478         (_FP_CMP_EQ): Likewise.
3479         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3480         FP_DENORM_ZERO.
3481         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3482         (FP_TRUNC): Likewise.
3483
3484         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3485         treated as invalid conversion, not as normal exponent.
3486
3487         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3488         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3489         (_FP_CMP_EQ): Likewise.
3490         (_FP_CMP_UNORD): Likewise.
3491         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3492         (FP_CMP_EQ_D): Likewise.
3493         (FP_CMP_UNORD_D): Likewise.
3494         * soft-fp/extended.h (FP_CMP_E): Likewise.
3495         (FP_CMP_EQ_E): Likewise.
3496         (FP_CMP_UNORD_E): Likewise.
3497         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3498         (FP_CMP_EQ_Q): Likewise.
3499         (FP_CMP_UNORD_Q): Likewise.
3500         * soft-fp/single.h (FP_CMP_S): Likewise.
3501         (FP_CMP_EQ_S): Likewise.
3502         (FP_CMP_UNORD_S): Likewise.
3503         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3504         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3505         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3506         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3507         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3508         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3509         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3510         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3511         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3512         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3513         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3514         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3515         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3516         to FP_CMP_Q.
3517         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3518         FP_CMP_Q.
3519         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3520         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3521         FP_CMP_EQ_Q.
3522         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3523         FP_CMP_Q.
3524         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3525         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3526         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3527         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3528         FP_CMP_EQ_Q.
3529         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3530         FP_CMP_Q.
3531         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3532         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3533         FP_CMP_EQ_Q.
3534         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3535         FP_CMP_Q.
3536         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3537         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3538         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3539         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3540         FP_CMP_EQ_Q.
3541
3542         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3543         a subnormal result, set the underflow exception if trapping on
3544         underflow is enabled.
3545         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3546         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3547         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3548         redefine to 0.
3549         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3550         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3551         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3552         * soft-fp/extendxftf2.c (__extendxftf2): Use
3553         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3554
3555         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3556         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3557         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3558         FP_HANDLE_EXCEPTIONS.
3559         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3560         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3561         FP_HANDLE_EXCEPTIONS.
3562         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3563         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3564         FP_HANDLE_EXCEPTIONS.
3565         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3566         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3567         FP_HANDLE_EXCEPTIONS.
3568
3569 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3570
3571         [BZ #14132]
3572         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3573         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3574         use INTUSE.
3575         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3576         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3577         Remove alias.
3578         (__adjtimex): Define using libc_hidden_ver.
3579         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3580         Remove declaration.
3581         (ntp_gettime): Call __adjtimex directly.
3582         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3583         Remove declaration.
3584         (ntp_gettimex): Call __adjtimex directly.
3585         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3586         __adjtimex_internal alias.
3587
3588 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3589
3590         [BZ #17460]
3591         * nscd/nscd.c (more_help): Rewrite list of tables collection
3592         using xstrdup and asprintf.
3593
3594         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3595
3596 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3597             Roland McGrath  <roland@hack.frob.com>
3598
3599         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3600         (do_lookup_unique): ... local function 'enter' here; update callers.
3601
3602 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3603
3604         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3605         compat_symbol calls on [SHARED].
3606         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3607         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3608         Remove.
3609         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3610         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3611         (oldsetrlimit): Remove.
3612         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3614         (lchown): New syscall entry.
3615         (oldsetrlimit): Remove.
3616         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3617         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3618         (oldsetrlimit): Remove.
3619         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3620
3621         [BZ #14138]
3622         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3623         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3624         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3625         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3626         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3627         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3628         (fchown): Likewise.
3629         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3630         (fchown): Likewise.
3631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3632         Likewise.
3633
3634 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3635
3636         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3637         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3638         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3639         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3640         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3641         Likewise.
3642         (__old_sem_post): Likewise.
3643
3644 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3645
3646         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3647         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3648         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3649         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3650         Use INLINE_VSYSCALL macro.
3651         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3652         __vdso_clock_gettime.
3653         * sysdeps/unix/sysv/linux/tile/init-first.c
3654         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3655         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3656         __vdso_clock_gettime.
3657
3658         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3659         to set up frame more cleanly.
3660
3661         * sysdeps/tile/memcmp.c: New file.
3662
3663         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3664
3665         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3666         * sysdeps/tile/tilegx/strcasestr.c: New file.
3667         * sysdeps/tile/tilegx/strnlen.c: New file.
3668         * sysdeps/tile/tilegx/strstr.c: New file.
3669
3670         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3671
3672 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3673
3674         * nptl/tst-setuid3.c: Write errors to stdout.
3675
3676 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3677
3678         * elf/dl-deps.c
3679         (preload): New functions broken out of _dl_map_object_deps.
3680         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3681
3682 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3683
3684         [BZ #14138]
3685         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3686         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3687
3688 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3689
3690         * sysdeps/mips/strcmp.S: New.
3691
3692 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3693
3694         [BZ #14138]
3695         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3696         (linkat): Likewise.
3697         (mkdirat): Likewise.
3698         (readlinkat): Likewise.
3699         (renameat): Likewise.
3700         (symlinkat): Likewise.
3701         (unlinkat): Likewise.
3702         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3703         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3704         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3705         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3706         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3707         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3708         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3709
3710 2014-09-30  Will Newton  <will.newton@linaro.org>
3711
3712         * math/math.h: Define long double math functions if
3713         _LIBC_TEST is defined.
3714         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3715
3716         * localedata/Makefile: Move assignment to tests-special
3717         into an ifdef testing run-built-tests.
3718         * timezone/Makefile: Likewise.
3719
3720 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3721
3722         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3723         with $(BASH) not $(SHELL).
3724
3725 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3726             Matthew LeGendre  <legendre1@llnl.gov>
3727
3728         [BZ #17411]
3729         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3730         l_reloc_result.
3731
3732 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3733
3734         * stdio-common/printf_fp.c
3735         (hack_digit): New function, broken out of ...
3736         (__printf_fp): ... local function here.  Update call sites.
3737         hack_digit now takes an additional parameter that is a pointer
3738         to a struct of the referenced locals.  Those locals moved inside
3739         the struct and references updated.
3740
3741 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3742
3743         * aclocal.m4: Require autoconf 2.69.
3744         * configure: Regenerated.
3745         * sysdeps/aarch64/configure: Likewise.
3746         * sysdeps/alpha/configure: Likewise.
3747         * sysdeps/arm/armv7/configure: Likewise.
3748         * sysdeps/arm/configure: Likewise.
3749         * sysdeps/ia64/configure: Likewise.
3750         * sysdeps/mach/configure: Likewise.
3751         * sysdeps/mips/configure: Likewise.
3752         * sysdeps/s390/configure: Likewise.
3753         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3755
3756         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3757         file.
3758         * sysdeps/ia64/configure.ac: Likewise.
3759
3760 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3761
3762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3763         specify symbol version for ld.so.  Do not include entry for
3764         libpthread.
3765         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3766         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3767         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3768
3769         [BZ #14171]
3770         * Makeconfig [$(build-shared) = yes]
3771         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3772         makefiles.
3773         [$(build-shared) = yes && $(soversions.mk-done) = t]
3774         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3775         [$(build-shared) = yes && $(soversions.mk-done) = t]
3776         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3777         to Makerules.
3778         [$(build-shared) = yes && $(soversions.mk-done) = t]
3779         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3780         here.
3781         [$(build-shared) = yes && $(soversions.mk-done) = t]
3782         (common-generated): Don't append gnu/lib-names.h and
3783         gnu/lib-names.stmp here.
3784         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3785         (lib-names-h-abi): New variable.
3786         [$(build-shared) = yes && $(soversions.mk-done) = t]
3787         (lib-names-stmp-abi): Likewise.
3788         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3789         abi-variants] (before-compile): Append
3790         $(common-objpfx)$(lib-names-h-abi).
3791         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3792         abi-variants] (common-generated): Append gnu/lib-names.h.
3793         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3794         abi-variants] (install-others-nosubdir): Depend on
3795         $(inst_includedir)/$(lib-names-h-abi).
3796         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3797         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3798         [$(build-shared) = yes && $(soversions.mk-done) = t]
3799         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3800         [$(build-shared) = yes && $(soversions.mk-done) = t]
3801         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3802         [$(build-shared) = yes && $(soversions.mk-done) = t]
3803         (common-generated): Append $(lib-names-h-abi) and
3804         $(lib-names-stmp-abi).
3805         * scripts/lib-names.awk: Do not handle multi being set.
3806         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3807         Remove variable.
3808         (abi-lp64_be-ld-soname): Likewise.
3809         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3810         Likewise.
3811         (abi-hard-ld-soname): Likewise.
3812         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3813         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3814         Remove variable.
3815         (abi-o32_hard-ld-soname): Likewise.
3816         (abi-o32_soft_2008-ld-soname): Likewise.
3817         (abi-o32_hard_2008-ld-soname): Likewise.
3818         (abi-n32_soft-ld-soname): Likewise.
3819         (abi-n32_hard-ld-soname): Likewise.
3820         (abi-n32_soft_2008-ld-soname): Likewise.
3821         (abi-n32_hard_2008-ld-soname): Likewise.
3822         (abi-n64_soft-ld-soname): Likewise.
3823         (abi-n64_hard-ld-soname): Likewise.
3824         (abi-n64_soft_2008-ld-soname): Likewise.
3825         (abi-n64_hard_2008-ld-soname): Likewise.
3826         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3827         Likewise.
3828         (abi-64-v2-ld-soname): Likewise.
3829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3830         ld.so entries.
3831         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3832         variable.
3833         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3834         entry.
3835         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3836         variable.
3837         (abi-64-ld-soname): Likewise.
3838         (abi-x32-ld-soname): Likewise.
3839         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3840         entry.
3841         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3842
3843 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3844
3845         [BZ #14138]
3846         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3847         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3848         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3849         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3850         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3851         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3852         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3853         syscall entry for GLIBC_2.2 symbol version.
3854         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3855         Likewise.
3856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3857         (setrlimit): Likewise.
3858         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3859         Likewise.
3860
3861 2014-09-23  Will Newton  <will.newton@linaro.org>
3862
3863         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3864         _LINUX_ARM_SYSDEP_H include guard too.
3865         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3866         define.
3867
3868 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3869
3870         * sysdeps/unix/sysv/linux/eventfd.c:
3871         Make first argument unsigned.
3872         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3873         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3874
3875 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3876
3877         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3878         * socket/sys/socket.h: Likewise
3879         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3880
3881 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3882
3883         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3884
3885 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3886
3887         * time/tst-ftime.c: New test.
3888         * time/Makefile (tests): Add tst-ftime.
3889
3890 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3891
3892         * soft-fp/extended.h: Fix comment formatting.
3893         * soft-fp/op-1.h: Likewise.
3894         * soft-fp/op-2.h: Likewise.
3895         * soft-fp/op-4.h: Likewise.
3896         * soft-fp/op-8.h: Likewise.
3897         * soft-fp/op-common.h: Likewise.
3898         * soft-fp/soft-fp.h: Likewise.
3899
3900         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3901
3902 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3903
3904         [BZ #6652]
3905         * Makeconfig (soversions-default-setname): Remove variable.
3906         ($(common-objpfx)soversions.i): Don't pass default_setname to
3907         soversions.awk.
3908         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3909         oldest_abi to abi-versions.awk.
3910         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3911         * config.make.in (oldest-abi): Remove variable.
3912         * configure.ac (--enable-oldest-abi): Remove configure option.
3913         * configure: Regenerated.
3914         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3915         text.
3916         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3917         * scripts/soversions.awk: Do not handle default_setname variable.
3918         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3919         variable.
3920         * sysdeps/mach/hurd/configure: Regenerated.
3921         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3922         variable.
3923         * sysdeps/unix/sysv/linux/configure: Regenerated.
3924
3925 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3926
3927         * elf/Makefile (CFLAGS-interp.c): Remove.
3928         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3929         path string.
3930         * elf/interp.c: Include generated runtime-linker.h
3931
3932         * Makerules (lib%.so): Don't include $(+interp) in
3933         prerequisites.
3934         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3935         * dlfcn/eval.c: Remove file.
3936
3937         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3938         macros.
3939
3940         [BZ #17266]
3941         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3942         4.2 and newer.
3943
3944         [BZ #17370]
3945         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3946
3947 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3948             Jakub Jelinek  <jakub@redhat.com>
3949
3950         [BZ #17266]
3951         * libio/stdio.h: Check definition of __fortify_function
3952         instead of __extern_always_inline to include bits/stdio2.h.
3953         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3954         check if __extern_always_inline is defined.
3955         [__USE_MISC || __USE_XOPEN]: Likewise.
3956         [__USE_ISOC99] Likewise.
3957         * misc/sys/cdefs.h (__fortify_function): Define only if
3958         __extern_always_inline is defined.
3959         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3960         __extern_always_inline and __extern_inline only for g++-4.3
3961         and newer or a compatible gcc.
3962
3963 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3964
3965         [BZ #17371]
3966         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3967         last change to handle zero prefix length.
3968
3969 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3970
3971         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3972         _SC_REGEX_VERSION.
3973
3974         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3975         _POSIX_RAW_SOCKETS.
3976
3977 2014-09-13  Allan McRae  <allan@archlinux.org>
3978
3979         * po/ru.po: Update Russian translation from translation project.
3980
3981 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3982
3983         * locale/programs/locale.c (show_locale_vars): Inline local function
3984         into its sole call site.  Clean up some style nits.
3985         (print_item): New function, broken out of ...
3986         (show_info): ... local function here.  Clean up style nits.
3987
3988         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3989         out of ...
3990         (set_class_defaults): ... local function set_default here.
3991         Define set_default as a macro locally to pass constant parameters.
3992         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3993         rather than a shared local.
3994
3995         * stdlib/rpmatch.c (try): New function, broken out of ...
3996         (rpmatch): ... local function here.  Also, prototypify definition.
3997
3998 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3999
4000         * scripts/soversions.awk: Do not handle configuration names.
4001         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4002         vendor and os variables to soversions.awk.
4003         * configure.ac: Do not modify gnu-* host_os.
4004         * configure: Regenerated
4005         * shlib-versions: Remove first column with configuration names.
4006         * nptl/shlib-versions: Likewise.
4007         * nptl_db/shlib-versions: Likewise.
4008         * sysdeps/hppa/shlib-versions: Likewise.
4009         * sysdeps/m68k/shlib-versions: Likewise.
4010         * sysdeps/mach/hurd/shlib-versions: Likewise.
4011         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4012         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4013         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4014         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4015         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4016         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4017         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4018         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4020         Likewise.
4021         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4022         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4023         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4024         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4025         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4026         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4027         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4028         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4029
4030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4031         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4033         Regenerated.
4034         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4036         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4037
4038         * shlib-versions: Remove OS-specific entries.  Moved to files in
4039         sysdeps.
4040         * sysdeps/mach/hurd/shlib-versions: New file.
4041         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4042
4043         * nptl/shlib-versions: Remove architecture-specific entries.
4044         Moved to files in sysdeps.
4045         * shlib-versions: Likewise.
4046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4047         file.
4048         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4049         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4050         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4051         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4052
4053         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4054         (UDP_NO_CHECK6_RX): Likewise.
4055
4056 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4057
4058         * sysdeps/posix/sysconf.c (__sysconf): Spell
4059         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4060
4061 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4062
4063         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4064         loading.
4065         * iconv/Versions (__gconv_transliterate): Export for use from
4066         gconv modules.
4067         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4068         (struct __gconv_trans_data, __gconv_trans_fct,
4069         __gconv_trans_context_fct, __gconv_trans_query_fct,
4070         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4071         definitions.
4072         (struct __gconv_step_data): Remove __trans member.
4073         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4074         longer hidden.  Remove unused trans_data argument.
4075         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4076         (__gconv_translit_find): Remove declaration.
4077         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4078         prototype.
4079         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4080         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4081         trans_data argument.  Add hidden definition.
4082         (__gconv_translit_find): Remove.
4083         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4084         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4085         * iconv/skeleton.c: Remove transliteration initialization.
4086         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4087         __gconv_step_data initialization.
4088         * libio/iofwide.c (__libio_translit_): Remove.
4089         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4090         * wcsmbs/btowc.c (__btowc): Likewise.
4091         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4092         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4093         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4094         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4095         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4096         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4097         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4098         * wcsmbs/wctob.c (wctob): Likewise.
4099
4100 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4101
4102         [BZ #16194]
4103         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4104         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4105         register usage.
4106         * sysdeps/x86/Makefile: Adjust.
4107
4108 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4109             Roland McGrath  <roland@hack.frob.com>
4110
4111         * locale/weight.h: Add include guard.
4112         (findidx): Make static rather than auto; take new parameters
4113         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4114         * locale/weightwc.h: Likewise.
4115         * posix/fnmatch_loop.c
4116         (FCT): Change type of EXTRA from int32_t to wint_t.
4117         Don't include either header inside the function.
4118         Call FINDIDX rather than findidx, and pass new arguments.
4119         #undef FINDIDX at the end of the file.
4120         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4121         FINDIDX before including fnmatch_loop.c for the non-wide version.
4122         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4123         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4124         for the wide version.
4125         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4126         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4127         Pass new arguments to findidx.
4128         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4129         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4130         Don't #include it inside the function.  Pass new arguments to findidx.
4131         * posix/regex_internal.h
4132         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4133         (re_string_elem_size_at): Don't #include it inside the function.
4134         Pass new arguments to findidx.
4135         * string/strcoll_l.c: #include WEIGHT_H at top level.
4136         (get_next_seq): Don't #include it inside the function.
4137         Pass new arguments to findidx.
4138         (get_next_seq_nocache): Likewise.
4139         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4140         (STRXFRM): Don't #include it inside the function.
4141         Pass new arguments to findidx.
4142
4143 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4144
4145         [BZ #17344]
4146         * malloc/malloc.c (unlink): Turn asserts into a call to
4147         malloc_printerr.
4148
4149 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4150
4151         [BZ #17370]
4152         * libio/wfileops (do_ftell_wide): Free OUT.
4153
4154 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4155
4156         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4157
4158 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4159
4160         [BZ #17363]
4161         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4162         group if the current group is empty.
4163
4164 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4165
4166         * benchtests/bench-memset.c (test_main): Add more test from size
4167         from 32 to 512 bytes.
4168         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4169         Add POWER8 memset object.
4170         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4171         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4172         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4173         implementation.
4174         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4175         Likewise.
4176         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4177         multiarch POWER8 memset optimization.
4178         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4179         POWER8 memset optimization.
4180
4181         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4182         Remove bzero multiarch objects.
4183         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4184         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4185         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4186         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4187         Remove define.
4188         [__bzero]: Redefine to specific name.
4189         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4190         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4191         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4192         define.
4193         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4194         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4195
4196 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4197
4198         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4199         warnings into errors.
4200
4201         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4202         __cxa_thread_atexit_impl prototype.
4203
4204 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4205
4206         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4207         Fix capitalization of error message.
4208
4209 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4210
4211         * sysdeps/mips/preconfigure: Modify ABI tests.
4212
4213 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4214
4215         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4216
4217 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4218             Carlos O'Donell  <carlos@systemhalted.org>
4219
4220         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4221         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4222         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4223         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4224         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4225         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4226         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4227         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4228         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4229         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4230         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4231         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4232         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4233         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4234         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4235         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4236         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4237         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4238         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4239         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4240         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4241         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4242         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4243         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4244         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4245         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4246         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4247         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4248         Deconditionalize the code that was previously under [RESET_PID].
4249         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4250         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4251         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4252         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4253         include sysdep.h.
4254
4255 2014-09-08  Allan McRae  <allan@archlinux.org>
4256
4257         * version.h (RELEASE): Set to "development".
4258         (VERSION): Set to "2.20.90"
4259
4260 2014-09-07  Allan McRae  <allan@archlinux.org
4261
4262         * version.h (RELEASE): Set to "stable".
4263         (VERSION): Set to "2.20"
4264         * include/features.h (__GLIBC_MINOR__): Set to 20.
4265
4266         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4267         Liebler.
4268
4269         * po/ko.po: Update Korean translation from translation project.
4270
4271 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4272
4273         [BZ #17354]
4274         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4275         macro for handling signed relocations.
4276
4277 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4278
4279         [BZ #17325]
4280         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4281         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4282         assert.
4283         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4284         * iconvdata/ibm935.c (BODY): Likewise.
4285         * iconvdata/ibm937.c (BODY): Likewise.
4286         * iconvdata/ibm939.c (BODY): Likewise.
4287         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4288         assert.
4289         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4290         script.
4291         * iconvdata/run-iconv-test.sh: New test loop for checking for
4292         decoder crashers.
4293
4294 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4295
4296         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4297         libm_hidden_ver.
4298
4299 2014-09-01  Allan McRae  <allan@archlinux.org>
4300
4301         * po/eo.po: Update Esperanto translation from translation project.
4302
4303         * po/ca.po: Update Catalan translation from translation project.
4304
4305 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4306
4307         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4308         __proc_dostop call.
4309
4310 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4311
4312         [BZ #17319]
4313         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4314         to call set_thread_area instead of hand written asm.
4315         (__NR_set_thread_area): Removed define.
4316         (TLS_FLAG_WRITABLE): Likewise.
4317         (__ASSUME_SET_THREAD_AREA): Remove check.
4318         (TLS_EBX_ARG): Remove define.
4319         (TLS_LOAD_EBX): Likewise.
4320
4321 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4322
4323         Simplify atomicity of socket creation in bind.
4324
4325         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4326         looking up the name after linking the file.
4327
4328 2014-08-27  Allan McRae  <allan@archlinux.org>
4329
4330         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4331
4332 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4333
4334         [BZ #17187]
4335         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4336         trans_compare, open_translit, __gconv_translit_find):
4337         Remove module loading code.
4338
4339 2014-08-26  Allan McRae  <allan@archlinux.org>
4340
4341         * po/vi.po: Update Vietnamese translation from translation project.
4342
4343         * po/uk.po: Update Ukrainian translation from translation project.
4344
4345         * po/fr.po: Update French translation from translation project.
4346
4347         * po/ru.po: Update Russian translation from translation project.
4348
4349         * po/pl.po: Update Polish translation from translation project.
4350
4351         * po/cs.po: Update Czech translation from translation project.
4352
4353         * po/de.po: Update German translation from translation project.
4354
4355         * po/bg.po: Update Bulgarian translation from translation project.
4356
4357         * po/sv.po: Update Sweedish translation from translation project.
4358
4359         * po/nl.po: Update Dutch translation from translation project.
4360
4361         * po/es.po: Update Spanish translation from translation project.
4362
4363 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4364
4365         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4366
4367         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4368         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4369         (CPPFLAGS-iconvconfig): Likewise.
4370         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4371
4372         * include/libc-symbols.h: Remove unnecessary check for
4373         NOT_IN_libc.
4374         * nptl/pthreadP.h: Likewise.
4375         * sysdeps/aarch64/setjmp.S: Likewise.
4376         * sysdeps/alpha/setjmp.S: Likewise.
4377         * sysdeps/arm/sysdep.h: Likewise.
4378         * sysdeps/i386/setjmp.S: Likewise.
4379         * sysdeps/m68k/setjmp.c: Likewise.
4380         * sysdeps/posix/getcwd.c: Likewise.
4381         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4382         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4383         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4384         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4385         * sysdeps/sh/sh3/setjmp.S: Likewise.
4386         * sysdeps/sh/sh4/setjmp.S: Likewise.
4387         * sysdeps/unix/alpha/sysdep.h: Likewise.
4388         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4389         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4390         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4391         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4394         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4395         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4396         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4397         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4398         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4399         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4400         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4401         * sysdeps/x86_64/setjmp.S: Likewise.
4402
4403 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4404
4405         [BZ #17263]
4406         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4407         <stdint.h>.
4408         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4409         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4410
4411 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4412
4413         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4414
4415         [BZ #17262]
4416         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4417         and __x86_64__ when disabling x87 inline functions.
4418
4419 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4420
4421         [BZ #17259]
4422         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4423         asm statement with __cpuid_count.
4424
4425 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4426
4427         * configure.ac: Change __ehdr_start code to dereference the struct.
4428         Run readelf on the output to look for relocations.
4429         * configure: Regenerated.
4430
4431 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4432
4433         [BZ #17261]
4434         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4435         value to 0.
4436         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4437
4438 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4439
4440         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4441
4442 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4443
4444         [BZ #16892]
4445         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4446         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4447
4448 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4449
4450         * malloc/malloc.c: Fix typo in comment.
4451
4452 2014-08-09  Allan McRae  <allan@archlinux.org>
4453
4454         * Regenerate libc.po.
4455
4456 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4457
4458         * intl/tst-gettext2.sh: Check every lang file for creation.
4459
4460 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4461
4462         * sysdeps/aarch64/fpu/math_private.h
4463         (libc_feholdsetround_noex_aarch64_ctx): New function.
4464
4465 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4466
4467         * sysdeps/arm/armv6/strcpy.S (strcpy):
4468         Fix performance issue in misaligned cases.
4469
4470 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4471
4472         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4473         Move definition from termios.h.
4474         (struct termio): Likewise.
4475         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4476         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4477         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4478         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4479         Likewise.
4480         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4481         Move definition to ioctl-types.h
4482         (struct termio): Likewise.
4483         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4484         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4485         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4486         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4487         Likewise.
4488
4489 2014-08-05  Richard Henderson  <rth@redhat.com>
4490
4491         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4492         exceptions.
4493         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4494         Add fraiseexcpt.
4495         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4496         Use __feraiseexcept.
4497         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4498         Protect libm symbols with IS_IN_libm.
4499
4500         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4501
4502 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4503
4504         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4505
4506 2014-08-04  Will Newton  <will.newton@linaro.org>
4507
4508         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4509         file.
4510
4511 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4512
4513         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4514         variants for each function.
4515
4516 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4517
4518         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4519         appended ...
4520         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4521         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4522         appended ...
4523         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4524         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4525         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4526         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4527         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4528         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4529         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4530         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4531         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4532         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4533         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4534         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4535         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4536         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4537         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4538         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4539         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4540         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4541         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4542         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4543         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4544         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4545         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4546         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4547         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4548         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4549         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4550         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4551         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4552         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4553         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4554         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4555         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4556         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4557         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4558         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4559         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4560         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4561         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4562         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4563         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4564         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4565         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4566         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4567         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4568         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4569         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4570         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4571         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4572         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4573         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4574         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4575         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4576         Update #include.
4577         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4578         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4579
4580 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4581
4582         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4583         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4584         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4585         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4586         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4587         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4588
4589 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4590
4591         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4592         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4593         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4594         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4595
4596 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4597
4598         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4599         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4600         (__libc_vfork): Define function under this name.
4601         (__vfork): Define as an alias.
4602         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4603         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4604
4605 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4606
4607         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4608         that was previously under [RESET_PID].
4609         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4610
4611 2014-08-04  Andreas Schwab  <schwab@suse.de>
4612
4613         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4614
4615 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4616
4617         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4618         (main): Likewise.
4619
4620 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4621
4622         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4623
4624 2014-08-01  Richard Henderon  <rth@redhat.com>
4625
4626         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4627         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4628         typo in exact zero test.
4629         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4630         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4631         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4632
4633 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4634
4635         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4636         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4637         * sysdeps/arm/sysdep.h: ... here.
4638         [!__ASSEMBLER__]: Include <stdint.h>.
4639
4640 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4641
4642         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4643         (HAVE_WCTYPE_H): Likewise.
4644         (HAVE_ISWCTYPE): Likewise.
4645         (ENABLE_NLS): Likewise.
4646         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4647         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4648
4649         * posix/regex_internal.c: Check if DEBUG is defined and is
4650         set.
4651
4652         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4653         (HAVE_MBSRTOWCS): Likewise.
4654         * posix/fnmatch.c: Include string.h unconditionally.
4655
4656 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4657
4658         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4659         reversal.
4660
4661 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4662
4663         * sysdeps/generic/safe-fatal.h: New file.
4664         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4665         * nptl/forward.c: Include it.
4666         (__pthread_unwind): Use __safe_fatal as default action, rather
4667         than a bogus use of INTERNAL_SYSCALL that could never work.
4668
4669         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4670         * configure.ac (libc_cv_builtin_trap): New test.
4671         * configure: Regenerated.
4672         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4673         (ABORT_INSTRUCTION): Define using __builtin_trap.
4674
4675         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4676         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4677         * sysdeps/nptl/nptl-signals.h: New file.
4678         * nptl/pthreadP.h: Include <nptl-signals.h>.
4679
4680 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4681
4682         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4683         (ONE_DIRECTION): Define.
4684         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4685         (ONE_DIRECTION): Define.
4686         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4687         (ONE_DIRECTION): Define.
4688
4689 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4690
4691         * sysdeps/s390/Makefile: Delete file.
4692         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4693         * sysdeps/s390/__longjmp.c: Delete file.
4694         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4695         Remove fields __flags and __reserved.
4696         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4697         and add versioning.
4698         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4699         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4700         * sysdeps/s390/rtld-setjmp.S: Likewise.
4701         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4702         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4703         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4704         * sysdeps/s390/s390-32/setjmp.S: ... here.
4705         Add versioning.
4706         (__sigsetjmp): Remove setting __flags field.
4707         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4708         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4709         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4710         * sysdeps/s390/s390-64/setjmp.S: ... here.
4711         Add versioning.
4712         (__sigsetjmp): Remove setting __flags field.
4713         * sysdeps/s390/setjmp.S: Delete file.
4714         * sysdeps/s390/sigjmp.c: Likewise.
4715         * sysdeps/s390/v1-longjmp.c: Likewise.
4716         * sysdeps/s390/v1-setjmp.h: Likewise.
4717         * sysdeps/s390/v1-sigjmp.c: Likewise.
4718         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4719         Remove v1-longjmp_chk.
4720         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4721         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4722         Include debug/longjmp_chk.c and add versioning.
4723         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4724         Include nptl/pt-longjmp.c and add versioning.
4725         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4726         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4727         Include __longjmp.c.
4728         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4729         Move to ...
4730         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4731         (__getcontext): Remove setting __flags field.
4732         Add versioning.
4733         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4734         Don't restore upper high grps.
4735         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4736         Likewise.
4737         (__swapcontext): Remove setting uc_flags field.
4738         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4739         Delete file.
4740         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4741         Include __longjmp.c.
4742         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4743         Move to ...
4744         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4745         (__getcontext): Remove setting __flags field.
4746         Add versioning.
4747         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4748         (__swapcontext): Remove setting uc_flags field.
4749         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4750         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4751         Remove fields uc_high_gprs and __reserved.
4752         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4753         New file with reverted content.
4754         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4755         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4756         Regenerated.
4757         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4758         Regenerated.
4759
4760 2014-07-31  Andreas Schwab  <schwab@suse.de>
4761
4762         * config.h.in (HAVE_IFUNC): Define to 0.
4763         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4764         definedness.
4765
4766 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4767
4768         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4769         memmove-avx-unaligned, memcpy-avx-unaligned and
4770         mempcpy-avx-unaligned.
4771         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4772         Add tests for AVX memcpy functions.
4773         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4774         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4775         memcpy_chk.
4776         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4777         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4778         memmove_chk.
4779         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4780         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4781         mempcpy_chk.
4782         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4783         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4784         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4785
4786 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4787
4788         [BZ #17213]
4789         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4790         powerpc64le.
4791
4792 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4793
4794         [BZ #16839]
4795         * manual/llio.texi: Add section about open file description locks.
4796         * manual/examples/ofdlocks.c: Example of open file description
4797         lock usage.
4798         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4799         F_OFD_SETLK, and F_OFD_SETLKW.
4800
4801 2014-07-23  Allan McRae  <allan@archlinux.org>
4802
4803         * po/es.po: Update Spanish translation from translation project.
4804
4805 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4806
4807         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4808
4809 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4810
4811         [BZ #17078]
4812         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4813         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4814         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4815
4816 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4817
4818         [BZ #17088]
4819         * math/fesetenv.c (__fesetenv)
4820         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4821         * math/feupdateenv.c (__feupdateenv)
4822         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4823
4824         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4825         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4826         (__ASSUME_SOCKETCALL): Do not define.
4827
4828         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4829         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4830         (__ASSUME_SOCKETCALL): Do not define.
4831         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4832         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4833         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4834         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4835         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4836         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4837         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4838         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4839
4840         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4841         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4842         (__ASSUME_SOCKETCALL): Do not define.
4843         (__ASSUME_IPC64): Define unconditionally.
4844         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4845         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4846         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4847         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4848         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4849         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4850         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4851         Likewise.
4852
4853         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4854         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4855         (__ASSUME_SOCKETCALL): Do not define.
4856         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4857         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4858         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4859         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4860         (__ASSUME_REQUEUE_PI): Define unconditionally.
4861         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4862         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4863         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4864         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4865         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4866         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4867
4868         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4869         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4870         (__ASSUME_SOCKETCALL): Do not define.
4871         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4872         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4873         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4874         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4875         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4876         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4877
4878         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4879         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4880         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4881         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4882         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4883         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4884         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4885         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4886         (__ASSUME_GETCPU_SYSCALL): Likewise.
4887
4888         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4889         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4890         cases for individual architectures.
4891         * sysdeps/gnu/configure: Regenerated.
4892         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4893         LIBC_SLIBDIR_RTLDDIR.
4894         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4895         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4896         LIBC_SLIBDIR_RTLDDIR.
4897         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4899         LIBC_SLIBDIR_RTLDDIR.
4900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4901         Regenerated.
4902         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4903         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4904         file.
4905         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4906         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4907         file.
4908         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4909         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4910         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4911         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4912
4913         * sysdeps/aarch64/shlib-versions: Move to ...
4914         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4915         * sysdeps/alpha/shlib-versions: Move to ...
4916         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4917         * sysdeps/arm/shlib-versions: Move to ...
4918         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4919         * sysdeps/hppa/shlib-versions: Move all contents except for
4920         libgcc_s entry to ...
4921         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4922         entry from ...
4923         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4924         * sysdeps/ia64/shlib-versions: Move to ...
4925         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4926         entry from ...
4927         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4928         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4929         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4930         * sysdeps/microblaze/shlib-versions: Move to ...
4931         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4932         * sysdeps/mips/shlib-versions: Move to ...
4933         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4934         entry from ...
4935         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4936         * sysdeps/tile/shlib-versions: Move to ...
4937         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4938         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4939         from ...
4940         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4941         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4942         entry from ...
4943         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4944
4945 2014-07-17  Will Newton  <will.newton@linaro.org>
4946
4947         * sysdeps/arm/bits/atomic.h
4948         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4949         (__arch_compare_and_exchange_bool_16_int): Likewise.
4950         (__arch_compare_and_exchange_bool_64_int): Likewise.
4951
4952         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4953         into an #else block.
4954
4955 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4956
4957         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4958         just Linux configurations.  Test empirically that the compiler sets
4959         __ARM_EABI__, rather than using the tuple to decide.
4960         * sysdeps/arm/preconfigure: Regenerated.
4961         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4962         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4963         contents appended ...
4964         * sysdeps/arm/configure.ac: ... here.
4965         * sysdeps/arm/configure: Regenerated.
4966
4967 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4968
4969         * nptl/pthread_kill.c: New file.
4970         * nptl/pthread_sigmask.c: New file.
4971         * nptl/pthread_sigqueue.c: New file.
4972
4973         * sysdeps/nptl/lowlevellock.h: New file.
4974         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4975         * sysdeps/nptl/lowlevellock-futex.h: New file.
4976
4977         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4978         Remove dead declarations.
4979
4980 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4981
4982         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4983         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4984         config-cflags-avx2.
4985         * sysdeps/x86_64/configure.ac: Likewise.
4986         * sysdeps/i386/configure: Regenerated.
4987         * sysdeps/x86_64/configure: Likewise.
4988         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4989         memset-avx2 only if config-cflags-avx2 is yes.
4990         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4991         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4992         defined.
4993         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4994         only if HAVE_AVX2_SUPPORT is defined.
4995         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4996
4997 2014-07-14  Alan Modra  <amodra@gmail.com>
4998
4999         [BZ #17153]
5000         * elf/elf.h (DT_PPC64_NUM): Correct value.
5001         * NEWS: Add to fixed bug list.
5002
5003 2014-07-13  Jim Meyering  <meyering@fb.com>
5004
5005         [BZ 17150]
5006         regex: don't deref NULL upon heap allocation failure
5007         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5008         failure in one more place.
5009         To trigger the segfault, configure grep -with-included-regex,
5010         build it, and run these commands:
5011         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5012
5013 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5014
5015         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5016
5017 2014-07-11  Richard Henderson  <rth@redhat.com>
5018
5019         * sysdeps/aarch64/libm-test-ulps: Update.
5020
5021 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5022
5023         [BZ #17135]
5024         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5025         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5026         (__nptl_setxid): Initialize error member.  Call
5027         __nptl_setxid_error.
5028         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5029         * nptl/descr.h (struct xid_command): Add error member.
5030         * nptl/tst-setuid3.c: New file.
5031         * nptl/Makefile (tests): Add it.
5032
5033 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5034
5035         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5036         New define.
5037         (__lll_trylock): Use __lll_base_trylock.
5038         (__lll_cond_trylock): Likewise.
5039
5040 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5041
5042         * nptl/pthread_create.c (start_thread): Use atomic_or and
5043         lll_futex_wake directly rather than lll_robust_dead.
5044         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5045         (lll_robust_dead): Macro removed.
5046         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5047         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5048         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5049         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5050         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5051         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5052         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5053         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5054         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5055         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5056         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5057         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5058         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5059         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5060         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5061
5062         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5063         Use atomic_compare_and_exchange_val_acq directly rather than
5064         lll_robust_trylock.
5065         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5066         (__lll_robust_trylock, lll_robust_trylock): Removed.
5067         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5068         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5069         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5070         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5071         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5072         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5073         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5074         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5075         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5076         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5077         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5078         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5079         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5080         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5081
5082 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5083
5084         * manual/locale.texi (Locale Names): New section documenting
5085         locale name syntax.  Adjust menu and node chaining accordingly.
5086         (Choosing Locale): Reference Locale Names, Locale Categories.
5087         Mention setting LC_ALL=C.  Reflect that name syntax is now
5088         documented.
5089         (Locale Categories): New section title.  Reference Locale Names.
5090         LC_ALL is an environment variable, but not a category.
5091         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5092         description, now in Locale Name.  Reference that section.  Locale
5093         name syntax is now documented.
5094
5095 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5096
5097         [BZ #17137]
5098         * locale/findlocale.c (name_present, valid_locale_name): New
5099         functions.
5100         (_nl_find_locale): Use the loc_name variable to store name
5101         candidates.  Call name_present and valid_locale_name to check and
5102         validate locale names.  Return an error if the locale is invalid.
5103
5104 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5105
5106         * locale/setlocale.c (setlocale): Use strdup for allocating
5107         composite name copy.
5108
5109 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5110
5111         Sync up with gnulib.
5112         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5113         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5114         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5115         and _GL_ARG_NONNULL.
5116         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5117         [!_LIBC]: Include code for Windows and Cygwin.
5118         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5119         Include prototype for int strerror_r.
5120         [!_LIBC] (is_open): New function.
5121         (flush_stdout): New function.
5122         (print_errno_message): Use it.
5123         (error): Likewise.
5124         (error_at_line): Likewise.
5125         (error_tail) Add function attribute macros.  Use
5126         __builtin_expect.
5127
5128         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5129
5130         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5131
5132         * io/ftw.c: Include sys/param.h unconditionally.
5133
5134         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5135
5136         [BZ #17125]
5137         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5138         libc_freeres_ptr.
5139         (freecache): New function to free CACHE on exit.
5140
5141         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5142         initialization.
5143
5144 2014-07-09  David S. Miller  <davem@davemloft.net>
5145
5146         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5147
5148         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5149         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5150         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5151         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5152         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5153         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5154         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5155         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5156         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5157         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5158         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5159         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5160         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5161
5162 2014-07-09  Andreas Schwab  <schwab@suse.de>
5163
5164         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5165         output.
5166         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5167         (do_test): Likewise.
5168
5169         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5170
5171 2014-07-09  Will Newton  <will.newton@linaro.org>
5172
5173         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5174         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5175         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5176         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5177         * sysdeps/hppa/start.S (_start): Likewise.
5178
5179 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5180
5181         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5182
5183         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5184         defined.
5185
5186 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5187
5188         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5189         after checking that it is non-NULL.
5190
5191         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5192
5193 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5194
5195         * sysdeps/powerpc/memmove.c: Remove file.
5196         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5197         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5198         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5199         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5200         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5201         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5202         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5203         string memmove instead of removed powerpc one.
5204
5205         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5206         [weak_alias]: Fix compiler warning due trailing data.
5207         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5208         [weak_alias]: Likewise.
5209         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5210         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5211
5212         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5213         (__libc_ifunc_impl_list): Add memmove functions.
5214
5215 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5216
5217         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5218         Remove code.
5219         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5220         Likewise
5221         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5222         Likewise
5223         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5224         Likewise
5225         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5226         Likewise
5227         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5228         Likewise
5229         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5230         Likewise
5231         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5232         Likewise
5233         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5234         Likewise
5235         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5236         Likewise
5237         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5238         Likewise
5239         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5240         Likewise
5241         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5242         Likewise
5243         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5244         Likewise
5245         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5246         Likewise
5247         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5248         Likewise
5249         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5250         Likewise
5251
5252 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5253
5254         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5255         to avoid alignment traps in non-cacheable memory.
5256         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5257
5258         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5259         multiarch objects.
5260         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5261         file: multiarch power7 memmove.
5262         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5263         multiarch default memmove.
5264         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5265         multiarch memove for powerpc32/power4.
5266
5267         * string/bcopy.c: Use full path to include memmove.c.
5268         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5269         multiarch objects.
5270         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5271         bcopy for powerpc64.
5272         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5273         bcopy for powerpc64.
5274         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5275         and memmove implementations.
5276         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5277         optimized multiarch memmove for POWER7/powerpc64.
5278         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5279         default multiarch memmove for powerpc64.
5280         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5281         multiarch for powerpc64.
5282         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5283         for POWER7/powerpc64.
5284         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5285         memmove for POWER7/powerpc64.
5286
5287         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5288         glibc default one.
5289
5290         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5291         __ELF_NATIVE_CLASS equal to 64.
5292
5293 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5294
5295         * sysdeps/nptl/lowlevellock.h: File removed.
5296
5297         * NEWS: NPTL is no longer an add-on!
5298         * nptl/internaltypes.h: Moved ...
5299         * sysdeps/nptl/internaltypes.h: ... here.
5300         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5301         * sysdeps/nptl/fork.c: Likewise.
5302         * sysdeps/nptl/gai_misc.h: Likewise.
5303         * sysdeps/nptl/librt-cancellation.c: Likewise.
5304         * sysdeps/nptl/jmp-unwind.c: Likewise.
5305         * sysdeps/nptl/setxid.h: Likewise.
5306         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5307         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5308         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5309         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5310         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5311         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5312         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5313         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5314         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5315         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5316         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5317         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5318         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5319         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5320         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5321         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5322         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5323         * nptl/Makeconfig: Moved ...
5324         * sysdeps/nptl/Makeconfig: ... here.
5325         * nptl/configure: File removed.
5326         * nptl/ANNOUNCE: File removed.
5327         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5328         * sysdeps/unix/sysv/linux/configure: Regenerated.
5329
5330         * nptl/Makefile (routines): Add libc_pthread_init,
5331         libc_multiple_threads, register-atfork and unregister-atfork.
5332         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5333         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5334         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5335         pthread-pi-defines.sym, structsem.sym.
5336         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5337         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5338         [$(subdir) = nptl] (tests): Add tst-setgetname.
5339         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5340         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5341         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5342         [!LIBC_SIGACTION]: Remove aliases.
5343         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5344         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5345         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5346         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5347         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5348         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5349         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5350         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5351         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5352         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5353         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5354         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5355         __libc_allocate_rtsig_private.
5356         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5357         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5358         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5359         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5360         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5361         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5362         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5363         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5364         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5365         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5366         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5367         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5368         * nptl/internaltypes.h: ... here.
5369         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5370         * sysdeps/nptl/jmp-unwind.c: ... here.
5371         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5372         * nptl/libc-lowlevellock.c: ... here.
5373         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5374         * nptl/libc_multiple_threads.c: ... here.
5375         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5376         * nptl/libc_pthread_init.c: ... here.
5377         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5378         * nptl/lowlevelbarrier.sym: ... here.
5379         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5380         * nptl/lowlevelcond.sym: ... here.
5381         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5382         * nptl/lowlevellock.c: ... here.
5383         * nptl/lowlevellock.h: Moved ...
5384         * sysdeps/nptl/lowlevellock.h: ... here.
5385         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5386         * nptl/lowlevelrobustlock.c: ... here.
5387         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5388         * nptl/lowlevelrobustlock.sym: ... here.
5389         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5390         * nptl/lowlevelrwlock.sym: ... here.
5391         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5392         * nptl/pt-fork.c: ... here.
5393         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5394         * nptl/pthread-pi-defines.sym: ... here.
5395         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5396         * nptl/pthread_attr_getaffinity.c: ... here.
5397         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5398         * nptl/pthread_attr_setaffinity.c: ... here.
5399         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5400         * nptl/pthread_mutex_cond_lock.c: ... here.
5401         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5402         Update #include.
5403         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5404         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5405         * nptl/pthread_once.c: ... here, replacing old file.
5406         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5407         * nptl/pthread_yield.c: ... here.
5408         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5409         * nptl/register-atfork.c: ... here.
5410         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5411         * nptl/sem_post.c: ... here.
5412         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5413         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5414         * nptl/sem_timedwait.c: ... here.
5415         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5416         * nptl/sem_trywait.c: ... here.
5417         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5418         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5419         * nptl/sem_wait.c: ... here.
5420         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5421         * nptl/structsem.sym: ... here.
5422         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5423         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5424         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5425         * nptl/unregister-atfork.c: ... here.
5426         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5427         * nptl/unwindbuf.sym: ... here.
5428         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5429         * sysdeps/nptl/fork.c: ... here.
5430         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5431         * sysdeps/nptl/fork.h: ... here.
5432         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5433         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5434         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5435         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5436         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5437         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5438         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5439         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5440         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5441         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5442         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5443         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5444         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5445         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5446         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5447         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5448         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5449         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5450         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5451         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5452         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5453         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5454         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5455         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5456         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5457         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5458         * sysdeps/unix/sysv/linux/raise.c: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5460         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5461         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5462         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5463         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5464         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5465         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5466         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5467         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5468         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5469         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5470         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5471         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5472         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5473         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5474
5475 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5476
5477         * sysdeps/generic/memcopy.h: Add comment for
5478         MEMCPY_OK_FOR_FWD_MEMMOVE.
5479
5480 2014-07-04  Will Newton  <will.newton@linaro.org>
5481
5482         * string/memchr.c: Merge from gnulib.
5483         [_LIBC]: Remove conditionals.
5484         (__ptr_t): Remove define.
5485         (LONG_MAX_32_BITS): Likewise.
5486         (LONG_MAX): Likewise.
5487         (MEMCHR): Use ANSI prototype and optimize algorithm.
5488
5489         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5490
5491 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5492
5493         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5494         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5495
5496         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5497         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5498         in a bare environment with no <stdlib.h> installed.
5499         * sysdeps/nptl/configure: Regenerated.
5500
5501         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5502
5503         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5504         AC_EGREP_CPP for kernel header checks, so they only succeed if
5505         including <linux/version.h> actually works right.
5506         * sysdeps/unix/sysv/linux/configure: Regenerated.
5507
5508         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5509         value so it's not diagnosed as unused.
5510
5511         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5512         thing) with "ifeq ($(subdir),rt)".
5513
5514 2014-07-03  Richard Henderson  <rth@redhat.com>
5515
5516         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5517         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5518         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5519
5520         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5521         (math_force_eval): New.
5522
5523         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5524         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5525
5526         * sysdeps/alpha/fpu/s_round.c: Remove file.
5527         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5528
5529         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5530         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5531         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5532         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5533         (_dl_start, print_statistics): Likewise.
5534         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5535         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5536
5537         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5538         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5539         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5540         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5541         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5542         (HP_SMALL_TIMING_AVAIL): Define.
5543         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5544         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5545         (HP_SMALL_TIMING_AVAIL): Define.
5546         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5547         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5548
5549         * sysdeps/aarch64/hp-timing.h: New file.
5550
5551         * sysdeps/generic/hp-timing.h: Remove dead comment.
5552         * sysdeps/generic/hp-timing-common.h: New file.
5553         * sysdeps/alpha/hp-timing.h: Include it.
5554         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5555         * sysdeps/i386/i686/hp-timing.h: Likewise.
5556         * sysdeps/ia64/hp-timing.h: Likewise.
5557         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5558         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5559         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5560         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5561         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5562         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5563         (hp_timing_t): New.
5564
5565         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5566         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5567         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5568         * elf/rtld.c (_dl_start_final): Likewise.
5569         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5570         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5571         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5572         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5573         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5574         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5575         (HP_TIMING_DIFF_INIT): Remove.
5576         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5577         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5578         (HP_TIMING_DIFF_INIT): Remove.
5579         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5580         * sysdeps/i386/i686/hp-timing.c: Remove file.
5581         * sysdeps/x86_64/hp-timing.c: Remove file.
5582         * sysdeps/ia64/hp-timing.c: Remove file.
5583         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5584         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5585         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5586         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5587
5588         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5589         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5590         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5591         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5592         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5593         (HP_TIMING_ACCUM): Remove.
5594         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5595         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5596         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5597
5598         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5599         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5600         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5601         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5602         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5603         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5604         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5605         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5606
5607         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5608
5609 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5610
5611         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5612
5613 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5614
5615         Sync up with gettext.
5616         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5617         [_MSC_VER]: Include malloc.h
5618         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5619         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5620         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5621         TEMP_FAILURE_RETRY.  Cast return of alloca.
5622         [!_LIBC] Call gl_rwlock_init.
5623         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5624
5625 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5626
5627         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5628         before checking its value.
5629
5630 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5631
5632         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5633
5634         * debug/memcpy_chk.c: Don't include pagecopy.h.
5635         * debug/mempcpy_chk.c: Likewise.
5636         * string/memcpy.c: Likewise.
5637         * string/memmove.c: Likewise.
5638         * sysdeps/powerpc/memmove.c: Likewise.
5639         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5640         definition of PAGE_COPY_FWD_MAYBE here...
5641         * sysdeps/generic/pagecopy.h: ... from here.
5642         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5643
5644 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5645             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5646
5647         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5648         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5649         optimizations.
5650         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5651         (__libc_ifunc_impl_list): Likewise.
5652         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5653         multiarch strcat for PPC64.
5654         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5655         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5656
5657 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5658
5659         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5660
5661 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5662
5663         * intl/loadmsgcat.c: Remove declaration of
5664         get_sysdep_segment_value.
5665         (get_sysdep_segment_value): Use ISO C style.
5666         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5667         semicolon.  Fix typo and formatting in comment.
5668         (_nl_unload_domain): Use ISO C style.
5669
5670         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5671
5672 2014-07-02  Will Newton  <will.newton@linaro.org>
5673
5674         * malloc/obstack.c: Merge from gnulib master.
5675         [HAVE_CONFIG_H]: Remove conditional code.
5676         [!_LIBC]: Include config.h.
5677         [!ELIDE_CODE]: Don't include inttypes.h, include
5678         stdint.h unconditionally.
5679         (print_and_abort): Mark as _Noreturn.
5680         (_obstack_allocated_p): Mark as __attribute_pure__.
5681         (obstack_free): Rename to __obstack_free.
5682         [!__attribute__]: Remove conditional code.
5683         * malloc/obstack.h: Merge from gnulib master.
5684         [__cplusplus]: Move conditional down.
5685         [!__attribute_pure__]: Define __attribute_pure__ here
5686         if it is not already defined.
5687         (_obstack_memory_used): Mark as __attribute_pure__.
5688         [!__obstack_free]: Define as obstack_free.
5689         [__GNUC__]: Remove check for ancient NeXT gcc.
5690
5691 2014-07-02  Will Newton  <will.newton@linaro.org>
5692             Paul Eggert  <eggert@cs.ucla.edu>
5693
5694         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5695
5696 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5697
5698         * resolv/gethnamaddr.c: Add comment warning that the file is
5699         not maintained.
5700
5701 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5702
5703         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5704         entries.
5705
5706         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5707         entry for aio_cancel and aio_cancel64.
5708         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5709         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5710         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5711         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5712         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5713         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5714         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5715         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5716         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5717         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5718         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5719         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5720         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5721
5722 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5723
5724         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5725         * nptl/pthread_mutex_lock.c: Likewise.
5726         * nptl/pthread_mutex_timedlock.c: Likewise.
5727         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5728
5729 2014-07-01  Richard henderson  <rth@redhat.com>
5730
5731         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5732         (__isnan, __isnanl): Remove.
5733         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5734
5735         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5736
5737 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5738
5739         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5740
5741 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5742
5743         * resolv/nss_dns/dns-host.c (getanswer_r)
5744         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5745
5746 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5747
5748         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5749         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5750         undefine.
5751         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5752         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5753
5754 2014-07-01  Roland McGrath <roland@hack.frob.com>
5755
5756         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5757         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5758
5759         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5760         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5761
5762         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5763         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5764         ... here.
5765         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5766         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5767
5768         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5769         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5770         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5771         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5772
5773         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5774         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5775         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5776         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5778         Moved ...
5779         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5780         ... here.
5781         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5782         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5783         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5784         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5785         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5786         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5787         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5788         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5789         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5790         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5791         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5792         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5793         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5794         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5795         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5796         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5797         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5798         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5799         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5800         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5801         ... here.
5802         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5803         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5804         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5805         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5806         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5807         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5808         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5809         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5810
5811 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5812
5813         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5814         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5815         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5816         Add sysdep.
5817
5818 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5819
5820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5821
5822 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5823
5824         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5825         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5826
5827         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5828
5829         * sysdeps/arm/libm-test-ulps: Regenerated.
5830
5831 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5832             Roland McGrath <roland@hack.frob.com>
5833
5834         * test-skeleton.c (signal_handler): Kill the whole process group
5835         before killing the child individually.
5836         (main): Report any failure on `setpgid'.
5837
5838 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5839
5840         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5841         from _TLS_H to _ARM_NPTL_TLS_H.
5842         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5843         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5844
5845 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5846
5847         [BZ #16539]
5848         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5849         (__expm1l): Return argument unchanged when small but not
5850         subnormal.
5851
5852         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5853         include macro name.
5854         (_FP_UNPACK_RAW_1_P): Likewise.
5855         (_FP_PACK_RAW_1): Likewise.
5856         (_FP_PACK_RAW_1_P): Likewise.
5857         (_FP_MUL_MEAT_1_wide): Likewise.
5858         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5859         (_FP_MUL_MEAT_1_hard): Likewise.
5860         (_FP_DIV_MEAT_1_imm): Likewise.
5861         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5862         (_FP_DIV_MEAT_1_udiv): Likewise.
5863         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5864         (_FP_UNPACK_RAW_2): Likewise.
5865         (_FP_UNPACK_RAW_2_P): Likewise.
5866         (_FP_PACK_RAW_2): Likewise.
5867         (_FP_PACK_RAW_2_P): Likewise.
5868         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5869         (_FP_MUL_MEAT_2_wide): Likewise.
5870         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5871         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5872         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5873         (_FP_MUL_MEAT_2_gmp): Likewise.
5874         (_FP_DIV_MEAT_2_udiv): Likewise.
5875         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5876         (_FP_FRAC_SRL_4): Likewise.
5877         (_FP_FRAC_SRST_4): Likewise.
5878         (_FP_FRAC_SRS_4): Likewise.
5879         (_FP_UNPACK_RAW_4): Likewise.
5880         (_FP_UNPACK_RAW_4_P): Likewise.
5881         (_FP_PACK_RAW_4): Likewise.
5882         (_FP_PACK_RAW_4_P): Likewise.
5883         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5884         (_FP_MUL_MEAT_4_wide): Likewise.
5885         (_FP_MUL_MEAT_4_gmp): Likewise.
5886         (umul_ppppmnnn): Likewise.
5887         (_FP_DIV_MEAT_4_udiv): Likewise.
5888         (__FP_FRAC_ADD_4): Likewise.
5889         (__FP_FRAC_SUB_3): Likewise.
5890         (__FP_FRAC_SUB_4): Likewise.
5891         (__FP_FRAC_DEC_3): Likewise.
5892         (__FP_FRAC_DEC_4): Likewise.
5893         (__FP_FRAC_ADDI_4): Likewise.
5894         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5895         (_FP_FRAC_SRL_8): Likewise.
5896         (_FP_FRAC_SRS_8): Likewise.
5897
5898         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5899         include macro name.
5900         (FP_UNPACK_RAW_EP): Likewise.
5901         (FP_PACK_RAW_E): Likewise.
5902         (FP_PACK_RAW_EP): Likewise.
5903         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5904         (_FP_ISSIGNAN): Likewise.
5905         (_FP_ADD_INTERNAL): Likewise.
5906         (_FP_FMA): Likewise.
5907         (_FP_CMP): Likewise.
5908         (_FP_SQRT): Likewise.
5909         (_FP_TO_INT): Likewise.
5910         (_FP_FROM_INT): Likewise.
5911         (FP_EXTEND): Likewise.
5912         (_FP_DIV_MEAT_N_loop): Likewise.
5913
5914 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5915
5916         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5917         throughout.
5918
5919 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5920
5921         [BZ #17097]
5922         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5923         result with correct sign in case of exponents that produce
5924         overflow except for X very close to 1.
5925
5926 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5927
5928         mktime: merge #if/#ifdef usage from glibc
5929         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5930         as that works with both Glibc's and Gnulib's style.
5931         See thread starting at Siddhesh Poyarekar's bug report at:
5932         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5933
5934 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5935
5936         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5937         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5938         * sysdeps/tile/tilegx/memmove.c: Remove file.
5939
5940 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5941
5942         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5943         abi-name definition.
5944         * scripts/soversions.awk: Do not handle or generate ABI lines.
5945         * shlib-versions: Remove ABI entries.
5946         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5947         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5948
5949 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5950
5951         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5952         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5953         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5954         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5955         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5956         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5957         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5958         Moved ...
5959         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5960         ... here.
5961         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5962         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5963         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5964         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5965         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5966         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5967         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5968         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5969         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5970         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5971         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5972         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5973         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5974         Moved ...
5975         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5976         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5977         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5978         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5979         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5980         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5981         Moved ...
5982         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5983         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5984         Moved ...
5985         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5986         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5987         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5988         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5989         Moved ...
5990         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5991         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5992         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5993         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5994         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5995         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5996         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5997         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5998         Moved ...
5999         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6000         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6001         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6002         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6003         Moved ...
6004         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6005         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6006         Moved ...
6007         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6008         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6009         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6010         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6011         Moved ...
6012         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6013         ... here.
6014         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6015         Identical file removed.
6016         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6017         Moved ...
6018         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6019         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6020         Identical file removed.
6021         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6022         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6023         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6024         Moved ...
6025         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6026         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6027         Identical file removed.
6028         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6029         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6030         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6031         Identical file removed.
6032         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6033         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6034         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6035         Identical file removed.
6036         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6037         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6038         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6039         Identical file removed.
6040         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6041         Moved ...
6042         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6044         Identical file removed.
6045         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6046         Moved ...
6047         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6048         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6049         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6050         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6051         Identical file removed.
6052         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6053         Moved ...
6054         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6055         ... here.
6056         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6057         Identical file removed.
6058         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6059         Moved ...
6060         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6061         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6062         Identical file removed.
6063         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6064         Moved ...
6065         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6066         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6067         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6068         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6069         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6070         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6071         Moved ...
6072         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6073         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6074         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6075
6076         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6077         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6078         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6079         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6080         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6081
6082 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6083
6084         [BZ #17092]
6085         * nscd/nscd.c (monitor_child): Return exit status of child
6086         instead of return value from wait syscall.
6087
6088 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6089
6090         * configure.ac (libc_commonpagesize): Remove variable.
6091         (libc_relro_required): Likewise.
6092         (libc_cv_z_relro): Remove configure test.
6093         * configure: Regenerated.
6094         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6095         variable.
6096         (libc_relro_required): Likewise.
6097         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6098         (libc_relro_required): Likewise.
6099         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6100         (libc_relro_required): Likewise.
6101         * sysdeps/arm/preconfigure: Regenerated.
6102         * sysdeps/ia64/preconfigure: Remove file.
6103         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6104         variable.
6105         (libc_relro_required): Likewise.
6106
6107         [BZ #16561]
6108         [BZ #16562]
6109         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6110         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6111         recompute overflowing results in original rounding mode.
6112         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6113         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6114         recompute overflowing results in original rounding mode.
6115         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6116         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6117         recompute overflowing results in original rounding mode.
6118         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6119         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6120         recompute overflowing results in original rounding mode.
6121         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6122         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6123         recompute overflowing results in original rounding mode.
6124         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6125         (libc_feholdsetround_ctx): New macro.
6126         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6127         * sysdeps/i386/fpu/libm-test-ulps: Update.
6128         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6129
6130 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6131
6132         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6133         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6134         corresponding .cpsetup call.
6135
6136 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6137
6138         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6139         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6140         * sysdeps/arm/Makefile [$(subdir) = csu]
6141         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6142         (static-only-routines): Add aeabi_read_tp here.
6143         (shared-only-routines): Add libc-aeabi_read_tp here.
6144         (CFLAGS-libc-start.c): Add -fexceptions here.
6145         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6146         (sysdep_routines, static-only-routines, shared-only-routines):
6147         Don't add to these here.
6148         (CFLAGS-libc-start.c): Likewise.
6149
6150         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6151         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6152         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6153         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6154         * sysdeps/arm/Makefile [$(subdir) = rt]
6155         (librt-sysdep_routines, librt-shared-only-routines):
6156         Append rt-aeabi_unwind_cpp_pr1 here.
6157         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6158         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6159         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6160         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6161         Append nptl-aeabi_unwind_cpp_pr1 here.
6162         (tests): Filter out tst-cleanupx4 here.
6163         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6164         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6165         Don't do those here.
6166
6167 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6168
6169         * scripts/list-sources.sh: Do not handle ports specially.
6170
6171 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6172
6173         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6174         * sysdeps/arm/feupdateenv.c: Likewise.
6175
6176         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6177
6178 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6179
6180         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6181         trailing whitespace removed.
6182         * scripts/config.guess: Update to version 2014-03-23.
6183         * scripts/config.sub: Update to version 2014-05-01
6184         * scripts/install-sh: Update to version 2013-12-25.23.
6185         * scripts/move-if-change: Update from gnulib.
6186
6187 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6188
6189         * debug/memmove_chk.c: Remove pagecopy.h include.
6190
6191 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6192
6193         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6194         identical to gnulib mktime.
6195
6196 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6197
6198         * configure.ac: Do not test for machine being rs6000.  Do not test
6199         for powerpc*-*soft.
6200         * configure: Regenerated.
6201
6202         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6203         test.
6204         * configure: Regenerated.
6205         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6206         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6207         Remove configure test.
6208         * sysdeps/arm/configure: Regenerated.
6209         * sysdeps/nptl/configure.ac: Do not check
6210         libc_cv_asm_cfi_directives.
6211         * sysdeps/nptl/configure: Regenerated.
6212         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6213         * sysdeps/x86_64/nptl/configure: Remove generated file.
6214         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6215         unconditional.
6216         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6217
6218 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6219
6220         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6221         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6222         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6223         it is defined.
6224
6225         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6226         instead of whether it is defined.
6227         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6228         * sysdeps/hppa/dl-machine.h: Likewise.
6229         * sysdeps/ia64/dl-machine.h: Likewise.
6230         * sysdeps/m68k/dl-machine.h: Likewise.
6231         * sysdeps/microblaze/dl-machine.h: Likewise.
6232         * sysdeps/mips/dl-machine.: Likewise.
6233         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6234         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6235         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6236         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6237         * sysdeps/sh/dl-machine.h: Likewise.
6238         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6239         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6240         * sysdeps/tile/dl-machine.h: Likewise.
6241         * sysdeps/x86_64/dl-machine.h: Likewise.
6242
6243         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6244         code.
6245         (verify_persistent_db): Likewise.
6246
6247 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6248
6249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6250         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6252         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6254         Moved ...
6255         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6256         ... here.
6257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6258         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6260         Identical file removed.
6261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6262         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6263         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6264         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6266         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6267         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6268         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6270         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6271         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6272         Moved ...
6273         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6274         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6275         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6277         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6278         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6279         Moved ...
6280         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6282         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6283         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6284         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6286         Identical file removed.
6287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6288         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6290         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6292         Moved ...
6293         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6294         ... here.
6295         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6296         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6297         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6298         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6299         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6300         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6301         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6302         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6303         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6304         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6305         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6306         Moved ...
6307         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6308         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6309         Moved ...
6310         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6311         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6312         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6313         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6314         Moved ...
6315         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6317         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6318
6319         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6320         folded into ...
6321         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6322         * sysdeps/unix/sysv/linux/s390/Versions
6323         (libpthread: GLIBC_2.19): New version set.
6324         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6325         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6326         (librt: GLIBC_2.3.3): New version set.
6327         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6328         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6329         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6330         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6331         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6332         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6333         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6334         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6335         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6336         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6337         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6338         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6339         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6340         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6341         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6342         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6343         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6344         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6345         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6346         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6347         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6348         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6349         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6350         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6351         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6352         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6353         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6354         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6355         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6356         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6357         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6358         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6359         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6360         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6361         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6362         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6363         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6364         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6365         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6366         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6367         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6368         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6369         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6370         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6371         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6372
6373         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6374         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6375         (__libc_vfork): Define the function under this name.
6376         [!NOT_IN_libc] (__vfork): Make this an alias.
6377         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6378         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6379         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6380         (__libc_vfork): Define the function under this name.
6381         [!NOT_IN_libc] (__vfork): Make this an alias.
6382         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6383         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6384         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6385         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6386         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6387         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6388
6389         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6390         code that was previously under [RESET_PID].
6391         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6392         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6393         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6394
6395         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6396         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6397         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6398         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6399         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6400         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6401         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6402         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6403         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6406         Moved ...
6407         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6408         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6409         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6417         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6421         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6423         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6427         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6428         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6431         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6432         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6433         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6434         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6435         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6436
6437 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6438
6439         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6440         that was previously under [RESET_PID].
6441         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6442
6443 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6444
6445         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6446         not undefine and redefine.
6447         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6448         [O_CLOEXEC]: Make code unconditional.
6449         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6450         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6451         <kernel-features.h>.
6452         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6453         conditional variable definition.
6454         (shm_open) [O_CLOEXEC]: Make code unconditional.
6455         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6456         code.
6457
6458         * configure.ac (USE_REGPARMS): Don't define here.
6459         * configure: Regenerated.
6460         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6461         * sysdeps/i386/configure: Regenerated.
6462
6463         * nptl/createthread.c: Don't include kernel-features.h.
6464         * nptl/pthread_cancel.c: Likewise.
6465         * nptl/pthread_condattr_setclock.c: Likewise.
6466         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6467         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6468         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6469         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6470         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6471         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6472         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6473         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6474         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6475         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6476         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6477         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6478         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6479         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6480         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6481         * nscd/gai.c: Likewise.
6482         * nss/nss_db/db-open.c: Likewise.
6483         * sysdeps/generic/ldsodefs.h: Likewise.
6484         * sysdeps/sh/nptl/tls.h: Likewise.
6485         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6486         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6487         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6488         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6489         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6490         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6491         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6492         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6493         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6494         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6495         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6496         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6497         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6498         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6499         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6500         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6501         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6502         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6503         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6504         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6505         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6506         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6507         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6508         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6509         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6510         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6511         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6512         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6513         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6514         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6515         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6516         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6517         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6518         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6519         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6520         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6521         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6522         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6523         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6524         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6525         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6526         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6527         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6528         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6529         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6530         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6531         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6532         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6533         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6534         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6535         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6536         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6537         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6538         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6539         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6540         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6541         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6542         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6565         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6566         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6567         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6568         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6569         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6570         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6571         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6572         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6573         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6574         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6575         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6576         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6577         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6578         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6579         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6580         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6581         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6582         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6583         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6584         * sysdeps/unix/sysv/linux/system.c: Likewise.
6585         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6586         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6587         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6588         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6589         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6590         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6591         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6592
6593         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6594         * configure: Regenerated.
6595         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6596
6597         * configure.ac (base_machine): Do not set specially for particular
6598         machines here.
6599         * configure: Regenerated.
6600         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6601         settings from configure.ac.
6602         * sysdeps/i386/preconfigure: New file.
6603         * sysdeps/s390/preconfigure: Likewise.
6604         * sysdeps/sh/preconfigure: Likewise.
6605         * sysdeps/sparc/preconfigure: Likewise.
6606
6607 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6608
6609         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6610         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6611         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6612         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6613         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6614         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6615         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6616         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6617         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6618         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6619         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6620         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6621         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6622         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6623         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6624         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6625         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6626         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6627         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6628
6629         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6630         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6631         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6632         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6633         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6634         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6635         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6636         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6637         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6638         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6639         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6640         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6641         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6642         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6643         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6644         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6645         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6646         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6647         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6648         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6649         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6650         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6651         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6652         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6653         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6654         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6655         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6656         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6657         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6658         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6659         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6660         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6661         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6662         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6663         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6664         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6665         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6666         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6667
6668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6669         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6673         Moved ...
6674         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6675         ... here.
6676         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6677         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6679         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6681         Moved ...
6682         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6690         Moved ...
6691         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6693         Moved ...
6694         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6695         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6696         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6697         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6698         Moved ...
6699         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6701         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6702         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6703         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6705         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6707         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6708         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6709         Moved ...
6710         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6711         ... here.
6712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6713         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6714         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6715         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6716         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6717         Moved ...
6718         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6719         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6720         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6721         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6722         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6724         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6725         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6726         Moved ...
6727         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6728         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6729         Moved ...
6730         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6731         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6732         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6733         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6734         Moved ...
6735         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6736         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6737         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6739         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6740
6741 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6742
6743         * timezone/checktab.awk: Update from tzcode 2014e.
6744         * timezone/private.h: Likewise.
6745         * timezone/tzfile.h: Likewise.
6746         * timezone/zdump.c: Likewise.
6747         * timezone/zic.c: Likewise.
6748
6749         * sysdeps/unix/sysv/linux/kernel-features.h
6750         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6751         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6752         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6753         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6754         Remove conditional code.
6755
6756 2014-06-25  Will Newton  <will.newton@linaro.org>
6757
6758         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6759         (_dl_arm_cap_flags): Add HWCAP2 values.
6760         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6761         (_DL_HWCAP_COUNT): Increase to 37.
6762         (_DL_HWCAP_LAST): New define.
6763         (_DL_HWCAP2_LAST): New define.
6764         (_dl_procinfo): Add support for printing
6765         AT_HWCAP2 entries.
6766         (_dl_string_hwcap): Use _dl_hwcap_string.
6767
6768 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6769
6770         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6771
6772 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6773
6774         * README: Do not mention ports directory.
6775
6776         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6777         Remove macro.
6778         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6779         <kernel-features.h>.
6780         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6781         conditional variable definition.
6782         (__futimes): Update comment.
6783         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6784         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6785
6786         [BZ #16560]
6787         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6788         arguments close to 0.
6789         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6790         Likewise.
6791         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6792         Likewise.
6793         * math/auto-libm-test-in: Add more tests of exp10.
6794         * math/auto-libm-test-out: Regenerated.
6795         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6796
6797         * sysdeps/unix/sysv/linux/kernel-features.h
6798         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6799         * sysdeps/unix/sysv/linux/readv.c: Do not include
6800         <kernel-features.h>.
6801         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6802         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6803         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6804         unconditional.
6805         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6806         conditional code.
6807         * sysdeps/unix/sysv/linux/writev.c: Do not include
6808         <kernel-features.h>.
6809         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6810         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6811         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6812         unconditional.
6813         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6814         conditional code.
6815
6816 2014-06-25  Will Newton  <will.newton@linaro.org>
6817
6818         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6819         comment changes throughout the file.  Remove checks
6820         for HAVE_*_H definitions that are not required.
6821         (__gen_tempname): Call abort if an unknown kind value is
6822         passed.
6823
6824 2014-06-25  Andreas Schwab  <schwab@suse.de>
6825
6826         [BZ #17086]
6827         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6828         scalbln, scalblnf, scalblnl in libc.
6829
6830 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6831
6832         [BZ #17086]
6833         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6834         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6835         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6836
6837 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6838
6839         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6840         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6841         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6842         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6843         Update #include.
6844         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6845         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6846         Update #include.
6847         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6848         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6849         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6850         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6851         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6852         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6853         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6854         * sysdeps/x86/bits/semaphore.h: ... here.
6855         * sysdeps/x86/nptl/elide.h: Moved ...
6856         * sysdeps/x86/elide.h: ... here.
6857         * sysdeps/x86_64/nptl/Implies: File removed.
6858         * sysdeps/i386/nptl/Implies: File removed.
6859
6860 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6861
6862         [BZ #16539]
6863         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6864         return the argument for normal arguments with exponent below -64.
6865         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6866         Likewise.
6867         * math/auto-libm-test-in: Add another test of expm1.
6868         * math/auto-libm-test-out: Regenerated.
6869
6870         [BZ #16287]
6871         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6872         calling __erfcl for arguments at least 16.
6873         * math/auto-libm-test-in: Add more tests of erf.
6874         * math/auto-libm-test-out: Regenerated.
6875
6876         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6877         individual architectures.
6878         * sysdeps/unix/sysv/linux/configure: Regenerated.
6879         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6880         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6881         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6882         (ldd_rewrite_script): Define variable.
6883         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6885         file.
6886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6887         generated file.
6888         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6889         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6890         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6891         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6892         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6893         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6894         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6895         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6896
6897 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6898
6899         [BZ #17084]
6900         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6901         Rename member __data.d to __data.__elision_data.
6902
6903 2014-06-24  Wilco  <wdijkstr@arm.com>
6904
6905         * NEWS: Add 16918 to fixed bug list.
6906
6907 2014-06-24  Wilco  <wdijkstr@arm.com>
6908
6909         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6910
6911 2014-06-24  Wilco  <wdijkstr@arm.com>
6912
6913         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6914         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6915         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6916         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6917         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6918         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6919         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6920         Use _FPU_MASK_RM.
6921
6922 2014-06-24  Wilco  <wdijkstr@arm.com>
6923
6924         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6925
6926 2014-06-24  Wilco  <wdijkstr@arm.com>
6927
6928         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6929         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6930         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6931         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6932
6933 2014-06-24  Wilco  <wdijkstr@arm.com>
6934
6935         [BZ #16918]
6936         * sysdeps/arm/feupdateenv.c (feupdateenv):
6937         Rewrite to reduce FPSCR accesses and fix return value.
6938
6939 2014-06-24  Wilco  <wdijkstr@arm.com>
6940
6941         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6942         Optimize to avoid unnecessary FPSCR writes.
6943         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6944         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6945         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6946         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6947
6948 2014-06-24  Wilco  <wdijkstr@arm.com>
6949
6950         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6951         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6952         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6953         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6954         Call libc_fetestexcept_vfp.
6955         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6956         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6957         __SOFTFP__ ifdef so that they can be built for softfp.
6958
6959 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6960
6961         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6962         argument type signed char.
6963
6964         * Makerules (check-abi): Dump diff of symlist if the test
6965         fails.
6966
6967 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6968
6969         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6970         using abort.
6971
6972         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6973         Remove unused variable ST.
6974
6975 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6976
6977         [BZ #16354]
6978         [BZ #17061]
6979         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6980         small arguments before calling __expm1.
6981         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6982         small arguments before calling __expm1f.
6983         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6984         small arguments before calling __expm1l.
6985         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6986         Likewise.
6987         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6988         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6989         spurious underflow for some cosh tests.
6990         * math/auto-libm-test-out: Regenerated.
6991         * sysdeps/i386/fpu/libm-test-ulps: Update.
6992
6993         [BZ #17050]
6994         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6995         (__ieee754_y1): Set errno if return value overflows.
6996         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6997         (__ieee754_y1f): Set errno if return value overflows.
6998         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6999         (__ieee754_y1l): Set errno if return value overflows.
7000         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7001         (__ieee754_y1l): Set errno if return value overflows.
7002         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7003         * math/auto-libm-test-out: Regenerated.
7004
7005         * math/gen-auto-libm-tests.c: Document use of
7006         ignore-zero-inf-sign.
7007         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7008         (input_flags): Add ignore-zero-inf-sign.
7009         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7010         * math/gen-libm-test.pl (generate_testfile): Handle
7011         ignore-zero-inf-sign.
7012         * math/auto-libm-test-in: Mark some cpow tests with
7013         ignore-zero-inf-sign and some with xfail-rounding.
7014         * math/auto-libm-test-out: Regenerated.
7015         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7016         * sysdeps/i386/fpu/libm-test-ulps: Update.
7017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7018
7019         [BZ #16315]
7020         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7021         overflowing or underflowing operations take place with sign of
7022         result.
7023         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7024         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7025         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7026         (__ieee754_pow): Recompute overflowing and underflowing results in
7027         original rounding mode.
7028         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7029         (__powl_helper): Allow negative argument X and scale negated value
7030         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7031         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7032         overflowing or underflowing operations take place with sign of
7033         result.
7034         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7035         Include <math.h>.
7036         * math/auto-libm-test-in: Add more tests of pow.
7037         * math/auto-libm-test-out: Regenerated.
7038         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7039         (pow_tonearest_test_data): Remove.
7040         (pow_test_tonearest): Likewise.
7041         (pow_towardzero_test_data): Likewise.
7042         (pow_test_towardzero): Likewise.
7043         (pow_downward_test_data): Likewise.
7044         (pow_test_downward): Likewise.
7045         (pow_upward_test_data): Likewise.
7046         (pow_test_upward): Likewise.
7047         (main): Don't call removed functions.
7048         * sysdeps/i386/fpu/libm-test-ulps: Update.
7049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7050
7051 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7052
7053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7054         Moved ...
7055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7057         Moved ...
7058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7060         Moved ...
7061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7063         Moved ...
7064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7066         File removed.
7067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7068         File removed.
7069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7070         File removed.
7071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7072         File removed.
7073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7074         File removed.
7075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7076         File removed.
7077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7078         File removed.
7079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7080         File removed.
7081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7082         File removed.
7083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7084         File removed.
7085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7086         File removed.
7087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7088         File removed.
7089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7090         Moved ...
7091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7093         Moved ...
7094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7095         ... here.
7096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7097         Moved ...
7098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7100         Moved ...
7101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7103         Moved ...
7104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7106         Moved ...
7107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7109         Moved ...
7110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7112         Moved ...
7113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7115         Moved ...
7116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7119         ... here.
7120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7121         Moved ...
7122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7124         Moved ...
7125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7126         ... here.
7127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7128         Moved ...
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7130         ... here.
7131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7132         Moved ...
7133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7134         ... here.
7135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7136         Moved ...
7137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7139         Moved ...
7140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7144         Moved ...
7145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7146         ... here.
7147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7148         Moved ...
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7150         ... here.
7151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7152         Moved ...
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7155         Moved ...
7156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7158         Moved ...
7159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7161         Moved ...
7162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7164         Moved ...
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7166         ... here.
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7168         Moved ...
7169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7171         Moved ...
7172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7174         Moved ...
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7177         Moved ...
7178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7182         Moved ...
7183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7185         Moved ...
7186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7188         Moved ...
7189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7190         ... here.
7191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7192         Moved ...
7193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7194         ... here.
7195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7196         Moved ...
7197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7198         ... here.
7199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7200         Moved ...
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7203         Moved ...
7204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7206         Moved ...
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7209         Moved ...
7210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7211         ... here.
7212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7213         Moved ...
7214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7215         ... here.
7216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7217         Moved ...
7218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7219         ... here.
7220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7221         Moved ...
7222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7224         Moved ...
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7226
7227 2014-06-23  Will Newton  <will.newton@linaro.org>
7228             Wilco  <wdijkstr@arm.com>
7229
7230         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7231         implementation.  Include get-rounding-mode.h.
7232         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7233         [!libc_feholdsetround_noex_ctx]: Define
7234         libc_feholdsetround_noex_ctx.
7235         [!libc_feholdsetround_noexf_ctx]: Define
7236         libc_feholdsetround_noexf_ctx.
7237         [!libc_feholdsetround_noexl_ctx]: Define
7238         libc_feholdsetround_noexl_ctx.
7239         (libc_feholdsetround_ctx): New function.
7240         (libc_feresetround_ctx): New function.
7241         (libc_feholdsetround_noex_ctx): New function.
7242         (libc_feresetround_noex_ctx): New function.
7243
7244 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7245
7246         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7247         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7248         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7249         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7250         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7251         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7252
7253         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7254         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7255         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7256         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7257         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7258         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7259         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7260         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7261         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7262         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7263         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7264         Moved ...
7265         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7266         ... here.
7267         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7268         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7269         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7270         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7271         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7272         Moved ...
7273         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7274         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7275         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7276         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7277         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7278         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7279         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7280         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7281         Moved ...
7282         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7283         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7284         Moved ...
7285         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7286         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7287         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7288         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7289         Moved ...
7290         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7291         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7292         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7293         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7294         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7295         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7296         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7297         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7298         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7299         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7300         Moved ...
7301         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7302         ... here.
7303         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7304         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7305         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7306         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7307         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7308         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7309         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7310         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7311         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7312         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7313         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7314         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7315         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7316         Moved ...
7317         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7318         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7319         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7320         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7321         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7322         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7323         Moved ...
7324         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7325         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7326         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7327         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7328         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7329
7330         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7331         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7332         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7333         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7334         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7335         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7336         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7337         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7338         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7339         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7340         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7341         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7342         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7343         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7344         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7345         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7346         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7347         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7348         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7349         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7350         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7351         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7352         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7353         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7354         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7355         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7356         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7357         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7358
7359 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7360
7361         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7362         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7363         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7364         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7365         (IPV6_PMTUDISC_INTERFACE): Likewise.
7366         (IPV6_PMTUDISC_OMIT): Likewise.
7367
7368 2014-06-23  Andreas Schwab  <schwab@suse.de>
7369
7370         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7371         Remove unused errout label.
7372
7373 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7374
7375         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7376         macro: hardware supports Vector Crypto instructions.
7377
7378 2014-06-23  Will Newton  <will.newton@linaro.org>
7379
7380         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7381         rather than __builtin_expect.
7382
7383         * elf/dl-lookup.c (undefined_msg): Remove variable.
7384         (_dl_lookup_symbol_x): Replace undefined_msg with string
7385         literal.
7386
7387         * elf/dl-lookup.c (do_lookup_unique): New function.
7388         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7389         to a separate function.
7390
7391 2014-06-23  Andreas Schwab  <schwab@suse.de>
7392
7393         [BZ #17079]
7394         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7395         before reading the next line.
7396
7397 2014-06-23  Will Newton  <will.newton@linaro.org>
7398
7399         * test-skeleton.c (signal_handler): Use printf and %m
7400         rather than perror.  Use printf rather than fprintf to
7401         stderr.  Use puts rather than fputs to stderr.
7402         (main): Likewise.
7403
7404 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7405
7406         * nscd/nscd.c (thread_info_t): Remove typedef.
7407         (thread_info): Remove variable.
7408
7409 2014-06-21  Allan McRae  <allan@archlinux.org>
7410
7411         * NEWS: Mention CVE-2014-4043.
7412
7413 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7414
7415         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7416         * nptl/smp.h: ... here.
7417
7418         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7419
7420         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7421         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7422         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7423         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7424
7425         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7426         * nptl/stack-aliasing.h: New file.
7427         * sysdeps/i386/i686/stack-aliasing.h: New file.
7428         * sysdeps/i386/i686/nptl/Makefile: File removed.
7429         * sysdeps/x86_64/stack-aliasing.h: New file.
7430         * sysdeps/x86_64/nptl/Makefile
7431         (CFLAGS-pthread_create.c): Variable removed.
7432
7433         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7434         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7435         old file.
7436         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7437         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7438         old file.
7439
7440 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7441
7442         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7443         (__ASSUME_SIGFRAME_V2): Remove macro.
7444         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7445         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7446         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7447         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7448         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7449         Declare as function.  Remove conditional macro definitions.
7450         (__default_rt_sa_restorer): Likewise.
7451         (__default_sa_restorer_v1): Remove declaration.
7452         (__default_sa_restorer_v2): Likewise.
7453         (__default_rt_sa_restorer_v1): Likewise.
7454         (__default_rt_sa_restorer_v2): Likewise.
7455         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7456         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7457         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7458
7459 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7460
7461         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7462         (libpthread-routines): Add sysdep.
7463         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7464         * sysdeps/unix/sysv/linux/sparc/Versions
7465         (libpthread: GLIBC_2.3.3): New version set.
7466         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7467         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7468         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7469         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7470         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7471         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7472         Moved ...
7473         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7474         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7475         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7476         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7477         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7478         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7479         * sysdeps/sparc/nptl/sem_init.c: ... here.
7480         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7481         * sysdeps/sparc/nptl/sem_post.c: ... here.
7482         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7483         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7484         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7485         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7486         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7487         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7488         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7489         (libpthread-routines): Add cpu_relax.
7490         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7491         File removed.
7492         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7493         (librt: GLIBC_2.3.3): New version set.
7494         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7495         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7496         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7497         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7498         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7499         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7500         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7501         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7502         Moved ...
7503         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7504         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7505         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7506         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7507         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7508         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7509         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7510         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7511         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7512         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7513         Moved ...
7514         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7515         Update #include.
7516         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7517         Moved ...
7518         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7519         Update #include.
7520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7521         Moved ...
7522         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7523         Update #include.
7524         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7525         Moved ...
7526         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7527         Update #include.
7528         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7529         Moved ...
7530         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7531         Update #include.
7532         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7533         Moved ...
7534         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7535         Update #include.
7536         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7537         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7538         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7539         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7540         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7541         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7542         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7543         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7544         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7545         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7546         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7547         Moved ...
7548         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7549         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7550         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7551         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7552         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7553
7554 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7555
7556         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7557         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7558         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7559         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7560         * nscd/nscd.c: Likewise.
7561         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7562         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7563         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7564         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7565
7566         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7567         <kernel-features.h>.
7568         (init_mq_netlink): Remove conditional have_sock_cloexec
7569         definitions.  Remove code conditional on have_sock_cloexec < 0.
7570         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7571         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7572         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7573         <kernel-features.h>.
7574         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7575         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7576
7577 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7578
7579         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7580         Add tests for memset_chk and memset.
7581
7582         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7583         with AVX2_Usable.
7584
7585 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7586
7587         [BZ #16046]
7588         * elf/tst-dl-iter-static.c: New file.
7589         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7590
7591         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7592         error.
7593
7594 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7595
7596         * sysdeps/unix/sysv/linux/kernel-features.h
7597         (__ASSUME_F_GETOWN_EX): Remove macro.
7598         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7599         <kernel-features.h>.
7600         (miss_F_GETOWN_EX): Remove variable or macro.
7601         (do_fcntl): Do not check miss_F_GETOWN_EX.
7602         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7603
7604         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7605         Remove macro.
7606         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7607         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7608         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7609
7610         * sysdeps/unix/sysv/linux/kernel-features.h
7611         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7612         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7613         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7614         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7615
7616 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7617
7618         [BZ #17075]
7619         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7620         Fix calculation of the symbol's value.
7621         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7622         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7623         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7624         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7625         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7626         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7627         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7628         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7629         (modules-names): Add `tst-armtlsdescmod',
7630         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7631         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7632         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7633         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7634         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7635         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7636         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7637         ($(objpfx)tst-armtlsdescloc): New dependency.
7638         ($(objpfx)tst-armtlsdescextnow): Likewise.
7639         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7640         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7641         TLS scheme support.
7642         * sysdeps/arm/configure: Regenerate.
7643
7644 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7645
7646         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7647         (__atfct_seterrno_2): Likewise.
7648         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7649         <kernel-features.h>.
7650         (__ASSUME_ATFCTS): Do not undefine and redefine.
7651         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7652         (__have_atfcts): Remove conditional definition.
7653         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7654         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7655         unreachable if [__ASSUME_ATFCTS].
7656         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7657         not undefine and redefine.
7658         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7659         <kernel-features.h>.
7660         (faccessat) [__NR_faccessat]: Make code unconditional.
7661         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7662         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7663         <kernel-features.h>.
7664         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7665         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7666         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7667         <kernel-features.h>.
7668         (fchownat) [__NR_fchownat]: Make code unconditional.
7669         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7670         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7671         <kernel-features.h>.
7672         (futimesat) [__NR_futimesat]: Make code unconditional.
7673         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7674         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7675         <kernel-features.h>.
7676         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7677         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7678         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7679         <kernel-features.h>.
7680         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7681         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7682         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7683         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7684         <kernel-features.h>.
7685         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7686         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7687         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7688         <kernel-features.h>.
7689         (linkat) [__NR_linkat]: Make code unconditional.
7690         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7691         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7692         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7693         <kernel-features.h>.
7694         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7695         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7696         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7697         <kernel-features.h>.
7698         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7699         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7700         * sysdeps/unix/sysv/linux/openat.c: Do not include
7701         <kernel-features.h>.
7702         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7703         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7704         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7705         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7706         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7707         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7708         <kernel-features.h>.
7709         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7710         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7711         result of INLINE_SYSCALL directly, not via int variable.
7712         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7713         <kernel-features.h>.
7714         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7715         (renameat) [__NR_renameat]: Make code unconditional.
7716         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7717         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7718         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7719         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7720         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7721         (__ASSUME_ATFCTS): Do not undefine and redefine.
7722         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7723         <kernel-features.h>.
7724         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7725         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7726         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7727         <kernel-features.h>.
7728         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7729         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7730         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7731         (__ASSUME_ATFCTS): Do not undefine and redefine.
7732         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7733         <kernel-features.h>.
7734         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7735         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7736         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7737         <kernel-features.h>.
7738         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7739         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7740
7741 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7742
7743         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7744
7745 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7746
7747         [BZ #17069]
7748         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7749         constructed tree before returning error.
7750         * posix/bug-regexp36.c: Expand test case.
7751
7752 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7753
7754         [BZ #6803]
7755         * math/libm-test.inc (scalbln_test_date):
7756         Add errno expectations.
7757         * math/w_scalblnf.c: New File.
7758         Add wrapper which checks for setting errno to ERANGE.
7759         Add weak_alias for corresponding scalbln function.
7760         * math/w_scalbln.c: Likewise.
7761         * math/w_scalblnl.c: Likewise.
7762         * math/Makefile (libm-calls): Add w_scalbln.
7763         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7764         Remove weak_alias for corresponding scalbln function.
7765         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7766         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7767         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7768         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7769         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7770         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7771         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7772         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7773         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7774         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7775         Remove long_double_symbol for scalblnl function in libm, libc.
7776         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7777         Add wrapper which checks for setting errno to ERANGE.
7778         Add long_double_symbol for scalblnl function in libm, libc.
7779         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7780         Remove long_double_symbol for scalblnl in libm.
7781         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7782         Add wrapper which checks for setting errno to ERANGE.
7783         Add long_double_symbol for scalblnl function in libm.
7784         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7785         Do not use wrapper because of own implementation.
7786
7787 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7788
7789         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7790         3 bytes for __pad1 for x32.
7791         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7792
7793 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7794             H.J. Lu  <hongjiu.lu@intel.com>
7795
7796         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7797         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7798         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7799         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7800         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7801
7802 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7803
7804         [BZ #17069]
7805         * posix/regcomp.c (parse_expression): Deallocate partially
7806         constructed tree before returning error.
7807         * posix/Makefile.c (tests): Add bug-regex36.
7808         (generated): Add bug-regex36.mtrace.
7809         (tests-special): Add $(objpfx)bug-regex36-mem.out
7810         (bug-regex36-ENV): New variable.
7811         ($(objpfx)bug-regex36-mem.out): New rule.
7812         * posix/bug-regex36.c: New file.
7813
7814 2014-06-19  Will Newton  <will.newton@linaro.org>
7815
7816         * malloc/malloc.c (systrim): If extra is zero then return
7817         early.
7818
7819 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7820
7821         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7822
7823 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7824
7825         * sysdeps/aarch64/strchr.S: New file.
7826
7827 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7828
7829         [BZ #17022]
7830         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7831         from arguments -2 or below.
7832         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7833         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7834
7835 2014-06-18  Andreas Schwab  <schwab@suse.de>
7836
7837         [BZ #17062]
7838         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7839         of a bracket expr not to run off the end of the string.
7840         * posix/Makefile (tests): Add tst-fnmatch3.
7841         * posix/tst-fnmatch3.c: New file.
7842
7843 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7844
7845         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7846         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7847         [$(cross-compiling) = no]: Likewise.
7848         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7849         [$(cross-compiling) = no]: Likewise.
7850
7851 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7852
7853         [BZ #17031]
7854         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7855         double, adjusted for any remainder from the high double.
7856         * math/libm-test.inc (nearbyint): Add tests.
7857         (rint): Likewise.
7858
7859 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7860
7861         * nptl/sysdeps/powerpc/Makefile: Moved ...
7862         * sysdeps/powerpc/nptl/Makefile: ... here.
7863         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7864         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7865         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7866         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7867         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7868         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7869         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7870         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7871         * nptl/sysdeps/powerpc/tls.h: Moved ...
7872         * sysdeps/powerpc/nptl/tls.h: ... here.
7873
7874 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7875
7876         [BZ #16681]
7877         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7878         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7879         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7880         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7881         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7882         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7883         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7884         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7885         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7886
7887 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7888
7889         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7890
7891 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7892
7893         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7894         defined operator.
7895
7896         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7897         $TIMEOUTFACTOR.
7898
7899 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7900
7901         [BZ #17058]
7902         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7903         non-executed part of the test.
7904
7905 2014-06-16  Andreas Schwab  <schwab@suse.de>
7906
7907         * string/bits/string2.h (strdup, strndup): Update feature guard.
7908
7909 2014-06-14  David S. Miller  <davem@davemloft.net>
7910
7911         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7912
7913 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7914
7915         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7916         that was previously under [RESET_PID].
7917         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7918
7919         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7920         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7921         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7922         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7923         (__libc_vfork): New strong alias.
7924         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7925
7926 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7927
7928         * sysdeps/generic/elide.h: New file.
7929
7930 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7931
7932         * Makefile (installed-headers): Adjust path of pthread.h header.
7933
7934 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7935
7936         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7937         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7938         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7939         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7940
7941         * nptl/sysdeps/s390/Makefile: Moved ...
7942         * sysdeps/s390/nptl/Makefile: ... here.
7943         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7944         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7945         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7946         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7947         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7948         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7949         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7950         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7951         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7952         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7953         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7954         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7955         * nptl/sysdeps/s390/tls.h: Moved ...
7956         * sysdeps/s390/nptl/tls.h: ... here.
7957
7958         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7959         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7960
7961 2014-06-13  David S. Miller  <davem@davemloft.net>
7962
7963         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7964         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7965         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7966         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7967         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7968         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7969         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7970         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7971         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7972         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7973         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7974         Remove RESET_PID cpp guards.
7975         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7976         Remove RESET_PID cpp guards.
7977         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7978
7979 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7980
7981         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7982         __sp to uintptr_t.
7983
7984 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7985
7986         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7987         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7988         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7989         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7990         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7991         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7992         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7993         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7994         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7995         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7996         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7997         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7998         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7999         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8000         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8001         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8002         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8003         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8004         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8005         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8006
8007         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8008         (pthread_rwlock_rdlock): Add elision.
8009         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8010         (pthread_rwlock_wrlock): Add elision.
8011         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8012         (pthread_rwlock_trywrlock): Add elision.
8013         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8014         (pthread_rwlock_tryrdlock): Add elision.
8015         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8016         (pthread_rwlock_tryrdlock): Add elision unlock.
8017         * nptl/sysdeps/pthread/pthread.h:
8018         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8019         (PTHREAD_RWLOCK_INITIALIZER,
8020         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8021         Handle new elision field.
8022         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8023         * sysdeps/arm/nptl/bits/pthreadtypes.h
8024         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8025         * sysdeps/sh/nptl/bits/pthreadtypes.h
8026         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8027         * sysdeps/tile/nptl/bits/pthreadtypes.h
8028         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8029         * sysdeps/a/nptl/bits/pthreadtypes.h
8030         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8031         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8032         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8033         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8034         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8035         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8036         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8037         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8038         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8039         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8040         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8041         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8042         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8043         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8044         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8045         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8046         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8047         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8048         (elision_init): Set try_xbegin to zero when no RTM.
8049         * sysdeps/x86/nptl/bits/pthreadtypes.h
8050         (pthread_rwlock_t): Change __pad1 to __rwelision.
8051         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8052
8053 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8054
8055         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8056         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8057         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8058         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8059
8060 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8061
8062         [BZ #16996]
8063         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8064         that the cached result has been set before returning it.
8065
8066 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8067
8068         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8069         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8070         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8071         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8072         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8073         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8074
8075         * nptl/sysdeps/sparc/Makefile: Moved ...
8076         * sysdeps/sparc/nptl/Makefile: ... here.
8077         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8078         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8079         * nptl/sysdeps/sparc/tls.h: Moved ...
8080         * sysdeps/sparc/nptl/tls.h: ... here.
8081         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8082         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8083         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8084         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8085         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8086         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8087         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8088         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8089         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8090         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8091         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8092         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8093         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8094         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8095         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8096         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8097         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8098         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8099         Update #include.
8100         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8101         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8102         Update #include.
8103         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8104         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8105         Update #include.
8106         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8107         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8108         Update #include.
8109
8110         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8111
8112         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8113         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8114
8115         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8116         (struct list_links): Type removed.
8117         (struct thread_node, struct timer_node): Replace struct list_links
8118         with struct list_head.
8119         (list_unlink_ip): Likewise.
8120         * sysdeps/pthread/timer_routines.c
8121         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8122         (list_append, list_insbefore): Likewise.
8123         (list_init): Function removed.
8124         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8125         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8126         * sysdeps/pthread/Makefile: ... here, new file.
8127
8128         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8129         * sysdeps/nptl/Implies: ... here.
8130         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8131         * nptl/sysdeps/pthread/list.h: Moved ...
8132         * include/list.h: ... here.
8133         * nptl/sysdeps/pthread/createthread.c: Moved ...
8134         * nptl/createthread.c: ... here.
8135         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8136         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8137         * nptl/pt-longjmp.c: ... here.
8138         * nptl/sysdeps/pthread/Makefile: Moved ...
8139         * sysdeps/nptl/Makefile: ... here.
8140         * nptl/sysdeps/pthread/Subdirs: Moved ...
8141         * sysdeps/nptl/Subdirs: ... here.
8142         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8143         * sysdeps/nptl/aio_misc.h: ... here.
8144         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8145         * sysdeps/nptl/bits/libc-lock.h: ... here.
8146         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8147         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8148         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8149         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8150         * nptl/sysdeps/pthread/configure: Moved ...
8151         * sysdeps/nptl/configure: ... here.
8152         * nptl/sysdeps/pthread/configure.ac: Moved ...
8153         * sysdeps/nptl/configure.ac: ... here.
8154         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8155         * sysdeps/nptl/gai_misc.h: ... here.
8156         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8157         * sysdeps/nptl/librt-cancellation.c: ... here.
8158         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8159         * sysdeps/nptl/malloc-machine.h: ... here.
8160         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8161         * sysdeps/nptl/pthread-functions.h: ... here.
8162         * nptl/sysdeps/pthread/pthread.h: Moved ...
8163         * sysdeps/nptl/pthread.h: ... here.
8164         * nptl/sysdeps/pthread/setxid.h: Moved ...
8165         * sysdeps/nptl/setxid.h: ... here.
8166         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8167         * sysdeps/nptl/sigfillset.c: ... here.
8168         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8169         * sysdeps/nptl/tcb-offsets.h: ... here.
8170         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8171         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8172         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8173         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8174         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8175         * sysdeps/pthread/allocalim.h: ... here.
8176         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8177         * sysdeps/pthread/bits/sigthread.h: ... here.
8178         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8179         * sysdeps/pthread/flockfile.c: ... here.
8180         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8181         * sysdeps/pthread/ftrylockfile.c: ... here.
8182         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8183         * sysdeps/pthread/funlockfile.c: ... here.
8184         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8185         * sysdeps/pthread/posix-timer.h: ... here.
8186         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8187         * sysdeps/pthread/timer_create.c: ... here.
8188         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8189         * sysdeps/pthread/timer_delete.c: ... here.
8190         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8191         * sysdeps/pthread/timer_getoverr.c: ... here.
8192         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8193         * sysdeps/pthread/timer_gettime.c: ... here.
8194         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8195         * sysdeps/pthread/timer_routines.c: ... here.
8196         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8197         * sysdeps/pthread/timer_settime.c: ... here.
8198         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8199         * sysdeps/pthread/tst-timer.c: ... here.
8200         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8201         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8202
8203         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8204         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8205
8206         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8207         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8208         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8209         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8210         Update #include target.
8211         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8212         * sysdeps/i386/i686/nptl/Makefile: ... here.
8213         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8214         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8215         Update #include target.
8216         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8217         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8218         * nptl/sysdeps/i386/Makefile: Moved ...
8219         * sysdeps/i386/nptl/Makefile: ... here.
8220         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8221         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8222         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8223         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8224         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8225         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8226         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8227         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8228         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8229         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8230         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8231         * nptl/sysdeps/i386/tls.h: Moved ...
8232         * sysdeps/i386/nptl/tls.h: ... here.
8233
8234         * sysdeps/sh/Makefile [$(subdir) = csu]
8235         (gen-as-const-headers): Add tcb-offsets.sym.
8236         * nptl/sysdeps/sh/Makefile: File removed.
8237         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8238         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8239         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8240         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8241         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8242         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8243         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8244         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8245         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8246         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8247         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8248         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8249         * nptl/sysdeps/sh/tls.h: Moved ...
8250         * sysdeps/sh/nptl/tls.h: ... here.
8251         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8252         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8253         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8254         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8255         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8256         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8257         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8258         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8259         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8260         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8261         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8262         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8263         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8264         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8265         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8266         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8267         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8268         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8269         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8270         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8271         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8272         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8273         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8274         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8275         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8276         Moved ...
8277         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8278         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8279         Moved ...
8280         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8281         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8282         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8283         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8284         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8285         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8286         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8287         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8288         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8289         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8290         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8291         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8292         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8293         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8294         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8295         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8296         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8297         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8298         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8299
8300 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8301
8302         * posix/spawn_faction_addopen.c: Include string.h.
8303
8304 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8305
8306         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8307         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8308         * nptl/sysdeps/x86_64/Makefile: Moved ...
8309         * sysdeps/x86_64/nptl/Makefile: ... here.
8310         * nptl/sysdeps/x86_64/configure: Moved ...
8311         * sysdeps/x86_64/nptl/configure: ... here.
8312         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8313         * sysdeps/x86_64/nptl/configure.ac: ... here.
8314         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8315         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8316         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8317         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8318         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8319         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8320         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8321         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8322         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8323         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8324         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8325         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8326         * nptl/sysdeps/x86_64/tls.h: Moved ...
8327         * sysdeps/x86_64/nptl/tls.h: ... here.
8328         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8329         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8330         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8331         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8332
8333         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8334
8335 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8336
8337         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8338
8339 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8340
8341         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8342         type.
8343         [POSIX] (off_t): Likewise.
8344         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8345         [POSIX] (S_ISBLK): Require macro.
8346         [POSIX] (S_ISCHR): Likewise.
8347         [POSIX] (S_ISDIR): Likewise.
8348         [POSIX] (S_ISFIFO): Likewise.
8349         [POSIX] (S_ISREG): Likewise.
8350         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8351         optional-macro.
8352         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8353         type.
8354         [POSIX] (time_t): Likewise.
8355         [POSIX] (timer_t): Likewise.
8356
8357 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8358
8359         [BZ #17048]
8360         * posix/spawn_int.h (struct __spawn_action): Make the path string
8361         non-const to support deallocation.
8362         * posix/spawn_faction_addopen.c
8363         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8364         * posix/spawn_faction_destroy.c
8365         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8366         path in all spawn_do_open actions.
8367         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8368         posix_spawn_file_actions_addopen.
8369
8370 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8371
8372         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8373         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8374         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8375         conditional code always true.
8376         (__libc_vfork): New alias.
8377
8378 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8379
8380         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8381         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8382
8383         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8384
8385         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8386         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8387
8388         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8389         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8390
8391         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8392         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8393
8394 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8395
8396         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8397         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8398         multiarch strcmp for PPC64.
8399         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8400         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8401         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8402         multiarch optimizations.
8403         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8404         (__libc_ifunc_impl_list): Likewise.
8405
8406 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8407
8408         * benchtests/scripts/validate_benchout.py: New script.
8409         * benchtests/Makefile (bench-func): Call it.
8410         * benchtests/scripts/benchout.schema.json: New file.
8411
8412 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8413
8414         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8415         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8416         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8417         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8418         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8419         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8420         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8421         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8422         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8423         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8424         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8425         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8426         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8427         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8428         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8429         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8431         Moved ...
8432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8433         ... here.
8434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8435         Moved ...
8436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8438         Moved ...
8439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8440         ... here.
8441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8442         Moved ...
8443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8444         ... here.
8445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8446         Moved ...
8447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8449         Moved ...
8450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8451         ... here.
8452         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8453         Moved ...
8454         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8455         ... here.
8456         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8457         Moved ...
8458         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8460         Moved ...
8461         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8462         ... here.
8463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8464         Moved ...
8465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8466         ... here.
8467         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8468         Moved ...
8469         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8470         ... here.
8471         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8472         Moved ...
8473         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8474         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8475         Moved ...
8476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8477         ... here.
8478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8479         Moved ...
8480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8481         ... here.
8482         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8483         Moved ...
8484         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8485         ... here.
8486         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8487         Moved ...
8488         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8489         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8490         Moved ...
8491         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8492         ... here.
8493         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8494         Moved ...
8495         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8496         ... here.
8497         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8498         Moved ...
8499         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8501         Moved ...
8502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8503         ... here.
8504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8505         Moved ...
8506         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8508         Moved ...
8509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8510         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8511         Moved ...
8512         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8513         ... here.
8514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8515         Moved ...
8516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8517         ... here.
8518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8519         Moved ...
8520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8521         ... here.
8522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8523         Moved ...
8524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8526         Moved ...
8527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8528         ... here.
8529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8530         Moved ...
8531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8532         ... here.
8533         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8534         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8535         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8536         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8537         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8538         Moved ...
8539         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8540         ... here.
8541         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8542         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8543         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8544         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8545         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8546         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8547         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8548         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8549         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8550         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8551         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8552         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8553         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8554         Moved ...
8555         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8556         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8557         Moved ...
8558         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8559         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8560         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8561         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8562         Moved ...
8563         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8564         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8565         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8566         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8567         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8568         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8569         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8570
8571 2014-06-10  Wilco  <wdijkstr@arm.com>
8572
8573         * math/test-fenv-return.c: New file.
8574         * math/Makefile: Add new test test-fenv-return.
8575
8576 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8577
8578         [BZ #17042]
8579         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8580         when x - 1 is zero.
8581         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8582         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8583         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8584         0.0L for an argument of 1.0L.
8585         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8586         Likewise.
8587         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8588         value when x - 1 is zero.
8589         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8590         * sysdeps/i386/fpu/libm-test-ulps: Update.
8591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8592
8593 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8594
8595         [BZ #15119]
8596         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8597
8598 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8599
8600         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8601         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8602
8603 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8604
8605         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8606         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8607
8608         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8609         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8610
8611         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8612         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8613
8614         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8615         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8616
8617         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8618         if not already defined.
8619         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8620         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8621         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8622         (TLS_INIT_TP): Use it.
8623         (TLS_DEFINE_INIT_TP): New macro.
8624         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8625
8626 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8627
8628         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8629         constant.
8630         [POSIX] (IXANY): Likewise.
8631         [POSIX] (OLCUC): Likewise.
8632         [POSIX || POSIX2008] (CBAUD): Do not allow.
8633         [POSIX || POSIX2008] (DEFECHO): Likewise.
8634         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8635         [POSIX || POSIX2008] (ECHOKE): Likewise.
8636         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8637         [POSIX || POSIX2008] (EXTA): Likewise.
8638         [POSIX || POSIX2008] (EXTB): Likewise.
8639         [POSIX || POSIX2008] (FLUSHO): Likewise.
8640         [POSIX || POSIX2008] (LOBLK): Likewise.
8641         [POSIX || POSIX2008] (PENDIN): Likewise.
8642         [POSIX || POSIX2008] (SWTCH): Likewise.
8643         [POSIX || POSIX2008] (VDISCARD): Likewise.
8644         [POSIX || POSIX2008] (VDSUSP): Likewise.
8645         [POSIX || POSIX2008] (VLNEXT): Likewise.
8646         [POSIX || POSIX2008] (VREPRINT): Likewise.
8647         [POSIX || POSIX2008] (VSTATUS): Likewise.
8648         [POSIX || POSIX2008] (VWERASE): Likewise.
8649         (B*): Change to B[0123456789]*.
8650         * conform/data/time.h-data [POSIX || UNIX98]
8651         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8652         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8653         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8654         [POSIX] (tm_*): Do not allow.
8655
8656 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8657
8658         * Makefile (install): Don't set LANGUAGE.
8659         * Makefile.in (install): Likewise.
8660         * assert/Makefile (test-assert-ENV): Remove variable.
8661         (test-assert-perr-ENV): Likewise.
8662         * elf/Makefile (neededtest4-ENV): Likewise.
8663         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8664         [$(cross-compiling) = no]: Don't set LANGUAGE.
8665         * io/ftwtest-sh (LANG): Remove variable.
8666         * libio/Makefile (tst-widetext-ENV): Likewise.
8667         * manual/install.texi (Running make install): Don't refer to
8668         environment settings for make install.
8669         * INSTALL: Regenerated.
8670         * nptl/tst-tls6.sh: Don't set LANG.
8671         * posix/globtest.sh (LANG): Remove variable.
8672         * string/Makefile (tester-ENV): Likewise.
8673         (inl-tester-ENV): Likewise.
8674         (noinl-tester-ENV): Likewise.
8675         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8676         [$(cross-compiling) = no]: Don't set LANGUAGE.
8677         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8678         without explicit environment settings.
8679
8680 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8681
8682         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8683         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8684         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8685         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8686
8687 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8688
8689         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8690         other files in the crypt directory.
8691         * crypt/crypt.c: Remove duplicate includes.
8692         * crypt/crypt-entry.c: Likewise.
8693         * crypt/crypt_util.c: Likewise.
8694
8695 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8696
8697         * Makeconfig (run-program-env): New variable.
8698         (run-program-prefix-before-env): Likewise.
8699         (run-program-prefix-after-env): Likewise.
8700         (run-program-prefix): Define in terms of new variables.
8701         (built-program-cmd-before-env): New variable.
8702         (built-program-cmd-after-env): Likewise.
8703         (built-program-cmd): Define in terms of new variables.
8704         (test-program-prefix-before-env): New variable.
8705         (test-program-prefix-after-env): Likewise.
8706         (test-program-prefix): Define in terms of new variables.
8707         (test-program-cmd-before-env): New variable.
8708         (test-program-cmd-after-env): Likewise.
8709         (test-program-cmd): Define in terms of new variables.
8710         * Rules (make-test-out): Use $(run-program-env).
8711         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8712         (help): Do not mention environment variables.  Mention
8713         --timeoutfactor option.
8714         (timeoutfactor): New variable.
8715         (blacklist_exports): Remove function.
8716         (exports): Remove variable.
8717         (command): Do not include ${exports}.
8718         * manual/install.texi (Configuring and compiling): Do not mention
8719         test wrappers preserving environment variables.  Mention that last
8720         assignment to a variable must take precedence.
8721         * INSTALL: Regenerated.
8722         * benchtests/Makefile (run-bench): Use $(run-program-env).
8723         * catgets/Makefile ($(objpfx)test1.cat): Use
8724         $(built-program-cmd-before-env), $(run-program-env) and
8725         $(built-program-cmd-after-env).
8726         ($(objpfx)test2.cat): Do not specify environment variables
8727         explicitly.
8728         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8729         $(run-program-env) and $(built-program-cmd-after-env).
8730         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8731         $(run-program-env) and $(test-program-cmd-after-env).
8732         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8733         explicitly.
8734         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8735         run_program_env and test_program_cmd_after_env arguments.
8736         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8737         * elf/tst-pathopt.sh: Use run_program_env argument.
8738         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8739         $(test-wrapper-env) and $(run-program-env).
8740         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8741         run_program_env arguments.
8742         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8743         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8744         $(test-program-prefix-before-env), $(run-program-env) and
8745         $(test-program-prefix-after-env).
8746         ($(objpfx)tst-gettext2.out): Likewise.
8747         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8748         run_program_env and test_program_prefix_after_env arguments.
8749         * intl/tst-gettext2.sh: Likewise.
8750         * intl/tst-gettext4.sh: Do not set environment variables
8751         explicitly.
8752         * intl/tst-gettext6.sh: Likewise.
8753         * intl/tst-translit.sh: Likewise.
8754         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8755         $(test-program-prefix-before-env), $(run-program-env) and
8756         $(test-program-prefix-after-env).
8757         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8758         run_program_env and test_program_prefix_after_env arguments.
8759         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8760         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8761         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8762         explicitly with each use of ${test_wrapper_env}.
8763         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8764         $(test-program-prefix-before-env), $(run-program-env) and
8765         $(test-program-prefix-after-env).
8766         * posix/tst-getconf.sh: Do not set environment variables
8767         explicitly.
8768         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8769         run_program_env and test_program_prefix_after_env arguments.
8770         * stdio-common/tst-printf.sh: Do not set environment variables
8771         explicitly.
8772         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8773         $(test-program-prefix-before-env), $(run-program-env) and
8774         $(test-program-prefix-after-env).
8775         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8776         run_program_env and test_program_prefix_after_env arguments.
8777         Split $test calls into $test_pre and $test.
8778         * timezone/Makefile (build-testdata): Use
8779         $(built-program-cmd-before-env), $(run-program-env) and
8780         $(built-program-cmd-after-env).
8781
8782 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8783
8784         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8785         strlen for non SHARED builds.
8786
8787 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8788
8789         * nptl/allocatestack.c (check_list): Inlined function...
8790         (__reclaim_stacks): ... here.
8791
8792 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8793
8794         [BZ #15698]
8795         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8796         memory overrun.
8797
8798 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8799
8800         * Rules (make-test-out): Include
8801         LOCPATH=$(common-objpfx)localedata in default environment.
8802         * debug/Makefile (tst-chk1-ENV): Remove variable.
8803         (tst-chk2-ENV): Likewise.
8804         (tst-chk3-ENV): Likewise.
8805         (tst-chk4-ENV): Likewise.
8806         (tst-chk5-ENV): Likewise.
8807         (tst-chk6-ENV): Likewise.
8808         (tst-lfschk1-ENV): Likewise.
8809         (tst-lfschk2-ENV): Likewise.
8810         (tst-lfschk3-ENV): Likewise.
8811         (tst-lfschk4-ENV): Likewise.
8812         (tst-lfschk5-ENV): Likewise.
8813         (tst-lfschk6-ENV): Likewise.
8814         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8815         (tst-iconv7-ENV): Likewise.
8816         * intl/Makefile (LOCPATH-ENV): Likewise.
8817         (tst-codeset-ENV): Likewise.
8818         (tst-gettext3-ENV): Likewise.
8819         (tst-gettext5-ENV): Likewise.
8820         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8821         (tst-fopenloc-ENV): Likewise.
8822         (tst-fgetws-ENV): Remove variable.
8823         (tst-ungetwc1-ENV): Likewise.
8824         (tst-ungetwc2-ENV): Likewise.
8825         (bug-ungetwc2-ENV): Likewise.
8826         (tst-swscanf-ENV): Likewise.
8827         (bug-ftell-ENV): Likewise.
8828         (tst-fgetwc-ENV): Likewise.
8829         (tst-fseek-ENV): Likewise.
8830         (tst-ftell-partial-wide-ENV): Likewise.
8831         (tst-ftell-active-handler-ENV): Likewise.
8832         (tst-ftell-append-ENV): Likewise.
8833         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8834         (tst-regexloc-ENV): Likewise.
8835         (bug-regex1-ENV): Likewise.
8836         (tst-regex-ENV): Likewise.
8837         (tst-regex2-ENV): Likewise.
8838         (bug-regex5-ENV): Likewise.
8839         (bug-regex6-ENV): Likewise.
8840         (bug-regex17-ENV): Likewise.
8841         (bug-regex18-ENV): Likewise.
8842         (bug-regex19-ENV): Likewise.
8843         (bug-regex20-ENV): Likewise.
8844         (bug-regex22-ENV): Likewise.
8845         (bug-regex23-ENV): Likewise.
8846         (bug-regex25-ENV): Likewise.
8847         (bug-regex26-ENV): Likewise.
8848         (bug-regex30-ENV): Likewise.
8849         (bug-regex32-ENV): Likewise.
8850         (bug-regex33-ENV): Likewise.
8851         (bug-regex34-ENV): Likewise.
8852         (bug-regex35-ENV): Likewise.
8853         (tst-rxspencer-ENV): Likewise.
8854         (tst-rxspencer-no-utf8-ENV): Likewise.
8855         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8856         (tst-sscanf-ENV): Likewise.
8857         (tst-swprintf-ENV): Likewise.
8858         (tst-swscanf-ENV): Likewise.
8859         (test-vfprintf-ENV): Likewise.
8860         (scanf13-ENV): Likewise.
8861         (bug14-ENV): Likewise.
8862         (tst-grouping-ENV): Likewise.
8863         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8864         (tst-strtod3-ENV): Likewise.
8865         (tst-strtod4-ENV): Likewise.
8866         (tst-strtod5-ENV): Likewise.
8867         (testmb2-ENV): Likewise./
8868         * string/Makefile (tst-strxfrm-ENV): Likewise.
8869         (tst-strxfrm2-ENV): Likewise.
8870         (bug-strcoll1-ENV): Likewise.
8871         (test-strcasecmp-ENV): Likewise.
8872         (test-strncasecmp-ENV): Likewise.
8873         * time/Makefile (tst-strptime-ENV): Likewise.
8874         (tst-ftime_l-ENV): Likewise.
8875         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8876         (tst-mbrtowc-ENV): Likewise.
8877         (tst-wcrtomb-ENV): Likewise.
8878         (tst-mbrtowc2-ENV): Likewise.
8879         (tst-c16c32-1-ENV): Likewise.
8880         (tst-mbsnrtowcs-ENV): Likewise.
8881
8882 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8883
8884         * manual/resource.texi (How to get information about the memory
8885         subsystem?): Fix typo.
8886         Reported by Peon de la Parra Ivan <peon@keba.com>
8887
8888 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8889
8890         [BZ #16882]
8891         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8892         (pthread_spin_lock): Branch out of spin loop to proper location.
8893         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8894         (pthread_spin_lock): Likewise.
8895
8896         * nptl/tst-spin4.c: New test.
8897         * nptl/Makefile (tests): Add tst-spin4.
8898
8899 2014-06-03  Andreas Schwab  <schwab@suse.de>
8900
8901         [BZ #15946]
8902         * resolv/res_send.c (send_dg): Reload file descriptor after
8903         calling reopen.
8904
8905 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8906
8907         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8908
8909 2014-06-03  Richard Henderson  <rth@redhat.com>
8910
8911         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8912         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8913         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8914         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8915         in the SAVE_PID block.
8916         (__libc_vfork): New alias.
8917         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8918
8919         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8920         child in registers, not on the stack.  Remove RESET_PID conditionals.
8921         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8922
8923 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8924
8925         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8926
8927 2014-06-03  Wilco  <wdijkstr@arm.com>
8928
8929         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8930         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8931         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8932         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8933         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8934         Likewise.
8935
8936 2014-06-03  Wilco  <wdijkstr@arm.com>
8937
8938         * sysdeps/aarch64/fpu/math_private.h
8939         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8940         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8941         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8942         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8943         Fix declarations.
8944
8945 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8946
8947         * crypt/crypt-private.h: Include ufc-crypt.h.
8948         (__b64_from_24bit): Declare extern.
8949         * crypt/crypt_util.c(__b64_from_24bit): New function.
8950         (b64t): New static const variable.
8951         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8952         (b64t): Remove variable.
8953         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8954         * crypt/sha256-crypt.c: Include crypt-private.h.
8955         (b64t): Remove variable.
8956         (__sha256_crypt_r): Remove b64_from_24bit and replace
8957         with __b64_from_24bit.
8958         * crypt/sha512-crypt.c: Likewise.
8959
8960 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8961
8962         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8963         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8964         Label the code __libc_vfork rather than __vfork.
8965         [!NOT_IN_libc] (vfork): Define as weak alias.
8966         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8967         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8968         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8969
8970 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8971
8972         * malloc/malloc.c (malloc_info): Fix format specifier for
8973         n_mmaps.
8974
8975 2014-06-02  Wilco  <wdijkstr@arm.com>
8976
8977         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8978         FPCR write.
8979
8980 2014-06-02  Wilco  <wdijkstr@arm.com>
8981
8982         [BZ #17009]
8983         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8984         Rewrite to reduce FPCR/FPSR accesses.
8985
8986 2014-06-01  David S. Miller  <davem@davemloft.net>
8987
8988         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8989
8990 2014-05-31  David S. Miller  <davem@davemloft.net>
8991
8992         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8993         to occur in round to nearest mode when |x| >= 2.0
8994
8995 2014-05-30  Richard Henderson  <rth@twiddle.net>
8996
8997         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8998         (PSEUDO_RET_NOERRNO): Remove.
8999         (ret): Don't redefine.
9000         (ret_NOERRNO): Define in terms of ret.
9001         (ret_ERRVAL): Likewise.
9002
9003         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9004         use of PSEUDO_RET; perform the error check directly.
9005
9006 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9007
9008         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9009         with __int128_t.
9010
9011 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9012
9013         * malloc/malloc (malloc_info): Fix formatting.
9014
9015 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9016             Roland McGrath  <roland@hack.frob.com>
9017
9018         * malloc/malloc (malloc_info): Also print mmapped statistics.
9019
9020 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9021
9022         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9023         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9024
9025 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9026
9027         * malloc/malloc.c (malloc_info): Inline mi_arena.
9028
9029 2014-05-29  Richard Henderson  <rth@twiddle.net>
9030
9031         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9032         Remove comma before expanding ASM_ARGS_##nr.
9033         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9034         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9035         of ASM_ARGS_##nr.
9036         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9037         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9038         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9039         (ASM_ARGS_1): Add leading comma.
9040
9041         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9042         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9043         to __errno_location.
9044         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9045         Remove the expected plt for __errno_location.
9046
9047         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9048         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9049         call to __read_tp.
9050
9051         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9052         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9053         it and break it down.
9054         (DOCARGS_0, DOCARGS_1): Do nothing.
9055         (DOCARGS_2): Update to store into the new stack frame.
9056         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9057         (UNDOCARGS_1): Update to restore from the new stack frame.
9058         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9059         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9060
9061         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9062         (SINGLE_THREAD_P): New parameter for result regno.
9063         (PSEUDO): Update to match; use cbz instead of beq.
9064
9065         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9066         Use ENTRY to define the _nocancel entry point.  Share the syscall
9067         and syscall error check paths with the cancel path.
9068         (PSEUDO_END): New.
9069
9070         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9071         whitespace; tabs before and after asm mnemonics.
9072
9073 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9074
9075         [BZ #15132]
9076         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9077         Call fstat64 or stat64 internally, depending on arguments passed.
9078         Replace stat buffer argument with file descriptor argument.
9079         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9080         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9081         Pass fd to __internal_statvfs instead of calling fstat64.
9082         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9083         Pass fd to __internal_statvfs64 instead of calling fstat64.
9084         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9085         Pass -1 to __internal_statvfs instead of calling stat64.
9086         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9087         Pass -1 to __internal_statvfs64 instead of calling stat64.
9088
9089 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9090
9091         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9092         that was previously under [RESET_PID].
9093         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9094
9095         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9096         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9097
9098 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9099
9100         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9101
9102         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9103         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9104
9105 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9106
9107         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9108
9109 2014-05-27  Andreas Schwab  <schwab@suse.de>
9110
9111         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9112         TLS_INIT_TP macro.
9113         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9114         * elf/rtld.c (init_tls, dl_main): Likewise.
9115         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9116         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9117         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9118         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9119         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9120         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9121         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9122         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9123         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9124         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9125         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9126         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9127         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9128         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9129         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9130         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9131         * sysdeps/generic/tls.h: Update description.
9132
9133 2014-05-27  Will Newton  <will.newton@linaro.org>
9134
9135         [BZ #16990]
9136         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9137         and restore r2 rather than just restoring.
9138
9139 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9140
9141         [BZ #16724]
9142         * libio/tst-ftell-append.c: New test case.
9143         * libio/Makefile (tests): Add test case.
9144         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9145         append mode.
9146         * libio/wfileops.c (do_ftell_wide): Likewise.
9147
9148 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9149
9150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9151
9152         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9153         ...
9154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9156         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9157         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9158         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9159         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9160         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9161         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9162         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9163         Moved ...
9164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9165         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9166         Moved ...
9167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9168         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9169         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9170         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9171         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9172         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9173         ...
9174         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9175         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9176         Moved ...
9177         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9178         here.
9179         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9180         ...
9181         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9182         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9183         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9184
9185         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9186         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9187         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9188         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9189
9190         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9191         merge into ...
9192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9193         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9194         ...
9195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9196         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9197         ...
9198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9199         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9200         Moved ...
9201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9202         here.
9203         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9204         Moved ...
9205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9206         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9207         Moved ...
9208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9209
9210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9211         conditional [RESET_PID].
9212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9213         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9214         removed.
9215         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9216         removed.
9217
9218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9219         <tcb-offsets.h>.
9220         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9221         (__libc_vfork): New strong alias.
9222         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9223         removed.
9224         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9225         Removed.
9226
9227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9228         <tcb-offsets.h>.
9229         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9230         (__libc_vfork): New strong alias.
9231         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9232         removed.
9233         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9234         removed.
9235
9236 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9237
9238         * malloc/malloc.c (mi_arena): New function.
9239         (malloc_info): Remove nested function mi_arena. Call non-nosted
9240         function mi_arena.
9241
9242 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9243
9244         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9245         by insrwi.
9246         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9247         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9248         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9249         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9250         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9251         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9252         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9253
9254 2014-05-26  Andreas Schwab  <schwab@suse.de>
9255
9256         [BZ #16984]
9257         * locale/programs/repertoire.c (repertoire_read): Add slash
9258         between I18NPATH element and file name.
9259         * locale/programs/locfile.c (locfile_read): Likewise.
9260
9261 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9262
9263         * nptl/pthread_mutexattr_settype.c
9264         (__pthread_mutexattr_settype):
9265         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9266
9267 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9268
9269         * nptl/tst-mutex5 (do_test):
9270         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9271
9272 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9273
9274         * benchtests/README: Document 'init' directive.
9275         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9276         BENCH_INIT.
9277         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9278         (parse_file): Recognize 'init' directive.
9279
9280 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9281
9282         [BZ #16796]
9283         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9284         alignment of struct pthread.
9285
9286 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9287
9288         [BZ #16878]
9289         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9290         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9291         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9292         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9293
9294 2014-05-25  Richard Henderson  <rth@twiddle.net>
9295
9296         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9297         (SINGLE_THREAD_P_PIC): Remove.
9298         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9299         (SINGLE_THREAD_P_PIC): Remove.
9300
9301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9302         branch to syscall error ...
9303         (PSEUDO): ... here.
9304         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9305         from __local_syscall_error to .Lsyscall_error.
9306         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9307         (SYSCALL_ERROR): Update label name.
9308
9309         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9310         Do not use DOARGS/UNDOARGS.
9311         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9312         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9313         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9314         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9315         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9316
9317         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9318         block comment.
9319
9320         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9321         define if !NOT_IN_libc.
9322         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9323         define with non-default symbol versions.
9324
9325 2014-05-23  Richard Henderson  <rth@twiddle.net>
9326
9327         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9328         (vfork, __vfork): Define via compat_symbol.
9329
9330         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9331         [!HAVE_IFUNC] (vfork_compat): Remove.
9332         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9333
9334 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9335
9336         [BZ #16978]
9337         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9338         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9339         variable.
9340
9341 2014-05-23  Richard Henderson  <rth@twiddle.net>
9342
9343         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9344         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9345         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9346         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9347
9348         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9349         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9350         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9351         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9352         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9353         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9354         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9355         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9356         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9357         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9358         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9359         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9360         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9361         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9362         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9363         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9364         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9365         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9366         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9367         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9368         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9369         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9371         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9372         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9373         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9374         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9375         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9376         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9377         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9378         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9379         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9380         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9381         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9382         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9383         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9384         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9385         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9386         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9387         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9388         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9389         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9390         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9391         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9392         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9393         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9394         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9395         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9396         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9397         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9398         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9399         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9400         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9401         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9402         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9403         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9404
9405         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9406         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9407         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9408         before exiting on error.
9409         (__libc_vfork): New strong alias.
9410         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9411         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9412
9413         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9414         that was previously under [RESET_PID].
9415         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9416
9417         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9418
9419 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9420
9421         [BZ #16977]
9422         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9423         value when x - 1 is zero.
9424         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9425         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9426         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9427         0.0L for an argument of 1.0L.
9428         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9429         Likewise.
9430         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9431         value when x - 1 is zero.
9432         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9433         * sysdeps/i386/fpu/libm-test-ulps: Update.
9434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9435
9436 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9437
9438         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9439         alphasort and versionsort.
9440
9441 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9442
9443         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9444         macro.
9445         [copysignf]: Likewise.
9446
9447 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9448
9449         * crypt/md5-crypt.c: Fix formatting.
9450
9451 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9452
9453         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9454         (b64_from_24bit): New function.
9455
9456 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9457
9458         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9459         libc_hidden_builtin_def to ifunc.
9460         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9461         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9462
9463 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9464
9465         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9466         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9467
9468 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9469
9470         * nscd/Depend (linuxthreads): Remove.
9471         (nptl): Add.
9472         * resolv/Depend (linuxthreads): Remove.
9473         * rt/Depend (linuxthreads): Remove.
9474
9475         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9476         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9477         $(common-objpfx)elf/.
9478         (link-libc-before-gnulib): Likewise.
9479         (elfobjdir): Remove variable.
9480         * Makefile (install): Use $(elf-objpfx) instead of
9481         $(common-objpfx)elf/.
9482         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9483         $(elfobjdir)/.
9484         (link-libc-deps): Likewise.
9485         ($(common-objpfx)libc.so): Likewise.
9486         ($(common-objpfx)linkobj/libc.so): Likewise.
9487         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9488         instead of $(common-objpfx)elf/.
9489         (symbolic-link-list): Likewise.
9490         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9491         [$(cross-compiling) = no]: Likewise.
9492         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9493         $(elfobjdir)/.
9494         (static-gnulib-arch): Likewise.
9495         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9496         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9497         $(common-objpfx)elf/.
9498
9499 2014-05-21  Richard Henderson  <rth@redhat.com>
9500
9501         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9502         (SINGLE_THREAD_P): Use the correct width load.  Fold
9503         into the ldr offset.
9504
9505         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9506         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9507
9508 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9509
9510         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9511         (libgcc_s_resume): Use __attribute_used__.
9512         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9513         Likewise.
9514
9515 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9516
9517         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9518         optimization when used with float constants.
9519
9520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9521
9522 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9523
9524         [BZ #16915]
9525         * locale/nl_langinfo_l.c: Make direct reference to every
9526         _nl_current_CATEGORY symbol.
9527         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9528         (tests-static): Add tst-langinfo-static.
9529         (tests-special): Add tst-langinfo-static.out.
9530         ($(objpfx)tst-langinfo.out): Redirect output.
9531         ($(objpfx)tst-langinfo-static.out): New.
9532         * localedata/tst-langinfo.sh: Send output to stdout.
9533         * localedata/tst-langinfo-static.c: New file.
9534
9535         [BZ #16965]
9536         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9537         when the shift amount is modulo the limb size.
9538
9539 2014-05-20  Richard Henderson  <rth@redhat.com>
9540
9541         [BZ #16967]
9542         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9543         Change type of sa_flags from unsigned int to int.
9544
9545         [BZ #16966]
9546         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9547
9548         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9549
9550 2014-05-20  Will Newton  <will.newton@linaro.org>
9551
9552         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9553         Test the return value of the system call in the nocancel case.
9554
9555 2014-05-20  Will Newton  <will.newton@linaro.org>
9556             Yvan Roux  <yvan.roux@linaro.org>
9557
9558         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9559         #include of asm/ptrace.h.
9560         (PTRACE_GET_THREAD_AREA): Remove #undef.
9561         (PTRACE_GETHBPREGS): Likewise.
9562         (PTRACE_SETHBPREGS): Likewise.
9563         (struct user_regs_struct): New structure.
9564         (struct user_fpsimd_struct): New structure.
9565         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9566         #include of asm/ptrace.h and second #include of sys/user.h.
9567         (PTRACE_GET_THREAD_AREA): Remove #undef.
9568         (PTRACE_GETHBPREGS): Likewise.
9569         (PTRACE_SETHBPREGS): Likewise.
9570         (ELF_NGREG): Use new struct user_regs_struct.
9571         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9572
9573 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9574
9575         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9576         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9577
9578 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9579
9580         [BZ #16958]
9581         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9582         membar to avoid block loads/stores to overlap previous stores.
9583
9584 2014-05-17  Richard Henderson  <rth@redhat.com>
9585
9586         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9587         Create the __##syscall_name##_nocancel entry point.
9588         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9589         Remove; let the sysdep-cancel.h code create it.
9590
9591 2014-05-17  David S. Miller  <davem@davemloft.net>
9592
9593         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9594         Protect with __USE_GNU.
9595         (TIOCSET_TEMPT): Likewise.
9596         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9597         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9598         these are already provided in bits/ioctl-types.h
9599
9600 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9601
9602         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9603         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9604
9605         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9606         Use wait4 regardless of [__NR_waitpid].
9607
9608 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9609
9610         PR libgcc/60166
9611         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9612         (_FP_NANSIGN_Q): Set the quiet bit.
9613
9614 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9615
9616         * benchtests/Makefile
9617         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9618         not $(common-objpfx)math/libm.so.
9619         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9620         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9621         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9622         $(common-objpfx)dlfcn/libdl.so.
9623         ($(objpfx)tst-audit8): Depend on $(libm), not
9624         $(common-objpfx)math/libm.so.
9625         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9626         not $(common-objpfx)dlfcn/libdl.so.
9627         * math/Makefile
9628         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9629         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9630         [$(build-shared) = yes].
9631         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9632         $(common-objpfx)nptl/libpthread.so.
9633         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9634         $(common-objpfx)math/libm.so$(libm.so-version) or
9635         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9636         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9637         $(common-objpfx)dlfcn/libdl.so.
9638         * setjmp/Makefile (link-libm): Remove variable.
9639         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9640         * stdio-common/Makefile (link-libm): Remove variable.
9641         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9642         * stdlib/Makefile (link-libm): Remove variable.
9643         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9644         ($(objpfx)tst-strtod-round): Likewise.
9645         ($(objpfx)tst-tininess): Likewise.
9646         ($(objpfx)tst-strtod-underflow): Likewise.
9647         ($(objpfx)tst-strtod6): Likewise.
9648         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9649         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9650         $(common-objpfx)dlfcn/libdl.so.
9651
9652 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9653
9654         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9655         BSD terminal modes definitions.
9656
9657 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9658
9659         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9660         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9661
9662         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9663         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9664         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9665         Don't do #include_next.
9666         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9667         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9668         Don't do #include_next.
9669         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9670         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9671         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9672         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9673
9674 2014-05-16  Allan McRae  <allan@archlinux.org>
9675
9676         * po/sv.po: Update Swedish translation from translation project.
9677
9678         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9679         in sed expression.
9680
9681 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9682
9683         [BZ #16917]
9684         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9685         errno if the TIOCGPTN ioctl fails with an error different than
9686         EINVAL.
9687         * login/tst-ptsname.c: New file.
9688         * login/Makefile (tests): Add tst-ptsname.
9689
9690         [BZ #16943]
9691         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9692         and prlimit64.
9693
9694 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9695
9696         [BZ #16849]
9697         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9698         herrno to return EAI_AGAIN.
9699
9700 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9701
9702         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9703         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9704         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9705         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9706         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9707         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9713         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9714         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9715         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9716         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9717         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9718         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9719         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9720         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9721         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9722         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9723         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9724         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9725         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9726         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9727         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9728         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9729         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9730         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9731         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9732         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9733         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9734         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9735         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9736         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9737         Moved ...
9738         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9739         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9740         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9742         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9743         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9744         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9746         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9747         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9748         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9750         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9751         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9752         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9753         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9754         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9756         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9757         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9758         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9759         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9760         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9761         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9762         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9764         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9765         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9766         Moved ...
9767         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9769         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9771         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9772         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9773         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9774         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9775         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9776         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9777         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9778         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9779         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9780         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9781         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9782         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9783         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9784         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9785         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9786         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9787         Moved ...
9788         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9789         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9790         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9791
9792         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9793         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9794         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9795         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9796         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9797         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9798         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9799         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9800         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9801         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9802         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9803         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9804         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9805         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9806         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9807         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9808         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9809         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9810         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9811         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9812         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9813         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9814         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9815         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9816         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9817         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9818         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9819         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9820         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9821         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9822         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9823
9824         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9825         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9826
9827         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9828         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9829         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9830         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9831         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9832         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9833         Moved ...
9834         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9835         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9836         Moved ...
9837         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9838         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9839         Moved ...
9840         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9841         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9842         Moved ...
9843         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9844         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9845         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9846         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9847         Moved ...
9848         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9849         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9850         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9851         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9852         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9853         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9854         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9855         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9856         Moved ...
9857         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9858         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9859         Moved ...
9860         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9861         ... here.
9862         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9863         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9864         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9865         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9866         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9867         Moved ...
9868         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9869         ... here.
9870         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9871         Moved ...
9872         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9873         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9874         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9875         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9876         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9877         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9878         Moved ...
9879         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9880         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9881         Moved ...
9882         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9883         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9884         Moved ...
9885         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9886         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9887         Moved ...
9888         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9890         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9892         Moved ...
9893         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9894         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9895         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9896         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9897         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9898         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9899         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9900         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9901         Moved ...
9902         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9903         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9904         Moved ...
9905         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9906         ... here.
9907         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9908         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9909         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9910         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9911         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9912         Moved ...
9913         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9914         ... here.
9915         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9916         Moved ...
9917         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9919         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9920         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9921         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9922         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9923         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9924         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9925         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9926         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9927         Moved ...
9928         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9929         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9930         Moved ...
9931         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9932         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9933         Moved ...
9934         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9935         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9936         Moved ...
9937         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9938         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9939         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9940         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9941         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9942         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9943         Moved ...
9944         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9945         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9946         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9947         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9948         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9949         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9950         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9952         Moved ...
9953         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9954         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9955         Moved ...
9956         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9957         ... here.
9958         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9959         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9960         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9961         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9962         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9963         Moved ...
9964         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9965         ... here.
9966         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9967         Moved ...
9968         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9969         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9970         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9971         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9972         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9973         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9974         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9975         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9976         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9977         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9978         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9979
9980         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9981         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9982
9983         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9984         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9985
9986         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9987         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9988         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9989         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9990         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9991         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9992         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9993         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9994         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9995         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9996         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9997         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9998         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9999         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10000         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10001         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10002         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10004         Moved ...
10005         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10006         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10007         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10008         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10009         Moved ...
10010         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10011         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10012         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10013         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10014         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10015         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10016         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10018         Moved ...
10019         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10020         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10021         Moved ...
10022         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10024         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10026         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10027         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10028         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10030         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10032         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10034         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10036         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10038         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10039
10040         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10041         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10042         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10043         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10044         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10045
10046         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10047         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10048         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10049         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10050         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10051         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10052         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10053         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10054         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10055         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10056
10057         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10058         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10059
10060         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10061         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10062         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10063         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10064         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10065         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10066         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10067         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10068         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10069         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10070         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10071         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10072         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10073         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10075         Update #include.
10076         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10077         Likewise.
10078         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10079         Likewise.
10080         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10081         Likewise.
10082         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10083         Likewise.
10084         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10085         Likewise.
10086         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10087         Likewise.
10088         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10089         Likewise.
10090         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10091         Likewise.
10092         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10093         Likewise.
10094         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10095         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10096         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10097         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10098         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10099         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10100         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10101         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10102         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10103         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10104         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10105         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10106         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10107         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10108         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10109
10110         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10111         that was previously under [RESET_PID].
10112         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10113         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10114         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10115
10116         * sysdeps/i386/nptl/Implies: New file.
10117         * sysdeps/x86_64/nptl/Implies: New file.
10118         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10119         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10120         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10121         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10122
10123         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10124         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10125         (__libc_vfork): New strong alias.
10126         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10127         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10128
10129         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10130         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10131         (__libc_vfork): New strong alias.
10132         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10133         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10134
10135         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10136         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10137         (__libc_vfork): New strong alias.
10138         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10139         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10140         * nptl/pt-vfork.c: New file.
10141         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10142         (libpthread: GLIBC_2.20): New version set (empty).
10143
10144 2014-05-14  Will Newton  <will.newton@linaro.org>
10145
10146         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10147         rather than #if.
10148
10149 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10150
10151         [BZ #16564]
10152         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10153         arguments with exponent 65 or above.
10154         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10155         arguments 0x1p113L or above.
10156         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10157         to arguments 0x1p107L or above.
10158         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10159         positive arguments with exponent 65 or above.
10160         * math/auto-libm-test-in: Add more tests of log1p.
10161         * math/auto-libm-test-out: Regenerated.
10162
10163         [BZ #16928]
10164         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10165         non-finite arguments is +0.
10166         * math/s_cacosf.c (__cacosf): Likewise.
10167         * math/s_cacosl.c (__cacosl): Likewise.
10168         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10169         * sysdeps/i386/fpu/libm-test-ulps: Update.
10170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10171
10172         [BZ #16927]
10173         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10174         value.
10175         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10176         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10177         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10178         for explicit high bit of mantissa when testing for argument equal
10179         to 1.
10180         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10181         * sysdeps/i386/fpu/libm-test-ulps: Update.
10182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10183
10184         [BZ #16516]
10185         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10186         (__erf): Scale by 16 instead of 8 in potentially underflowing
10187         case.  Ensure exception if result actually underflows.
10188         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10189         (__erff): Scale by 16 instead of 8 in potentially underflowing
10190         case.  Ensure exception if result actually underflows.
10191         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10192         (efx8): Remove variable.
10193         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10194         case.  Ensure exception if result actually underflows.
10195         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10196         (efx8): Remove variable.
10197         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10198         case.  Ensure exception if result actually underflows.
10199         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10200         (efx8): Remove variable.
10201         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10202         case.  Ensure exception if result actually underflows.
10203         * math/auto-libm-test-in: Add more tests of erf.
10204         * math/auto-libm-test-out: Regenerated.
10205
10206 2014-05-14  Andreas Schwab  <schwab@suse.de>
10207
10208         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10209         Remove code conditionalized on USE___THREAD.
10210
10211         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10212         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10213         not definedness.
10214
10215 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10216
10217         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10218         Define unconditionally.
10219         (__ASSUME_O_CLOEXEC): Likewise.
10220         (__ASSUME_SOCK_CLOEXEC): Likewise.
10221         (__ASSUME_IN_NONBLOCK): Likewise.
10222         (__ASSUME_PIPE2): Likewise.
10223         (__ASSUME_EVENTFD2): Likewise.
10224         (__ASSUME_SIGNALFD4): Likewise.
10225         (__ASSUME_DUP3): Likewise.
10226         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10227         (__ASSUME_DUP3): Do not define.
10228         (__ASSUME_EVENTFD2): Likewise.
10229         (__ASSUME_IN_NONBLOCK): Likewise.
10230         (__ASSUME_O_CLOEXEC): Likewise.
10231         (__ASSUME_PIPE2): Likewise.
10232         (__ASSUME_SIGNALFD4): Likewise.
10233         (__ASSUME_SOCK_CLOEXEC): Likewise.
10234         (__ASSUME_UTIMES): Undefine.
10235         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10236         (__ASSUME_UTIMES): Do not define.
10237         (__ASSUME_O_CLOEXEC): Likewise.
10238         (__ASSUME_SOCK_CLOEXEC): Likewise.
10239         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10240         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10241         0x020621].
10242         (__ASSUME_PIPE2): Likewise.
10243         (__ASSUME_EVENTFD2): Likewise.
10244         (__ASSUME_SIGNALFD4): Likewise.
10245         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10246         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10247         Do not define.
10248         (__ASSUME_EVENTFD2): Likewise.
10249         (__ASSUME_SIGNALFD4): Likewise.
10250         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10251         (__ASSUME_32BITUIDS): Likewise.
10252         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10253         (__ASSUME_IPC64): Likewise.
10254         (__ASSUME_ST_INO_64_BIT): Likewise.
10255         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10256         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10257         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10258         (__ASSUME_UTIMES): Do not define.
10259         (__ASSUME_PSELECT): Likewise.
10260         (__ASSUME_PPOLL): Likewise.
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         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10269         (__ASSUME_UTIMES): Likewise.
10270         (__ASSUME_O_CLOEXEC): Likewise.
10271         (__ASSUME_SOCK_CLOEXEC): Likewise.
10272         (__ASSUME_IN_NONBLOCK): Likewise.
10273         (__ASSUME_PIPE2): Likewise.
10274         (__ASSUME_EVENTFD2): Likewise.
10275         (__ASSUME_SIGNALFD4): Likewise.
10276         (__ASSUME_DUP3): Likewise.
10277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10278         (__ASSUME_UTIMES): Likewise.
10279         (__ASSUME_O_CLOEXEC): Likewise.
10280         (__ASSUME_SOCK_CLOEXEC): Likewise.
10281         (__ASSUME_IN_NONBLOCK): Likewise.
10282         (__ASSUME_PIPE2): Likewise.
10283         (__ASSUME_EVENTFD2): Likewise.
10284         (__ASSUME_SIGNALFD4): Likewise.
10285         (__ASSUME_DUP3): Likewise.
10286         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10287         Likewise.
10288         (__ASSUME_UTIMES): Likewise.
10289         (__ASSUME_EVENTFD2): Likewise.
10290         (__ASSUME_SIGNALFD4): Likewise.
10291         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10292         (__ASSUME_O_CLOEXEC): Likewise.
10293         (__ASSUME_SOCK_CLOEXEC): Likewise.
10294         (__ASSUME_IN_NONBLOCK): Likewise.
10295         (__ASSUME_PIPE2): Likewise.
10296         (__ASSUME_EVENTFD2): Likewise.
10297         (__ASSUME_SIGNALFD4): Likewise.
10298         (__ASSUME_DUP3): Likewise.
10299         (__ASSUME_UTIMES): Undefine.
10300
10301         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10302         feclearexcept.  Remove symbol versioning code.
10303         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10304         symbol versioning code.
10305         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10306         symbol versioning code.
10307         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10308         feupdateenv.  Remove symbol versioning code.
10309         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10310         fegetexceptflag.  Remove symbol versioning code.
10311         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10312         fesetexceptflag.  Remove symbol versioning code.
10313         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10314         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10315         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10316         (__posix_fadvise64_l32): Remove prototype.
10317         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10318         code.
10319
10320 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10321
10322         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10323         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10324         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10325         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10326
10327 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10328
10329         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10330         current working directory
10331
10332 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10333
10334         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10335         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10336         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10337         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10338         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10339         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10340         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10341         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10345         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10346         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10347         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10349         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10351         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10353         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10355         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10356         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10357         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10358         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10359         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10360         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10361         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10362         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10363         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10364         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10365         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10366         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10367         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10368         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10369         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10370         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10371         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10372         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10373         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10374         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10375         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10376
10377         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10378         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10379
10380         * sysdeps/unix/sysv/linux/arm/Makefile
10381         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10382         Add rt-aeabi_unwind_cpp_pr1.
10383         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10384         Add nptl-aeabi_unwind_cpp_pr1.
10385         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10386         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10387         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10388         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10389         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10390         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10391
10392         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10393         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10394         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10395         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10396
10397         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10398         Deconditionalize the code that was previously under [RESET_PID].
10399         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10400
10401         * sysdeps/generic/exit-thread.h: New file.
10402         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10403         * include/unistd.h (__exit_thread): Remove declaration.
10404         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10405         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10406         * csu/libc-start.c: Include <exit-thread.h>.
10407         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10408         * nptl/pthread_create.c: Include <exit-thread.h>.
10409         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10410         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10411         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10412         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10413         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10414         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10415         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10416         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10417         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10418         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10419         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10420         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10421         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10422         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10423         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10424         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10425         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10426
10427 2014-05-13  Andreas Schwab  <schwab@suse.de>
10428
10429         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10430
10431 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10432
10433         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10434         (__ASSUME_UTIMES): Do not condition on kernel version.
10435         (__ASSUME_PSELECT): Define unconditionally.
10436         (__ASSUME_PPOLL): Likewise.
10437         (__ASSUME_ATFCTS): Likewise.
10438         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10439         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10440         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10441         (__ASSUME_UTIMENSAT): Define unconditionally.
10442         (__ASSUME_PRIVATE_FUTEX): Likewise.
10443         (__ASSUME_FALLOCATE): Likewise.
10444         (__ASSUME_O_CLOEXEC): Likewise.
10445         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10446         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10447         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10448         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10449         (__ASSUME_IN_NONBLOCK): Likewise.
10450         (__ASSUME_PIPE2): Likewise.
10451         (__ASSUME_EVENTFD2): Likewise.
10452         (__ASSUME_SIGNALFD4): Likewise.
10453         (__ASSUME_DUP3): Likewise.
10454         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10455         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10456         (__ASSUME_AT_RANDOM): Likewise.
10457         (__ASSUME_PREADV): Likewise.
10458         (__ASSUME_PWRITEV): Likewise.
10459         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10460         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10461         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10462         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10463         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10464         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10465         (__ASSUME_O_CLOEXEC): Define unconditionally.
10466         (__ASSUME_PSELECT): Do not undefine conditionally.
10467         (__ASSUME_PPOLL): Likewise.
10468         (__ASSUME_ATFCTS): Likewise.
10469         (__ASSUME_SET_ROBUST_LIST): Likewise.
10470         (__ASSUME_UTIMENSAT): Likewise.
10471         (__ASSUME_FDATASYNC): Define unconditionally.
10472         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10473         (__ASSUME_SIGFRAME_V2): Likewise.
10474         )__ASSUME_EVENTFD2): Likewise.
10475         (__ASSUME_SIGNALFD4): Likewise.
10476         (__ASSUME_PSELECT): Do not undefine conditionally.
10477         (__ASSUME_PPOLL): Likewise.
10478         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10479         (__ASSUME_PSELECT): Define unconditionally.
10480         (__ASSUME_PPOLL): Likewise.
10481         (__ASSUME_O_CLOEXEC): Likewise.
10482         (__ASSUME_SOCK_CLOEXEC): Likewise.
10483         (__ASSUME_IN_NONBLOCK): Likewise.
10484         (__ASSUME_PIPE2): Likewise.
10485         (__ASSUME_EVENTFD2): Likewise.
10486         (__ASSUME_SIGNALFD4): Likewise.
10487         (__ASSUME_DUP3): Likewise.
10488         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10489         (__ASSUME_O_CLOEXEC): Likewise.
10490         (__ASSUME_SOCK_CLOEXEC): Likewise.
10491         (__ASSUME_IN_NONBLOCK): Likewise.
10492         (__ASSUME_PIPE2): Likewise.
10493         (__ASSUME_EVENTFD2): Likewise.
10494         (__ASSUME_SIGNALFD4): Likewise.
10495         (__ASSUME_DUP3): Likewise.
10496         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10497         (__ASSUME_EVENTFD2): Likewise.
10498         (__ASSUME_SIGNALFD4): Likewise.
10499         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10500
10501 2014-05-12  Andreas Schwab  <schwab@suse.de>
10502
10503         [BZ #16932]
10504         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10505         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10506         than maximum RPC packet size.
10507         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10508         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10509         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10510         (_nss_nis_getservbyport_r): Likewise.
10511
10512 2014-05-12  Will Newton  <will.newton@linaro.org>
10513
10514         * malloc/Makefile (tests): Add tst-mallopt.
10515         * malloc/tst-mallopt.c: New file.
10516
10517 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10518
10519         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10520         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10521
10522 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10523
10524         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10525         (tst-tlsmod6.so): Likewise.
10526
10527 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10528
10529         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10530
10531 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10532
10533         [BZ #16064]
10534         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10535         and <dl-procinfo.h>.
10536         (__fegetenv): Save SSE state in envp->__eip if supported.
10537         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10538         envp->__eip if supported.
10539         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10540         and <dl-procinfo.h>.
10541         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10542         __data_offset and __data_selector in environment to 0.  Set SSE
10543         state if supported.
10544         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10545         test-fenv-sse.
10546         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10547         -mfpmath=sse.
10548         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10549
10550 2014-05-09  Will Newton  <will.newton@linaro.org>
10551
10552         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10553         and libc_relro_required for ARM.
10554         * sysdeps/arm/preconfigure: Regenerate.
10555
10556 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10557             Stefan Liebler  <stli@linux.vnet.ibm.com>
10558
10559         * config.make.in (enable-lock-elision): New Makefile variable.
10560         * configure.ac: Likewise.
10561         * configure: Regenerate.
10562         * sysdeps/s390/configure.ac:
10563         Add check for gcc transactions support.
10564         * sysdeps/s390/configure: Regenerate.
10565         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10566         Build elision files if enabled.
10567         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10568         Add lock elision support for s390.
10569         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10570         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10571         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10572         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10573         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10574         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10575         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10576         Likewise.
10577         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10578         Likewise.
10579         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10580         Likewise.
10581         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10582         Likewise.
10583         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10584         (__lll_timedlock_elision, __lll_lock_elision)
10585         (__lll_unlock_elision, __lll_trylock_elision)
10586         (lll_timedlock_elision, lll_lock_elision)
10587         (lll_unlock_elision, lll_trylock_elision): Add.
10588         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10589         (pthread_mutex_t): Add lock elision support for s390.
10590
10591 2014-05-14  Wilco  <wdijkstr@arm.com>
10592
10593         * sysdeps/arm/fclrexcpt.c: Cleanup.
10594         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10595         * sysdeps/arm/feenablxcpt.c: Cleanup.
10596         * sysdeps/arm/fegetenv.c: Cleanup.
10597         * sysdeps/arm/fegetexcept.c: Cleanup.
10598         * sysdeps/arm/fegetround.c: Cleanup.
10599         * sysdeps/arm/feholdexcpt.c: Cleanup.
10600         * sysdeps/arm/fesetenv.c: Cleanup.
10601         * sysdeps/arm/fesetround.c: Cleanup.
10602         * sysdeps/arm/feupdateenv.c: Cleanup.
10603         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10604         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10605         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10606         * sysdeps/arm/ftestexcept.c: Cleanup.
10607         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10608         * sysdeps/arm/setfpucw.c: Cleanup.
10609
10610 2014-05-09  Will Newton  <will.newton@linaro.org>
10611
10612         * sysdeps/arm/armv7/strcmp.S: New file.
10613         * NEWS: Mention addition of ARMv7 optimized strcmp.
10614
10615 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10616
10617         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10618         look for %.ac rather than %.in.
10619
10620         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10621         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10622         * sysdeps/mach/hurd/configure: Regenerated.
10623         * sysdeps/unix/sysv/linux/configure: Regenerated.
10624
10625         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10626
10627 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10628
10629         [BZ# 16922]
10630         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10631         (LONG_SUB): Ditto.
10632         (PTR_SUB): Ditto.
10633
10634 2014-05-07  Andreas Schwab  <schwab@suse.de>
10635
10636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10637         when skipping over non-matching result from nscd.
10638
10639 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10640
10641         [BZ #16876]
10642         * nptl/sockperf.c (client): Check socket return value.
10643
10644         [BZ #16877]
10645         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10646         nscd security class.
10647
10648 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10649
10650         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10651         * sysdeps/arm/unwind.h: ... here.
10652
10653 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10654
10655         [BZ# 16916]
10656         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10657         Define.
10658
10659 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10660
10661         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10662         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10663         multiarch strncpy for PPC64.
10664         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10665         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10666         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10667         multiarch optimizations.
10668         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10669         (__libc_ifunc_impl_list): Likewise.
10670         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10671         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10672         multiarch stpncpy for PPC64.
10673         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10674         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10675
10676 2014-05-06  Andreas Schwab  <schwab@suse.de>
10677
10678         [BZ #16912]
10679         * gmon/mcount.c (_MCOUNT_DECL): Use
10680         atomic_compare_and_exchange_bool_acq instead of
10681         catomic_compare_and_exchange_bool_acq.
10682
10683 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10684
10685         * elf/Makefile (others, install-bin): Remove pldd.
10686         (pldd-modules): Variable removed.
10687         ($(objpfx)pldd): Target removed.
10688         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10689         (others, install-bin): Append pldd here.
10690         ($(objpfx)pldd): New target.
10691
10692         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10693         to 0, so the first #if test emitted later doesn't see it undefined.
10694         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10695         * sysdeps/gnu/errlist.c: Regenerated.
10696
10697 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10698
10699         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10700         [libc_hidden_builtin_def]: Define to empty value.
10701         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10702         [libc_hidden_builtin_def]: Likewise.
10703         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10704         [libc_hidden_builtin_def]: Likewise.
10705         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10706         [libc_hidden_builtin_def]: Likewise.
10707         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10708         __redirect_memcpy and define ifunc as default hidden symbol.
10709         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10710         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10711
10712 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10713
10714         * locale/iso-4217.def: Reintroduce XDR currency.
10715
10716 2014-05-04  Allan McRae  <allan@archlinux.org>
10717
10718         * po/eo.po: Update Esperanto translation from translation project.
10719
10720 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10721
10722         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10723         and FEATURE_INDEX_MAX to 1.
10724         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10725
10726 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10727
10728         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10729         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10730         * iconvdata/big5.c (ONE_DIRECTION): Define.
10731         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10732         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10733         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10734         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10735         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10736         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10737         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10738         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10739         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10740         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10741         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10742         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10743         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10744         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10745         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10746         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10747         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10748         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10749         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10750         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10751         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10752         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10753         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10754         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10755         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10756         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10757         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10758         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10759         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10760         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10761         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10762         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10763         * iconvdata/johab.c (ONE_DIRECTION): Define.
10764         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10765         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10766         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10767         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10768         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10769         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10770         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10771         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10772         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10773         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10774
10775 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10776
10777         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10778         (_IO_JUMPS_OFFSET): Define to 0.
10779
10780         * nptl/sysdeps/pthread/bits/libc-lock.h
10781         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10782         (__libc_lock_define_initialized_recursive): Always define using
10783         initializer.  Modern compilers treat uninitialized (implicit zero) and
10784         explicit zero initializers the same (i.e. put the datum in bss).
10785
10786 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10787
10788         * nscd/nscd-client.h: Include <string.h>.
10789
10790 2014-05-01  David S. Miller  <davem@davemloft.net>
10791
10792         [BZ #16885]
10793         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10794         multiple zero bytes exist at the end of a string.
10795         Reported by Aurelien Jarno <aurelien@aurel32.net>
10796
10797         * string/test-strcmp.c (check): Add explicit test for situations where
10798         there are multiple zero bytes after the first.
10799
10800 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10801
10802         [BZ #16890]
10803         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10804         when compiling wprintf.
10805         * stdio-common/tstdiomisc.c (t3): New function.
10806         (main): Call it.
10807
10808 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10809
10810         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10811         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10812         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10813         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10814
10815 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10816
10817         * stdlib/longlong.h: Updated from GCC.
10818
10819 2014-05-01  Will Newton  <will.newton@linaro.org>
10820             Bernard Ogden  <bernie.ogden@linaro.org>
10821
10822         * NEWS: Update fixed bug list.
10823
10824         [BZ #15119]
10825         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10826
10827 2014-04-30  David S. Miller  <davem@davemloft.net>
10828
10829         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10830         (libc_feholdexcept_setround_sparc_ctx): New function.
10831         (libc_fesetenv_sparc_ctx): Likewise.
10832         (libc_feupdateenv_sparc_ctx): Likewise.
10833         (libc_feholdsetround_sparc_ctx): Likewise.
10834         (libc_feholdexcept_setround_ctx): Define.
10835         (libc_feholdexcept_setroundf_ctx): Likewise.
10836         (libc_feholdexcept_setroundl_ctx): Likewise.
10837         (libc_fesetenv_ctx): Likewise.
10838         (libc_fesetenvf_ctx): Likewise.
10839         (libc_fesetenvl_ctx): Likewise.
10840         (libc_feupdateenv_ctx): Likewise.
10841         (libc_feupdateenvf_ctx): Likewise.
10842         (libc_feupdateenvl_ctx): Likewise.
10843         (libc_feresetround_ctx): Likewise.
10844         (libc_feresetroundf_ctx): Likewise.
10845         (libc_feresetroundl_ctx): Likewise.
10846         (libc_feholdsetround_ctx): Likewise.
10847         (libc_feholdsetroundf_ctx): Likewise.
10848         (libc_feholdsetroundl_ctx): Likewise.
10849
10850         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10851         with __USE_GNU instead of XOPEN cpp guards.
10852
10853         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10854         0.
10855
10856         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10857         with XOPEN cpp guards.
10858
10859 2014-04-30  Julian Brown  <julian@codesourcery.com>
10860
10861         [BZ #16888]
10862         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10863         handling.
10864
10865 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10866
10867         [BZ #9894]
10868         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10869         Change to 2.6.32.
10870         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10871         * sysdeps/unix/sysv/linux/configure: Regenerated.
10872         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10873         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10874         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10875         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10876         * README: Update reference to required Linux kernel version.
10877         * manual/install.texi (Linux): Update reference to required Linux
10878         kernel headers version.
10879         * INSTALL: Regenerated.
10880
10881         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10882         header inclusion.
10883         [POSIX] (limits.h): Likewise.
10884         [POSIX] (math.h): Likewise.
10885         [POSIX] (sys/wait.h): Likewise.
10886         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10887         function.
10888         [POSIX] (stddef.h): Do not allow header inclusion.
10889
10890 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10891
10892         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10893
10894 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10895
10896         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10897         Return immediately after lll_futex_wake.
10898
10899 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10900
10901         [BZ #16791]
10902         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10903         structure.
10904         (datahead_init_pos): Call datahead_init_common early.
10905         (datahead_init_neg): Likewise.
10906
10907         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10908         datahead_init_neg): New functions.
10909         * nscd/aicache.c (addhstaiX): Use them.
10910         * nscd/grpcache.c (cache_addgr): Likewise.
10911         * nscd/hstcache.c (cache_addhst): Likewise.
10912         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10913         * nscd/netgroupcache.c (do_notfound): Likewise.
10914         (addgetnetgrentX): Likewise.
10915         (addinnetgrX): Likewise.
10916         * nscd/pwdcache.c (cache_addpw): Likewise.
10917         * nscd/servicescache.c (cache_addserv): Likewise.
10918
10919 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10920             Atsushi Onoe  <atsushi@onoe.org>
10921
10922         [BZ #14308]
10923         [BZ #12994]
10924         [BZ #13651]
10925         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10926         one response is valid.
10927         * resolv/res_send.c (send_dg): Check for validity of other
10928         response if the current response is a referral.
10929
10930 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10931
10932         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10933
10934 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10935
10936         [BZ #16823]
10937         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10938         Always divide by positive zero when computing -Inf result.
10939         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10940         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10941
10942 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10943
10944         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10945         FPSCR if value do not change.
10946         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10947         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10948         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10949         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10950         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10951         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10952         function.
10953
10954 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10955
10956         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10957         * sysdeps/unix/sysv/linux/hppa: Move directory from
10958         ports/systeps/unix/sysv/linux/hppa.
10959         * README: Update listing for hppa-*-linux-gnu.
10960
10961 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10962
10963         [BZ #16754]
10964         * manual/stdio.texi (Hook functions): Fix types of stream hook
10965         functions.
10966         [BZ #16854]
10967         * socket/sys/socket.h: Fix typo in comment.
10968
10969 2014-04-28  Wilco  <wdijkstr@arm.com>
10970
10971         * sysdeps/arm/fenv_private.h: New file.
10972         * sysdeps/arm/math_private.h: New file.
10973         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10974
10975 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10976
10977         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10978         with __int128_t.
10979         (La_x86_64_retval): Likewise.
10980
10981 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10982
10983         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10984         fpsr if value didn't change.
10985         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10986         to fpcr if value didn't change.
10987         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10988         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10989         fpsr or fpcr if value didn't change.
10990         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10991         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10992         fpcr if value didn't change.
10993         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10994         to fpsr if value didn't change.
10995
10996 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10997
10998         * nptl/tst-sem3.c: Use test-skeleton.c
10999         (main): Rename to do_test.  Use return instead of
11000         exit.
11001         * nptl/tst-sem4.c: Use test-skeleton.c
11002         (main): Rename to do_test.
11003
11004 2014-04-22  David S. Miller  <davem@davemloft.net>
11005
11006         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11007         (struct sigaction): New struct member __glibc_reserved0, change
11008         type of sa_flags to int.
11009
11010 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11011
11012         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11013         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11014
11015 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11016
11017         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11018         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11019
11020 2014-04-22  Will Newton  <will.newton@linaro.org>
11021             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11022
11023         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11024         (__longjmp): Add longjmp and longjmp_target SystemTap
11025         probes.
11026         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11027         (__sigsetjmp): Add setjmp SystemTap probe.
11028
11029 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11030
11031         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11032         match manual order.
11033
11034 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11035
11036         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11037
11038         * sysdeps/powerpc/fpu/fenv_private.h
11039         (libc_feholdexcept_setroundl_ctx): Define to
11040         libc_feholdexcept_setround_ppc_ctx.
11041         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11042         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11043         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11044         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11045
11046 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11047
11048         * sysdeps/aarch64/math-tests.h: New file.
11049
11050 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11051
11052         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11053         New.
11054         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11055         Check and set bit_AVX2_Usable.
11056         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11057         macro.
11058         (bit_AVX2): Likewise.
11059         (index_AVX2_Usable): Likewise.
11060         (CPUID_AVX2): Likewise.
11061         (HAS_AVX2): Likewise.
11062
11063 2014-04-17  Will Newton  <will.newton@linaro.org>
11064
11065         * manual/setjmp.texi (System V contexts): Add note that
11066         calling setcontext on a context created by a call to a
11067         signal handler is undefined.  Update text to note that
11068         setcontext from a signal handler is possible but not
11069         recommended.
11070
11071         [BZ #16629]
11072         * stdlib/tst-setcontext.c: Include signal.h.
11073         (main): Check that the signal stack before and
11074         after swapcontext is the same.
11075
11076         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11077         Re-implement to restore registers in user code and avoid
11078         rt_sigreturn system call.
11079
11080 2014-04-17  Wilco  <wdijkstr@arm.com>
11081
11082         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11083         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11084         * math/test-fenv.c: Skip exception trap tests on targets which only
11085         support non-stop mode.
11086
11087 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11088             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11089
11090         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11091         (libc_feholdsetround_aarch64_ctx)
11092         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11093         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11094         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11095         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11096         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11097         (libc_feresetround_noexl_ctx): Define.
11098
11099 2014-04-16  Richard Henderson  <rth@redhat.com>
11100
11101         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11102
11103         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11104         unwind tables.
11105
11106         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11107         const from the non-libc, non-ldso copy.
11108
11109         * sysdeps/alpha/libm-test-ulps: Regenerate.
11110
11111 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11112             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11113
11114         * sysdeps/aarch64/fpu/math_private.h: New file.
11115
11116 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11117
11118         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11119
11120 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11121
11122         [BZ #16275]
11123         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11124         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11125         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11126         Intel MPX bound registers before _dl_profile_fixup.
11127         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11128         registers after _dl_profile_fixup.  Save and restore bound
11129         registers bnd0/bnd1 when calling _dl_call_pltexit.
11130         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11131         (LR_BND_OFFSET): Likewise.
11132         (LRV_BND0_OFFSET): Likewise.
11133         (LRV_BND1_OFFSET): Likewise.
11134
11135 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11136
11137         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11138         to...
11139         * sysdeps/mach/hurd/i386/tls.h: ... here.
11140         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11141         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11142         fields.
11143
11144 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11145
11146         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11147
11148 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11149
11150         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11151
11152 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11153
11154         [BZ #14770]
11155         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11156         * sysdeps/s390/configure: Regenerate.
11157
11158         [BZ #16824]
11159         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11160         Set round-to-nearest internally to reduce error accumulation.
11161
11162 2014-04-16  Alan Modra  <amodra@gmail.com>
11163
11164         [BZ #16740]
11165         [BZ #16619]
11166         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11167         * math/libm-test.inc (frexp_test_data): Add tests.
11168         * NEWS: Update fixed bug list.
11169
11170 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11171
11172         * benchtests/Makefile: Depend on libraries in build directory.
11173         (bench-math): Separate out math tests.
11174         (bench-pthread): Separate out pthread tests.
11175         (bench): Include math and pthread tests.
11176
11177 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11178
11179         [BZ #16831]
11180         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11181         _dl_debug_initialize.
11182
11183         * configure.ac: Remove SELinux header check.
11184         * configure: Regenerate.
11185         * nscd/selinux.c (perms): Array of const char* to permission names.
11186         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11187         default policy. Call string_to_security_class and string_to_av_perm to
11188         translate strings. Enforce default policy and call avs_has_perm with
11189         results of translated strings.
11190
11191 2014-04-13  David S. Miller  <davem@davemloft.net>
11192
11193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11194
11195 2014-04-12  Allan McRae  <allan@archlinux.org>
11196
11197         [BZ #16838]
11198         * manual/string.texi (Collation Functions): Fix qsort argument
11199         order in example.
11200         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11201
11202 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11203
11204         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11205         Make the test a no-op if there are no exceptions defined.
11206
11207 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11208
11209         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11210         enable-hardcoded-path-in-tests
11211
11212 2014-04-11  Will Newton  <will.newton@linaro.org>
11213
11214         * benchtests/Makefile (extra-objs): Add json-lib.o.
11215         (bench-func): Tidy up JSON output.
11216         * benchtests/bench-skeleton.c: Include json-lib.h.
11217         (main): Use JSON library functions to do output of
11218         benchmark results.
11219         * benchtests/bench-timing-type.c (main): Output the
11220         timing type simply, leaving formatting to the user.
11221         * benchtests/json-lib.c: New file.
11222         * benchtests/json-lib.h: Likewise.
11223
11224 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11225
11226         [BZ #15215]
11227         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11228         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11229         memory barriers.  Add comments.
11230         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11231         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11232         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11233         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11234         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11235         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11236
11237 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11238
11239         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11240         * sysdeps/s390/s390-64/configure.ac: ... this ...
11241         * sysdeps/s390/configure.ac: ... to here.
11242         * sysdeps/s390/s390-32/configure: Delete file.
11243         * sysdeps/s390/s390-64/configure: Delete file.
11244         * sysdeps/s390/configure: Regenerate.
11245
11246 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11247
11248         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11249
11250 2014-04-11  Will Newton  <will.newton@linaro.org>
11251
11252         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11253         to zero if it is not defined elsewhere.  (mtrim): Test
11254         the value of MALLOC_DEBUG with #if rather than #ifdef.
11255
11256 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11257
11258         * benchtests/pthread_once-inputs: New file.
11259         * benchtests/pthread_once-source.c: New file.
11260         * benchtests/README: Update documentation.
11261
11262 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11263             H.J. Lu  <hongjiu.lu@intel.com>
11264
11265         [BZ #16275]
11266         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11267         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11268         * sysdeps/x86_64/configure: Regenerated.
11269         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11270         macro.
11271         (REGISTER_SAVE_RAX): Likewise.
11272         (REGISTER_SAVE_RCX): Likewise.
11273         (REGISTER_SAVE_RDX): Likewise.
11274         (REGISTER_SAVE_RSI): Likewise.
11275         (REGISTER_SAVE_RDI): Likewise.
11276         (REGISTER_SAVE_R8): Likewise.
11277         (REGISTER_SAVE_R9): Likewise.
11278         (REGISTER_SAVE_BND0): Likewise.
11279         (REGISTER_SAVE_BND1): Likewise.
11280         (REGISTER_SAVE_BND2): Likewise.
11281         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11282         bound registers when calling _dl_fixup.
11283
11284 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11285
11286         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11287         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11288         of its definition.
11289         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11290         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11291         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11292         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11293         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11294         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11295         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11296
11297 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11298
11299         [BZ #15514]
11300         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11301         pathconf(_PC_NAME_MAX).
11302
11303 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11304
11305         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11306         Remove macro usage.
11307         (__PTHREAD_SPINS): Move definition to ...
11308         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11309         (__PTHREAD_SPINS): ... here.
11310         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11311         (__PTHREAD_SPIN): Likewise.
11312         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11313         (__PTHREAD_SPIN): Likewise.
11314         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11315         (__PTHREAD_SPIN): Likewise.
11316         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11317         (__PTHREAD_SPIN): Likewise.
11318         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11319         (__PTHREAD_SPIN): Likewise.
11320         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11321         (__PTHREAD_SPIN): Likewise.
11322         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11323         (__PTHREAD_SPIN): Likewise.
11324         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11325         (__PTHREAD_SPIN): Likewise.
11326         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11327         (__PTHREAD_SPIN): Likewise.
11328         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11329         (__PTHREAD_SPIN): Likewise.
11330         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11331         (__PTHREAD_SPIN): Likewise.
11332         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11333         (__PTHREAD_SPIN): Likewise.
11334
11335         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11336         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11337         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11338         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11339         imply folder.
11340         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11341         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11342         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11343         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11344         correct imply path.
11345         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11346         strlen symbol for non multi-arch builds.
11347         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11348         missing hidden_def and weak_alias.
11349
11350 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11351
11352         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11353
11354 2014-04-07  Will Newton  <will.newton@linaro.org>
11355
11356         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11357         and contents.  [!_LIBC] Remove #ifndef and contents.
11358         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11359         * string/memccpy.c (__memccpy): Use ANSI prototype.
11360         * string/memfrob.c (memfrob): Likewise.
11361         * string/strcoll.c (STRCOLL): Likewise.
11362         * string/strlen.c (strlen): Likewise.
11363         * string/strtok.c (STRTOK): Likewise.
11364         * string/strcat.c: Remove unused #include of memcopy.h.
11365         (strcat): Use ANSI prototype.
11366         * string/strchr.c: Remove unused #include of memcopy.h.
11367         (strchr): Use ANSI prototype.
11368         * string/strcmp.c: Remove unused #include of memcopy.h.
11369         (strcmp): Use ANSI prototype.
11370         * string/strcpy.c: Remove unused #include of memcopy.h.
11371         (strcpy): Use ANSI prototype.
11372
11373 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11374
11375         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11376         * config.make.in (config-extra-cppflags): Set it from
11377         libc_extra_cppflags.
11378         * configure.ac (libc_extra_cflags): Make it accumulate over
11379         configure fragments.
11380         (libc_extra_cppflags): New flag.
11381         * configure. Regenerate.
11382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11383         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11384         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11386
11387         [BZ #16815]
11388         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11389         result for FE_DOWNWARD rounding mode.
11390         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11391         Likewise.
11392         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11393
11394 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11395
11396         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11397         in function argument name.
11398
11399 2014-04-03  David Svoboda  <svoboda@cert.org>
11400
11401         [BZ #5666]
11402         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11403         explicitly.
11404
11405 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11406
11407         * elf/dl-unmap-segments.h: New file.
11408         * sysdeps/generic/ldsodefs.h
11409         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11410         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11411         * elf/dl-fptr.c: Likewise.
11412         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11413         * sysdeps/aarch64/tlsdesc.c: Likewise.
11414         * sysdeps/arm/tlsdesc.c: Likewise.
11415         * sysdeps/i386/tlsdesc.c: Likewise.
11416         * sysdeps/tile/dl-runtime.c: Likewise.
11417         * sysdeps/x86_64/tlsdesc.c: Likewise.
11418         * elf/dl-load.h: New file.
11419         * elf/dl-load.c: Include it.
11420         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11421         Macros moved to dl-load.h.
11422         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11423         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11424         Use _dl_unmap_segments in place of __munmap.
11425         Break out segment-mapping loop into ...
11426         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11427
11428 2014-04-03  Will Newton  <will.newton@linaro.org>
11429
11430         * elf/dl-lookup.c (do_lookup_x): Remove comment
11431         referring to nested function and move variable
11432         declarations down to before first use.
11433
11434 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11435
11436         [BZ #16799]
11437         [BZ #16800]
11438         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11439         with 0 numerator.
11440         * math/s_catanf.c (__catanf): Likewise.
11441         * math/s_catanh.c (__catanh): Likewise.
11442         * math/s_catanhf.c (__catanhf): Likewise.
11443         * math/s_catanhl.c (__catanhl): Likewise.
11444         * math/s_catanl.c (__catanl): Likewise.
11445         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11446         by positive zero when computing -Inf result.
11447         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11448         (catanh_test): Likewise.
11449         * sysdeps/i386/fpu/libm-test-ulps: Update.
11450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11451
11452         [BZ #16789]
11453         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11454         instead of using underflowing value in computing result.
11455         * math/s_clog10.c (__clog10): Likewise.
11456         * math/s_clog10f.c (__clog10f): Likewise.
11457         * math/s_clog10l.c (__clog10l): Likewise.
11458         * math/s_clogf.c (__clogf): Likewise.
11459         * math/s_clogl.c (__clogl): Likewise.
11460         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11461         (clog10_test): Likewise.
11462         * sysdeps/i386/fpu/libm-test-ulps: Update.
11463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11464
11465 2014-04-02  Alan Modra  <amodra@gmail.com>
11466
11467         [BZ #16739]
11468         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11469         output when value is near a power of two.  Use int64_t for lx and
11470         remove casts.  Use decimal rather than hex exponent constants.
11471         Don't use long double multiplication when double will suffice.
11472         * math/libm-test.inc (nextafter_test_data): Add tests.
11473         * NEWS: Add 16739 and 16786 to bug list.
11474
11475         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11476
11477         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11478
11479 2014-04-01  Will Newton  <will.newton@linaro.org>
11480
11481         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11482         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11483
11484 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11485
11486         [BZ #13347]
11487         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11488         * nptl/tst-setuid2.c: New file.
11489         * nptl/Makefile (xtests): Add tst-setuid2.
11490
11491 2014-04-01  Alan Modra  <amodra@gmail.com>
11492
11493         [BZ #16786]
11494         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11495
11496 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11497
11498         [BZ #6803]
11499         [BZ #6804]
11500         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11501         set errno as appropriate.
11502         * math/w_scalbf.c (__scalbf): Likewise.
11503         * math/w_scalbl.c (__scalbl): Likewise.
11504         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11505         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11506         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11507         Add more NaN tests.
11508
11509         [BZ #16349]
11510         * math/w_atan2.c: Include <errno.h>.
11511         (__atan2): Set errno for result underflowing to zero.
11512         * math/w_atan2f.c: Include <errno.h>.
11513         (__atan2f): Set errno for result underflowing to zero.
11514         * math/w_atan2l.c: Include <errno.h>.
11515         (__atan2l): Set errno for result underflowing to zero.
11516         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11517         tests.
11518         * math/auto-libm-test-out: Regenerated.
11519
11520 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11521
11522         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11523         Encode instruction correctly in little endian.
11524         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11525         Likewise.
11526         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11527         Likewise.
11528         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11529         Likewise.
11530         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11531         Likewise.
11532
11533 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11534
11535         [BZ #9894]
11536         * sysdeps/unix/sysv/linux/kernel-features.h
11537         [__sparc__ && !__arch64__ && !__sparc_v9__]
11538         (__ASSUME_SET_ROBUST_LIST): Do not define.
11539         [__sparc__ && !__arch64__ && !__sparc_v9__]
11540         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11541         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11542         Likewise.
11543         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11544         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11545         (__ASSUME_REQUEUE_PI): Likewise.
11546         (__ASSUME_SET_ROBUST_LIST): Likewise.
11547         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11548         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11549         Undefine.
11550         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11551         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11552         Likewise.
11553         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11554         Likewise.
11555         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11556         Likewise.
11557         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11558         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11559         Undefine.
11560         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11561         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11562         Likewise.
11563
11564         [BZ #16648]
11565         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11566         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11567         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11568
11569 2014-03-31  Will Newton  <will.newton@linaro.org>
11570
11571         * benchtests/Makefile (bench): Add ffs and ffsll to list
11572         of tests.
11573         * benchtests/ffs-inputs: New file.
11574         * benchtests/ffsll-inputs: Likewise.
11575
11576 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11577
11578         [BZ #16770]
11579         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11580         too large before casting to int.
11581         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11582         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11583         * math/libm-test.inc (scalb_test_data): Add more tests.
11584
11585 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11586
11587         * benchtests/Makefile (DETAILED_OPT): New make option.
11588         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11589         set.
11590         * benchtests/bench-skeleton.c: Include stdbool.h.
11591         (main): Store and print timings per input.
11592         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11593         member to each argument value.
11594         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11595         (_print_arg_data): Initialize per-input timing to 0.
11596
11597         * benchtests/Makefile (timing-type): New binary.
11598         (bench-clean): Also remove bench-timing-type.
11599         (bench): New target for timing-type.
11600         (bench-func): Print output in JSON format.
11601         * benchtests/bench-skeleton.c (main): Print output in JSON
11602         format.
11603         * benchtests/bench-timing-type.c: New file.
11604         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11605         (TIMING_PRINT_STATS): Remove.
11606         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11607         name separately.
11608
11609         * benchtests/bench-modf.c: Remove.
11610         * benchtests/modf-inputs: New inputs file.
11611
11612 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11613
11614         [BZ #16362]
11615         * math/s_clog10.c (M_PI_LOG10E): New macro.
11616         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11617         imaginary parts are 0.
11618         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11619         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11620         imaginary parts are 0.
11621         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11622         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11623         imaginary parts are 0.
11624         * math/libm-test.inc (clog10_test_data): Update expected results
11625         for when real and imaginary parts are 0.
11626
11627 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11628
11629         * elf/dl-load.c: Finish conversion of __builtin_expect into
11630         __glibc_{un}likely.
11631
11632 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11633
11634         [BZ #16348]
11635         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11636         1+x for argument with exponent below -67.
11637         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11638         Likewise.
11639         * math/auto-libm-test-in: Add more tests of exp.
11640         * math/auto-libm-test-out: Regenerated.
11641
11642 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11643
11644         [BZ #16759]
11645         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11646         (nscd_getnetgrent): Use it.
11647
11648         [BZ #16760]
11649         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11650         of stpcpy.
11651
11652 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11653
11654         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11655         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11656         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11657         (lll_robust_unlock): Remove out of line section. Use cfi
11658         intrinsics.
11659         (LLL_STUB_UNWIND_INFO*): Remove.
11660         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11661         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11662         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11663         (lll_robust_unlock): Remove out of line section. Use cfi
11664         intrinsics.
11665         (LLL_STUB_UNWIND_INFO*): Remove.
11666
11667 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11668
11669         [BZ #16758]
11670         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11671         blank values.
11672
11673 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11674
11675         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11676
11677 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11678
11679         [BZ #16198]
11680         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11681         fnstenv.
11682         * math/test-fenv-preserve.c: New file.
11683         * math/Makefile (tests): Add test-fenv-preserve.
11684
11685 2014-03-26  Will Newton <will.newton@linaro.org>
11686
11687         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11688
11689 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11690
11691         * scripts/versionlist.awk: Partition the version sets and emit all
11692         GLIBC_* (sorted) before all others (sorted).
11693
11694 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11695
11696         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11697         GLIBC_2.2.5 version.
11698
11699 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11700
11701         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11702         calls.
11703
11704         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11705         previous change.
11706
11707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11708
11709 2014-03-25  Andreas Schwab  <schwab@suse.de>
11710
11711         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11712         label to be used after in6ailist is initialized.
11713
11714 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11715
11716         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11717         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11718
11719 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11720
11721         [BZ #16357]
11722         [BZ #16599]
11723         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11724         min_plus_half.
11725         (fp_formats): Update initializers.
11726         (init_fp_formats): Initialize new field.
11727         (output_for_one_input_case): Allow underflow for results up to
11728         min_plus_half.
11729         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11730         * math/auto-libm-test-in: Don't mark some underflows from asin and
11731         atanh as spurious.
11732         * math/auto-libm-test-out: Regenerated.
11733         * sysdeps/i386/fpu/libm-test-ulps: Update.
11734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11735
11736 2014-03-25  Andreas Schwab  <schwab@suse.de>
11737
11738         * libio/Makefile (tst-ftell-partial-wide-ENV)
11739         (tst-ftell-active-handler-ENV): Define.
11740
11741 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11742
11743         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11744
11745 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11746
11747         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11748
11749 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11750
11751         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11752         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11753         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11754
11755 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11756
11757         [BZ #16634]
11758         * elf/dl-load.c (open_verify): Add mode parameter.
11759         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11760         (open_path): Change from boolean 'secure' to complete flag 'mode'
11761         (_dl_map_object): Adjust.
11762         * elf/Makefile (tests): Add tst-dlopen-aout.
11763         * elf/tst-dlopen-aout.c: New test.
11764
11765 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11766
11767         [BZ #16714]
11768         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11769         (struct stat): Rename member pad0 to __glibc_reserved0.
11770
11771         [BZ #16712]
11772         * sysdeps/s390/s390-32/bits/wordsize.h
11773         (__WORDSIZE32_SIZE_ULONG): New define.
11774         * sysdeps/s390/s390-64/bits/wordsize.h
11775         (__WORDSIZE32_SIZE_ULONG): Likewise.
11776         * sysdeps/generic/stdint.h (SIZE_MAX):
11777         Define as UL if __WORDSIZE32_SIZE_ULONG.
11778
11779         [BZ #16713]
11780         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11781         (__glibc_reserved0): New variable.
11782         (sa_flags): Change type to int.
11783
11784         * posix/Makefile (before-compile): Use += before-compile instead
11785         of a :=.
11786
11787         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11788         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11789
11790 2014-03-20  Andreas Schwab  <schwab@suse.de>
11791
11792         [BZ #16743]
11793         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11794         non-matching result from nscd.
11795
11796 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11797
11798         * scripts/bench.py: Moved to ...
11799         * benchtests/scripts/bench.py: ... here.
11800         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11801
11802 2014-03-24  Andreas Schwab  <schwab@suse.de>
11803
11804         [BZ #16002]
11805         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11806         alloca_account and account alloca use for struct in6ailist.
11807
11808 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11809
11810         [BZ #16284]
11811         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11812         rounding mode to recompute results that overflow to infinity or
11813         underflow to zero.
11814         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11815         bug 16284.
11816         * math/auto-libm-test-out: Regenerated.
11817         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11818         (ccosh_test): Likewise.
11819         (csin_test_data): Use plus_oflow.
11820         (csin_test): Use ALL_RM_TEST.
11821         (csinh_test_data): Use plus_oflow.
11822         (csinh_test): Use ALL_RM_TEST.
11823         * sysdeps/i386/fpu/libm-test-ulps: Update.
11824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11825
11826 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11827
11828         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11829         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11830         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11831
11832         [BZ #16731]
11833         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11834         when x - 1 is zero.
11835         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11836         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11837         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11838         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11839         argument is 1.
11840         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11841         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11842         zero.
11843         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11844         * sysdeps/i386/fpu/libm-test-ulps: Update.
11845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11846
11847 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11848
11849         * scripts/bench.pl: Remove file.
11850         * scripts/bench.py: New benchmark script.
11851         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11852         * benchtests/README: Mention python dependency.
11853         * scripts/pylintrc: New file.
11854         * scripts/pylint: New file.
11855
11856         * bits/mathdef.h: Use #ifdef instead of #if.
11857         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11858         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11859         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11860         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11861         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11862         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11863
11864 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11865             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11866
11867         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11868         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11869         and strpbrk-ppc64 objects.
11870         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11871         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11872         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11873         multiarch strpbrk for POWER7.
11874         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11875         multiarch strpbrk for PPC64.
11876         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11877         ifunc selector.
11878         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11879         strpbrk for POWER7.
11880
11881 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11882
11883         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11884         (atan_test): Likewise.
11885         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11886         (atanh_test): Use ALL_RM_TEST.
11887         (atan2_test_data): Likewise.
11888         (cabs_test): Likewise.
11889         (cacosh_test): Likewise.
11890         (carg_test): Likewise.
11891         (casin_test): Likewise.
11892         (casinh_test): Likewise.
11893         (cbrt_test): Likewise.
11894         (csqrt_test): Likewise.
11895         (erf_test): Likewise.
11896         (erfc_test): Likewise.
11897         (pow10_test): Likewise.
11898         (exp2_test): Likewise.
11899         (hypot_test): Likewise.
11900         (j0_test): Likewise.
11901         (j1_test): Likewise.
11902         (lgamma_test): Likewise.
11903         (gamma_test): Likewise.
11904         (sincos_test): Likewise.
11905         (tanh_test): Likewise.
11906         (y0_test): Likewise.
11907         (y1_test): Likewise.
11908         * sysdeps/i386/fpu/libm-test-ulps: Update.
11909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11910
11911 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11912
11913         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11914         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11915         and strcspn-ppc64 objects.
11916         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11917         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11918         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11919         multiarch strcspn for POWER7.
11920         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11921         multiarch strcspn for PPC64.
11922         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11923         ifunc selector.
11924         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11925         strcspn for POWER7.
11926
11927 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11928
11929         * math/gen-libm-test.pl (generate_testfile): Expect only function
11930         name as argument to AUTO_TESTS_* and pass results for all rounding
11931         modes to parse_args.
11932         (parse_auto_input): Separate inputs of automatic tests from
11933         outputs before storing in %auto_tests.
11934         * math/libm-test.inc (acos_test_data): Update call to
11935         AUTO_TESTS_f_f.
11936         (acos_test): Use ALL_RM_TEST.
11937         (acos_tonearest_test_data): Remove.
11938         (acos_test_tonearest): Likewise.
11939         (acos_towardzero_test_data): Likewise.
11940         (acos_test_towardzero): Likewise.
11941         (acos_downward_test_data): Likewise.
11942         (acos_test_downward): Likewise.
11943         (acos_upward_test_data): Likewise.
11944         (acos_test_upward): Likewise.
11945         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11946         (asin_test_data): Likewise.
11947         (asin_test): Use ALL_RM_TEST.
11948         (asin_tonearest_test_data): Remove.
11949         (asin_test_tonearest): Likewise.
11950         (asin_towardzero_test_data): Likewise.
11951         (asin_test_towardzero): Likewise.
11952         (asin_downward_test_data): Likewise.
11953         (asin_test_downward): Likewise.
11954         (asin_upward_test_data): Likewise.
11955         (asin_test_upward): Likewise.
11956         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11957         (atan_test_data): Likewise.
11958         (atanh_test_data): Likewise.
11959         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11960         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11961         (carg_test_data): Likewise.
11962         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11963         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11964         (ccosh_test_data): Likewise.
11965         (cexp_test_data): Likewise.
11966         (clog_test_data): Likewise.
11967         (clog10_test_data): Likewise.
11968         (cos_test_data): Update call to AUTO_TESTS_f_f.
11969         (cos_test): Use ALL_RM_TEST.
11970         (cos_tonearest_test_data): Remove.
11971         (cos_test_tonearest): Likewise.
11972         (cos_towardzero_test_data): Likewise.
11973         (cos_test_towardzero): Likewise.
11974         (cos_downward_test_data): Likewise.
11975         (cos_test_downward): Likewise.
11976         (cos_upward_test_data): Likewise.
11977         (cos_test_upward): Likewise.
11978         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11979         (cosh_test): Use ALL_RM_TEST.
11980         (cosh_tonearest_test_data): Remove.
11981         (cosh_test_tonearest): Likewise.
11982         (cosh_towardzero_test_data): Likewise.
11983         (cosh_test_towardzero): Likewise.
11984         (cosh_downward_test_data): Likewise.
11985         (cosh_test_downward): Likewise.
11986         (cosh_upward_test_data): Likewise.
11987         (cosh_test_upward): Likewise.
11988         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11989         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11990         (ctan_test_data): Likewise.
11991         (ctan_test): Use ALL_RM_TEST.
11992         (ctan_tonearest_test_data): Remove.
11993         (ctan_test_tonearest): Likewise.
11994         (ctan_towardzero_test_data): Likewise.
11995         (ctan_test_towardzero): Likewise.
11996         (ctan_downward_test_data): Likewise.
11997         (ctan_test_downward): Likewise.
11998         (ctan_upward_test_data): Likewise.
11999         (ctan_test_upward): Likewise.
12000         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12001         (ctanh_test): Use ALL_RM_TEST.
12002         (ctanh_tonearest_test_data): Remove.
12003         (ctanh_test_tonearest): Likewise.
12004         (ctanh_towardzero_test_data): Likewise.
12005         (ctanh_test_towardzero): Likewise.
12006         (ctanh_downward_test_data): Likewise.
12007         (ctanh_test_downward): Likewise.
12008         (ctanh_upward_test_data): Likewise.
12009         (ctanh_test_upward): Likewise.
12010         (erf_test_data): Update call to AUTO_TESTS_f_f.
12011         (erfc_test_data): Likewise.
12012         (exp_test_data): Likewise.
12013         (exp_test): Use ALL_RM_TEST.
12014         (exp_tonearest_test_data): Remove.
12015         (exp_test_tonearest): Likewise.
12016         (exp_towardzero_test_data): Likewise.
12017         (exp_test_towardzero): Likewise.
12018         (exp_downward_test_data): Likewise.
12019         (exp_test_downward): Likewise.
12020         (exp_upward_test_data): Likewise.
12021         (exp_test_upward): Likewise.
12022         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12023         (exp10_test): Use ALL_RM_TEST.
12024         (exp10_tonearest_test_data): Remove.
12025         (exp10_test_tonearest): Likewise.
12026         (exp10_towardzero_test_data): Likewise.
12027         (exp10_test_towardzero): Likewise.
12028         (exp10_downward_test_data): Likewise.
12029         (exp10_test_downward): Likewise.
12030         (exp10_upward_test_data): Likewise.
12031         (exp10_test_upward): Likewise.
12032         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12033         (expm1_test_data): Likewise.
12034         (expm1_test): Use ALL_RM_TEST.
12035         (expm1_tonearest_test_data): Remove.
12036         (expm1_test_tonearest): Likewise.
12037         (expm1_towardzero_test_data): Likewise.
12038         (expm1_test_towardzero): Likewise.
12039         (expm1_downward_test_data): Likewise.
12040         (expm1_test_downward): Likewise.
12041         (expm1_upward_test_data): Likewise.
12042         (expm1_test_upward): Likewise.
12043         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12044         (fma_test): Use ALL_RM_TEST.
12045         (fma_towardzero_test_data): Remove.
12046         (fma_test_towardzero): Likewise.
12047         (fma_downward_test_data): Likewise.
12048         (fma_test_downward): Likewise.
12049         (fma_upward_test_data): Likewise.
12050         (fma_test_upward): Likewise.
12051         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12052         (j0_test_data): Update call to AUTO_TESTS_f_f.
12053         (j1_test_data): Likewise.
12054         (jn_test_data): Update call to AUTO_TESTS_if_f.
12055         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12056         (log_test_data): Update call to AUTO_TESTS_f_f.
12057         (log10_test_data): Likewise.
12058         (log1p_test_data): Likewise.
12059         (log2_test_data): Likewise.
12060         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12061         (pow_tonearest_test_data): Likewise.
12062         (sin_test_data): Update call to AUTO_TESTS_f_f.
12063         (sin_test): Use ALL_RM_TEST.
12064         (sin_tonearest_test_data): Remove.
12065         (sin_test_tonearest): Likewise.
12066         (sin_towardzero_test_data): Likewise.
12067         (sin_test_towardzero): Likewise.
12068         (sin_downward_test_data): Likewise.
12069         (sin_test_downward): Likewise.
12070         (sin_upward_test_data): Likewise.
12071         (sin_test_upward): Likewise.
12072         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12073         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12074         (sinh_test): Use ALL_RM_TEST.
12075         (sinh_tonearest_test_data): Remove.
12076         (sinh_test_tonearest): Likewise.
12077         (sinh_towardzero_test_data): Likewise.
12078         (sinh_test_towardzero): Likewise.
12079         (sinh_downward_test_data): Likewise.
12080         (sinh_test_downward): Likewise.
12081         (sinh_upward_test_data): Likewise.
12082         (sinh_test_upward): Likewise.
12083         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12084         (sqrt_test): Use ALL_RM_TEST.
12085         (sqrt_tonearest_test_data): Remove.
12086         (sqrt_test_tonearest): Likewise.
12087         (sqrt_towardzero_test_data): Likewise.
12088         (sqrt_test_towardzero): Likewise.
12089         (sqrt_downward_test_data): Likewise.
12090         (sqrt_test_downward): Likewise.
12091         (sqrt_upward_test_data): Likewise.
12092         (sqrt_test_upward): Likewise.
12093         (tan_test_data): Update call to AUTO_TESTS_f_f.
12094         (tan_test): Use ALL_RM_TEST.
12095         (tan_tonearest_test_data): Remove.
12096         (tan_test_tonearest): Likewise.
12097         (tan_towardzero_test_data): Likewise.
12098         (tan_test_towardzero): Likewise.
12099         (tan_downward_test_data): Likewise.
12100         (tan_test_downward): Likewise.
12101         (tan_upward_test_data): Likewise.
12102         (tan_test_upward): Likewise.
12103         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12104         (tgamma_test_data): Likewise.
12105         (y0_test_data): Likewise.
12106         (y1_test_data): Likewise.
12107         (yn_test_data): Update call to AUTO_TESTS_if_f.
12108         (main): Do not call removed functions.
12109
12110 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12111
12112         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12113         (ldexp_test_data): Remove.
12114         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12115         scalbn_test_data.
12116         (scalb_test): Use ALL_RM_TEST.
12117
12118 2014-03-19  Andreas Schwab  <schwab@suse.de>
12119
12120         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12121
12122 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12123
12124         [BZ #16649]
12125         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12126         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12127         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12128         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12129         (__ASSUME_PREADV): Undefine.
12130         (__ASSUME_PWRITEV): Likewise.
12131
12132 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12133
12134         * bits/mman-linux.h: Add comment about non-Linux use.
12135         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12136         bits/mman-linux.h resting place.
12137
12138         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12139         * bits/mman-linux.h: ... here.
12140
12141 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12142
12143         * conform/conformtest.pl: Add standard definition when calling C
12144         preprocessor on data files.
12145         (checknamespace): Remove unused variable.
12146
12147 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12148
12149         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12150         minus_oflow, plus_uflow and minus_uflow in expected results.
12151         * math/libm-test.inc (scalbn_test_data): Add more tests of
12152         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12153         minus_uflow.
12154         (scalbn_test): Use ALL_RM_TEST.
12155         (scalbln_test_data): Add more tests of negative arguments.  Use
12156         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12157         (scalbln_test): Use ALL_RM_TEST.
12158
12159 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12160
12161         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12162
12163 2014-03-18  Will Newton  <will.newton@linaro.org>
12164
12165         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12166         inaccurate comment.
12167
12168 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12169
12170         * Makerules [!subdir] (check-abi): Exit with error status if a
12171         test failed.
12172
12173 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12174
12175         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12176         for rint.  Include results for all rounding modes.
12177         (nearbyint_test): Use ALL_RM_TEST.
12178         (rint_test_data): Include all tests used for nearbyint.
12179
12180 2014-03-17  Will Newton  <will.newton@linaro.org>
12181
12182         * nptl/sysdeps/pthread/pthread.h: Revert previous
12183         change.
12184
12185         * sysdeps/generic/ldsodefs.h: Revert previous
12186         change.
12187
12188         * libio/genops.c: Revert previous change.
12189         * libio/libioP.h: Likewise.
12190         * stdio-common/vfprintf.c: Likewise.
12191
12192         * sysdeps/generic/math_private.h: Revert previous
12193         change.
12194
12195         * sysdeps/generic/math_private.h: Check whether
12196         HAVE_RM_CTX is defined with #ifdef rather
12197         than #if.
12198
12199         * argp/argp-fmtstream.h: Check whether
12200         __STRICT_ANSI__ is defined with #ifdef rather
12201         than #if.
12202         * argp/argp.h: Likewise.
12203
12204         * libio/genops.c: Check whether
12205         _IO_JUMPS_OFFSET is defined with #ifdef rather
12206         than #if.
12207         * libio/libioP.h: Likewise.
12208         * stdio-common/vfprintf.c: Likewise.
12209
12210         * sysdeps/generic/ldsodefs.h: Check whether
12211         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12212         than #if.
12213
12214         * nptl/sysdeps/pthread/pthread.h: Check
12215         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12216         its value.
12217
12218 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12219
12220         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12221         setting O_APPEND.
12222         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12223         test case.
12224
12225         [BZ #16680]
12226         * libio/fileops.c (_IO_file_open): Seek to end of file but
12227         don't cache the offset.
12228         (get_file_offset): Remove function.
12229         (do_ftell): Use cached offset when available.
12230         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12231         don't cache the offset.
12232         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12233         case.
12234         (do_one_test): Call it.
12235         (do_ftell_test): Fix up expected old offset for a+ mode.
12236         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12237         available.
12238
12239         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12240         up test status with function return status.
12241         (do_write_test): Likewise.
12242         (do_append_test): Likewise.
12243
12244         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12245         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12246         Remove.
12247
12248 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12249
12250         * math/gen-libm-test.pl (parse_args): Handle results specified for
12251         each rounding mode separately.
12252         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12253         tests and results from lrint_tonearest_test_data,
12254         lrint_towardzero_test_data, lrint_downward_test_data and
12255         lrint_upward_test_data.
12256         (lrint_test): Use ALL_RM_TEST.
12257         (lrint_tonearest_test_data): Remove.
12258         (lrint_test_tonearest): Likewise.
12259         (lrint_towardzero_test_data): Likewise.
12260         (lrint_test_towardzero): Likewise.
12261         (lrint_downward_test_data): Likewise.
12262         (lrint_test_downward): Likewise.
12263         (lrint_upward_test_data): Likewise.
12264         (lrint_test_upward): Likewise.
12265         (llrint_test_data): Merge in per-rounding-mode tests and results
12266         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12267         llrint_downward_test_data and llrint_upward_test_data.
12268         (llrint_test): Use ALL_RM_TEST.
12269         (llrint_tonearest_test_data): Remove.
12270         (llrint_test_tonearest): Likewise.
12271         (llrint_towardzero_test_data): Likewise.
12272         (llrint_test_towardzero): Likewise.
12273         (llrint_downward_test_data): Likewise.
12274         (llrint_test_downward): Likewise.
12275         (llrint_upward_test_data): Likewise.
12276         (llrint_test_upward): Likewise.
12277         (rint_test_data): Merge in per-rounding-mode tests and results
12278         from rint_tonearest_test_data, rint_towardzero_test_data,
12279         rint_downward_test_data and rint_upward_test_data.  Add
12280         per-rounding-mode results for tests not in those arrays.
12281         (rint_test): Use ALL_RM_TEST.
12282         (rint_tonearest_test_data): Remove.
12283         (rint_test_tonearest): Likewise.
12284         (rint_towardzero_test_data): Likewise.
12285         (rint_test_towardzero): Likewise.
12286         (rint_downward_test_data): Likewise.
12287         (rint_test_downward): Likewise.
12288         (rint_upward_test_data): Likewise.
12289         (rint_test_upward): Likewise.
12290         (main): Don't call removed functions.
12291
12292 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12293
12294         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12295         "Compiled on ..." crapola.  It is anti-useful.
12296
12297 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12298
12299         * scripts/evaluate-test.sh: Handle fourth argument to determine
12300         whether test run should stop on failure.
12301         * Makeconfig (stop-on-test-failure): New variable.
12302         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12303         $(stop-on-test-failure).
12304         * Makefile (tests): Give a summary of results from testing and
12305         exit with failure status if they include an ERROR or FAIL.
12306         (xtests): Likewise.
12307         * manual/install.texi (Configuring and compiling): Mention
12308         stop-on-test-failure=y.
12309         * INSTALL: Regenerated.
12310
12311 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12312
12313         * scripts/versionlist.awk: New file.
12314         * Makerules [$(build-shared) = yes]
12315         (postclean-generated): Add Versions.def, not Versions.def.v and
12316         Versions.def.v.i.
12317         ($(common-objpfx)Versions.def.v.i): Target removed.
12318         ($(common-objpfx)Versions.def): New target.
12319         ($(common-objpfx)Versions.all): Depend on that rather that
12320         $(common-objpfx)Versions.def.v.
12321         * Versions.def: File removed.
12322
12323         * Makeconfig (+gccwarn): Add -Wundef.
12324         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12325         a dl-sysdep.h breaking its contract.
12326         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12327         * include/stackinfo.h: New file.
12328         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12329         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12330         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12331         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12332         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12333         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12334         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12335         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12336         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12337         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12338         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12339         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12340         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12341         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12342         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12343
12344 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12345
12346         [BZ #16707]
12347         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12348         implementation.
12349         * math/libm-test.inc (round_test_data): Add more tests.
12350
12351         [BZ #16706]
12352         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12353         implementation.
12354         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12355
12356         [BZ #16701]
12357         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12358         implementation.
12359         * math/libm-test.inc (ceil_test_data): Add more tests.
12360
12361         * math/libm-test.inc (trunc_test_data): Add more tests related to
12362         BZ#16414.
12363
12364 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12365
12366         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12367         with #if rather than #ifdef.
12368         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12369
12370 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12371
12372         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12373         first.  Disable AVX-512 GCC support if assembler doesn't support
12374         it.
12375         * sysdeps/x86_64/configure: Regenerated.
12376
12377 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12378
12379         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12380         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12381         (__old_pthread_attr_setstack): Likewise.
12382         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12383         [!_STACK_GROWS_DOWN]: Likewise.
12384
12385 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12386
12387         * config.make.in (have-bash2): Delete.
12388         * configure.ac (libc_cv_have_bash2): Delete.
12389         * configure: Regenerate.
12390         * elf/Makefile (common-ldd-rewrite): Rename to ...
12391         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12392         (sh-ldd-rewrite): Delete.
12393         (bash-ldd-rewrite): Delete.
12394         (have-bash2): Delete checks.
12395         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12396         ldd-rewrite.
12397
12398         * config.make.in (have-ksh): Delete.
12399         (KSH): Delete.
12400         * configure.ac (libc_cv_have_ksh): Delete.
12401         * configure: Regenerate.
12402
12403         * elf/Makefile: Delete $(have-ksh) check.
12404         ($(objpfx)sotruss): Change KSH to BASH.
12405         * elf/sotruss.ksh: Rename to ...
12406         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12407         function style to match POSIX.  Drop ksh vim mode setting.
12408
12409         * manual/time.texi (Specifying the Time Zone with TZ): Change
12410         Tuesday to Thursday.
12411
12412         * debug/tst-longjmp_chk2.c: Update header comment.
12413         (stackoverflow_handler): Add comment.  Call assert on pass value.
12414
12415 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12416
12417         [BZ #16194]
12418         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12419         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12420         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12421         (La_x86_64_vector): Add zmm.
12422         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12423         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12424         ($(objpfx)tst-audit10): New target.
12425         ($(objpfx)tst-audit10.out): Likewise.
12426         (tst-audit10-ENV): New.
12427         (AVX512-CFLAGS): Likewise.
12428         (CFLAGS-tst-audit10.c): Likewise.
12429         (CFLAGS-tst-auditmod10a.c): Likewise.
12430         (CFLAGS-tst-auditmod10b.c): Likewise.
12431         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12432         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12433         * sysdeps/x86_64/configure: Regenerated.
12434         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12435         AVX-512 zmm register support.
12436         (_dl_x86_64_save_sse): Likewise.
12437         (_dl_x86_64_restore_sse): Likewise.
12438         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12439         size vector registers.
12440         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12441         (ZMM_SIZE): Likewise.
12442         * sysdeps/x86_64/tst-audit10.c: New file.
12443         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12444         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12445
12446 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12447
12448         * configure.ac (HAVE_EHDR_START): New check.
12449         * configure: Regenerated.
12450         * config.h.in (HAVE_EHDR_START): New #undef.
12451         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12452         assuming the lowest-addressed segment maps the start of the file.
12453
12454 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12455
12456         * INSTALL: Regenerated.
12457
12458 2014-03-13  Will Newton  <will.newton@linaro.org>
12459
12460         * manual/setjmp.texi (System V contexts): Improve
12461         clarity and grammar of documentation.
12462
12463 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12464
12465         [BZ #16381]
12466         * elf/Makefile (tests): Add tst-pie2.
12467         (tests-pie): Add tst-pie2.
12468         * elf/tst-pie2.c: New file.
12469         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12470         for ET_EXEC.
12471         * elf/rtld.c (map_doit): Load executable as lt_executable.
12472         (dl_main): Likewise.
12473
12474 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12475
12476         [BZ #16642]
12477         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12478         (__ASSUME_PSELECT): Undefine.
12479
12480 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12481
12482         [BZ #16689]
12483         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12484         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12485         static build.
12486         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12487         selector for static builds.
12488
12489 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12490
12491         [BZ #16695]
12492         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12493         key in the buffer.
12494
12495 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12496
12497         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12498         IFUNC selector for static builds.
12499
12500 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12501
12502         * sysdeps/mips/math_private.h [__mips_hard_float]
12503         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12504         libc_feresetround_mips_ctx.
12505         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12506         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12507         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12508
12509         [BZ #16677]
12510         * math/s_nextafter.c (__nextafter): Do not return value from
12511         overflowing computation.
12512         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12513         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12514         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12515         Likewise.
12516         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12517         Likewise.
12518         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12519         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12520
12521 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12522
12523         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12524         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12525         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12526         the new mov targetting sp.
12527
12528 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12529
12530         [BZ #16683]
12531         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12532         Define it for static builds as well.
12533         (NO_BZERO_IMPL): Likewise.
12534
12535 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12536
12537         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12538         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12539         multiarch strspn for PPC64.
12540         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12541         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12542         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12543         (__libc_ifunc_impl_list): Likewise.
12544         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12545         multiarch optimizations
12546         * string/strspn.c (strspn): Using macro to redefine symbol name.
12547
12548 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12549             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12550
12551         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12552         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12553         multiarch strncat for PPC64.
12554         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12555         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12556         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12557         (__libc_ifunc_impl_list): Likewise.
12558         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12559         multiarch optimizations
12560
12561 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12562
12563         [BZ #16639]
12564         * nscd/nscd.service: Make service type forking.
12565
12566 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12567
12568         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12569         sign in non default rounding modes.
12570         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12571
12572 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12573
12574         * math/libm-test.inc (ALL_RM_TEST): New macro.
12575         (ceil_test): Use ALL_RM_TEST.
12576         (cimag_test): Likewise.
12577         (conj_test): Likewise.
12578         (copysign_test): Likewise.
12579         (cproj_test): Likewise.
12580         (creal_test): Likewise.
12581         (fabs_test): Likewise.
12582         (floor_test): Likewise.
12583         (fmax_test): Likewise.
12584         (fmin_test): Likewise.
12585         (fmod_test): Likewise.
12586         (fpclassify_test): Likewise.
12587         (frexp_test): Likewise.
12588         (ilogb_test): Likewise.
12589         (isfinite_test): Likewise.
12590         (finite_test): Likewise.
12591         (isgreater_test): Likewise.
12592         (isgreaterequal_test): Likewise.
12593         (isinf_test): Likewise.
12594         (isless_test): Likewise.
12595         (islessequal_test): Likewise.
12596         (islessgreater_test): Likewise.
12597         (isnan_test): Likewise.
12598         (isnormal_test): Likewise.
12599         (issignaling_test): Likewise.
12600         (isunordered_test): Likewise.
12601         (logb_test): Likewise.
12602         (logb_downward_test_data): Remove.
12603         (logb_test_downward): Likewise.
12604         (lround_test): Use ALL_RM_TEST.
12605         (llround_test): Likewise.
12606         (modf_test): Likewise.
12607         (nexttoward_test): Likewise.
12608         (remainder_test): Likewise.
12609         (drem_test): Likewise.
12610         (remainder_tonearest_test_data): Likewise.
12611         (remainder_test_tonearest): Likewise.
12612         (drem_test_tonearest): Likewise.
12613         (remainder_towardzero_test_data): Likewise.
12614         (remainder_test_towardzero): Likewise.
12615         (drem_test_towardzero): Likewise.
12616         (remainder_downward_test_data): Likewise.
12617         (remainder_test_downward): Likewise.
12618         (drem_test_downward): Likewise.
12619         (remainder_upward_test_data): Likewise.
12620         (remainder_test_upward): Likewise.
12621         (drem_test_upward): Likewise.
12622         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12623         (round_test): Use ALL_RM_TEST.
12624         (signbit_test): Likewise.
12625         (trunc_test): Likewise.
12626         (significand_test): Likewise.
12627         (main): Don't call removed functions.
12628
12629 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12630
12631         [BZ #16674]
12632         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12633         || __USE_XOPEN2K8].
12634         (ILL_ILLOPN): Likewise.
12635         (ILL_ILLADR): Likewise.
12636         (ILL_ILLTRP): Likewise.
12637         (ILL_PRVOPC): Likewise.
12638         (ILL_PRVREG): Likewise.
12639         (ILL_COPROC): Likewise.
12640         (ILL_BADSTK): Likewise.
12641         (FPE_INTDIV): Likewise.
12642         (FPE_INTOVF): Likewise.
12643         (FPE_FLTDIV): Likewise.
12644         (FPE_FLTOVF): Likewise.
12645         (FPE_FLTUND): Likewise.
12646         (FPE_FLTRES): Likewise.
12647         (FPE_FLTINV): Likewise.
12648         (FPE_FLTSUB): Likewise.
12649         (SEGV_MAPERR): Likewise.
12650         (SEGV_ACCERR): Likewise.
12651         (BUS_ADRALN): Likewise.
12652         (BUS_ADRERR): Likewise.
12653         (BUS_OBJERR): Likewise.
12654         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12655         (TRAP_TRACE): Likewise.
12656         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12657         __USE_XOPEN2K8].
12658         (CLD_KILLED): Likewise.
12659         (CLD_DUMPED): Likewise.
12660         (CLD_TRAPPED): Likewise.
12661         (CLD_STOPPED): Likewise.
12662         (CLD_CONTINUED): Likewise.
12663         (POLL_IN): Likewise.
12664         (POLL_OUT): Likewise.
12665         (POLL_MSG): Likewise.
12666         (POLL_ERR): Likewise.
12667         (POLL_PRI): Likewise.
12668         (POLL_HUP): Likewise.
12669         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12670         Likewise.
12671         (ILL_ILLOPN): Likewise.
12672         (ILL_ILLADR): Likewise.
12673         (ILL_ILLTRP): Likewise.
12674         (ILL_PRVOPC): Likewise.
12675         (ILL_PRVREG): Likewise.
12676         (ILL_COPROC): Likewise.
12677         (ILL_BADSTK): Likewise.
12678         (FPE_INTDIV): Likewise.
12679         (FPE_INTOVF): Likewise.
12680         (FPE_FLTDIV): Likewise.
12681         (FPE_FLTOVF): Likewise.
12682         (FPE_FLTUND): Likewise.
12683         (FPE_FLTRES): Likewise.
12684         (FPE_FLTINV): Likewise.
12685         (FPE_FLTSUB): Likewise.
12686         (SEGV_MAPERR): Likewise.
12687         (SEGV_ACCERR): Likewise.
12688         (BUS_ADRALN): Likewise.
12689         (BUS_ADRERR): Likewise.
12690         (BUS_OBJERR): Likewise.
12691         (BUS_MCEERR_AR): Likewise.
12692         (BUS_MCEERR_AO): Likewise.
12693         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12694         (TRAP_TRACE): Likewise.
12695         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12696         __USE_XOPEN2K8].
12697         (CLD_KILLED): Likewise.
12698         (CLD_DUMPED): Likewise.
12699         (CLD_TRAPPED): Likewise.
12700         (CLD_STOPPED): Likewise.
12701         (CLD_CONTINUED): Likewise.
12702         (POLL_IN): Likewise.
12703         (POLL_OUT): Likewise.
12704         (POLL_MSG): Likewise.
12705         (POLL_ERR): Likewise.
12706         (POLL_PRI): Likewise.
12707         (POLL_HUP): Likewise.
12708         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12709         (ILL_ILLOPN): Likewise.
12710         (ILL_ILLADR): Likewise.
12711         (ILL_ILLTRP): Likewise.
12712         (ILL_PRVOPC): Likewise.
12713         (ILL_PRVREG): Likewise.
12714         (ILL_COPROC): Likewise.
12715         (ILL_BADSTK): Likewise.
12716         (FPE_INTDIV): Likewise.
12717         (FPE_INTOVF): Likewise.
12718         (FPE_FLTDIV): Likewise.
12719         (FPE_FLTOVF): Likewise.
12720         (FPE_FLTUND): Likewise.
12721         (FPE_FLTRES): Likewise.
12722         (FPE_FLTINV): Likewise.
12723         (FPE_FLTSUB): Likewise.
12724         (SEGV_MAPERR): Likewise.
12725         (SEGV_ACCERR): Likewise.
12726         (BUS_ADRALN): Likewise.
12727         (BUS_ADRERR): Likewise.
12728         (BUS_OBJERR): Likewise.
12729         (BUS_MCEERR_AR): Likewise.
12730         (BUS_MCEERR_AO): Likewise.
12731         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12732         (TRAP_TRACE): Likewise.
12733         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12734         __USE_XOPEN2K8].
12735         (CLD_KILLED): Likewise.
12736         (CLD_DUMPED): Likewise.
12737         (CLD_TRAPPED): Likewise.
12738         (CLD_STOPPED): Likewise.
12739         (CLD_CONTINUED): Likewise.
12740         (POLL_IN): Likewise.
12741         (POLL_OUT): Likewise.
12742         (POLL_MSG): Likewise.
12743         (POLL_ERR): Likewise.
12744         (POLL_PRI): Likewise.
12745         (POLL_HUP): Likewise.
12746         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12747         Likewise.
12748         (ILL_ILLOPN): Likewise.
12749         (ILL_ILLADR): Likewise.
12750         (ILL_ILLTRP): Likewise.
12751         (ILL_PRVOPC): Likewise.
12752         (ILL_PRVREG): Likewise.
12753         (ILL_COPROC): Likewise.
12754         (ILL_BADSTK): Likewise.
12755         (ILL_BADIADDR): Likewise.
12756         (ILL_BREAK): Likewise.
12757         (FPE_INTDIV): Likewise.
12758         (FPE_INTOVF): Likewise.
12759         (FPE_FLTDIV): Likewise.
12760         (FPE_FLTOVF): Likewise.
12761         (FPE_FLTUND): Likewise.
12762         (FPE_FLTRES): Likewise.
12763         (FPE_FLTINV): Likewise.
12764         (FPE_FLTSUB): Likewise.
12765         (FPE_DECOVF): Likewise.
12766         (FPE_DECDIV): Likewise.
12767         (FPE_DECERR): Likewise.
12768         (FPE_INVASC): Likewise.
12769         (FPE_INVDEC): Likewise.
12770         (SEGV_MAPERR): Likewise.
12771         (SEGV_ACCERR): Likewise.
12772         (SEGV_PSTKOVF): Likewise.
12773         (BUS_ADRALN): Likewise.
12774         (BUS_ADRERR): Likewise.
12775         (BUS_OBJERR): Likewise.
12776         (BUS_MCEERR_AR): Likewise.
12777         (BUS_MCEERR_AO): Likewise.
12778         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12779         (TRAP_TRACE): Likewise.
12780         (TRAP_BRANCH): Likewise.
12781         (TRAP_HWBKPT): Likewise.
12782         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12783         __USE_XOPEN2K8].
12784         (CLD_KILLED): Likewise.
12785         (CLD_DUMPED): Likewise.
12786         (CLD_TRAPPED): Likewise.
12787         (CLD_STOPPED): Likewise.
12788         (CLD_CONTINUED): Likewise.
12789         (POLL_IN): Likewise.
12790         (POLL_OUT): Likewise.
12791         (POLL_MSG): Likewise.
12792         (POLL_ERR): Likewise.
12793         (POLL_PRI): Likewise.
12794         (POLL_HUP): Likewise.
12795         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12796         (ILL_ILLOPN): Likewise.
12797         (ILL_ILLADR): Likewise.
12798         (ILL_ILLTRP): Likewise.
12799         (ILL_PRVOPC): Likewise.
12800         (ILL_PRVREG): Likewise.
12801         (ILL_COPROC): Likewise.
12802         (ILL_BADSTK): Likewise.
12803         (FPE_INTDIV): Likewise.
12804         (FPE_INTOVF): Likewise.
12805         (FPE_FLTDIV): Likewise.
12806         (FPE_FLTOVF): Likewise.
12807         (FPE_FLTUND): Likewise.
12808         (FPE_FLTRES): Likewise.
12809         (FPE_FLTINV): Likewise.
12810         (FPE_FLTSUB): Likewise.
12811         (SEGV_MAPERR): Likewise.
12812         (SEGV_ACCERR): Likewise.
12813         (BUS_ADRALN): Likewise.
12814         (BUS_ADRERR): Likewise.
12815         (BUS_OBJERR): Likewise.
12816         (BUS_MCEERR_AR): Likewise.
12817         (BUS_MCEERR_AO): Likewise.
12818         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12819         (TRAP_TRACE): Likewise.
12820         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12821         __USE_XOPEN2K8].
12822         (CLD_KILLED): Likewise.
12823         (CLD_DUMPED): Likewise.
12824         (CLD_TRAPPED): Likewise.
12825         (CLD_STOPPED): Likewise.
12826         (CLD_CONTINUED): Likewise.
12827         (POLL_IN): Likewise.
12828         (POLL_OUT): Likewise.
12829         (POLL_MSG): Likewise.
12830         (POLL_ERR): Likewise.
12831         (POLL_PRI): Likewise.
12832         (POLL_HUP): Likewise.
12833         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12834         (ILL_ILLOPN): Likewise.
12835         (ILL_ILLADR): Likewise.
12836         (ILL_ILLTRP): Likewise.
12837         (ILL_PRVOPC): Likewise.
12838         (ILL_PRVREG): Likewise.
12839         (ILL_COPROC): Likewise.
12840         (ILL_BADSTK): Likewise.
12841         (FPE_INTDIV): Likewise.
12842         (FPE_INTOVF): Likewise.
12843         (FPE_FLTDIV): Likewise.
12844         (FPE_FLTOVF): Likewise.
12845         (FPE_FLTUND): Likewise.
12846         (FPE_FLTRES): Likewise.
12847         (FPE_FLTINV): Likewise.
12848         (FPE_FLTSUB): Likewise.
12849         (SEGV_MAPERR): Likewise.
12850         (SEGV_ACCERR): Likewise.
12851         (BUS_ADRALN): Likewise.
12852         (BUS_ADRERR): Likewise.
12853         (BUS_OBJERR): Likewise.
12854         (BUS_MCEERR_AR): Likewise.
12855         (BUS_MCEERR_AO): Likewise.
12856         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12857         (TRAP_TRACE): Likewise.
12858         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12859         __USE_XOPEN2K8].
12860         (CLD_KILLED): Likewise.
12861         (CLD_DUMPED): Likewise.
12862         (CLD_TRAPPED): Likewise.
12863         (CLD_STOPPED): Likewise.
12864         (CLD_CONTINUED): Likewise.
12865         (POLL_IN): Likewise.
12866         (POLL_OUT): Likewise.
12867         (POLL_MSG): Likewise.
12868         (POLL_ERR): Likewise.
12869         (POLL_PRI): Likewise.
12870         (POLL_HUP): Likewise.
12871         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12872         (ILL_ILLOPN): Likewise.
12873         (ILL_ILLADR): Likewise.
12874         (ILL_ILLTRP): Likewise.
12875         (ILL_PRVOPC): Likewise.
12876         (ILL_PRVREG): Likewise.
12877         (ILL_COPROC): Likewise.
12878         (ILL_BADSTK): Likewise.
12879         (FPE_INTDIV): Likewise.
12880         (FPE_INTOVF): Likewise.
12881         (FPE_FLTDIV): Likewise.
12882         (FPE_FLTOVF): Likewise.
12883         (FPE_FLTUND): Likewise.
12884         (FPE_FLTRES): Likewise.
12885         (FPE_FLTINV): Likewise.
12886         (FPE_FLTSUB): Likewise.
12887         (SEGV_MAPERR): Likewise.
12888         (SEGV_ACCERR): Likewise.
12889         (BUS_ADRALN): Likewise.
12890         (BUS_ADRERR): Likewise.
12891         (BUS_OBJERR): Likewise.
12892         (BUS_MCEERR_AR): Likewise.
12893         (BUS_MCEERR_AO): Likewise.
12894         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12895         (TRAP_TRACE): Likewise.
12896         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12897         __USE_XOPEN2K8].
12898         (CLD_KILLED): Likewise.
12899         (CLD_DUMPED): Likewise.
12900         (CLD_TRAPPED): Likewise.
12901         (CLD_STOPPED): Likewise.
12902         (CLD_CONTINUED): Likewise.
12903         (POLL_IN): Likewise.
12904         (POLL_OUT): Likewise.
12905         (POLL_MSG): Likewise.
12906         (POLL_ERR): Likewise.
12907         (POLL_PRI): Likewise.
12908         (POLL_HUP): Likewise.
12909         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12910         (ILL_ILLOPN): Likewise.
12911         (ILL_ILLADR): Likewise.
12912         (ILL_ILLTRP): Likewise.
12913         (ILL_PRVOPC): Likewise.
12914         (ILL_PRVREG): Likewise.
12915         (ILL_COPROC): Likewise.
12916         (ILL_BADSTK): Likewise.
12917         (ILL_DBLFLT): Likewise.
12918         (ILL_HARDWALL): Likewise.
12919         (FPE_INTDIV): Likewise.
12920         (FPE_INTOVF): Likewise.
12921         (FPE_FLTDIV): Likewise.
12922         (FPE_FLTOVF): Likewise.
12923         (FPE_FLTUND): Likewise.
12924         (FPE_FLTRES): Likewise.
12925         (FPE_FLTINV): Likewise.
12926         (FPE_FLTSUB): Likewise.
12927         (SEGV_MAPERR): Likewise.
12928         (SEGV_ACCERR): Likewise.
12929         (BUS_ADRALN): Likewise.
12930         (BUS_ADRERR): Likewise.
12931         (BUS_OBJERR): Likewise.
12932         (BUS_MCEERR_AR): Likewise.
12933         (BUS_MCEERR_AO): Likewise.
12934         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12935         (TRAP_TRACE): Likewise.
12936         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12937         __USE_XOPEN2K8].
12938         (CLD_KILLED): Likewise.
12939         (CLD_DUMPED): Likewise.
12940         (CLD_TRAPPED): Likewise.
12941         (CLD_STOPPED): Likewise.
12942         (CLD_CONTINUED): Likewise.
12943         (POLL_IN): Likewise.
12944         (POLL_OUT): Likewise.
12945         (POLL_MSG): Likewise.
12946         (POLL_ERR): Likewise.
12947         (POLL_PRI): Likewise.
12948         (POLL_HUP): Likewise.
12949         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12950         (ILL_ILLOPN): Likewise.
12951         (ILL_ILLADR): Likewise.
12952         (ILL_ILLTRP): Likewise.
12953         (ILL_PRVOPC): Likewise.
12954         (ILL_PRVREG): Likewise.
12955         (ILL_COPROC): Likewise.
12956         (ILL_BADSTK): Likewise.
12957         (FPE_INTDIV): Likewise.
12958         (FPE_INTOVF): Likewise.
12959         (FPE_FLTDIV): Likewise.
12960         (FPE_FLTOVF): Likewise.
12961         (FPE_FLTUND): Likewise.
12962         (FPE_FLTRES): Likewise.
12963         (FPE_FLTINV): Likewise.
12964         (FPE_FLTSUB): Likewise.
12965         (SEGV_MAPERR): Likewise.
12966         (SEGV_ACCERR): Likewise.
12967         (BUS_ADRALN): Likewise.
12968         (BUS_ADRERR): Likewise.
12969         (BUS_OBJERR): Likewise.
12970         (BUS_MCEERR_AR): Likewise.
12971         (BUS_MCEERR_AO): Likewise.
12972         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12973         (TRAP_TRACE): Likewise.
12974         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12975         __USE_XOPEN2K8].
12976         (CLD_KILLED): Likewise.
12977         (CLD_DUMPED): Likewise.
12978         (CLD_TRAPPED): Likewise.
12979         (CLD_STOPPED): Likewise.
12980         (CLD_CONTINUED): Likewise.
12981         (POLL_IN): Likewise.
12982         (POLL_OUT): Likewise.
12983         (POLL_MSG): Likewise.
12984         (POLL_ERR): Likewise.
12985         (POLL_PRI): Likewise.
12986         (POLL_HUP): Likewise.
12987         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12988         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12989
12990         [BZ #16670]
12991         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12992         before #include of <time.h>.
12993         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12994         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12995         (test-xfail-UNIX98/sched.h/conform): Likewise.
12996
12997 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12998
12999         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13000         error absence of trapping exception support.
13001         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13002
13003 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13004
13005         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13006         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13007         * timezone/Makefile (testdata): Move definition above include of
13008         Rules.
13009         (test-zones): New variable.
13010         (tests-special): Add zone files.
13011         (build-testdata): Use $(evaluate-test).
13012
13013         * elf/Makefile (tests-special): Rename tests to end with .out.
13014         ($(objpfx)noload-mem): Likewise.
13015         ($(objpfx)tst-leaks1-mem): Likewise.
13016         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13017         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13018         $(objpfx)test-iconvconfig.out.
13019         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13020         set -e inside subshell and redirect output to file.
13021         * iconvdata/Makefile (generated): Rename tests to end with .out.
13022         Correct type.
13023         (tests-special): Rename tests to end with .out.
13024         ($(objpfx)mtrace-tst-loading): Likewise.
13025         * intl/Makefile (generated): Likewise.
13026         (tests-special): Likewise.
13027         ($(objpfx)mtrace-tst-gettext): Likewise.
13028         * misc/Makefile (generated): Likewise.
13029         (tests-special): Likewise.
13030         ($(objpfx)tst-error1-mem): Likewise.
13031         * nptl/Makefile (tests-special): Likewise.
13032         ($(objpfx)tst-stack3-mem): Likewise.
13033         (generated): Likewise.
13034         * posix/Makefile (generated): Likewise.
13035         (tests-special): Likewise.
13036         (xtests-special): Likewise.
13037         ($(objpfx)tst-fnmatch-mem): Likewise.
13038         ($(objpfx)bug-regex2-mem): Likewise.
13039         ($(objpfx)bug-regex14-mem): Likewise.
13040         ($(objpfx)bug-regex21-mem): Likewise.
13041         ($(objpfx)bug-regex31-mem): Likewise.
13042         ($(objpfx)tst-vfork3-mem): Likewise.
13043         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13044         ($(objpfx)tst-pcre-mem): Likewise.
13045         ($(objpfx)tst-boost-mem): Likewise.
13046         ($(objpfx)bug-ga2-mem): Likewise.
13047         ($(objpfx)bug-glob2-mem): Likewise.
13048         * resolv/Makefile (generate): Likewise.
13049         (tests-special): Likewise.
13050         (xtests-special): Likewise.
13051         (generated): Likewise.
13052         ($(objpfx)mtrace-tst-leaks): Likewise.
13053         ($(objpfx)mtrace-tst-leaks2): Likewise.
13054
13055         * scripts/merge-test-results.sh: New file.
13056         * Makefile (tests-special-notdir): New variable.
13057         (tests): Run merge-test-results.sh.
13058         (xtests): Likewise.
13059         * Rules (tests-special-notdir): New variable.
13060         (xtests-special-notdir): Likewise.
13061         (tests): Run merge-test-results.sh
13062         (xtests): Likewise.
13063
13064         * Makeconfig (test-xfail-name): New variable.
13065         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13066         compute variable name for expected failures.
13067         * conform/Makefile (conformtest-headers-data): New variable.
13068         (conformtest-standards): Likewise.
13069         (conformtest-headers-ISO): Likewise.
13070         (conformtest-headers-ISO99): Likewise.
13071         (conformtest-headers-ISO11): Likewise.
13072         (conformtest-headers-POSIX): Likewise.
13073         (conformtest-headers-XPG3): Likewise.
13074         (conformtest-headers-XPG4): Likewise.
13075         (conformtest-headers-UNIX98): Likewise.
13076         (conformtest-headers-XOPEN2K): Likewise.
13077         (conformtest-headers-POSIX2008): Likewise.
13078         (conformtest-headers-XOPEN2K8): Likewise.
13079         (conformtest-header-list-base): Likewise.
13080         (conformtest-header-list-tests): Likewise.
13081         (conformtest-header-base): Likewise.
13082         (conformtest-header-tests): Likewise.
13083         (tests-special): Add $(conformtest-header-list-tests).  If
13084         [$(fast-check) && !$(cross-compiling)], add
13085         $(conformtest-header-tests) instead of
13086         $(objpfx)run-conformtest.out.
13087         (generated): Add $(conformtest-header-list-base).  If
13088         [$(fast-check) && !$(cross-compiling)], add
13089         $(conformtest-header-base).  Remove previous setting.
13090         ($(conformtest-header-list-tests)): New target.
13091         (test-xfail-run-conformtest): Remove variable.
13092         ($(objpfx)run-conformtest.out): Remove target.
13093         (test-xfail-ISO11/complex.h/conform): New variable.
13094         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13095         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13096         (test-xfail-XPG3/varargs.h/conform): Likewise.
13097         (test-xfail-XPG4/varargs.h/conform): Likewise.
13098         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13099         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13100         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13101         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13102         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13103         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13104         (test-xfail-XPG3/ftw.h/conform): Likewise.
13105         (test-xfail-XPG3/grp.h/conform): Likewise.
13106         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13107         (test-xfail-XPG3/limits.h/conform): Likewise.
13108         (test-xfail-XPG3/pwd.h/conform): Likewise.
13109         (test-xfail-XPG3/search.h/conform): Likewise.
13110         (test-xfail-XPG3/signal.h/conform): Likewise.
13111         (test-xfail-XPG3/stdio.h/conform): Likewise.
13112         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13113         (test-xfail-XPG3/string.h/conform): Likewise.
13114         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13115         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13116         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13117         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13118         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13119         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13120         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13121         (test-xfail-XPG3/termios.h/conform): Likewise.
13122         (test-xfail-XPG3/time.h/conform): Likewise.
13123         (test-xfail-XPG3/unistd.h/conform): Likewise.
13124         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13125         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13126         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13127         (test-xfail-XPG4/netdb.h/conform): Likewise.
13128         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13129         (test-xfail-XPG4/signal.h/conform): Likewise.
13130         (test-xfail-XPG4/stdio.h/conform): Likewise.
13131         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13132         (test-xfail-XPG4/stropts.h/conform): Likewise.
13133         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13134         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13135         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13136         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13137         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13138         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13139         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13140         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13141         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13142         (test-xfail-XPG4/termios.h/conform): Likewise.
13143         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13144         (test-xfail-XPG4/unistd.h/conform): Likewise.
13145         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13146         (test-xfail-POSIX/sched.h/conform): Likewise.
13147         (test-xfail-POSIX/signal.h/conform): Likewise.
13148         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13149         (test-xfail-POSIX/tar.h/conform): Likewise.
13150         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13151         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13152         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13153         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13154         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13155         (test-xfail-UNIX98/sched.h/conform): Likewise.
13156         (test-xfail-UNIX98/signal.h/conform): Likewise.
13157         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13158         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13159         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13160         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13161         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13162         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13163         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13164         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13165         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13166         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13167         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13168         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13169         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13170         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13171         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13172         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13173         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13174         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13175         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13176         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13177         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13178         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13179         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13180         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13181         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13182         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13183         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13184         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13185         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13186         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13187         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13188         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13189         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13190         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13191         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13192         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13193         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13194         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13195         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13196         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13197         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13198         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13199         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13200         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13201         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13202         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13203         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13204         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13205         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13206         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13207         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13208         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13209         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13210         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13211         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13212         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13213         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13214         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13215         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13216         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13217         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13218         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13219         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13220         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13221         (conformtest-cc-flags): Likewise.
13222         ($(conformtest-header-tests): New target.
13223         * conform/check-header-lists.sh: New file.
13224         * conform/run-conformtest.sh: Remove.
13225
13226         * conform/conformtest.pl: Allow ' and \ in values given for
13227         constants.
13228         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13229         inclusion.
13230         [POSIX] (sys/types.h): Likewise.
13231         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13232         inclusion.
13233         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13234         inclusion.
13235         * conform/data/signal.h-data (SIGIO): Remove expectation.
13236         [XPG3] (SIGBUS): Do not expect.
13237         [POSIX || XPG3] (SIGPOLL): Likewise.
13238         [POSIX || XPG3] (SIGPROF): Likewise.
13239         [POSIX || XPG3] (SIGSYS): Likewise.
13240         [XPG3] (SIGTRAP): Likewise.
13241         [POSIX || XPG3] (SIGURG): Likewise.
13242         [POSIX || XPG3] (SIGVTALRM): Likewise.
13243         [POSIX || XPG3] (SIGXCPU): Likewise.
13244         [POSIX || XPG3] (SIGXFSZ): Likewise.
13245         [POSIX] (SA_SIGINFO): Expect.
13246         [XPG3] (siginfo_t): Do not expect type or contents.
13247         [POSIX] (si_pid): Do not expect element.
13248         [POSIX] (si_uid): Likewise.
13249         [POSIX] (si_addr): Likewise.
13250         [POSIX] (si_status): Likewise.
13251         [POSIX] (si_band): Likewise.
13252         [XPG4] (si_value): Likewise.
13253         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13254         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13255         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13256         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13257         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13258         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13259         [POSIX || XPG3] (ILL_COPROC): Likewise.
13260         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13261         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13262         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13263         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13264         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13265         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13266         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13267         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13268         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13269         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13270         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13271         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13272         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13273         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13274         [POSIX || XPG3] (CLD_EXITED): Likewise.
13275         [POSIX || XPG3] (CLD_KILLED): Likewise.
13276         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13277         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13278         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13279         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13280         [POSIX || XPG3] (POLL_IN): Likewise.
13281         [POSIX || XPG3] (POLL_OUT): Likewise.
13282         [POSIX || XPG3] (POLL_MSG): Likewise.
13283         [POSIX || XPG3] (POLL_ERR): Likewise.
13284         [POSIX || XPG3] (POLL_PRI): Likewise.
13285         [POSIX || XPG3] (POLL_HUP): Likewise.
13286         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13287         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13288         (SIG*): Do not allow.
13289         [XPG3] (si_*): Likewise.
13290         [XPG3] (SI_*): Likewise.
13291         [XPG3 || XPG4] (sigev_*): Likewise.
13292         [XPG3 || XPG4] (SIGEV_*): Likewise.
13293         [XPG3 || XPG4] (sival_*): Likewise.
13294         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13295         [POSIX || XPG3] (BUS_*): Likewise.
13296         [POSIX || XPG3] (CLD_*): Likewise.
13297         [POSIX || XPG3] (FPE_*): Likewise.
13298         [POSIX || XPG3] (ILL_*): Likewise.
13299         [POSIX || XPG3] (POLL_*): Likewise.
13300         [POSIX || XPG3] (SEGV_*): Likewise.
13301         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13302         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13303         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13304         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13305         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13306         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13307         Specify type and value.
13308         (TVERSLEN): Likewise.
13309         (REGTYPE): Likewise.
13310         (AREGTYPE): Likewise.
13311         (LNKTYPE): Likewise.
13312         (SYMTYPE): Likewise.
13313         (CHRTYPE): Likewise.
13314         (BLKTYPE): Likewise.
13315         (DIRTYPE): Likewise.
13316         (FIFOTYPE): Likewise.
13317         (CONTTYPE): Likewise.
13318         (TSUID): Likewise.
13319         (TSGID): Likewise.
13320         (TSVTX): Likewise.
13321         (TUREAD): Likewise.
13322         (TUWRITE): Likewise.
13323         (TUEXEC): Likewise.
13324         (TGREAD): Likewise.
13325         (TGWRITE): Likewise.
13326         (TGEXEC): Likewise.
13327         (TOREAD): Likewise.
13328         (TOWRITE): Likewise.
13329         (TOEXEC): Likewise.
13330         [POSIX] (TSVTX): Expect constant.
13331
13332 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13333
13334         * Makefile (tests): Change dependencies to ....
13335         (tests-special): ... additions to this variable.
13336         (tests): Depend on $(tests-special).
13337         * Makerules (check-abi-list): New variable.
13338         (check-abi): Depend on $(check-abi-list).
13339         [$(subdir) = elf] (tests-special): Add
13340         $(objpfx)check-abi-libc.out.
13341         [$(build-shared) = yes && subdir] (tests-special): Add
13342         $(check-abi-list).
13343         [$(build-shared) = yes && subdir] (tests): Do not depend on
13344         check-abi.
13345         * Rules (tests): Depend on $(tests-special).
13346         (xtests): Depend on $(xtests-special).
13347         * catgets/Makefile (tests): Change dependencies to ....
13348         (tests-special): ... additions to this variable.
13349         * conform/Makefile (tests): Change dependencies to ....
13350         (tests-special): ... additions to this variable.
13351         * elf/Makefile (tests): Change dependencies to ....
13352         (tests-special): ... additions to this variable.
13353         * grp/Makefile (tests): Change dependencies to ....
13354         (tests-special): ... additions to this variable.
13355         * iconv/Makefile (xtests): Change dependencies to ....
13356         (xtests-special): ... additions to this variable.
13357         * iconvdata/Makefile (tests): Change dependencies to ....
13358         (tests-special): ... additions to this variable.
13359         * intl/Makefile (tests): Change dependencies to ....
13360         (tests-special): ... additions to this variable.  Also add
13361         $(objpfx)tst-gettext.out.
13362         * io/Makefile (tests): Change dependencies to ....
13363         (tests-special): ... additions to this variable.
13364         * libio/Makefile (tests): Change dependencies to ....
13365         (tests-special): ... additions to this variable.
13366         * malloc/Makefile (tests): Change dependencies to ....
13367         (tests-special): ... additions to this variable.
13368         * misc/Makefile (tests): Change dependencies to ....
13369         (tests-special): ... additions to this variable.
13370         * nptl/Makefile (tests): Change dependencies to ....
13371         (tests-special): ... additions to this variable.
13372         * nptl_db/Makefile (tests): Change dependencies to ....
13373         (tests-special): ... additions to this variable.
13374         * posix/Makefile (tests): Change dependencies to ....
13375         (tests-special): ... additions to this variable.
13376         (xtests): Change dependencies to ....
13377         (xtests-special): ... additions to this variable.
13378         * resolv/Makefile (tests): Change dependencies to ....
13379         (tests-special): ... additions to this variable.
13380         (xtests): Change dependencies to ....
13381         (xtests-special): ... additions to this variable.
13382         * stdio-common/Makefile (tests): Change dependencies to ....
13383         (tests-special): ... additions to this variable.
13384         (do-tst-unbputc): Remove target.
13385         (do-tst-printf): Likewise.
13386         * stdlib/Makefile (tests): Change dependencies to ....
13387         (tests-special): ... additions to this variable.
13388         * string/Makefile (tests): Change dependencies to ....
13389         (tests-special): ... additions to this variable.
13390         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13391         (tests-special): ... additions to this variable.
13392
13393         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13394         whole file.
13395         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13396         whole file.
13397         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13398         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13399
13400         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13401         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13402         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13403         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13404         * conform/data/libgen.h-data [XPG3]: Likewise.
13405         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13406         * conform/data/ndbm.h-data [XPG3]: Likewise.
13407         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13408         * conform/data/netdb.h-data [XPG3]: Likewise.
13409         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13410         * conform/data/poll.h-data [XPG3]: Likewise.
13411         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13412         * conform/data/strings.h-data [XPG3]: Likewise.
13413         * conform/data/stropts.h-data [XPG3]: Likewise.
13414         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13415         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13416         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13417         Likewise.
13418         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13419         * conform/data/sys/time.h-data [XPG3]: Likewise.
13420         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13421         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13422         * conform/data/sys/un.h-data [XPG3]: Likewise.
13423         * conform/data/syslog.h-data [XPG3]: Likewise.
13424         * conform/data/ucontext.h-data [XPG3]: Likewise.
13425         * conform/data/utmpx.h-data [XPG3]: Likewise.
13426         * conform/data/varargs.h-data [UNIX98]: Enable file.
13427
13428         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13429
13430         * math/libm-test.inc (struct test_f_f_data): Move expected results
13431         into structure for each rounding mode.
13432         (struct test_ff_f_data): Likewise.
13433         (struct test_ff_f_data_nexttoward): Likewise.
13434         (struct test_fi_f_data): Likewise.
13435         (struct test_fl_f_data): Likewise.
13436         (struct test_if_f_data): Likewise.
13437         (struct test_fff_f_data): Likewise.
13438         (struct test_c_f_data): Likewise.
13439         (struct test_f_f1_data): Likewise.
13440         (struct test_fF_f1_data): Likewise.
13441         (struct test_ffI_f1_data): Likewise.
13442         (struct test_c_c_data): Likewise.
13443         (struct test_cc_c_data): Likewise.
13444         (struct test_f_i_data): Likewise.
13445         (struct test_ff_i_data): Likewise.
13446         (struct test_f_l_data): Likewise.
13447         (struct test_f_L_data): Likewise.
13448         (struct test_fFF_11_data): Likewise.
13449         (RM_): New macro.
13450         (RM_FE_DOWNWARD): Likewise.
13451         (RM_FE_TONEAREST): Likewise.
13452         (RM_FE_TOWARDZERO): Likewise.
13453         (RM_FE_UPWARD): Likewise.
13454         (RUN_TEST_LOOP_f_f): Update references to expected results.
13455         (RUN_TEST_LOOP_2_f): Likewise.
13456         (RUN_TEST_LOOP_fff_f): Likewise.
13457         (RUN_TEST_LOOP_c_f): Likewise.
13458         (RUN_TEST_LOOP_f_f1): Likewise.
13459         (RUN_TEST_LOOP_fF_f1): Likewise.
13460         (RUN_TEST_LOOP_fI_f1): Likewise.
13461         (RUN_TEST_LOOP_ffI_f1): Likewise.
13462         (RUN_TEST_LOOP_c_c): Likewise.
13463         (RUN_TEST_LOOP_cc_c): Likewise.
13464         (RUN_TEST_LOOP_f_i): Likewise.
13465         (RUN_TEST_LOOP_f_i_tg): Likewise.
13466         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13467         (RUN_TEST_LOOP_f_b): Likewise.
13468         (RUN_TEST_LOOP_f_b_tg): Likewise.
13469         (RUN_TEST_LOOP_f_l): Likewise.
13470         (RUN_TEST_LOOP_f_L): Likewise.
13471         (RUN_TEST_LOOP_fFF_11): Likewise.
13472         * math/gen-libm-test.pl (parse_args): Output four copies of
13473         expected results for each test.
13474
13475         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13476         (__ASSUME_UTIMES): Remove.
13477         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13478         (__ASSUME_UTIMES): Likewise.
13479
13480         * math/gen-auto-libm-tests.c: Update comment on output format.
13481         (output_for_one_input_case): Generate before-rounding and
13482         after-rounding information as conditions on output flags not
13483         floating-point format.
13484         * math/auto-libm-test-out: Regenerated.
13485         * math/gen-libm-test.pl (cond_value): New function.
13486         (or_cond_value): Use cond_value.
13487         (generate_testfile): Handle conditional exceptions.
13488
13489 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13490
13491         * math/libm-test.inc (max_valid_error): New variable.
13492         (init_max_error): Take new argument specifying whether function
13493         results are exactly determined.  Set max_valid_error and bound
13494         other variables for errors based on this argument.
13495         (set_max_error): Do not record results above max_valid_error.
13496         (check_float_internal): Only accept errors of up to 0.5ulps if
13497         also at most max_valid_error.
13498         (START): Take new argument EXACT and pass it to init_max_error.
13499         (acos_test): Update call to START.
13500         (acos_test_tonearest): Likewise.
13501         (acos_test_towardzero): Likewise.
13502         (acos_test_downward): Likewise.
13503         (acos_test_upward): Likewise.
13504         (acosh_test): Likewise.
13505         (asin_test): Likewise.
13506         (asin_test_tonearest): Likewise.
13507         (asin_test_towardzero): Likewise.
13508         (asin_test_downward): Likewise.
13509         (asin_test_upward): Likewise.
13510         (asinh_test): Likewise.
13511         (atan_test): Likewise.
13512         (atanh_test): Likewise.
13513         (atan2_test): Likewise.
13514         (cabs_test): Likewise.
13515         (cacos_test): Likewise.
13516         (cacosh_test): Likewise.
13517         (carg_test): Likewise.
13518         (casin_test): Likewise.
13519         (casinh_test): Likewise.
13520         (catan_test): Likewise.
13521         (catanh_test): Likewise.
13522         (cbrt_test): Likewise.
13523         (ccos_test): Likewise.
13524         (ccosh_test): Likewise.
13525         (ceil_test): Likewise.
13526         (cexp_test): Likewise.
13527         (cimag_test): Likewise.
13528         (clog_test): Likewise.
13529         (clog10_test): Likewise.
13530         (conj_test): Likewise.
13531         (copysign_test): Likewise.
13532         (cos_test): Likewise.
13533         (cos_test_tonearest): Likewise.
13534         (cos_test_towardzero): Likewise.
13535         (cos_test_downward): Likewise.
13536         (cos_test_upward): Likewise.
13537         (cosh_test): Likewise.
13538         (cosh_test_tonearest): Likewise.
13539         (cosh_test_towardzero): Likewise.
13540         (cosh_test_downward): Likewise.
13541         (cosh_test_upward): Likewise.
13542         (cpow_test): Likewise.
13543         (cproj_test): Likewise.
13544         (creal_test): Likewise.
13545         (csin_test): Likewise.
13546         (csinh_test): Likewise.
13547         (csqrt_test): Likewise.
13548         (ctan_test): Likewise.
13549         (ctan_test_tonearest): Likewise.
13550         (ctan_test_towardzero): Likewise.
13551         (ctan_test_downward): Likewise.
13552         (ctan_test_upward): Likewise.
13553         (ctanh_test): Likewise.
13554         (ctanh_test_tonearest): Likewise.
13555         (ctanh_test_towardzero): Likewise.
13556         (ctanh_test_downward): Likewise.
13557         (ctanh_test_upward): Likewise.
13558         (erf_test): Likewise.
13559         (erfc_test): Likewise.
13560         (exp_test): Likewise.
13561         (exp_test_tonearest): Likewise.
13562         (exp_test_towardzero): Likewise.
13563         (exp_test_downward): Likewise.
13564         (exp_test_upward): Likewise.
13565         (exp10_test): Likewise.
13566         (exp10_test_tonearest): Likewise.
13567         (exp10_test_towardzero): Likewise.
13568         (exp10_test_downward): Likewise.
13569         (exp10_test_upward): Likewise.
13570         (pow10_test): Likewise.
13571         (exp2_test): Likewise.
13572         (expm1_test): Likewise.
13573         (expm1_test_tonearest): Likewise.
13574         (expm1_test_towardzero): Likewise.
13575         (expm1_test_downward): Likewise.
13576         (expm1_test_upward): Likewise.
13577         (fabs_test): Likewise.
13578         (fdim_test): Likewise.
13579         (floor_test): Likewise.
13580         (fma_test): Likewise.
13581         (fma_test_towardzero): Likewise.
13582         (fma_test_downward): Likewise.
13583         (fma_test_upward): Likewise.
13584         (fmax_test): Likewise.
13585         (fmin_test): Likewise.
13586         (fmod_test): Likewise.
13587         (fpclassify_test): Likewise.
13588         (frexp_test): Likewise.
13589         (hypot_test): Likewise.
13590         (ilogb_test): Likewise.
13591         (isfinite_test): Likewise.
13592         (finite_test): Likewise.
13593         (isgreater_test): Likewise.
13594         (isgreaterequal_test): Likewise.
13595         (isinf_test): Likewise.
13596         (isless_test): Likewise.
13597         (islessequal_test): Likewise.
13598         (islessgreater_test): Likewise.
13599         (isnan_test): Likewise.
13600         (isnormal_test): Likewise.
13601         (issignaling_test): Likewise.
13602         (isunordered_test): Likewise.
13603         (j0_test): Likewise.
13604         (j1_test): Likewise.
13605         (jn_test): Likewise.
13606         (ldexp_test): Likewise.
13607         (lgamma_test): Likewise.
13608         (gamma_test): Likewise.
13609         (lrint_test): Likewise.
13610         (lrint_test_tonearest): Likewise.
13611         (lrint_test_towardzero): Likewise.
13612         (lrint_test_downward): Likewise.
13613         (lrint_test_upward): Likewise.
13614         (llrint_test): Likewise.
13615         (llrint_test_tonearest): Likewise.
13616         (llrint_test_towardzero): Likewise.
13617         (llrint_test_downward): Likewise.
13618         (llrint_test_upward): Likewise.
13619         (log_test): Likewise.
13620         (log10_test): Likewise.
13621         (log1p_test): Likewise.
13622         (log2_test): Likewise.
13623         (logb_test): Likewise.
13624         (logb_test_downward): Likewise.
13625         (lround_test): Likewise.
13626         (llround_test): Likewise.
13627         (modf_test): Likewise.
13628         (nearbyint_test): Likewise.
13629         (nextafter_test): Likewise.
13630         (nexttoward_test): Likewise.
13631         (pow_test): Likewise.
13632         (pow_test_tonearest): Likewise.
13633         (pow_test_towardzero): Likewise.
13634         (pow_test_downward): Likewise.
13635         (pow_test_upward): Likewise.
13636         (remainder_test): Likewise.
13637         (drem_test): Likewise.
13638         (remainder_test_tonearest): Likewise.
13639         (drem_test_tonearest): Likewise.
13640         (remainder_test_towardzero): Likewise.
13641         (drem_test_towardzero): Likewise.
13642         (remainder_test_downward): Likewise.
13643         (drem_test_downward): Likewise.
13644         (remainder_test_upward): Likewise.
13645         (drem_test_upward): Likewise.
13646         (remquo_test): Likewise.
13647         (rint_test): Likewise.
13648         (rint_test_tonearest): Likewise.
13649         (rint_test_towardzero): Likewise.
13650         (rint_test_downward): Likewise.
13651         (rint_test_upward): Likewise.
13652         (round_test): Likewise.
13653         (scalb_test): Likewise.
13654         (scalbn_test): Likewise.
13655         (scalbln_test): Likewise.
13656         (signbit_test): Likewise.
13657         (sin_test): Likewise.
13658         (sin_test_tonearest): Likewise.
13659         (sin_test_towardzero): Likewise.
13660         (sin_test_downward): Likewise.
13661         (sin_test_upward): Likewise.
13662         (sincos_test): Likewise.
13663         (sinh_test): Likewise.
13664         (sinh_test_tonearest): Likewise.
13665         (sinh_test_towardzero): Likewise.
13666         (sinh_test_downward): Likewise.
13667         (sinh_test_upward): Likewise.
13668         (sqrt_test): Likewise.
13669         (sqrt_test_tonearest): Likewise.
13670         (sqrt_test_towardzero): Likewise.
13671         (sqrt_test_downward): Likewise.
13672         (sqrt_test_upward): Likewise.
13673         (tan_test): Likewise.
13674         (tan_test_tonearest): Likewise.
13675         (tan_test_towardzero): Likewise.
13676         (tan_test_downward): Likewise.
13677         (tan_test_upward): Likewise.
13678         (tanh_test): Likewise.
13679         (tgamma_test): Likewise.
13680         (trunc_test): Likewise.
13681         (y0_test): Likewise.
13682         (y1_test): Likewise.
13683         (yn_test): Likewise.
13684         (significand_test): Likewise.
13685
13686         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13687         individual tests in comment.
13688         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13689         (prev_max_error): New variable.
13690         (prev_real_max_error): Likewise.
13691         (prev_imag_max_error): Likewise.
13692         (compare_ulp_data): Don't refer to test names in comment.
13693         (find_test_ulps): Remove function.
13694         (find_function_ulps): Likewise.
13695         (find_complex_function_ulps): Likewise.
13696         (init_max_error): Take function name as argument.  Look up ulps
13697         for that function.
13698         (print_ulps): Remove function.
13699         (print_max_error): Use prev_max_error instead of calling
13700         find_function_ulps.
13701         (print_complex_max_error): Use prev_real_max_error and
13702         prev_imag_max_error instead of calling find_complex_function_ulps.
13703         (check_float_internal): Take max_ulp parameter instead of calling
13704         find_test_ulps.  Don't call print_ulps.
13705         (check_float): Update call to check_float_internal.
13706         (check_complex): Update calls to check_float_internal.
13707         (START): Pass argument to init_max_error.
13708         * math/gen-libm-test.pl (%results): Don't include "kind"
13709         information.
13710         (parse_ulps): Don't handle ulps of individual tests.
13711         (print_ulps_file): Likewise.
13712         (output_ulps): Likewise.
13713         * math/README.libm-test: Update.
13714         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13715         individual tests.
13716         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13717         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13718         * sysdeps/arm/libm-test-ulps: Likewise.
13719         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13720         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13721         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13722         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13723         * sysdeps/microblaze/libm-test-ulps: Likewise.
13724         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13725         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13726         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13727         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13728         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13729         * sysdeps/sh/libm-test-ulps: Likewise.
13730         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13731         * sysdeps/tile/libm-test-ulps: Likewise.
13732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13733
13734 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13735
13736         * math/libm-test.inc (print_complex_max_error): Check separately
13737         whether real and imaginary errors are within allowed range and
13738         pass 0 to print_complex_function_ulps instead of value within
13739         allowed range.
13740
13741 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13742
13743         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13744         formatting.
13745         (get_handles_fopen): Likewise.
13746         (do_write_test): Likewise.
13747
13748         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13749
13750         * libio/fileops.c (do_ftell): Use cached offset when
13751         available.
13752         * libio/iofwide.c (do_ftell_wide): Likewise.
13753         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13754         _IO_file_attach.
13755         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13756
13757         [BZ #16532]
13758         * libio/libioP.h (get_file_offset): New function.
13759         * libio/fileops.c (get_file_offset): Likewise.
13760         (do_ftell): Likewise.
13761         (_IO_new_file_seekoff): Split out ftell logic.
13762         * libio/wfileops.c (do_ftell_wide): Likewise.
13763         (_IO_wfile_seekoff): Split out ftell logic.
13764         * libio/tst-ftell-active-handler.c: New test case.
13765         * libio/Makefile (tests): Add it.
13766
13767 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13768
13769         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13770         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13771
13772 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13773
13774         [BZ #16639]
13775         * nscd/connections.c (nscd_init): Call do_exit.
13776         (start_threads): Call do_exit and notify_parent.
13777         (begin_drop_privileges): Call do_exit.
13778         (finish_drop_privileges): Likewise.
13779         * nscd/selinux.c (preserve_capabilities): Likewise.
13780         (install_real_capabilities): Likewise.
13781         (nscd_selinux_enabled): Likewise.
13782         (avc_create_thread): Likewise.
13783         (avc_alloc_lock): Likewise.
13784         (nscd_avc_init): Likewise.
13785         * nscd/nscd.c (parent_fd): New static variable.
13786         (main): Create a pipe between parent and child processes.
13787         Skip closing parent_fd.
13788         (monitor_child): New function.
13789         (do_exit): Likewise.
13790         (notify_parent): Likewise.
13791         * nscd/nscd.h (notify_parent): Likewise.
13792         (do_exit): Likewise.
13793
13794 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13795
13796         * malloc/malloc.c (__libc_calloc): Revert last change.
13797
13798 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13799
13800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13801
13802 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13803
13804         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13805         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13806         implementation.
13807         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13808         (__libc_ifunc_impl_list): Likewise.
13809         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13810         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13811         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13812         * string/strrchr.c: Define STRRCHR.
13813
13814 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13815
13816         * benchtest/bench-strtok.c (simple_strtok): Delete.
13817         (strtok_string): Use as benchmark.
13818         * string/strtok (STRTOK): New macro.
13819
13820 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13821
13822         * manual/threads.texi: Add header and standard comments to all
13823         functions.
13824
13825         * elf/dl-lookup.c (check_match): New function.
13826         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13827         (do_lookup_x): Remove nested function check_match. Use non-nested
13828         function check_match.
13829
13830 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13831
13832         * csu/Makefile (generated, before-compile): Use += rather than =.
13833         * catgets/Makefile (generated, generated-dirs): Likewise.
13834         * debug/Makefile (generated): Likewise.
13835         * dlfcn/Makefile (generated): Likewise.
13836         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13837         * iconvdata/Makefile (before-compile, generated): Likewise.
13838         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13839         * libio/Makefile (generated): Likewise.
13840         * malloc/Makefile (generated): Likewise.
13841         * manual/Makefile (generated, generated-dirs): Likewise.
13842         * misc/Makefile (generated): Likewise.
13843         * posix/Makefile (generated): Likewise.
13844         * resolv/Makefile (generated): Likewise.
13845         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13846         * timezone/Makefile (generated, generated-dirs): Likewise.
13847
13848         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13849
13850 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13851
13852         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13853         power8 implementation.
13854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13855         file: POWER8 llround ifunc implementation.
13856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13857         (__lllround): Add POWER8 implementation.
13858         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13859         POWER8 llround implementation.
13860
13861         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13862         power8 implementation.
13863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13864         file: POWER8 llrint ifunc implementation.
13865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13866         Add POWER8 implementation.
13867         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13868         POWER8 llrint implementation.
13869
13870         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13871         power8 implementation.
13872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13873         file: POWER8 finite ifunc implementation.
13874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13875         Add POWER8 implementation.
13876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13877         Likewise.
13878         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13879         POWER8 finite implementation.
13880         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13881
13882         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13883         power8 implementation.
13884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13885         file: POWER8 isinf ifunc implementation.
13886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13887         POWER8 implementation.
13888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13889         Likewise.
13890         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13891         isinf implementation.
13892         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13893
13894         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13895         (INIT_ARCH): Add hwcap2 initialization.
13896         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13897         power8 implementation.
13898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13899         file: POWER8 isnan ifunc implementation.
13900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13901         POWER8 implementation.
13902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13903         Likewise.
13904         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13905         isnan implementation.
13906         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13907
13908 2014-02-27  Joey Ye  <joey.ye@arm.com>
13909
13910         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13911         (_FP_NANFRAC_Q): Set to zero.
13912
13913 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13914
13915         [BZ #16623]
13916         * math/auto-libm-test-in: New test inputs.
13917         * math/auto-libm-test-out: Regenerate.
13918         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13919         and DA.
13920         (__cos): Likewise.
13921         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13922
13923 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13924
13925         * scripts/evaluate-test.sh: Take new argument indicating whether
13926         failure is expected.
13927         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13928         indicating whether failure is expected.
13929         * conform/Makefile (test-xfail-run-conformtest): New variable.
13930         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13931         level.
13932         * posix/Makefile (test-xfail-annexc): New variable.
13933         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13934
13935 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13936
13937         * argp/Makefile: Include Makeconfig immediately after defining
13938         subdir.
13939         * assert/Makefile: Likewise.
13940         * benchtests/Makefile: Likewise.
13941         * catgets/Makefile: Likewise.
13942         * conform/Makefile: Likewise.
13943         * crypt/Makefile: Likewise.
13944         * csu/Makefile: Likewise.
13945         (all): Remove target.
13946         * ctype/Makefile: Include Makeconfig immediately after defining
13947         subdir.
13948         * debug/Makefile: Likewise.
13949         * dirent/Makefile: Likewise.
13950         * dlfcn/Makefile: Likewise.
13951         * gmon/Makefile: Likewise.
13952         * gnulib/Makefile: Likewise.
13953         * grp/Makefile: Likewise.
13954         * gshadow/Makefile: Likewise.
13955         * hesiod/Makefile: Likewise.
13956         * hurd/Makefile: Likewise.
13957         (all): Remove target.
13958         * iconvdata/Makefile: Include Makeconfig immediately after
13959         defining subdir.
13960         * inet/Makefile: Likewise.
13961         * intl/Makefile: Likewise.
13962         * io/Makefile: Likewise.
13963         * libio/Makefile: Likewise.
13964         (all): Remove target.
13965         * locale/Makefile: Include Makeconfig immediately after defining
13966         subdir.
13967         * login/Makefile: Likewise.
13968         * mach/Makefile: Likewise.
13969         (all): Remove target.
13970         * malloc/Makefile: Include Makeconfig immediately after defining
13971         subdir.
13972         (all): Remove target.
13973         * manual/Makefile: Include Makeconfig immediately after defining
13974         subdir.
13975         * math/Makefile: Likewise.
13976         * misc/Makefile: Likewise.
13977         * nis/Makefile: Likewise.
13978         * nss/Makefile: Likewise.
13979         * po/Makefile: Likewise.
13980         (all): Remove target.
13981         * posix/Makefile: Include Makeconfig immediately after defining
13982         subdir.
13983         * pwd/Makefile: Likewise.
13984         * resolv/Makefile: Likewise.
13985         * resource/Makefile: Likewise.
13986         * rt/Makefile: Likewise.
13987         * setjmp/Makefile: Likewise.
13988         * shadow/Makefile: Likewise.
13989         * signal/Makefile: Likewise.
13990         * socket/Makefile: Likewise.
13991         * soft-fp/Makefile: Likewise.
13992         * stdio-common/Makefile: Likewise.
13993         * stdlib/Makefile: Likewise.
13994         * streams/Makefile: Likewise.
13995         * string/Makefile: Likewise.
13996         * sunrpc/Makefile: Likewise.
13997         (all): Remove target.
13998         * sysvipc/Makefile: Include Makeconfig immediately after defining
13999         subdir.
14000         * termios/Makefile: Likewise.
14001         * time/Makefile: Likewise.
14002         * timezone/Makefile: Likewise.
14003         (all): Remove target.
14004         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14005         subdir.
14006         * wctype/Makefile: Likewise.
14007
14008 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14009
14010         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14011         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14012         (libc_feholdexcept_setround_mips): Ditto.
14013         (libc_feholdsetround): New.
14014         (libc_feholdsetroundf): New.
14015         (libc_feholdsetroundl): New.
14016         (libc_feupdateenv_test_mips): New.
14017         (libc_feupdateenv_test): New.
14018         (libc_feupdateenv_testf): New.
14019         (libc_feupdateenv_testl): New.
14020         (libc_feresetround): New.
14021         (libc_feresetroundf): New.
14022         (libc_feresetroundl): New.
14023         (libc_fetestexcept_mips): New.
14024         (libc_fetestexcept): New.
14025         (libc_fetestexceptf): New.
14026         (libc_fetestexceptl): New.
14027         (HAVE_RM_CTX): New.
14028         (libc_feholdexcept_setround_mips_ctx): New.
14029         (libc_feholdexcept_setround_ctx): New.
14030         (libc_feholdexcept_setroundf_ctx): New.
14031         (libc_feholdexcept_setroundl_ctx): New.
14032         (libc_fesetenv_mips_ctx): New.
14033         (libc_fesetenv_ctx): New.
14034         (libc_fesetenv_ctxf): New.
14035         (libc_fesetenv_ctxl): New.
14036         (libc_feupdateenv_mips_ctx): New.
14037         (libc_feupdateenv_ctx): New.
14038         (libc_feupdateenvf_ctx): New.
14039         (libc_feupdateenvl_ctx): New.
14040         (libc_feholdsetround_mips_ctx): New.
14041         (libc_feholdsetround_ctx): New.
14042         (libc_feholdsetroundf_ctx): New.
14043         (libc_feholdsetroundl_ctx): New.
14044         (libc_feresetround_mips_ctx): New.
14045         (libc_feresetround_ctx): New.
14046         (libc_feresetroundf_ctx): New.
14047         (libc_feresetroundl_ctx): New.
14048
14049 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14050
14051         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14052
14053         * manual/ipc.texi: New file.
14054         * manual/Makefile (chapters): Add ipc.
14055         * manual/job.texi: Add "Inter-Process Communication" to next.
14056         * manual/process.texi: Add "Inter-Process Communication" to prev.
14057
14058 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14059
14060         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14061
14062 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14063
14064         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14065
14066         * manual/arith.texi: Fix spaces after sentences.
14067         * manual/charset.texi: Likewise.
14068         * manual/errno.texi: Likewise.
14069         * manual/install.texi: Likewise.
14070         * manual/llio.texi: Likewise.
14071         * manual/locale.texi: Likewise.
14072         * manual/maint.texi: Likewise.
14073         * manual/math.texi: Likewise.
14074         * manual/memory.texi: Likewise.
14075         * manual/message.texi: Likewise.
14076         * manual/probes.texi: Likewise.
14077         * manual/resource.texi: Likewise.
14078         * manual/signal.texi: Likewise.
14079         * manual/socket.texi: Likewise.
14080         * manual/stdio.texi: Likewise.
14081         * manual/string.texi: Likewise.
14082         * manual/time.texi: Likewise.
14083         * manual/users.texi: Likewise.
14084
14085 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14086
14087         [BZ #16632]
14088         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14089         _DEFAULT_SOURCE is defined.
14090
14091 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14092             Carlos O'Donell  <carlos@redhat.com>
14093
14094         [BZ #16613]
14095         * elf/dl-tls.c (_dl_count_modids): New function.
14096         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14097         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14098         audit library and increment generation counter.
14099         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14100         * elf/tst-audit9.c: New file.
14101         * elf/tst-auditmod9a.c: New file.
14102         * elf/tst-auditmod9b.c: New file.
14103         * elf/Makefile: Add rules to build and run tst-audit9.
14104
14105 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14106
14107         [BZ #15347]
14108         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14109
14110 2014-02-25  Will Newton  <will.newton@linaro.org>
14111
14112         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14113         (__longjmp): Restore sp and lr before restoring callee
14114         saved registers.  Add longjmp and longjmp_target
14115         SystemTap probe point.
14116         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14117         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14118         Define to zero to match jmpbuf layout.
14119         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14120         (__sigsetjmp): Save sp and lr before saving callee
14121         saved registers.  Add setjmp SystemTap probe point.
14122
14123 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14124
14125         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14126
14127 2014-02-24  Andreas Schwab  <schwab@suse.de>
14128
14129         [BZ #15804]
14130         * elf/pldd.c (wait_for_ptrace_stop): New function.
14131         (main): Call it after attaching.
14132
14133 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14134
14135         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14136         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14137         Versions files is now verboten.
14138         * hurd/Versions (libc: GLIBC_2.0):
14139         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14140         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14141         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14142         * mach/Versions: Likewise.
14143
14144         * csu/Versions: Remove unused %include.
14145         * resolv/Versions: Likewise.
14146
14147 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14148
14149         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14150         ($(objpfx)check-local-headers.out): Likewise.
14151         ($(objpfx)begin-end-check.out): Likewise.
14152         * Makerules (check-abi-%.out): Likewise.
14153         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14154         ($(objpfx)test2.cat): Likewise.
14155         ($(objpfx)de/libc.cat): Likewise.
14156         ($(objpfx)test-gencat.out): Likewise.
14157         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14158         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14159         ($(objpfx)noload-mem): Likewise.
14160         ($(objpfx)tst-pathopt.out): Likewise.
14161         ($(objpfx)tst-rtld-load-self.out): Likewise.
14162         ($(objpfx)tst-array1-cmp.out): Likewise.
14163         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14164         ($(objpfx)tst-array2-cmp.out): Likewise.
14165         ($(objpfx)tst-array3-cmp.out): Likewise.
14166         ($(objpfx)tst-array4-cmp.out): Likewise.
14167         ($(objpfx)tst-array5-cmp.out): Likewise.
14168         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14169         ($(objpfx)check-textrel.out): Likewise.
14170         ($(objpfx)check-execstack.out): Likewise.
14171         ($(objpfx)check-localplt.out): Likewise.
14172         ($(objpfx)order2-cmp.out): Likewise.
14173         ($(objpfx)tst-leaks1-mem): Likewise.
14174         ($(objpfx)tst-leaks1-static-mem): Likewise.
14175         ($(objpfx)tst-initorder-cmp.out): Likewise.
14176         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14177         ($(objpfx)tst-unused-dep.out): Likewise.
14178         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14179         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14180         * iconv/Makefile (test-iconvconfig): Likewise.
14181         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14182         ($(objpfx)iconv-test.out): Likewise.
14183         ($(objpfx)tst-tables.out): Likewise.
14184         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14185         ($(objpfx)tst-gettext.out): Likewise.
14186         ($(objpfx)tst-translit.out): Likewise.
14187         ($(objpfx)tst-gettext2.out): Likewise.
14188         ($(objpfx)tst-gettext4.out): Likewise.
14189         ($(objpfx)tst-gettext6.out): Likewise.
14190         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14191         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14192         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14193         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14194         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14195         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14196         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14197         ($(objpfx)wordexp-tst.out): Likewise.
14198         ($(objpfx)annexc.out): Likewise.
14199         ($(objpfx)tst-fnmatch-mem): Likewise.
14200         ($(objpfx)bug-regex2-mem): Likewise.
14201         ($(objpfx)bug-regex14-mem): Likewise.
14202         ($(objpfx)bug-regex21-mem): Likewise.
14203         ($(objpfx)bug-regex31-mem): Likewise.
14204         ($(objpfx)tst-vfork3-mem): Likewise.
14205         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14206         ($(objpfx)tst-pcre-mem): Likewise.
14207         ($(objpfx)tst-boost-mem): Likewise.
14208         ($(objpfx)tst-getconf.out): Likewise.
14209         ($(objpfx)bug-ga2-mem): Likewise.
14210         ($(objpfx)bug-glob2-mem): Likewise.
14211         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14212         ($(objpfx)mtrace-tst-leaks2): Likewise.
14213         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14214         ($(objpfx)tst-printf.out): Likewise.
14215         ($(objpfx)tst-setvbuf1.out): Likewise.
14216         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14217         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14218         ($(objpfx)tst-fmtmsg.out): Likewise.
14219         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14220         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14221
14222         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14223         * bits/sigaction.h [__USE_MISC]: Likewise.
14224         * bits/waitstatus.h: Update #endif comments.
14225         * ctype/ctype.h: Likewise.
14226         * dirent/dirent.h: Likewise.
14227         [__USE_MISC]: Remove redundant conditionals.
14228         * grp/grp.h: Update #endif comments.
14229         [__USE_GNU]: Remove redundant conditionals.
14230         [__USE_MISC]: Likewise.
14231         * inet/netinet/in.h [__USE_GNU]: Likewise.
14232         * io/sys/stat.h [__USE_MISC]: Likewise.
14233         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14234         * libio/bits/stdio.h: Update #endif comments.
14235         [__USE_MISC]: Remove redundant conditionals.
14236         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14237         * libio/stdio.h: Update #endif comments.
14238         [__USE_MISC]: Remove redundant conditionals.
14239         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14240         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14241         * math/math.h: Update #else and #endif comments.
14242         [__USE_MISC]: Remove redundant conditionals.
14243         * misc/sys/uio.h: Update #endif comments.
14244         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14245         * posix/glob.h [__USE_MISC]: Likewise.
14246         * posix/sys/types.h: Update #endif comments.
14247         [__USE_MISC]: Remove redundant conditionals.
14248         * posix/sys/wait.h: Update #endif comments.
14249         [__USE_MISC]: Remove redundant conditionals.
14250         * posix/unistd.h: Update #endif comments.
14251         [__USE_MISC]: Remove redundant conditionals.
14252         * pwd/pwd.h [__USE_GNU]: Likewise.
14253         [__USE_MISC]: Likewise.
14254         * resolv/netdb.h [__USE_GNU]: Likewise.
14255         * signal/signal.h: Update #endif comments.
14256         [__USE_MISC]: Remove redundant conditionals.
14257         * stdlib/stdlib.h: Update #else and #endif comments.
14258         [__USE_MISC]: Remove redundant conditionals.
14259         [__USE_GNU]: Likewise.
14260         * string/bits/string2.h [__USE_MISC]: Likewise.
14261         * string/string.h: Update #endif comments.
14262         [__USE_MISC]: Remove redundant conditionals.
14263         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14264         Likewise.
14265         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14266         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14267         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14268         Likewise.
14269         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14270         Likewise.
14271         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14272         comments.
14273         [__USE_MISC]: Remove redundant conditionals.
14274         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14275         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14276         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14277         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14278         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14279         Likewise.
14280         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14281         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14282         Likewise.
14283         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14284         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14285         Likewise.
14286         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14287         Likewise.
14288         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14289         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14290         Likewise.
14291         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14292         Likewise.
14293         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14294         * sysdeps/x86/bits/string.h: Update #endif comments.
14295         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14296         conditionals.
14297         * time/sys/time.h: Update #endif comments.
14298         * time/time.h: Likewise.
14299         [__USE_MISC]: Remove redundant conditionals.
14300
14301 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14302
14303         [BZ #16600]
14304         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14305
14306 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14307
14308         * Versions.def (librt): Add GLIBC_2.17.
14309
14310 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14311
14312         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14313         synonym for _SYS_AUXV_H to allow direct inclusion.
14314         * sysdeps/sparc/bits/hwcap.h: Likewise.
14315         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14316         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14317         * sysdeps/sparc/sysdep.h: Likewise.
14318
14319 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14320
14321         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14322
14323 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14324
14325         * benchtests/bench-strrchr.c: Print length instead of position.
14326
14327 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14328
14329         [BZ #16611]
14330         * sysdeps/unix/sysv/linux/kernel-features.h
14331         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14332         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14333         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14334         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14335         Likewise.
14336         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14337         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14338         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14339         (__ASSUME_SENDMMSG): Define instead of using previous
14340         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14341         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14342         (__ASSUME_SENDMMSG_SYSCALL): Define.
14343         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14344         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14345         Likewise.
14346         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14347         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14348         Likewise.
14349         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14350         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14351         Likewise.
14352         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14353         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14354         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14355         [__ASSUME_SENDMMSG]: Change conditionals to
14356         [__ASSUME_SENDMMSG_SOCKETCALL].
14357         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14358         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14359         Define.
14360         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14361         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14362         Likewise.
14363         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14364         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14365         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14366         [!__ASSUME_SENDMMSG]: Change conditional to
14367         [!__ASSUME_SENDMMSG_SOCKETCALL].
14368         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14369         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14370         Define.
14371
14372         [BZ #16610]
14373         * sysdeps/unix/sysv/linux/kernel-features.h
14374         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14375         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14376         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14377         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14378         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14379         [__i386__ || __sparc__]
14380         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14381         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14382         (__ASSUME_RECVMMSG): Define instead of using previous
14383         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14384         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14385         (__ASSUME_RECVMMSG_SYSCALL): Define.
14386         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14387         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14388         Likewise.
14389         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14390         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14391         Likewise.
14392         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14393         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14394         Likewise.
14395         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14396         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14397         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14398         [__ASSUME_RECVMMSG]: Change condition to
14399         [__ASSUME_RECVMMSG_SOCKETCALL].
14400         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14401         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14402         Define.
14403         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14404         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14405         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14406         Likewise.
14407         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14408         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14409         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14410         [!__ASSUME_RECVMMSG]: Change condition to
14411         [!__ASSUME_RECVMMSG_SOCKETCALL].
14412         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14413         (__ASSUME_RECVMMSG_SYSCALL): Define.
14414
14415         [BZ #16609]
14416         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14417         __powerpc__ || __s390__ || __sh__ || __sparc__]
14418         (__ASSUME_SOCKETCALL): Define.
14419         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14420         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14421         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14422         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14423         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14424         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14425         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14426         (__ASSUME_ACCEPT4): Define instead of using previous
14427         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14428         __powerpc__ || __sparc__ || __s390__)] condition.
14429         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14430         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14431         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14432         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14433         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14434         [!__ASSUME_ACCEPT4]: Change condition to
14435         [!__ASSUME_ACCEPT4_SOCKETCALL].
14436         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14437         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14438         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14439         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14440         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14441         __ASSUME_ACCEPT4_SYSCALL.
14442         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14443         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14444         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14445         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14446         __ASSUME_ACCEPT4_SYSCALL.
14447         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14448         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14449         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14450         [__ASSUME_ACCEPT4]: Change condition to
14451         [__ASSUME_ACCEPT4_SOCKETCALL].
14452         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14453         (__ASSUME_SOCKETCALL): Define.
14454         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14455         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14456         (__ASSUME_SOCKETCALL): Define.
14457         (__ASSUME_ACCEPT4): Remove.
14458         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14459         Define.
14460         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14461         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14462         Likewise.
14463         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14464         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14465
14466         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14467         macro.
14468         (HWCAP_ARM_LPAE): Likewise.
14469         (HWCAP_ARM_EVTSTRM): Likewise.
14470         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14471         Add vpfd32, lpae and evtstrm.
14472         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14473         Increase to 22.
14474
14475 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14476
14477         * math/auto-libm-test-in: Add tests of clog10.
14478         * math/auto-libm-test-out: Regenerated.
14479         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14480         * sysdeps/i386/fpu/libm-test-ulps: Update.
14481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14482
14483 2014-02-18  Andreas Schwab  <schwab@suse.de>
14484
14485         [BZ #16574]
14486         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14487         Store non-zero if the second buffer was newly allocated.
14488         (send_dg): Likewise.
14489         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14490         to send_vc and send_dg.
14491         (res_nsend): Pass NULL for ansp2_malloced.
14492         * resolv/res_query.c (__libc_res_nquery): Add parameter
14493         answerp2_malloced and pass it down to __libc_res_nsend.
14494         (res_nquery): Pass additional NULL to __libc_res_nquery.
14495         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14496         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14497         second answer buffer if answerp2_malloced was set.
14498         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14499         (__libc_res_nquerydomain): Add parameter
14500         answerp2_malloced and pass it down to __libc_res_nquery.
14501         (res_nquerydomain): Pass additional NULL to
14502         __libc_res_nquerydomain.
14503         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14504         additional NULL to __libc_res_nsend and __libc_res_nquery.
14505         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14506         additional NULL to __libc_res_nsearch.
14507         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14508         parameter of __libc_res_nsearch to check for separately allocated
14509         second buffer.
14510         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14511         __libc_res_nquery.
14512         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14513         additional NULL to __libc_res_nquery.
14514         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14515         __libc_res_nsearch.
14516         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14517         * include/resolv.h: Update prototypes of __libc_res_nquery,
14518         __libc_res_nsearch, __libc_res_nsend.
14519
14520 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14521
14522         * math/auto-libm-test-in: Add tests of fma.
14523         * math/auto-libm-test-out: Regenerated.
14524         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14525         (fma_towardzero_test_data): Likewise.
14526         (fma_downward_test_data): Likewise.
14527         (fma_upward_test_data): Likewise.
14528         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14529         mpc_mode.
14530         (rounding_modes): Add values for new field.
14531         (func_calc_method): Add value mpfr_fff_f.
14532         (func_calc_desc): Add mpfr_fff_f union field.
14533         (test_function): Add field exact_args.
14534         (FUNC): Add macro argument EXACT_ARGS.
14535         (FUNC_mpfr_f_f): Update call to FUNC.
14536         (FUNC_mpfr_f_f): Likewise.
14537         (FUNC_mpfr_ff_f): Likewise.
14538         (FUNC_mpfr_if_f): Likewise.
14539         (FUNC_mpc_c_f): Likewise.
14540         (FUNC_mpc_c_c): Likewise.
14541         (test_functions): Add fma.  Update calls to FUNC.
14542         (handle_input_arg): Add argument exact_args.
14543         (add_test): Update call to handle_input_arg.
14544         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14545         (output_for_one_input_case): Update call to calc_generic_results.
14546         Recalculate exact zero results in each rounding mode.
14547
14548         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14549         non-negative before setting low bit.
14550         * math/auto-libm-test-in: Mark one asin test possibly having
14551         spurious underflow.
14552         * math/auto-libm-test-out: Regenerated.
14553         * sysdeps/i386/fpu/libm-test-ulps: Update.
14554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14555
14556 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14557
14558         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14559         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14560         ports/sysdeps/unix/sysv/linux/microblaze.
14561         * README: Add missing listing for microblaze*-*-linux-gnu.
14562
14563 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14564
14565         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14566         duplicate code
14567
14568 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14569
14570         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14571         * sysdeps/unix/sysv/linux/ia64: Move directory from
14572         ports/sysdeps/unix/sysv/linux/ia64.
14573         * README: Update listing for ia64-*-linux-gnu.
14574
14575 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14576             Joseph Myers  <joseph@codesourcery.com>
14577
14578         * Makeconfig (test-name): New variable.
14579         (evaluate-test): Likewise.
14580         * Makerules (do-test-clean): Remove .test-result files.
14581         (common-mostlyclean): Likewise.
14582         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14583         * scripts/evaluate-test.sh: New file.
14584
14585 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14586
14587         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14588         separate $(objpfx)tst-fopenloc-cmp.out and
14589         $(objpfx)tst-fopenloc-mem.out targets.
14590         (tests): Update dependencies.
14591         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14592         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14593         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14594         (tst-rxspencer-no-utf8-ARGS): New variable.
14595         (tst-rxspencer-no-utf8-ENV): Likewise.
14596         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14597         instead of $(objpfx)tst-rxspencer-mem.
14598         ($(objpfx)tst-rxspencer-mem): Change target to
14599         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14600         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14601         * posix/tst-rxspencer-no-utf8.c: New file.
14602
14603         * elf/Makefile ($(objpfx)order.out): Remove rule.
14604         [$(run-built-tests) = yes] (tests): Depend on
14605         $(objpfx)order-cmp.out.
14606         ($(objpfx)order-cmp.out): New rule.
14607         [$(run-built-tests) = yes] (tests): Depend on
14608         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14609         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14610         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14611         $(objpfx)tst-array5-static-cmp.out.
14612         ($(objpfx)tst-array1.out): Remove rule.
14613         ($(objpfx)tst-array1-cmp.out): New rule.
14614         ($(objpfx)tst-array1-static.out): Remove rule.
14615         ($(objpfx)tst-array1-static-cmp.out): New rule.
14616         ($(objpfx)tst-array2.out): Remove rule.
14617         ($(objpfx)tst-array2-cmp.out): New rule.
14618         ($(objpfx)tst-array3.out): Remove rule.
14619         ($(objpfx)tst-array3-cmp.out): New rule.
14620         ($(objpfx)tst-array4.out): Remove rule.
14621         ($(objpfx)tst-array4-cmp.out): New rule.
14622         ($(objpfx)tst-array5.out): Remove rule.
14623         ($(objpfx)tst-array5-cmp.out): New rule.
14624         ($(objpfx)tst-array5-static.out): Remove rule.
14625         ($(objpfx)tst-array5-static-cmp.out): New rule.
14626         [$(run-built-tests) = yes] (tests): Depend on
14627         $(objpfx)order2-cmp.out.
14628         ($(objpfx)order2.out): Remove rule.
14629         ($(objpfx)order2-cmp.out): New rule.
14630         ($(objpfx)tst-initorder.out): Remove rule.
14631         [$(run-built-tests) = yes] (tests): Depend on
14632         $(objpfx)tst-initorder-cmp.out.
14633         ($(objpfx)tst-initorder-cmp.out): New rule.
14634         ($(objpfx)tst-initorder2.out): Remove rule.
14635         [$(run-built-tests) = yes] (tests): Depend on
14636         $(objpfx)tst-initorder2-cmp.out.
14637         ($(objpfx)tst-initorder2-cmp.out): New rule.
14638         [$(run-built-tests) = yes] (tests): Depend on
14639         $(objpfx)tst-unused-dep-cmp.out.
14640         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14641         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14642         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14643         on $(objpfx)tst-setvbuf1-cmp.out.
14644         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14645         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14646         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14647         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14648         ($(objpfx)tst-svc.out): Remove rule.
14649         ($(objpfx)tst-svc-cmp.out): New rule.
14650
14651 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14652
14653         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14654         * ctype/ctype.h [__USE_MISC]: Likewise.
14655         * dirent/dirent.h [__USE_MISC]: Likewise.
14656         * grp/grp.h [__USE_MISC]: Likewise.
14657         * io/fcntl.h [__USE_MISC]: Likewise.
14658         * io/sys/stat.h [__USE_MISC]: Likewise.
14659         * libio/stdio.h [__USE_MISC]: Likewise.
14660         * posix/unistd.h [__USE_MISC]: Likewise.
14661         * pwd/pwd.h [__USE_MISC]: Likewise.
14662         * stdlib.h [__USE_MISC]: Likewise.
14663         * string/bits/string2.h [__USE_MISC]: Likewise.
14664         * string/string.h [__USE_MISC]: Likewise.
14665         * time/time.h [__USE_MISC]: Likewise.
14666
14667 2014-02-13  Andreas Schwab  <schwab@suse.de>
14668
14669         [BZ #16574]
14670         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14671         second answer buffer if it was separately allocated.
14672
14673 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14674
14675         * sysdeps/mips/math-tests.h: Include <features.h>.
14676         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14677         (ROUNDING_TESTS_long_double): Do not define.
14678         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14679         (EXCEPTION_TESTS_long_double): Likewise.
14680         * sysdeps/mips/mips64/libm-test-ulps: Update.
14681
14682         * include/features.h (__USE_BSD): Remove macro definitions.
14683         (__USE_SVID): Likewise.
14684         (_BSD_SOURCE): Likewise.
14685         (_SVID_SOURCE): Likewise.
14686         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14687         from definition of _DEFAULT_SOURCE.
14688         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14689         [_DEFAULT_SOURCE].
14690         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14691         * bits/mman.h [__USE_BSD]: Likewise.
14692         * bits/termios.h [__USE_BSD]: Likewise.
14693         * bits/waitstatus.h [__USE_BSD]: Likewise.
14694         * ctype/ctype.h [__USE_SVID]: Likewise.
14695         * dirent/dirent.h [__USE_BSD]: Likewise.
14696         * grp/grp.h [__USE_SVID]: Likewise.
14697         [__USE_BSD]: Likewise.
14698         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14699         * io/fcntl.h [__USE_BSD]: Likewise.
14700         * io/ftw.h [__USE_BSD]: Likewise.
14701         * io/sys/stat.h [__USE_BSD]: Likewise.
14702         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14703         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14704         * libio/stdio.h [__USE_SVID]: Likewise.
14705         [__USE_BSD]: Likewise.
14706         * math/math.h [__USE_SVID]: Likewise.
14707         [__USE_BSD]: Likewise.
14708         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14709         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14710         * misc/search.h [__USE_SVID]: Likewise.
14711         * misc/sys/mman.h [__USE_BSD]: Likewise.
14712         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14713         * misc/sys/uio.h [__USE_BSD]: Likewise.
14714         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14715         * posix/glob.h [__USE_BSD]: Likewise.
14716         * posix/regex.h [__USE_BSD]: Likewise.
14717         * posix/sys/types.h [__USE_BSD]: Likewise.
14718         [__USE_SVID]: Likewise.
14719         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14720         * posix/sys/wait.h [__USE_BSD]: Likewise.
14721         [__USE_SVID]: Likewise.
14722         * posix/unistd.h [__USE_BSD]: Likewise.
14723         [__USE_SVID]: Likewise.
14724         * pwd/pwd.h [__USE_SVID]: Likewise.
14725         * resolv/netdb.h [__USE_BSD]: Likewise.
14726         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14727         * signal/signal.h [__USE_BSD]: Likewise.
14728         [__USE_SVID]: Likewise.
14729         * socket/sys/socket.h [__USE_BSD]: Likewise.
14730         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14731         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14732         [__USE_SVID]: Likewise.
14733         * string/bits/string2.h [__USE_BSD]: Likewise.
14734         [__USE_SVID]: Likewise.
14735         * string/bits/string3.h [__USE_BSD]: Likewise.
14736         * string/endian.h [__USE_BSD]: Likewise.
14737         * string/string.h [__USE_SVID]: Likewise.
14738         [__USE_BSD]: Likewise.
14739         * string/strings.h [__USE_BSD]: Likewise.
14740         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14741         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14742         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14743         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14744         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14745         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14746         Likewise.
14747         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14748         Likewise.
14749         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14750         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14751         Likewise.
14752         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14753         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14754         Likewise.
14755         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14756         Likewise.
14757         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14758         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14759         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14760         Likewise.
14761         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14762         Likewise.
14763         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14764         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14765         * termios/termios.h [__USE_BSD]: Likewise.
14766         * time/sys/time.h [__USE_BSD]: Likewise.
14767         * time/time.h [__USE_BSD]: Likewise.
14768         [__USE_SVID]: Likewise.
14769
14770         * Makefile (subdir_targets): Remove subdir_lint.out.
14771
14772         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14773         (do-tst-printf): Likewise.
14774         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14775         $(objpfx)tst-printf.out.
14776
14777         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14778
14779         * Makerules (check-abi-%): Change target to
14780         $(objpfx)check-abi-%.out.
14781         (check-abi target): Update dependencies.
14782         (check-abi-pattern variable): Redirect output of diff to $@.
14783         (check-abi variable): Likewise.
14784         * elf/Makefile (check-abi): Update dependencies.
14785
14786         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14787         unused.
14788         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14789         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14790         subnormal range.
14791         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14792         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14793         value has largest subnormal exponent.
14794         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14795         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14796         * sysdeps/aarch64/soft-fp/sfp-machine.h
14797         (_FP_TININESS_AFTER_ROUNDING): New macro.
14798         * sysdeps/alpha/soft-fp/sfp-machine.h
14799         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14800         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14801         Likewise.
14802         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14803         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14804         * sysdeps/mips/soft-fp/sfp-machine.h
14805         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14806         * sysdeps/powerpc/soft-fp/sfp-machine.h
14807         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14808         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14809         Likewise.
14810         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14811         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14812         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14813         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14814         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14815         Likewise.
14816
14817 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14818
14819         [BZ #16545]
14820         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14821         model 1.
14822
14823 2014-02-12  Richard Henderson  <rth@redhat.com>
14824
14825         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14826         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14827         * sysdeps/unix/sysv/linux/alpha: Move directory from
14828         ports/sysdeps/unix/sysv/linux/alpha.
14829         * README: Update listing for alpha-*-linux-gnu.
14830
14831 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14832
14833         * include/features.h: Update comment documenting feature test
14834         macros.
14835         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14836         _DEFAULT_SOURCE.
14837         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14838         (_SVID_SOURCE): Likewise.
14839         (_DEFAULT_SOURCE): Update description of default features.
14840         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14841         with _GNU_SOURCE.
14842         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14843         (S_ISVTX): Likewise.
14844         * manual/math.texi (Mathematical Constants): Likewise.
14845         * manual/signal.texi (Interrupted Primitives): Likewise.
14846         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14847         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14848         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14849         Don't refer to _SVID_SOURCE in warning text.
14850
14851         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14852
14853         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14854         already defined.
14855         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14856         * sysdeps/mips/dl-lookup.c: Remove.
14857         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14858
14859 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14860
14861         [BZ #16447]
14862         * math/auto-libm-test-in: Add testcase for expl.
14863         * math/auto-libm-test-out: Regenerate.
14864         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14865         calculation of unsafe.
14866         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14867
14868 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14869
14870         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14871         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14872         ports/sysdeps/unix/sysv/linux/aarch64.
14873         * README: Update listing for aarch64*-*-linux-gnu.
14874
14875 2014-02-11  Will Newton  <will.newton@linaro.org>
14876
14877         * manual/probes.texi (Mathematical Function Probes): Use
14878         "triggered" instead of "hit".
14879
14880         * manual/probes.texi (Internal Probes): Add documentation
14881         of setjmp, longjmp and longjmp_target probes.
14882
14883         * include/stap-probe.h: Add comment about probe argument
14884         format.
14885
14886         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14887         definition.  (tr_where, tr_freehook, tr_mallochook,
14888         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14889
14890 2014-02-11  David S. Miller  <davem@davemloft.net>
14891
14892         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14893         processing int_tests.
14894
14895 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14896
14897         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14898         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14899         * sysdeps/unix/sysv/linux/mips: Move directory from
14900         ports/sysdeps/unix/sysv/linux/mips.
14901         * README: Update listing for mips-*-linux-gnu and
14902         mips64-*-linux-gnu.
14903
14904 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14905
14906         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14907         * sysdeps/unix/sysv/linux/m68k: Move directory from
14908         ports/sysdeps/unix/sysv/linux/m68k.
14909         * README: Update listing for m68k-*-linux-gnu.
14910
14911 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14912
14913         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14914         * sysdeps/unix/sysv/linux/generic: Move directory from
14915         ports/sysdeps/unix/sysv/linux/generic.
14916         * sysdeps/unix/sysv/linux/tile: Move directory from
14917         ports/sysdeps/unix/sysv/linux/tile.
14918         * README: Update listing for tile*-*-linux-gnu.
14919
14920 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14921
14922         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14923         __builtin_expect.
14924         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14925         * catgets/open_catalog.c (__open_catalog): Likewise.
14926         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14927         * debug/confstr_chk.c: Likewise.
14928         * debug/fread_chk.c (__fread_chk): Likewise.
14929         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14930         * debug/getgroups_chk.c: Likewise.
14931         * debug/mbsnrtowcs_chk.c: Likewise.
14932         * debug/mbsrtowcs_chk.c: Likewise.
14933         * debug/mbstowcs_chk.c: Likewise.
14934         * debug/memcpy_chk.c: Likewise.
14935         * debug/memmove_chk.c: Likewise.
14936         * debug/mempcpy_chk.c: Likewise.
14937         * debug/memset_chk.c: Likewise.
14938         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14939         * debug/strcat_chk.c (__strcat_chk): Likewise.
14940         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14941         * debug/strncat_chk.c (__strncat_chk): Likewise.
14942         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14943         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14944         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14945         * debug/wcpncpy_chk.c: Likewise.
14946         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14947         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14948         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14949         * debug/wcsncpy_chk.c: Likewise.
14950         * debug/wcsnrtombs_chk.c: Likewise.
14951         * debug/wcsrtombs_chk.c: Likewise.
14952         * debug/wcstombs_chk.c: Likewise.
14953         * debug/wmemcpy_chk.c: Likewise.
14954         * debug/wmemmove_chk.c: Likewise.
14955         * debug/wmempcpy_chk.c: Likewise.
14956         * debug/wmemset_chk.c: Likewise.
14957         * dirent/scandirat.c (SCANDIRAT): Likewise.
14958         * dlfcn/dladdr1.c (dladdr1): Likewise.
14959         * dlfcn/dladdr.c (dladdr): Likewise.
14960         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14961         * dlfcn/dlerror.c (__dlerror): Likewise.
14962         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14963         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14964         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14965         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14966         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14967         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14968         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14969         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14970         Likewise.
14971         * elf/dl-conflict.c: Likewise.
14972         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14973         * elf/dl-dst.h: Likewise.
14974         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14975         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14976         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14977         * elf/dl-init.c (call_init, _dl_init): Likewise.
14978         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14979         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14980         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14981         Likewise.
14982         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14983         Likewise.
14984         * elf/dl-minimal.c (__libc_memalign): Likewise.
14985         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14986         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14987         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14988         * elf/dl-sym.c (do_sym): Likewise.
14989         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14990         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14991         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14992         * elf/dl-writev.h (_dl_writev): Likewise.
14993         * elf/ldconfig.c (search_dir): Likewise.
14994         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14995         (dl_main): Likewise.
14996         * elf/setup-vdso.h (setup_vdso): Likewise.
14997         * grp/compat-initgroups.c (compat_call): Likewise.
14998         * grp/fgetgrent.c (fgetgrent): Likewise.
14999         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15000         * grp/putgrent.c (putgrent): Likewise.
15001         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15002         Likewise.
15003         * hurd/hurdinit.c: Likewise.
15004         * iconvdata/8bit-gap.c (struct): Likewise.
15005         * iconvdata/ansi_x3.110.c : Likewise.
15006         * iconvdata/big5.c : Likewise.
15007         * iconvdata/big5hkscs.c : Likewise.
15008         * iconvdata/cp1255.c: Likewise.
15009         * iconvdata/cp1258.c : Likewise.
15010         * iconvdata/cp932.c : Likewise.
15011         * iconvdata/euc-cn.c: Likewise.
15012         * iconvdata/euc-jisx0213.c : Likewise.
15013         * iconvdata/euc-jp.c: Likewise.
15014         * iconvdata/euc-jp-ms.c : Likewise.
15015         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15016         * iconvdata/gb18030.c : Likewise.
15017         * iconvdata/gbbig5.c (const): Likewise.
15018         * iconvdata/gbgbk.c: Likewise.
15019         * iconvdata/gbk.c : Likewise.
15020         * iconvdata/ibm1364.c : Likewise.
15021         * iconvdata/ibm930.c : Likewise.
15022         * iconvdata/ibm932.c: Likewise.
15023         * iconvdata/ibm933.c : Likewise.
15024         * iconvdata/ibm935.c : Likewise.
15025         * iconvdata/ibm937.c : Likewise.
15026         * iconvdata/ibm939.c : Likewise.
15027         * iconvdata/ibm943.c: Likewise.
15028         * iconvdata/iso_11548-1.c: Likewise.
15029         * iconvdata/iso-2022-cn.c : Likewise.
15030         * iconvdata/iso-2022-cn-ext.c : Likewise.
15031         * iconvdata/iso-2022-jp-3.c: Likewise.
15032         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15033         * iconvdata/iso-2022-kr.c : Likewise.
15034         * iconvdata/iso646.c (gconv_end): Likewise.
15035         * iconvdata/iso_6937-2.c : Likewise.
15036         * iconvdata/iso_6937.c : Likewise.
15037         * iconvdata/iso8859-1.c: Likewise.
15038         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15039         * iconvdata/shift_jisx0213.c : Likewise.
15040         * iconvdata/sjis.c : Likewise.
15041         * iconvdata/t.61.c : Likewise.
15042         * iconvdata/tcvn5712-1.c : Likewise.
15043         * iconvdata/tscii.c: Likewise.
15044         * iconvdata/uhc.c : Likewise.
15045         * iconvdata/unicode.c (gconv_end): Likewise.
15046         * iconvdata/utf-16.c (gconv_end): Likewise.
15047         * iconvdata/utf-32.c (gconv_end): Likewise.
15048         * iconvdata/utf-7.c (base64): Likewise.
15049         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15050         * iconv/gconv_close.c (__gconv_close): Likewise.
15051         * iconv/gconv_open.c (__gconv_open): Likewise.
15052         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15053         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15054         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15055         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15056         (ucs4le_internal_loop_single): Likewise.
15057         * iconv/iconv.c (iconv): Likewise.
15058         * iconv/iconv_close.c: Likewise.
15059         * iconv/loop.c (SINGLE): Likewise.
15060         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15061         * include/atomic.h: Likewise.
15062         * inet/inet6_option.c (option_alloc): Likewise.
15063         * intl/bindtextdom.c (set_binding_values): Likewise.
15064         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15065         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15066         * intl/localealias.c (read_alias_file): Likewise.
15067         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15068         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15069         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15070         * libio/fmemopen.c (fmemopen): Likewise.
15071         * libio/iofgets.c (_IO_fgets): Likewise.
15072         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15073         * libio/iofgetws.c (fgetws): Likewise.
15074         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15075         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15076         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15077         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15078         * locale/findlocale.c (_nl_find_locale): Likewise.
15079         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15080         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15081         Likewise.
15082         * locale/setlocale.c (setlocale): Likewise.
15083         * login/programs/pt_chown.c (main): Likewise.
15084         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15085         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15086         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15087         (mmap, mmap64, mremap, munmap): Likewise.
15088         * math/e_exp2l.c: Likewise.
15089         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15090         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15091         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15092         * math/s_catan.c (__catan): Likewise.
15093         * math/s_catanf.c (__catanf): Likewise.
15094         * math/s_catanh.c (__catanh): Likewise.
15095         * math/s_catanhf.c (__catanhf): Likewise.
15096         * math/s_catanhl.c (__catanhl): Likewise.
15097         * math/s_catanl.c (__catanl): Likewise.
15098         * math/s_ccosh.c (__ccosh): Likewise.
15099         * math/s_ccoshf.c (__ccoshf): Likewise.
15100         * math/s_ccoshl.c (__ccoshl): Likewise.
15101         * math/s_cexp.c (__cexp): Likewise.
15102         * math/s_cexpf.c (__cexpf): Likewise.
15103         * math/s_cexpl.c (__cexpl): Likewise.
15104         * math/s_clog10.c (__clog10): Likewise.
15105         * math/s_clog10f.c (__clog10f): Likewise.
15106         * math/s_clog10l.c (__clog10l): Likewise.
15107         * math/s_clog.c (__clog): Likewise.
15108         * math/s_clogf.c (__clogf): Likewise.
15109         * math/s_clogl.c (__clogl): Likewise.
15110         * math/s_csin.c (__csin): Likewise.
15111         * math/s_csinf.c (__csinf): Likewise.
15112         * math/s_csinh.c (__csinh): Likewise.
15113         * math/s_csinhf.c (__csinhf): Likewise.
15114         * math/s_csinhl.c (__csinhl): Likewise.
15115         * math/s_csinl.c (__csinl): Likewise.
15116         * math/s_csqrt.c (__csqrt): Likewise.
15117         * math/s_csqrtf.c (__csqrtf): Likewise.
15118         * math/s_csqrtl.c (__csqrtl): Likewise.
15119         * math/s_ctan.c (__ctan): Likewise.
15120         * math/s_ctanf.c (__ctanf): Likewise.
15121         * math/s_ctanh.c (__ctanh): Likewise.
15122         * math/s_ctanhf.c (__ctanhf): Likewise.
15123         * math/s_ctanhl.c (__ctanhl): Likewise.
15124         * math/s_ctanl.c (__ctanl): Likewise.
15125         * math/w_pow.c: Likewise.
15126         * math/w_powf.c: Likewise.
15127         * math/w_powl.c: Likewise.
15128         * math/w_scalb.c (sysv_scalb): Likewise.
15129         * math/w_scalbf.c (sysv_scalbf): Likewise.
15130         * math/w_scalbl.c (sysv_scalbl): Likewise.
15131         * misc/error.c (error_tail): Likewise.
15132         * misc/pselect.c (__pselect): Likewise.
15133         * nis/nis_callback.c (__nis_create_callback): Likewise.
15134         * nis/nis_call.c (__nisfind_server): Likewise.
15135         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15136         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15137         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15138         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15139         * nis/nis_lookup.c (nis_lookup): Likewise.
15140         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15141         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15142         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15143         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15144         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15145         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15146         * nis/nss_compat/compat-initgroups.c (add_group)
15147         (internal_getgrent_r): Likewise.
15148         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15149         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15150         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15151         (internal_getspnam_r): Likewise.
15152         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15153         (_nss_nis_getaliasbyname_r): Likewise.
15154         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15155         (_nss_nis_getntohost_r): Likewise.
15156         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15157         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15158         (_nss_nis_getgrgid_r): Likewise.
15159         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15160         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15161         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15162         (_nss_nis_gethostbyname4_r): Likewise.
15163         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15164         (initgroups_netid): Likewise.
15165         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15166         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15167         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15168         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15169         (_nss_nis_getprotobynumber_r): Likewise.
15170         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15171         (_nss_nis_getsecretkey): Likewise.
15172         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15173         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15174         (_nss_nis_getpwuid_r): Likewise.
15175         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15176         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15177         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15178         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15179         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15180         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15181         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15182         Likewise.
15183         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15184         (_nss_nisplus_getntohost_r): Likewise.
15185         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15186         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15187         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15188         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15189         Likewise.
15190         * nis/nss_nisplus/nisplus-initgroups.c
15191         (_nss_nisplus_initgroups_dyn): Likewise.
15192         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15193         (_nss_nisplus_getnetbyaddr_r): Likewise.
15194         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15195         (_nss_nisplus_getprotobynumber_r): Likewise.
15196         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15197         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15198         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15199         Likewise.
15200         * nis/nss_nisplus/nisplus-service.c
15201         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15202         (_nss_nisplus_getservbyport_r): Likewise.
15203         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15204         (_nss_nisplus_getspnam_r): Likewise.
15205         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15206         Likewise.
15207         * nscd/aicache.c (addhstaiX): Likewise.
15208         * nscd/cache.c (cache_search, prune_cache): Likewise.
15209         * nscd/connections.c (register_traced_file, send_ro_fd)
15210         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15211         (main_loop_epoll): Likewise.
15212         * nscd/grpcache.c (addgrbyX): Likewise.
15213         * nscd/hstcache.c (addhstbyX): Likewise.
15214         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15215         * nscd/mem.c (gc, mempool_alloc): Likewise.
15216         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15217         (addinnetgrX): Likewise.
15218         * nscd/nscd-client.h (__nscd_acquire_maplock)
15219         (__nscd_drop_map_ref): Likewise.
15220         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15221         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15222         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15223         Likewise.
15224         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15225         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15226         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15227         (__nscd_get_map_ref): Likewise.
15228         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15229         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15230         Likewise.
15231         * nscd/pwdcache.c (addpwbyX): Likewise.
15232         * nscd/selinux.c (preserve_capabilities): Likewise.
15233         * nscd/servicescache.c (addservbyX): Likewise.
15234         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15235         * posix/fnmatch.c (fnmatch): Likewise.
15236         * posix/getopt.c (_getopt_internal_r): Likewise.
15237         * posix/glob.c (glob, glob_in_dir): Likewise.
15238         * posix/wordexp.c (exec_comm_child): Likewise.
15239         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15240         (getanswer_r, gaih_getanswer_slice): Likewise.
15241         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15242         * resolv/res_init.c: Likewise.
15243         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15244         * resolv/res_query.c (__libc_res_nquery): Likewise.
15245         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15246         Likewise.
15247         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15248         * stdio-common/perror.c (perror): Likewise.
15249         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15250         * stdio-common/tmpnam.c (tmpnam): Likewise.
15251         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15252         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15253         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15254         Likewise.
15255         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15256         * stdlib/putenv.c (putenv): Likewise.
15257         * stdlib/setenv.c (__add_to_environ): Likewise.
15258         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15259         * stdlib/strtol_l.c (INTERNAL): Likewise.
15260         * string/memmem.c (memmem): Likewise.
15261         * string/strerror.c (strerror): Likewise.
15262         * string/strnlen.c (__strnlen): Likewise.
15263         * string/test-memmem.c (simple_memmem): Likewise.
15264         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15265         * sunrpc/pm_getport.c (__get_socket): Likewise.
15266         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15267         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15268         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15269         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15270         Likewise.
15271         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15272         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15273         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15274         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15275         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15276         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15277         Likewise.
15278         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15279         Likewise.
15280         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15281         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15282         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15283         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15284         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15285         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15286         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15287         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15288         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15289         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15290         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15291         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15292         Likewise.
15293         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15294         Likewise.
15295         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15296         Likewise.
15297         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15298         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15299         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15300         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15301         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15302         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15303         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15304         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15305         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15306         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15307         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15308         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15309         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15310         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15311         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15312         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15313         Likewise.
15314         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15315         Likewise.
15316         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15317         Likewise.
15318         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15319         Likewise.
15320         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15321         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15322         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15323         Likewise.
15324         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15325         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15326         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15327         * sysdeps/posix/sleep.c: Likewise.
15328         * sysdeps/posix/tempname.c: Likewise.
15329         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15330         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15331         Likewise.
15332         * sysdeps/powerpc/powerpc32/dl-machine.h
15333         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15334         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15335         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15336         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15337         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15338         Likewise.
15339         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15340         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15341         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15342         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15343         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15344         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15345         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15346         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15347         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15348         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15349         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15350         (elf_machine_lazy_rel): Likewise.
15351         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15352         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15353         (elf_machine_lazy_rel): Likewise.
15354         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15355         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15356         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15357         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15358         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15359         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15360         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15361         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15362         Likewise.
15363         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15364         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15365         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15366         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15367         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15368         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15369         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15370         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15371         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15372         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15373         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15374         Likewise.
15375         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15376         (__posix_fallocate64_l64): Likewise.
15377         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15378         (posix_fallocate): Likewise.
15379         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15380         Likewise.
15381         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15382         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15383         (getifaddrs_internal): Likewise.
15384         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15385         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15386         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15387         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15388         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15389         (__posix_fallocate64_l64): Likewise.
15390         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15391         Likewise.
15392         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15393         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15394         (__get_clockfreq): Likewise.
15395         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15396         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15397         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15398         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15399         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15400         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15401         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15402         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15403         Likewise.
15404         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15405         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15406         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15407         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15408         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15409         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15410         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15411         Likewise.
15412         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15413         (posix_fallocate): Likewise.
15414         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15415         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15416         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15417         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15418         (elf_machine_rela, elf_machine_rela_relative)
15419         (elf_machine_lazy_rel): Likewise.
15420         * time/asctime.c (asctime_internal): Likewise.
15421         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15422         * time/tzset.c (__tzset_parse_tz): Likewise.
15423         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15424         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15425         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15426         * wcsmbs/wcsmbsload.h: Likewise.
15427
15428         [BZ #15894]
15429         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15430
15431         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15432         (arena_get2): Remove THREAD_STATS conditionals.
15433         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15434         (__malloc_stats, int): Likewise.
15435
15436 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15437
15438         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15439         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15440
15441         * manual/setjmp.texi: Fix typos/grammar errors.
15442
15443         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15444         Only return early when n is <= 0.  Delete unused return statement.
15445
15446         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15447         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15448         * debug/tst-longjmp_chk3.c: New file.
15449
15450         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15451         (test_main): Replace code with set_fortify_handler call.
15452         * debug/test-strcpy_chk.c: Likewise.
15453         * debug/tst-chk1.c: Likewise.
15454         * debug/tst-longjmp_chk.c: Likewise.
15455         * test-skeleton.c: Include fcntl.h & paths.h
15456         (set_fortify_handler): Define.
15457
15458         * debug/tst-longjmp_chk.c: Add header comment and include
15459         ../test-skeleton.c.
15460         (do_test): Mark static.
15461         (TEST_FUNCTION): Define.
15462
15463         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15464         (IP_PMTUDISC_INTERFACE): Likewise.
15465         (IP_MULTICAST_IF): Likewise.
15466         (IP_MULTICAST_TTL): Likewise.
15467         (IP_MULTICAST_LOOP): Likewise.
15468         (IP_ADD_MEMBERSHIP): Likewise.
15469         (IP_DROP_MEMBERSHIP): Likewise.
15470         (IP_UNBLOCK_SOURCE): Likewise.
15471         (IP_BLOCK_SOURCE): Likewise.
15472         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15473         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15474         (IP_MSFILTER): Likewise.
15475         (MCAST_JOIN_GROUP): Likewise.
15476         (MCAST_BLOCK_SOURCE): Likewise.
15477         (MCAST_UNBLOCK_SOURCE): Likewise.
15478         (MCAST_LEAVE_GROUP): Likewise.
15479         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15480         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15481         (MCAST_MSFILTER): Likewise.
15482         (IP_MULTICAST_ALL): Likewise.
15483         (IP_UNICAST_IF): Likewise.
15484
15485         * timezone/Makefile: Delete $(have-ksh) check.
15486         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15487         * timezone/tzselect.ksh: Add +x mode bits.
15488
15489         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15490         (ANON_INODE_FS_MAGIC): Likewise.
15491         (BDEVFS_MAGIC): Likewise.
15492         (BINFMTFS_MAGIC): Likewise.
15493         (BTRFS_TEST_MAGIC): Likewise.
15494         (CRAMFS_MAGIC_WEND): Likewise.
15495         (DEBUGFS_MAGIC): Likewise.
15496         (ECRYPTFS_SUPER_MAGIC): Likewise.
15497         (EXT3_SUPER_MAGIC): Likewise.
15498         (EXT4_SUPER_MAGIC): Likewise.
15499         (FUTEXFS_SUPER_MAGIC): Likewise.
15500         (HOSTFS_SUPER_MAGIC): Likewise.
15501         (HUGETLBFS_MAGIC): Likewise.
15502         (MINIX3_SUPER_MAGIC): Likewise.
15503         (MTD_INODE_FS_MAGIC): Likewise.
15504         (NILFS_SUPER_MAGIC): Likewise.
15505         (OPENPROM_SUPER_MAGIC): Likewise.
15506         (PIPEFS_MAGIC): Likewise.
15507         (PSTOREFS_MAGIC): Likewise.
15508         (QNX6_SUPER_MAGIC): Likewise.
15509         (RAMFS_MAGIC): Likewise.
15510         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15511         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15512         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15513         (SECURITYFS_MAGIC): Likewise.
15514         (SELINUX_MAGIC): Likewise.
15515         (SMACK_MAGIC): Likewise.
15516         (SOCKFS_MAGIC): Likewise.
15517         (SQUASHFS_MAGIC): Likewise.
15518         (STACK_END_MAGIC): Likewise.
15519         (TMPFS_MAGIC): Likewise.
15520         (USBDEVICE_SUPER_MAGIC): Likewise.
15521         (V9FS_MAGIC): Likewise.
15522         (XENFS_SUPER_MAGIC): Likewise.
15523         (CRAMFS_MAGIC): Fix typo in comment.
15524         (EXT2_SUPER_MAGIC): Update comment.
15525         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15526
15527 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15528
15529         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15530         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15531         * sysdeps/unix/sysv/linux/arm: Move directory from
15532         ports/sysdeps/unix/sysv/linux/arm.
15533         * README: Update listing for arm-*-linux-gnueabi.
15534
15535         * README: Remove mention of am33.
15536
15537 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15538
15539         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15540         than the comma operator, to avoid "rhs of comma has no effect"
15541         compiler warnings.
15542         (__sigfillset, __sigandset, __sigorset): Likewise.
15543         * include/signal.h (__sigemptyset): Likewise.
15544         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15545
15546 2014-02-07  Allan McRae  <allan@archlinux.org>
15547
15548         * version.h (RELEASE): Set to "development".
15549         (VERSION): Set to "2.19.90"
15550         * NEWS: Add 2.20 section.
15551
15552 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15553
15554         [BZ #16529]
15555         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15556
15557 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15558
15559         * manual/contrib.texi: Update entry for Carlos O'Donell,
15560         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15561
15562 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15563
15564         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15565
15566         * sysdeps/unix/sysv/linux/kernel-features.h
15567         [__LINUX_KERNEL_VERSION >= 0x020621]
15568         (__ASSUME_PROC_PID_TASK_COMM): Define.
15569
15570 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15571
15572         [BZ #16398]
15573         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15574         conversion when destination buffer does not have enough space.
15575         * libio/tst-ftell-partial-wide.c: New test case.
15576         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15577
15578         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15579         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15580         Leonard and Allan McRae.
15581
15582 2014-02-04  David S. Miller  <davem@davemloft.net>
15583
15584         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15585         32-bit.
15586
15587 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15588
15589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15590         New file
15591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15592         New file
15593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15594         New file.
15595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15596         New file.
15597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15598         New file.
15599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15600         New file.
15601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15602         New file.
15603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15604         New file.
15605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15606         New file.
15607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15608         New file.
15609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15610         New file.
15611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15612         New file.
15613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15614         New file.
15615
15616 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15617
15618         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15619         * shlib-versions: Likewise.
15620
15621 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15622             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15623
15624         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15625         (abilist-pattern): New variable, set to %-le.abilist.
15626
15627         * Makerules (abilist-pattern): New variable.
15628         (vpath): Use $(abilist-pattern) in place of %.abilist.
15629         (check-abi-% pattern rule): Likewise.
15630         (check-abi, update-abi): Likewise.
15631
15632 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15633
15634         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15635
15636 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15637
15638         * manual/startup.texi: Add next, previous, and top entries for
15639         the `Program Arguments' and `Environment Variables' nodes.
15640
15641 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15642
15643         * manual/macros.texi: Add comments before MTASC-safety macros.
15644
15645         * manual/users.texi: Document MTASC-safety properties.
15646
15647         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15648         (pthread_getspecific, pthread_setspecific): Format with
15649         @deftypefun, and add @safety note.
15650         * manual/signal.texi: Move comments that analyze the above
15651         functions to their home place.
15652
15653 2014-02-03  Allan McRae  <allan@archlinux.org>
15654
15655         * po/sl.po: Update Slovenian translation from translation project.
15656
15657 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15658
15659         * manual/time.texi (timegm): Add missing blank after @c.
15660         Reported by Joseph Myers <joseph@codesourcery.com>.
15661
15662 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15663
15664         * manual/check-safety.sh: New.
15665         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15666
15667         * manual/terminal.texi: Document MTASC-safety properties.
15668
15669         * manual/filesys.texi: Document MTASC-safety properties.
15670
15671         * manual/errno.texi: Document MTASC-safety properties.
15672
15673         * manual/intro.texi: Document safety identifiers and
15674         conditionals.
15675
15676         * manual/string.texi (wcstok): Fix prototype.
15677         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15678
15679         * manual/time.texi: Document MTASC-safety properties.
15680
15681         * manual/string.texi: Document MTASC-safety properties.
15682
15683         * manual/threads.texi: Document MTASC-safety properties.
15684
15685         * manual/stdio.texi: Document MTASC-safety properties.
15686
15687         * manual/syslog.texi: Document MTASC-safety properties.
15688
15689         * manual/sysinfo.texi: Document MTASC-safety properties.
15690
15691         * manual/startup.texi: Document MTASC-safety properties.
15692
15693         * manual/socket.texi: Document MTASC-safety properties.
15694
15695         * manual/signal.texi: Document MTASC-safety properties.
15696
15697 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15698
15699         * manual/setjmp.texi: Document MTASC-safety properties.
15700
15701         * manual/search.texi: Document MTASC-safety properties.
15702
15703         * manual/resource.texi: Document MTASC-safety properties.
15704
15705         * manual/process.texi: Document MTASC-safety properties.
15706
15707         * manual/platform.texi: Document MTASC-safety properties.
15708
15709         * manual/pipe.texi: Document MTASC-safety properties.
15710
15711         * manual/pattern.texi: Document MTASC-safety properties.
15712
15713         * manual/message.texi: Document MTASC-safety properties.
15714
15715         [BZ #12751]
15716         * manual/memory.texi: Document MTASC-safety properties.
15717
15718         * manual/math.texi: Document MTASC-safety properties.
15719
15720         * manual/locale.texi: Document MTASC-safety properties.
15721
15722         * manual/llio.texi: Document MTASC-safety properties.
15723
15724         * manual/libdl.texi: New.
15725
15726         * manual/lang.texi: Document MTASC-safety properties.
15727
15728         * manual/job.texi: Document MTASC-safety properties.
15729
15730         * manual/getopt.texi: Document MTASC-safety properties.
15731
15732         * manual/ctype.texi: Document MTASC-safety properties.
15733
15734 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15735
15736         [BZ #16046]
15737         * csu/libc-tls.c (static_map): Remove variable.
15738         (__libc_setup_tls): Use main executable's link map for TLS data.
15739         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15740         casing for LM_ID_BASE and GL(dl_nns).
15741         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15742         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15743         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15744         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15745         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15746         member.
15747         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15748         l_phnum members.
15749
15750 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15751
15752         * manual/debug.texi: Document MTASC-safety properties.
15753
15754 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15755
15756         [BZ #16510]
15757         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15758         of __x86_64__ when disabling x87 inline functions.
15759
15760 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15761
15762         * manual/charset.texi: Document MTASC-safety properties.
15763
15764         * manual/crypt.texi: Document MTASC-safety properties.
15765
15766         * manual/conf.texi: Document MTASC-safety properties.
15767
15768         * manual/arith.texi: Document MTASC-safety properties.
15769
15770         * manual/argp.texi: Document MTASC-safety properties.
15771
15772         * manual/macros.texi: Introduce macros to document multi
15773         thread, asynchronous signal and asynchronous cancellation
15774         safety properties.
15775         * manual/intro.texi: Introduce the properties themselves.
15776
15777 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15778
15779         * sysdeps/sh/sh4/Makefile: New file.
15780
15781 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15782
15783         * math/gen-libm-test.pl ($srcdir): New variable.
15784         ($auto_input): Use it.
15785
15786 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15787
15788         [BZ #16506]
15789         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15790         access beyond array bounds when parsing netgroups file.
15791
15792         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15793         the old buffer before realloc.
15794
15795 2014-01-27  Allan McRae  <allan@archlinux.org>
15796
15797         * po/fr.po: Update French translation from translation project.
15798
15799 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15800
15801         * sysdeps/sh/libm-test-ulps: Regenerate.
15802
15803 2014-01-24  David S. Miller  <davem@davemloft.net>
15804
15805         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15806
15807 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15808
15809         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15810         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15811
15812 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15813
15814         [BZ #16474]
15815         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15816         string pointers after reallocation.
15817
15818 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15819
15820         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15821         __SH4A__ instead of __SH_FPU_ANY__.
15822
15823 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15824
15825         * sysdeps/sh/fpu_control.h: New file.
15826         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15827         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15828         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15829         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15830         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15831         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15832         * sysdeps/sh/sys/ucontext.h: Remove.
15833         * sysdeps/sh/sys: Remove directory.
15834
15835 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15836
15837         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15838         s390/sys/ucontext.h.
15839         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15840         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15841
15842 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15843
15844         [BZ #15605]
15845         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15846
15847 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15848
15849         [BZ#16431]
15850         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15851         Adjust the vDSO correctly for internal calls.
15852         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15853
15854 2014-01-20  Allan McRae  <allan@archlinux.org>
15855
15856         * po/ca.po: Update Catalan translation from translation project.
15857
15858 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15859
15860         * sysdeps/s390/sotruss-lib.c: New file.
15861
15862 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15863
15864         [BZ#16430]
15865         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15866         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15867         local calls issues by not having a PLT stub required for IFUNC calls.
15868         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15869
15870 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15871
15872         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15873         * math/test-fpucw-static.c: Likewise.
15874
15875 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15876
15877         [BZ #16453]
15878         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15879
15880 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15881
15882         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15883         implementation for powerpc.
15884
15885 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15886
15887         [BZ #14782]
15888         * sysdeps/posix/system.c (__libc_system): Do not enable
15889         asynchronous cancellation.
15890
15891 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15892
15893         [BZ #16427]
15894         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15895         handling only for numbers special also in the IEEE case.
15896
15897 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15898
15899         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15900
15901 2014-01-11  Allan McRae  <allan@archlinux.org>
15902
15903         * po/bg.po: Update Bulgarian translation from translation project.
15904
15905         * po/de.po: Update German translation from translation project.
15906
15907 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15908
15909         * sysdeps/generic/gcc-compat.h: New file.
15910
15911 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15912
15913         * benchtests/asin-inputs: Correct slow inputs.
15914         * benchtests/acos-inputs: Likewise.
15915
15916 2014-01-10  Allan McRae  <allan@archlinux.org>
15917
15918         * po:sv.po: Update Swedish translation from translation project.
15919
15920         * po/vi.po: Update Vietnamese translation from translation project.
15921
15922         * po/eo.po: Update Esperanto translation from translation project.
15923
15924         * po/cs.po: Update Czech translation from translation project.
15925
15926         * po/nl.po: Update Dutch translation from translation project.
15927
15928         * po/pl.po: Update Polish translation from translation project.
15929
15930         * po/ru.po: Update Russian translation from translation project.
15931
15932         * po/uk.po: Update Ukrainian translation from translation project.
15933
15934 2014-01-08  Brooks Moses  <bmoses@google.com>
15935
15936         * elf/dl-load.c: Fix comment typo.
15937
15938 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15939
15940         * po/header.pot: Rename to...
15941         * po/pot.header: ... this.
15942         * po/Makefile: Use pot.header.
15943
15944 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15945             Maxim Kuvyrkov  <maxim@kugelworks.com>
15946
15947         [BZ #16394]
15948         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15949         SRC and DEST against LEN.
15950
15951 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15952
15953         [BZ #16414]
15954         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15955         implementation.
15956         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15957
15958 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15959
15960         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15961
15962 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15963
15964         [BZ #16408]
15965         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15966         for large positive arguments.
15967
15968 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15969
15970         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15971
15972         * math/auto-libm-test-in: Mark various tests with
15973         xfail-rounding:ldbl-128ibm.
15974         * math/auto-libm-test-out: Regenerated.
15975
15976         [BZ #16407]
15977         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15978         Increase overflow threshold.
15979
15980 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15981
15982         [BZ #14286]
15983         * stdio-common/vfprintf.c: Check for integer overflow.
15984
15985 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15986
15987         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15988         the first argument and return value of __tls_get_addr_internal.
15989
15990 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15991
15992         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15993         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15994
15995 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15996
15997         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15998         * sysdeps/s390/rtld-global-offsets.sym: New file.
15999         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16000         GLIBC_2.19 symbol.
16001         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16002         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16003         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16004         ... this.
16005         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16006         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16007         ... this.
16008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16009         Regenerate.
16010         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16011         Regenerate.
16012         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16013         halfs of GPRs for high_gprs contexts.
16014         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16015         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16016         field.
16017         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16018         uc_flags field.
16019         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16020         64 bit versions:
16021         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16022         for high GPRs (uc_high_gprs) and for future extensions
16023         (__reserved).
16024         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16025         for future extensions (__reserved).
16026         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16027         64 bit versions:
16028         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16029         SC_HIGHGPRS offset definition.
16030         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16031         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16032
16033         * Versions.def: Add GLIBC_2.19 for libpthread.
16034         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16035         siglongjmp for libpthread with GLIBC_2.19 symver.
16036         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16037         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16038         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16039         * sysdeps/s390/__longjmp.c: New file.
16040         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16041         * sysdeps/s390/longjmp.c: New file.
16042         * sysdeps/s390/setjmp.S: New file.
16043         * sysdeps/s390/sigjmp.S: New file.
16044         * sysdeps/s390/v1-longjmp.c: New file.
16045         * sysdeps/s390/v1-setjmp.h: New file.
16046         * sysdeps/s390/v1-sigjmp.c: New file.
16047         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16048         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16049         GLIBC_2.19 version.
16050         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16051         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16052         versioned symbols for ____longjmp_chk.
16053         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16054         Likewise.
16055         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16056         Regenerate.
16057         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16058         Regenerate.
16059         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16060         Regenerate.
16061         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16062         Regenerate.
16063         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16064         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16065         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16066         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16067         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16068         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16069         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16070         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16071         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16072         * sysdeps/s390/rtld-__longjmp.c: New file.
16073         * sysdeps/s390/rtld-setjmp.S: New file.
16074
16075 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16076
16077         [BZ #16400]
16078         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16079         Return -__logl (x) for small positive arguments without evaluating
16080         a polynomial.
16081
16082 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16083
16084         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16085         Rename to ...
16086         (__ptrace_peeksiginfo_args): ... this.
16087         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16088         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16089         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16090
16091 2014-01-06  Allan McRae  <allan@archlinux.org>
16092
16093         * inet/netinet/in.h: Fix typo in comment.
16094
16095 2014-01-05  Andreas Jaeger  <aj@suse.de>
16096
16097         * sysdeps/i386/fpu/libm-test-ulps: Update.
16098
16099 2014-01-05  Allan McRae  <allan@archlinux.org>
16100
16101         * po/libc.pot: Regenerated.
16102
16103         * malloc/memusagestat.c: Fix gettext call formatting.
16104
16105 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16106
16107         * nscd/nscd.c: Improve usage() output.
16108
16109 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16110
16111         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16112         * sysdeps/unix/sysv/linux/configure: Regenerated.
16113         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16114         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16115
16116 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16117
16118         [BZ #16390]
16119         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16120         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16121
16122 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16123
16124         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16125         extra tokens at end of #undef directive.
16126         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16127         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16128         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16129
16130 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16131
16132         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16133
16134         * math/auto-libm-test-in: Mark various tests with
16135         xfail-rounding:ldbl-128ibm.
16136         * math/auto-libm-test-out: Regenerated.
16137
16138 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16139
16140         [BZ #16386]
16141         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16142         numbers with subnormal high part when calculating exponent.
16143
16144         [BZ #16385]
16145         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16146         fabs.
16147
16148         [BZ #16384]
16149         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16150         M_LN2l.
16151         (__ieee754_acoshl): Use __log1pl not __log1p.
16152
16153 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16154
16155         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16156         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16157         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16158         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16159         (reused_arena, arena_get2): Convert to GNU style.
16160         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16161         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16162         (memalign_check, __malloc_set_state): Likewise.
16163         * malloc/mallocbug.c (main): Likewise.
16164         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16165         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16166         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16167         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16168         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16169         (__posix_memalign, malloc_info): Likewise.
16170         * malloc/malloc.h: Likewise.
16171         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16172         (mallochook, memalignhook, reallochook, mabort): Likewise.
16173         * malloc/mcheck.h: Likewise.
16174         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16175         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16176         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16177         * malloc/morecore.c (__default_morecore): Likewise.
16178         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16179         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16180         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16181         (print_and_abort): Likewise.
16182         * malloc/obstack.h: Likewise.
16183         * malloc/set-freeres.c (__libc_freeres): Likewise.
16184         * malloc/tst-mallocstate.c (main): Likewise.
16185         * malloc/tst-mtrace.c (main): Likewise.
16186         * malloc/tst-realloc.c (do_test): Likewise.
16187
16188 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16189
16190         [BZ #16366]
16191         * nscd/netgroupcache.c (do_notfound): New function.
16192         (addgetnetgrentX): Use it.
16193
16194         [BZ # 16365]
16195         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16196         NSS_STATUS_NOTFOUND.
16197
16198 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16199
16200         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16202
16203 2014-01-01  Allan McRae  <allan@archlinux.org>
16204
16205         * scripts/update-copyrights: Update configure input file suffix.
16206
16207         * NEWS: Update copyright year.
16208         * catgets/gencat.c: Likewise.
16209         * csu/version.c: Likewise.
16210         * debug/catchsegv.sh: Likewise.
16211         * debug/pcprofiledump.c: Likewise.
16212         * debug/xtrace.sh: Likewise.
16213         * elf/ldconfig.c: Likewise.
16214         * elf/ldd.bash.in: Likewise.
16215         * elf/pldd.c: Likewise.
16216         * elf/sotruss.ksh: Likewise.
16217         * elf/sprof.c: Likewise.
16218         * iconv/iconv_prog.c: Likewise.
16219         * iconv/iconvconfig.c: Likewise.
16220         * locale/programs/locale.c: Likewise.
16221         * locale/programs/localedef.c: Likewise.
16222         * login/programs/pt_chown.c: Likewise.
16223         * malloc/memusage.sh: Likewise.
16224         * malloc/memusagestat.c: Likewise.
16225         * malloc/mtrace.pl: Likewise.
16226         * manual/libc.texinfo: Likewise.
16227         * nscd/nscd.c: Likewise.
16228         * nss/getent.c: Likewise.
16229         * nss/makedb.c: Likewise.
16230         * posix/getconf.c: Likewise.
16231         * scripts/test-installation.pl: Likewise.
16232
16233         * All files with FSF copyright notices: Update copyright dates
16234         using scripts/update-copyrights.
16235         * intl/plural.c: Regenerated.
16236         * locale/programs/charmap-kw.h: Likewise.
16237         * locale/programs/locfile-kw.h: Likewise.
16238
16239 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16240
16241         * sysdeps/unix/sysv/linux/configure: Regenerated.
16242         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16243         the linux/fanotify.h header.
16244         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16245         HAVE_LINUX_FANOTIFY_H is defined.
16246
16247 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16248
16249         * benchtests/cos-inputs: New inputs.
16250         * benchtests/sin-inputs: Likewise.
16251
16252         * benchtests/atan-inputs: New inputs. Fix name of multiple
16253         precision fallback inputs.
16254
16255         * benchtests/atanh-inputs: New inputs.
16256         * benchtests/tanh-inputs: Likewise.
16257
16258         * benchtests/acosh-inputs: New inputs.
16259         * benchtests/asinh-inputs: Likewise.
16260
16261         * benchtests/cosh-inputs: New inputs.
16262         * benchtests/sinh-inputs: Likewise.
16263
16264         * benchtests/acos-inputs: Add more inputs.
16265         * benchtests/asin-inputs: Likewise.
16266
16267 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16268
16269         [BZ #16375]
16270         * manual/arith.texi: Fix spelling.
16271         * manual/charset.texi: Likewise.
16272         * manual/errno.texi: Likewise.
16273         * manual/filesys.texi: Likewise.
16274         * manual/lang.texi: Likewise.
16275         * manual/llio.texi: Likewise.
16276         * manual/locale.texi: Likewise.
16277         * manual/message.texi: Likewise.
16278         * manual/resource.texi: Likewise.
16279         * manual/search.texi: Likewise.
16280         * manual/setjmp.texi: Likewise.
16281         * manual/stdio.texi: Likewise.
16282         * manual/string.texi: Likewise.
16283         * manual/sysinfo.texi: Likewise.
16284         * manual/time.texi: Likewise.
16285
16286 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16287
16288         * po/sl.po: New file.
16289
16290 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16291
16292         * .gitignore: Add core/.gdbinit/.gdb_history.
16293
16294 2013-12-27  Allan McRae  <allan@archlinux.org>
16295
16296         [BZ #16369]
16297         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16298         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16299
16300 2013-12-24  Brooks Moses  <bmoses@google.com>
16301
16302         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16303         all compilers that claim C++98 compliance, not just GCC.
16304         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16305         Likewise.
16306
16307 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16308
16309         * NEWS: Restore accidentally deleted bug-fix entries.
16310
16311 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16312             Ondřej Bílka  <neleai@seznam.cz>
16313
16314         [BZ #15073]
16315         * malloc/malloc.c (_int_free): Perform sanity check only if we
16316         have_lock.
16317
16318 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16319
16320         [BZ #12986]
16321         * manual/stdio.texi (String Input Conversions): Clarify that character
16322         classes are not supported.
16323
16324 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16325
16326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16327
16328 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16329
16330         [BZ #16337]
16331         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16332         Calculate results for small negative arguments directly rather
16333         than using reflection formula with special underflow handling.
16334
16335         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16336         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16337         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16338         (fchflags): Likewise.
16339         (revoke): Likewise.
16340         (setlogin): Likewise.
16341         (sigaltstack): Likewise.
16342         (wait4): Likewise.
16343         (sigblock): Remove.
16344         (sigsetmask): Likewise.
16345         (wait3): Likewise.
16346         (waitpid): Likewise.
16347         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16348         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16349         file.
16350         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16351         * sysdeps/unix/bsd/Makefile: ... here.
16352         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16353         * sysdeps/unix/bsd/Versions: ... here.
16354         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16355         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16356         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16357         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16358         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16359         * sysdeps/unix/bsd/sigblock.c: ... here.
16360         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16361         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16362         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16363         * sysdeps/unix/bsd/sigvec.c: ... here.
16364         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16365         * sysdeps/unix/bsd/tcdrain.c: ... here.
16366         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16367         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16368         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16369         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16370         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16371         * sysdeps/unix/bsd/wait.c: ... here.
16372         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16373         * sysdeps/unix/bsd/wait3.c: ... here.
16374         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16375         * sysdeps/unix/bsd/waitpid.c: ... here.
16376
16377 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16378
16379         [BZ #16356]
16380         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16381         round-to-nearest for [!USE_AS_EXPM1L].
16382         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16383         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16384         more tests of exp and exp10.  Expect some exp10 tests to miss
16385         exceptions or fail in directed rounding modes.
16386         * math/auto-libm-test-out: Regenerated.
16387         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16388         (exp10_test_tonearest): New function.
16389         (exp10_towardzero_test_data): New array.
16390         (exp10_test_towardzero): New function.
16391         (exp10_downward_test_data): New array.
16392         (exp10_test_downward): New function.
16393         (exp10_upward_test_data): New array.
16394         (exp10_test_upward): New function.
16395         (main): Call the new functions.
16396         * sysdeps/i386/fpu/libm-test-ulps: Update.
16397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16398
16399 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16400
16401         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16402         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16403         * math/auto-libm-test-out: Regenerated.
16404         * math/libm-test.inc (acosh_test_data): Add more tests.
16405         (atanh_test_data): Likewise.
16406         (ceil_test_data): Likewise.
16407         (copysign_test_data): Likewise.
16408         * sysdeps/i386/fpu/libm-test-ulps: Update.
16409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16410
16411         * timezone/checktab.awk: Update from tzcode 2013i.
16412         * timezone/private.h: Likewise.
16413         * timezone/scheck.c: Likewise.
16414         * timezone/tzfile.h: Likewise.
16415         * timezone/tzselect.ksh: Likewise.
16416         * timezone/zdump.c: Likewise.
16417         * timezone/zic.c: Likewise.
16418
16419         * math/auto-libm-test-in: Add tests of cpow.
16420         * math/auto-libm-test-out: Regenerated.
16421         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16422         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16423         mpc_cc_c.
16424         (func_calc_desc): Add mpc_cc_c union field.
16425         (test_functions): Add cpow.
16426         (special_fill_2pi): New function.
16427         (special_real_inputs): Add 2pi.
16428         (calc_generic_results): Handle mpc_cc_c.
16429         * sysdeps/i386/fpu/libm-test-ulps: Update.
16430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16431
16432         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16433         csqrt, ctan and ctanh.
16434         * math/auto-libm-test-out: Regenerated.
16435         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16436         (TEST_COND_x86): Likewise.
16437         (ccos_test_data): Use AUTO_TESTS_c_c.
16438         (ccosh_test_data): Likewise.
16439         (cexp_test_data): Likewise.
16440         (clog_test_data): Likewise.
16441         (csqrt_test_data): Likewise.
16442         (ctan_test_data): Likewise.
16443         (ctan_tonearest_test_data): Likewise.
16444         (ctan_towardzero_test_data): Likewise.
16445         (ctan_downward_test_data): Likewise.
16446         (ctan_upward_test_data): Likewise.
16447         (ctanh_test_data): Likewise.
16448         (ctanh_tonearest_test_data): Likewise.
16449         (ctanh_towardzero_test_data): Likewise.
16450         (ctanh_downward_test_data): Likewise.
16451         (ctanh_upward_test_data): Likewise.
16452         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16453         mpc_c_c.
16454         (func_calc_desc): Add mpc_c_c union field.
16455         (FUNC_mpc_c_c): New macro.
16456         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16457         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16458         ctanh.
16459         (special_fill_min_subnorm_p120): New function.
16460         (special_real_inputs): Add min_subnorm_p120.
16461         (calc_generic_results): Handle mpc_c_c.
16462         * sysdeps/i386/fpu/libm-test-ulps: Update.
16463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16464
16465 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16466
16467         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16468         (do_sin_slow): New functions.
16469         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16470         (cslow2, csloww1, csloww2): Use the new functions.
16471
16472         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16473         Use M to change sign of result instead of X.  Assume X is
16474         positive.
16475         (csloww1): Likewise.
16476         (__sin): Adjust.
16477         (__cos): Adjust.
16478
16479         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16480         arguments A and DA.
16481         (__sin): Adjust.
16482         (__cos): Likewise.
16483
16484         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16485         (__cos): Likewise.
16486         (sloww1): Don't adjust sign of DX.
16487         (csloww1): Likewise.
16488         (sloww2): Use X directly and don't adjust sign of DX.
16489         (csloww2): Likewise.
16490
16491 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16492
16493         * math/auto-libm-test-in: Add tests of cabs and carg.
16494         * math/auto-libm-test-out: Regenerated.
16495         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16496         (carg_test_data): Likewise.
16497         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16498         mpc_c_f.
16499         (func_calc_desc): Add mpc_c_f union field.
16500         (test_functions): Add cabs and carg.
16501         (calc_generic_results): Handle mpc_c_f.
16502
16503         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16504         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16505         as a macro and a compat symbol.
16506         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16507         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16508         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16509         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16510         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16511         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16512         not use .hidden.
16513         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16514         Likewise.
16515         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16516         Likewise.
16517         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16518         Likewise.
16519         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16520         Likewise.
16521         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16522         Likewise.
16523         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16524         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16525         from GLIBC_2.3.2.
16526
16527 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16528
16529         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16530
16531 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16532
16533         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16534         trailing whitespace removed.
16535         * scripts/config.guess: Update to version 2013-11-29.
16536         * scripts/config.sub: Update to version 2013-10-01.
16537
16538         * math/auto-libm-test-in: Add tests of sincos.
16539         * math/auto-libm-test-out: Regenerated.
16540         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16541         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16542         mpfr_f_11.
16543         (func_calc_desc): Add mpfr_f_11 union field.
16544         (test_functions): Add sincos.
16545         (calc_generic_results): Handle mpfr_f_11.
16546         * sysdeps/i386/fpu/libm-test-ulps: Update.
16547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16548
16549 2013-12-19  Andreas Schwab  <schwab@suse.de>
16550
16551         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16552         CALL_MCOUNT.
16553         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16554         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16555         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16556
16557 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16558
16559         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16560         * sysdeps/i386/fpu/libm-test-ulps: Update.
16561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16562
16563         [BZ #16293]
16564         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16565         round-to-nearest mode when using frndint.
16566         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16567         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16568         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16569         Likewise.
16570         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16571         sinh test to fail.
16572         * math/auto-libm-test-out: Regenerated.
16573         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16574         (TEST_COND_x86): Likewise.
16575         (expm1_tonearest_test_data): New array.
16576         (expm1_test_tonearest): New function.
16577         (expm1_towardzero_test_data): New array.
16578         (expm1_test_towardzero): New function.
16579         (expm1_downward_test_data): New array.
16580         (expm1_test_downward): New function.
16581         (expm1_upward_test_data): New array.
16582         (expm1_test_upward): New function.
16583         (main): Run the new test functions.
16584         * sysdeps/i386/fpu/libm-test-ulps: Update.
16585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16586
16587         * include/features.h: Update comment documenting feature test
16588         macros.  Mention _DEFAULT_SOURCE in comment.
16589         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16590         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16591         _BSD_SOURCE and _SVID_SOURCE.
16592         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16593         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16594         !_SVID_SOURCE]: Likewise.
16595         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16596         (__USE_POSIX_IMPLICITLY): Define.
16597         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16598         (_POSIX_SOURCE): Undefine and redefine.
16599         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16600         (_POSIX_C_SOURCE): Likewise.
16601         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16602         (Feature Test Macros): Update documentation of default features.
16603
16604 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16605
16606         * benchtests/Makefile: Add bench-strtok.
16607         * benchtests/bench-strtok.c: New file: strtok benchtest.
16608
16609 2013-12-19  Allan McRae  <allan@archlinux.org>
16610
16611         * manual/install.texi: Suppress menu for plain text output.
16612         * INSTALL: Regenerated.
16613
16614 2013-12-18  Brooks Moses  <bmoses@google.com>
16615
16616         [BZ #15846]
16617         * misc/getauxval.c: Include errno.h.
16618         (__getauxval): Set errno to ENOENT if the requested type is not
16619         found.
16620         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16621         don't declare with __attribute_const__.
16622         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16623         * manual/startup.texi: Document that getauxval sets errno.
16624
16625 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16626
16627         * math/auto-libm-test-in: Add tests of jn and yn.
16628         * math/auto-libm-test-out: Regenerated.
16629         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16630         (yn_test_data): Likewise.
16631         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16632         mpfr_if_f.
16633         (func_calc_desc): Add mpfr_if_f union field.
16634         (FUNC_mpfr_if_f): New macro.
16635         (test_functions): Add jn and yn.
16636         (calc_generic_results): Assert type of second input for
16637         mpfr_ff_f.  Handle mpfr_if_f.
16638         (output_for_one_input_case): Disable all checking for arguments
16639         fitting floating-point types in case of an integer argument.
16640         * sysdeps/i386/fpu/libm-test-ulps: Update.
16641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16642
16643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16644         Don't expect fegetround reference in libm.so.
16645
16646 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16647
16648         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16649         $(config-cflags-nofma).
16650
16651 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16652
16653         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16654         * math/auto-libm-test-out: Regenerated.
16655
16656         [BZ #16338]
16657         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16658         to determine exponent and adjust argument to have exponent of -1.
16659         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16660         log2.
16661         * math/auto-libm-test-out: Regenerated.
16662         * sysdeps/i386/fpu/libm-test-ulps: Update.
16663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16664
16665 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16666
16667         * manual/probes.texi: Remove cases when per-thread arenas are
16668         disabled.
16669
16670 2013-12-18  Andreas Schwab  <schwab@suse.de>
16671
16672         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16673         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16674         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16675         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16676         * sysdeps/i386/i686/multiarch/Makefile: Update.
16677         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16678
16679 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16680
16681         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16682         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16683
16684 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         [BZ #15968]
16687         Support TZ transition times < 00:00:00.
16688         This is needed for version-3 tz-format files; it supports time
16689         stamps past 2037 for America/Godthab (the only entry in the tz
16690         database for which this change is relevant).
16691         * manual/time.texi (TZ Variable): Document transition times
16692         from -167:59:59 through -00:00:01.
16693         * time/tzset.c (tz_rule): Time of day is now signed.
16694         (__tzset_parse_tz): Parse negative time of day.
16695
16696         Document TZ transition times >= 25:00:00.
16697         * manual/time.texi (TZ Variable): Document transition times from
16698         25:00:00 through 167:59:59.  These are already supported, and this
16699         support will help with version-3 tz-format files.
16700
16701         * manual/time.texi (TZ Variable): Modernize North America example
16702         to reflect current (i.e., 2007-and-later) daylight saving rules.
16703
16704         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16705
16706 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16707
16708         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16709         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16710         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16711         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16712         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16713         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16714         * sysdeps/unix/bsd/clock.c: Likewise.
16715         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16716         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16717         * sysdeps/unix/bsd/init-posix.c: Likewise.
16718         * sysdeps/unix/bsd/poll.c: Likewise.
16719         * sysdeps/unix/bsd/ptsname.c: Likewise.
16720         * sysdeps/unix/bsd/seekdir.c: Likewise.
16721         * sysdeps/unix/bsd/setegid.c: Likewise.
16722         * sysdeps/unix/bsd/seteuid.c: Likewise.
16723         * sysdeps/unix/bsd/setgid.c: Likewise.
16724         * sysdeps/unix/bsd/setrgid.c: Likewise.
16725         * sysdeps/unix/bsd/setruid.c: Likewise.
16726         * sysdeps/unix/bsd/setsid.c: Likewise.
16727         * sysdeps/unix/bsd/setuid.c: Likewise.
16728         * sysdeps/unix/bsd/sigaction.c: Likewise.
16729         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16730         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16731         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16732         * sysdeps/unix/bsd/telldir.c: Likewise.
16733         * sysdeps/unix/bsd/times.c: Likewise.
16734         * sysdeps/unix/bsd/usleep.c: Likewise.
16735
16736         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16737         ($(objpfx)libbsd-compat.a): Remove rule.
16738
16739         * include/features.h (__FAVOR_BSD): Do not define.
16740         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16741         features conflicting with POSIX.
16742         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16743         (_BSD_SOURCE): Remove description of not being a subset of other
16744         feature test macros.
16745         * manual/job.texi (getpgrp): Do not document BSD version.
16746         (getpgid): Do not document by reference to BSD getpgrp.
16747         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16748         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16749         * signal/signal.h [__FAVOR_BSD]: Likewise.
16750         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16751         instead of making contents conditional on [__FAVOR_BSD].
16752         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16753
16754 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16755
16756         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16757
16758 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16759
16760         [BZ #16314]
16761         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16762         values below 2**-450, not 2**-500.
16763         * math/auto-libm-test-in: Don't allow spurious underflow from
16764         hypot.
16765         * math/auto-libm-test-out: Regenerated.
16766
16767         [BZ #16316]
16768         [BZ #16330]
16769         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16770         values of ha and hb and sort them after adjusting subnormal
16771         arguments.
16772         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16773         Likewise.
16774         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16775         values of ea and eb and sort them after adjusting subnormal
16776         arguments.
16777         * math/auto-libm-test-in: Do not expect some hypot tests of
16778         subnormals to fail.  Add more hypot tests.
16779         * math/auto-libm-test-out: Regenerated.
16780
16781 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16782
16783         [BZ #13304]
16784         * sysdeps/sh/s_fma.c: New file.
16785         * sysdeps/sh/s_fmaf.c: New file.
16786         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16787         version.
16788         * sysdeps/sh/Implies: Add sh/soft-fp.
16789
16790 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16791
16792         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16793         level of indirection to members `objname', `errstring', `malloced'.
16794         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16795         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16796         it as the __longjmp argument (just pass 1 instead).
16797         (_dl_catch_error): Initialize C with argument pointers and address of
16798         volatile local ERRCODE rather than copying values out of C at return.
16799
16800 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16801
16802         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16803         * math/auto-libm-test-out: Regenerated.
16804         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16805         (hypot_test_data): Likewise.
16806         (pow_test_data): Likewise.
16807         (pow_tonearest_test_data): Likewise.
16808         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16809         mpfr_ff_f.
16810         (func_calc_desc): Add mpfr_ff_f union field.
16811         (FUNC_mpfr_ff_f): New macro.
16812         (test_functions): Add atan2, hypot and pow.
16813         (special_fill_min): New function.
16814         (special_fill_minus_min): Likewise.
16815         (special_fill_min_subnorm): Likewise.
16816         (special_fill_minus_min_subnorm): Likewise.
16817         (special_real_inputs): Add min, -min, min_subnorm and
16818         -min_subnorm.
16819         (calc_generic_results): Handle mpfr_ff_f.
16820         * sysdeps/i386/fpu/libm-test-ulps: Update.
16821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16822
16823 2013-12-16  Will Newton  <will.newton@linaro.org>
16824
16825         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16826         (Aligned Memory Blocks): Add documentation for aligned_alloc
16827         and suggest it as an alternative to posix_memalign.
16828         (Hooks for Malloc): Document __memalign_hook is also called
16829         for aligned_alloc.  (Summary of Malloc): Add summary for
16830         aligned alloc.  Document __memalign_hook is also called
16831         for aligned_alloc.
16832
16833 2013-12-16  Will Newton  <will.newton@linaro.org>
16834
16835         * manual/memory.texi (Malloc Examples): Clarify default
16836         alignment documentation.  Suggest posix_memalign rather
16837         than memalign or valloc.
16838         (Aligned Memory Blocks): Remove suggestion to use memalign
16839         or valloc.  Remove obsolete comment about BSD.
16840         Document memalign errno values and mark the function obsolete.
16841         Document posix_memalign returned error codes.  Mark valloc
16842         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16843         called for posix_memalign and valloc.
16844         (Summary of Malloc): Add posix_memalign to function summary.
16845         __memalign_hook is also called for posix_memalign and valloc.
16846
16847 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16848
16849         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16850         TAYLOR_SIN.
16851         (__sin): Adjust.
16852         (__cos): Likewise.
16853         (sloww): Use mynumber union.  Expand ternary operator into
16854         if-else statements.
16855         (cslow): use mynumber union.
16856
16857 2013-12-16  Allan McRae  <allan@archlinux.org>
16858
16859         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16860         * configure: Regenerated.
16861
16862         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16863
16864         [BZ #14120]
16865         * configure.ac: Added --enable-maintainer-mode. Check for
16866         autoconf when enabled.
16867         * configure: Regenerated.
16868
16869         * nscd/nscd.service: New file.
16870         * nscd/nscd.tmpfiles: New file.
16871
16872 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16873
16874         [BZ #12100]
16875         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16876         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16877         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16878         (strstr): Add __strstr_sse2_unaligned ifunc.
16879         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16880         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16881         (strcasestr): Remove __strcasestr_sse42 ifunc.
16882         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16883         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16884         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16885
16886 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16887
16888         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16889         * sysdeps/sh/bits/fenv.h: ... here.
16890         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16891
16892 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16893
16894         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16895
16896         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16897         hypotf multiarch implementations.
16898         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16899         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16900         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16901         multiarch hypot for PPC64.
16902         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16903         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16904         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16905         multiarch hypotf for PPC64.
16906
16907         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16908         modff multiarch implementations.
16909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16912         multiarch modf for PPC64.
16913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16916         multiarch modff for PPC64.
16917
16918         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16919         and logl multiarch implementations.
16920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16923         multiarch logb for PPC64.
16924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16927         multiarch logb for PPC64.
16928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16931         multiarch logb for PPC64.
16932
16933         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16934         isinff multiarch implementation.
16935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16936         file.
16937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16939         multiarch isinf for PPC64.
16940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16941         file.
16942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16943         multiarch isinff for PPC64.
16944
16945         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16946         finitef multiarch implementation.
16947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16948         file.
16949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16951         multiarch finite for PPC64.
16952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16953         file.
16954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16955         multiarch finitef for PPC64.
16956
16957         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16958         lrint multiarch implementation.
16959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16960         file.
16961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16963         multiarch llrint for PPC64.
16964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16965         multiarch lrint for PPC64.
16966
16967         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16968         copysignf multiarch implementation.
16969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16970         file.
16971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16972         file.
16973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16974         multiarch copysign for PPC64.
16975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16976         multiarch copysignf for PPC64.
16977
16978         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16979         multiarch implementation.
16980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16981         file.
16982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16983         file.
16984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16985         file.
16986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16987         file.
16988         multiarch llround for PPC64.
16989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16990         multiarch trunc for PPC64.
16991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16992         multiarch truncf for PPC64.
16993
16994         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16995         multiarch implementation.
16996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16997         file.
16998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16999         file.
17000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17001         file.
17002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17003         file.
17004         multiarch llround for PPC64.
17005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17006         multiarch round for PPC64.
17007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17008         multiarch roundf for PPC64.
17009
17010         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17011         multiarch implementation.
17012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17013         file.
17014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17015         file.
17016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17017         file.
17018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17019         file.
17020         multiarch llround for PPC64.
17021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17022         multiarch floor for PPC64.
17023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17024         multiarch floorf for PPC64.
17025
17026         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17027         multiarch implementation.
17028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17029         file.
17030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17031         file.
17032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17033         file.
17034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17035         file.
17036         multiarch llround for PPC64.
17037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17038         multiarch ceil for PPC64.
17039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17040         multiarch ceilf for PPC64.
17041
17042         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17043         multiarch implementation.
17044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17045         file.
17046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17047         file.
17048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17049         file.
17050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17051         multiarch llround for PPC64.
17052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17053         multiarch lround for PPC64.
17054
17055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17056         multiarch implementation.
17057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17060         file.
17061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17064         multiarch isnan for PPC64.
17065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17066         multiarch isnanf for PPC64.
17067
17068         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17069         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17070         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17071         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17072         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17074
17075         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17076         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17077         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17078         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17079
17080         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17081         multiarch implementations.
17082         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17083         (__libc_ifunc_impl_list): Likewise.
17084         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17085         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17086         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17087         multiarch stpcpy for PPC64.
17088
17089         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17090         multiarch implementations.
17091         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17092         (__libc_ifunc_impl_list): Likewise.
17093         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17094         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17095         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17096         multiarch strcpy for PPC64.
17097
17098         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17099         redefine function name.
17100         (_wordcopy_fwd_dest_aligned): Likewise.
17101         (_wordcopy_bwd_aligned): Likewise.
17102         (_wordcopy_bwd_dest_aligned): Likewise.
17103         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17104         multiarch implementations.
17105         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17106         (__libc_ifunc_impl_list): Likewise.
17107         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17108         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17109         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17110         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17111         multiarch wcscpy for PPC64.
17112
17113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17114         multiarch implementations.
17115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17116         (__libc_ifunc_impl_list): Likewise.
17117         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17118         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17119         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17120         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17121         multiarch wcscpy for PPC64.
17122
17123         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17124         multiarch implementations.
17125         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17126         (__libc_ifunc_impl_list): Likewise.
17127         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17128         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17129         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17130         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17131         multiarch wcsrchr for PPC64.
17132
17133         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17134         multiarch implementations.
17135         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17136         (__libc_ifunc_impl_list): Likewise.
17137         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17138         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17139         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17140         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17141         multiarch wcschr for PPC64.
17142
17143         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17144         multiarch implementations.
17145         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17146         (__libc_ifunc_impl_list): Likewise.
17147         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17148         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17149         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17150         multiarch strchrnul for PPC64.
17151
17152         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17153         implementations.
17154         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17155         (__libc_ifunc_impl_list): Likewise.
17156         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17157         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17158         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17159         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17160         strchr for PPC64.
17161
17162         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17163         implementations.
17164         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17165         (__libc_ifunc_impl_list): Likewise.
17166         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17167         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17168         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17169         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17170         strncmp for PPC64.
17171
17172         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17173         multiarch implementations.
17174         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17175         (__libc_ifunc_impl_list): Likewise.
17176         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17177         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17178         strncasecmp for PPC64.
17179         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17180         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17181         multiarch strncasecmp_l for PPC64.
17182
17183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17184         multiarch implementations.
17185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17186         (__libc_ifunc_impl_list): Likewise.
17187         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17188         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17189         multiarch strcasecmp for PPC64.
17190         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17191         file.
17192         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17193         multiarch strcasecmp_l for PPC64.
17194
17195         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17196         implementations.
17197         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17198         (__libc_ifunc_impl_list): Likewise.
17199         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17200         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17201         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17202         strnlen for PPC64.
17203
17204         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17205         implementations.
17206         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17207         (__libc_ifunc_impl_list): Likewise.
17208         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17209         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17210         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17211         strlen for PPC64.
17212
17213         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17214         implementations.
17215         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17216         (__libc_ifunc_impl_list): Likewise.
17217         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17218         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17219         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17220         rawmemrchr for PPC64.
17221
17222         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17223         implementation.
17224         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17225         (__libc_ifunc_impl_list): Likewise.
17226         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17227         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17228         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17229         memrchr for PPC64.
17230
17231         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17232         implementation.
17233         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17234         (__libc_ifunc_impl_list): Likewise.
17235         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17236         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17237         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17238         memchr for PPC64.
17239
17240         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17241         implementation.
17242         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17243         (__libc_ifunc_impl_list): Likewise.
17244         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17245         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17246         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17247         mempcpy for PPC64.
17248
17249         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17250         avoid cretion of __bzero symbol.
17251         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17252         Likewise.
17253         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17254         Likewise.
17255         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17256         Likewise.
17257         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17258         multiarch implementations.
17259         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17260         (__libc_ifunc_impl_list): Likewise.
17261         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17262         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17263         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17264         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17265         bzero for PPC32.
17266         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17267         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17268         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17269         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17270         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17271         memset for PPC64.
17272         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17273
17274         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17275         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17276         implementations.
17277         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17278         (__libc_ifunc_impl_list): Likewise.
17279         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17280         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17281         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17282         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17283         memcmp for PPC64.
17284
17285         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17286         multiarch for POWER/PPC64.
17287         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17288         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17289         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17290         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17291         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17292         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17293         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17294         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17295         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17296         memcpy for PPC64.
17297
17298         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17299         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17300         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17301         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17302         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17303         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17304         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17305         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17306         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17307         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17308         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17309         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17310         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17311         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17312         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17320
17321 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17322
17323         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17324
17325 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17326
17327         * benchtests/Makefile (bench): Add exp2 and log2.
17328         (LDLIBS-bench-exp2): Add -lm.
17329         (LDLIBS-bench-log2): Likewise.
17330         * benchtests/exp2-inputs: New inputs file.
17331         * benchtests/log2-inputs: New inputs file.
17332         * benchtests/log-inputs: Add new inputs.
17333         * benchtests/tan-inputs: Likewise.
17334
17335 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17336
17337         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17338         definition...
17339         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17340         (csloww2): ... from here.
17341
17342         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17343         instead of structures.
17344         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17345         (POLYNOMIAL): Likewise.
17346         (TAYLOR_SLOW): Likewise.
17347         (__sin): Likewise.
17348         (__cos): Likewise.
17349         (slow1): Likewise.
17350         (slow2): Likewise.
17351         (sloww): Likewise.
17352         (sloww1); Likewise.
17353         (sloww2): Likewise.
17354         (bsloww1): Likewise.
17355         (bsloww2): Likewise.
17356         (cslow2): Likewise.
17357         (csloww): Likewise.
17358         (csloww1): Likewise.
17359         (csloww2): Likewise.
17360
17361 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17362
17363         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17364         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17365         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17366         * malloc/hooks.c (realloc_check): Likewise.
17367
17368         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17369         * malloc/arena.c: Remove PER_THREAD conditional.
17370         [!PER_THREAD]: Remove code.
17371         (ptmalloc_unlock_all2): Likewise.
17372         (ptmalloc_init): Likewise.
17373         (_int_new_arena): Likewise.
17374         (arena_get2): Likewise.
17375         * malloc/hooks.c (__malloc_get_state): Likewise.
17376         (__malloc_set_state): Likewise.
17377         * malloc/malloc.c: Likewise.
17378         (struct malloc_state): Likewise.
17379         (struct malloc_par): Likewise.
17380         (__libc_realloc): Likewise.
17381         (__libc_mallopt): Likewise.
17382
17383 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17384
17385         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17386
17387 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17388
17389         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17390         macro to a function.  Check for zero perturb_byte.
17391         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17392
17393         * malloc/malloc.c: (force_reg): Remove.
17394         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17395         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17396         force_reg by atomic_forced_read.
17397         * malloc/arena.c (ptmalloc_init): Likewise.
17398         * malloc/hooks.c (top_check): Likewise.
17399
17400 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17401
17402         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17403
17404 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17405
17406         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17407
17408 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17409
17410         * math/auto-libm-test-in: Add tests of lgamma.
17411         * math/auto-libm-test-out: Regenerated.
17412         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17413         (M_LOG_2_SQRT_PIl): Likewise.
17414         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17415         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17416         mpfr_f_f1.
17417         (func_calc_desc): Add mpfr_f_f1 union field.
17418         (ARGS1): New macro.
17419         (ARGS2): Likewise.
17420         (ARGS3): Likewise.
17421         (ARGS4): Likewise.
17422         (RET1): Likewise.
17423         (RET2): Likewise.
17424         (CALC): Likewise.
17425         (FUNC): Likewise.
17426         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17427         (test_functions): Add lgamma.
17428         (calc_generic_results): Handle mpfr_f_f1.
17429         * sysdeps/i386/fpu/libm-test-ulps: Update.
17430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17431
17432 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17433
17434         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17435         __mpn_add_n for PowerPC64/POWER7.
17436         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17437         __mpn_sub_n for PowerPC64/POWER7.
17438
17439         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17440         __mpn_addmul_1 for PowerPC64.
17441         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17442         __mpn_submul_1 for PowerPC64.
17443         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17444         for PowerPC64.
17445         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17446         for PowerPC64.
17447
17448 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17449
17450         [BZ #15089]
17451         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17452
17453 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17454
17455         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17456
17457         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17458         add multiarch folders.
17459         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17460         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17461         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17462         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17463         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17464         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17465         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17466         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17467         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17468         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17469         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17476
17477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17478         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17480         New file.
17481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17482         New file.
17483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17484         multiarch __ieee754_hypot for PowerPC32.
17485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17486         New file.
17487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17488         New file.
17489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17490         multiarch __ieee754_hypotf for PowerPC32.
17491
17492         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17493         long_double_symbol only if __logbl is defined.
17494         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17495         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17496         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17497         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17498         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17499         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17500         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17501         path for implementation.
17502         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17503         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17505         logb, and logbl multiarch implementations for PowerPC32.
17506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17507         file.
17508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17509         file.
17510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17511         multiarch logb for PowerPC32.
17512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17513         file.
17514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17515         file.
17516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17517         multiarch logbf for PowerPC32.
17518         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17520         file.
17521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17522         multiarch logbl implementation for PowerPC32.
17523
17524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17525         and modff multiarch implementations.
17526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17527         New file.
17528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17529         New file.
17530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17531         multiarch modf for PowerPC32.
17532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17533         New file.
17534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17535         New file.
17536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17537         multiarch modff for PowerPC32.
17538
17539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17540         and lrintf multiarch implementations.
17541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17542         New file.
17543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17544         New file.
17545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17546         multiarch lrint for PowerPC32.
17547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17548         file: multiarch lrintf for PowerPC32.
17549
17550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17551         and lroundf multiarch implementations.
17552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17553         New file.
17554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17555         New file.
17556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17557         New file.
17558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17559         multiarch lround for PowerPC32.
17560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17561         file: multiarch lroundf for PowerPC32.
17562
17563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17564         copysign and copysignf multiarch implementations.
17565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17566         New file.
17567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17568         New file.
17569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17570         file: multiarch copysign for PowerPC32.
17571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17572         file: multiarch copysignf for PowerPC32.
17573
17574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17575         and truncf multiarch implementations.
17576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17577         New file.
17578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17579         file.
17580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17581         multiarch trunc for PowerPC32.
17582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17583         New file.
17584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17585         New file.
17586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17587         multiarch truncf for PowerPC32.
17588
17589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17590         and roundf multiarch implementations.
17591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17592         New file.
17593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17594         file.
17595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17596         multiarch round for PowerPC32.
17597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17598         New file.
17599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17600         New file.
17601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17602         multiarch roundf for PowerPC32.
17603
17604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17605         and floorf multiarch implementations.
17606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17607         New file.
17608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17609         file.
17610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17611         multiarch floor for PowerPC32.
17612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17613         New file.
17614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17615         New file.
17616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17617         multiarch floorf for PowerPC32.
17618
17619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17620         and ceilf multiarch implementations.
17621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17622         New file.
17623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17624         file.
17625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17626         multiarch ceil for PowerPC32.
17627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17628         New file.
17629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17630         file.
17631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17632         multiarch ceilf for PowerPC32.
17633
17634         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17635         is defined.
17636         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17637         FINITEF is defined.
17638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17639         and finitef multiarch implementations.
17640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17641         New file.
17642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17643         file.
17644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17645         multiarch finite for PowerPC32.
17646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17647         New file.
17648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17649         file: multiarch finitef for PowerPC32.
17650
17651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17652         and isinff multiarch implementations.
17653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17654         file.
17655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17656         file.
17657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17658         multiarch isinf for PowerPC32.
17659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17660         New file.
17661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17662         multiarch isinff for PowerPC32.
17663
17664         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17665         alias when __isnan is defined.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17667         and isnanf multiarch implementations.
17668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17669         file.
17670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17671         file.
17672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17673         file.
17674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17675         file.
17676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17677         multiarch isnan for PowerPC32.
17678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17679         New file.
17680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17681         New file.
17682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17683         multiarch isnanf for PowerPC32.
17684
17685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17686         and sqrtf multiarch implementations.
17687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17688         file.
17689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17690         file.
17691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17692         multiarch sqrt for PowerPC32.
17693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17694         file.
17695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17696         file.
17697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17698         multiarch sqrtf for PowerPC32.
17699
17700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17701         and llroundf multiarch implementations.
17702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17703         New file.
17704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17705         New file.
17706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17707         New file.
17708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17709         file: multiarch llround for PowerPC32.
17710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17711         file: multiarch llroundf for PowerPC32.
17712
17713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17714         multiarch PowerPC32 fpu implementations.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17716         New file.
17717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17718         New file.
17719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17720         multiarch llrint for PowerPC32.
17721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17722         New file.
17723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17724         New file.
17725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17726         file.
17727
17728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17729
17730         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17731         file.
17732         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17733         file.
17734         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17735         file.
17736         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17737         multiarch wordcopy for PPC32.
17738         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17739         wordcopy objects.
17740         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17741         (__libc_ifunc_impl_list): Likewise.
17742         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17743         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17744         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17745         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17746         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17747         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17748
17749         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17750         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17751         file.
17752         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17753         file.
17754         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17755         file.
17756         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17757         multiarch wcscpy for PPC32.
17758         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17759         multiarch objects.
17760         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17761         (__libc_ifunc_impl_list): Likewise.
17762         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17763         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17764         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17765         sysdeps/powerpc/power6/wcscpy.c.
17766
17767         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17768         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17769         file.
17770         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17771         file.
17772         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17773         file.
17774         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17775         multiarch wcsrchr for PPC32.
17776         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17777         multiarch objects.
17778         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17779         (__libc_ifunc_impl_list): Likewise.
17780         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17781         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17782         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17783         sysdeps/powerpc/power6/wcsrchr.c.
17784
17785         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17786         file.
17787         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17788         file.
17789         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17790         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17791         multiarch wcschr for PPc32.
17792         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17793         multiarch objects.
17794         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17795         (__libc_ifunc_impl_list): Likewise.
17796         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17797         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17798         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17799         sysdeps/powerpc/power6/wcschr.c.
17800
17801         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17802         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17803         file.
17804         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17805         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17806         file: multiarch strchr for PPC32.
17807         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17808         multiarch objects.
17809         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17810         (__libc_ifunc_impl_list): Likewise.
17811
17812         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17813         name.
17814         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17815         file.
17816         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17817         file.
17818         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17819         multiarch strchrnul for PPC32.
17820         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17821         multiarch objects.
17822         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17823         (__libc_ifunc_impl_list): Likewise.
17824
17825         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17826         file.
17827         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17828         multiarch strncasecmp for PPC32.
17829         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17830         file.
17831         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17832         multiarch strncasecmp_l for PPC32.
17833         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17834         strncasecmp multiarch objects.
17835         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17836         (__libc_ifunc_impl_list): Likewise.
17837
17838         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17839         file.
17840         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17841         multiarch strncasecmp for PPC32.
17842         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17843         New file.
17844         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17845         multiarch strcasecmp_l for PPC32.
17846         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
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/strncmp-power7.S: New
17852         file.
17853         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17854         file.
17855         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17856         multiarch strncmp for PPC32.
17857         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
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/rtld-strnlen.c: New file.
17863         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17864         file.
17865         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17866         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17867         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17868         multiarch objects.
17869         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17870         (__libc_ifunc_impl_list): Likewise.
17871
17872         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17873         file.
17874         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17875         file.
17876         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17877         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17878         multiarch objects.
17879         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17880         (__libc_ifunc_impl_list): Likewise.
17881
17882         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17883         file.
17884         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17885         file.
17886         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17887         multiarch rawmemchr for PPC32.
17888         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17889         multiarch objects.
17890         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17891         (__libc_ifunc_impl_list): Likewise.
17892
17893         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17894         file.
17895         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17896         file.
17897         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17898         file: memrchr multiarch for PPC32.
17899         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17900         multiarch objects.
17901         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17902         (__libc_ifunc_impl_list): Likewise.
17903
17904         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17905         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17906         file.
17907         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17908         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17909         multiarch memchr for PPC32.
17910         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17911         multiarch objects.
17912         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17913         (__libc_ifunc_impl_list): Likewise.
17914
17915         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17916         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17917         file.
17918         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17919         file.
17920         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17921         file: multiarch mempcpy for PPC32.
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17923         multiarch objects.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17925         (__libc_ifunc_impl_list): Likewise.
17926
17927         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17928         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17929         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17930         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17931         multiarch bzero for PPC32.
17932         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17933         file.
17934         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17935         file.
17936         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17937         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17938         file: multiarch memset for PPC32.
17939         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17940         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17941         memset multiarch objects.
17942         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17943         (__libc_ifunc_impl_list): Likewise.
17944
17945         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17946         file.
17947         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17948         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17949         memcmp for PPC32.
17950         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17952         multiarch objects.
17953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17954         (__libc_ifunc_impl_list): Likewise.
17955
17956         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17957         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17958         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17959         file.
17960         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17963         file.
17964         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17965         multiarch memcpy for PPC32.
17966         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17967         multiarch objects.
17968         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17969         (__libc_ifunc_impl_list): Likewise.
17970
17971         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17972         support multiarch for POWER/PPC32.
17973         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17974         Likewise.
17975         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17977         Implies file to make multiarch folder appers before the fpu and
17978         default folder for power4 configuration.
17979
17980 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17981
17982         * scripts/bench.pl: Append volatile keyword to type.
17983
17984 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17985
17986         * sysdeps/sh/sotruss-lib.c: New file.
17987         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17988
17989 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17990
17991         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17992
17993 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17994
17995         [BZ #6810]
17996         * math/w_tgamma.c: Include <errno.h>.
17997         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17998         * math/w_tgammaf.c: Include <errno.h>.
17999         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18000         * math/w_tgammal.c: Include <errno.h>.
18001         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18002         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18003         underflow.  Add more tgamma tests.
18004         * math/auto-libm-test-out: Regenerated.
18005         * sysdeps/i386/fpu/libm-test-ulps: Update.
18006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18007
18008         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18009         sin, sinh, tan, tanh, tgamma, y0 and y1.
18010         * math/auto-libm-test-out: Regenerated.
18011         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18012         (TEST_COND_x86): Likewise.
18013         (M_E2l): Remove macro.
18014         (M_E3l): Likewise.
18015         (M_2_SQRT_PIl): Likewise.
18016         (M_SQRT_PIl): Likewise.
18017         (M_1_DIV_El): Likewise.
18018         (log_test_data): Use AUTO_TESTS_f_f.
18019         (log10_test_data): Likewise.
18020         (log1p_test_data): Likewise.
18021         (log2_test_data): Likewise.
18022         (sin_test_data): Likewise.
18023         (sin_tonearest_test_data): Likewise.
18024         (sin_towardzero_test_data): Likewise.
18025         (sin_downward_test_data): Likewise.
18026         (sin_upward_test_data): Likewise.
18027         (sinh_test_data): Likewise.
18028         (sinh_tonearest_test_data): Likewise.
18029         (sinh_towardzero_test_data): Likewise.
18030         (sinh_downward_test_data): Likewise.
18031         (sinh_upward_test_data): Likewise.
18032         (tan_test_data): Likewise.
18033         (tan_tonearest_test_data): Likewise.
18034         (tan_towardzero_test_data): Likewise.
18035         (tan_downward_test_data): Likewise.
18036         (tan_upward_test_data): Likewise.
18037         (tanh_test_data): Likewise.
18038         (tgamma_test_data): Likewise.
18039         (y0_test_data): Likewise.
18040         (y1_test_data): Likewise.
18041         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18042         (special_real_inputs): Add pi/4.
18043         * sysdeps/i386/fpu/libm-test-ulps: Update.
18044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18045
18046 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18047
18048         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18049         "longjmp_target" static probes.
18050         (__longjmp): Rename to __longjmp_symbol.
18051         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18052         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18053         on which longjmp to generate.
18054         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18055         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18056         probe.
18057         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18058         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18059         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18060         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18061         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18062         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18064         __longjmp_symbol based on which __longjmp to generate.
18065         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18066         probe.
18067         (setjmp): Rename to setjmp_symbol.
18068         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18069         (_setjmp): Rename to _setjmp_symbol.
18070         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18071         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18072         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18073         which setjmp to generate.
18074         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18075         "longjmp_target" static probes.
18076
18077 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18078
18079         * benchtests/README: Add note about output arguments.
18080         * benchtests/bench-sincos.c: Remove file.
18081         * benchtests/sincos-inputs: New file.
18082         * scripts/bench.pl: Identify output arguments and define
18083         static variables for them.
18084
18085         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18086
18087         [BZ #15941]
18088         * Makefile (INSTALL): Add install-plain.texi as the primary
18089         dependency.
18090         * manual/install-plain.texi: New file.
18091         * manual/install.texi: Include node directive only for
18092         non-plaintext output.
18093
18094 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18095
18096         * stdlib/longlong.h: Update from GCC.
18097
18098         [BZ #6807]
18099         [BZ #15901]
18100         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18101         * math/w_j0f.c (y0f): Likewise.
18102         * math/w_j0l.c (__y0l): Likewise.
18103         * math/w_j1.c (y1): Likewise.
18104         * math/w_j1f.c (y1f): Likewise.
18105         * math/w_j1l.c (__y1l): Likewise
18106         * math/w_jn.c (yn): Likewise.
18107         * math/w_jnf.c (ynf): Likewise.
18108         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18109         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18110         value for Bessel function domain errors outside _SVID_ mode.
18111         Adjust sign of return value for yn (negative integer, 0).
18112         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18113         by zero in return for negative x and set sign appropriately for
18114         negative n.
18115         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18116         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18117         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18118         expectations in error cases.
18119         (y1_test_data): Likewise.
18120         (yn_test_data): Likewise.
18121         * sysdeps/i386/fpu/libm-test-ulps: Update.
18122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18123
18124 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18125
18126         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18127         "64" to "64-v1".  Add "64-v2".
18128         (abi-64-options): Rename to ...
18129         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18130         (abi-64-condition): Rename to ...
18131         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18132         (abi-64-ld-soname): Rename to ...
18133         (abi-64-v1-ld-soname): ... this.
18134         (abi-64-v2-options): Define.
18135         (abi-64-v2-condition): Likewise.
18136         (abi-64-v2-ld-soname): Likewise.
18137         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18138         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18142
18143 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18144             Alan Modra  <amodra@gmail.com>
18145
18146         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18147         New versions for use with the ELFv2 ABI.
18148         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18149         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18150         declaration.
18151         (struct La_ppc64v2_retval): Likewise.
18152         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18153         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18154         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18155         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18156         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18157         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18158         Do not save or restore CR.
18159         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18160         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18161         return values for ELFv2 ABI.  Fix location of FPR return registers.
18162         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18163         updated values for _CALL_ELF == 2.
18164         (La_regs, La_retval, int_retval): Likewise.
18165
18166 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18167
18168         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18169         (FRAME_MIN_SIZE_PARM): Likewise.
18170         (FRAME_BACKCHAIN): Likewise.
18171         (FRAME_CR_SAVE): Likewise.
18172         (FRAME_LR_SAVE): Likewise.
18173         (FRAME_TOC_SAVE): Likewise.
18174         (FRAME_PARM_SAVE): Likewise.
18175         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18176         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18177         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18178         (call_mcount_parm_offset): New macro.
18179         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18180         (PROF): Use symbolic stack frame offsets.
18181         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18182         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18183         Redefine in terms of FRAME_MIN_SIZE.
18184         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18185         (_dl_profile_resolve): Likewise.  Update comment.
18186         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18187         symbols stack frame offsets.
18188         (__sigsetjmp): Likewise.
18189         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18190         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18191         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18192         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18193
18194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18195         (FRAME_BACKCHAIN): Remove.
18196         (FRAME_CR_SAVE): Likewise.
18197         (FRAME_LR_SAVE): Likewise.
18198         (FRAME_COMPILER_DW): Likewise.
18199         (FRAME_LINKER_DW): Likewise.
18200         (FRAME_TOC_SAVE): Likewise.
18201         (FRAME_PARM_SAVE): Likewise.
18202         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18203         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18204         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18206         (CHECK_SP): Use symbolic stack frame offsets.
18207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18208         zone" instead of caller's parameter save area for temp storage.
18209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18210         Likewise.  Also, use symbolic stack frame offsets.
18211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18212         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18213         our own stack frame instead of the caller's.
18214         (__socket): Use symbolic stack frame offsets.
18215
18216 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18217             Alan Modra  <amodra@gmail.com>
18218
18219         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18220         Define.
18221         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18222         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18223         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18224         New function.
18225         (elf_machine_fixup_plt): Call it.
18226         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18227         reloc arguments.
18228         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18229         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18230         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18231         r2 before calling target.
18232
18233 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18234             Alan Modra  <amodra@gmail.com>
18235
18236         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18237         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18238         versions of macros to support ELFv2 ABI.
18239         (LOCALENTRY): New macro.
18240         (ENTRY, EALIGN): Use it.
18241         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18242         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18243         fall through into ENTRY entry point.
18244         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18245         Only define if _CALL_ELF != 2.
18246
18247         (elf_machine_matches_host): Verify ABI version matches.
18248         (RTLD_START): Use LOCALENTRY.
18249         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18250         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18251         (PLT_ENTRY_WORDS): New macro.
18252         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18253         (elf_machine_runtime_setup): Support ELFv2 ABI.
18254         (elf_machine_fixup_plt): Likewise.
18255         (elf_machine_plt_conflict): Likewise.
18256         (resolve_ifunc): Likewise.
18257         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18258         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18259         Likewise.
18260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18261         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18263         (makecontext): Support ELFv2 ABI.
18264         * elf/elf.h (EF_PPC64_ABI): Define.
18265
18266 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18267
18268         * sysdeps/powerpc/powerpc64/sysdep.h
18269         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18270         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18271         (ENTRY) [ASSEMBLER]: ... but instead here ...
18272         (EALIGN) [ASSEMBLER]: ... and here.
18273         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18274         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18275         (ENTRY_2) [!ASSEMBLER]: Use it.
18276         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18277         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18278         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18279         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18280         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18282         Use PPC64_LOAD_FUNCPTR.
18283
18284         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18285
18286 2013-12-04  Alan Modra  <amodra@gmail.com>
18287
18288         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18289         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18290         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18291         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18292
18293         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18294         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18295         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18296         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18297         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18298         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18299
18300 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18301
18302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18303         (__makecontext): Fix incorrect CFI when backtracing out of
18304         context created via makecontext.
18305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18306         (__setcontext): Fix incorrect CFI during switch to new context.
18307         (__novec_setcontext): Likewise.
18308
18309 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18310
18311         [BZ #4772]
18312         * time/strptime_l.c (__strptime_internal): Allow modifiers
18313         in strptime.
18314         * time/tst-strptime.c (day_tests): Add testcase.
18315
18316 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18317
18318         * scripts/bench.pl: Skip over blank lines.
18319
18320 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18321
18322         [BZ #926]
18323         * manual/time.texi (Calendar Time): Clarify what timezone functions
18324         use.
18325
18326 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18327
18328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18329
18330 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18331
18332         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18333         implementation.
18334         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18335         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18336         * debug/memset_chk.c (__memset_chk): Likewise.
18337         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18338         * debug/strncpy_chk.c: Likewise.
18339
18340 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18341
18342         [BZ #15268]
18343         [BZ #15425]
18344         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18345         (__ieee754_exp): For possibly underflowing results, check size of
18346         result and force underflow exception if required.
18347         * math/auto-libm-test-in: Add more tests of exp.
18348         * math/auto-libm-test-out: Regenerated.
18349         * sysdeps/i386/fpu/libm-test-ulps: Update.
18350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18351
18352         [BZ #16283]
18353         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18354         * math/w_exp2f.c (__exp2f): Likewise.
18355         * math/w_exp2l.c (__exp2l): Likewise.
18356         * math/auto-libm-test-in: Do not allow missing errno on exp2
18357         underflow.
18358         * math/auto-libm-test-out: Regenerated.
18359
18360 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18361
18362         [BZ #16274]
18363         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18364         handle filename validation.
18365         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18366         (do_open): Delete.
18367
18368 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18369
18370         [BZ #6786]
18371         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18372         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18373         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18374         <float.h>.
18375         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18376         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18377         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18378         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18379         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18380         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18381         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18382         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18383         Add more erfc tests.
18384         * math/auto-libm-test-out: Regenerated.
18385         * sysdeps/i386/fpu/libm-test-ulps: Update.
18386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18387
18388         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18389         exp2, expm1, j0 and j1.
18390         * math/auto-libm-test-out: Regenerated.
18391         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18392         (erfc_test_data): Likewise.
18393         (exp_test_data): Likewise.
18394         (exp_tonearest_test_data): Likewise.
18395         (exp_towardzero_test_data): Likewise.
18396         (exp_downward_test_data): Likewise.
18397         (exp_upward_test_data): Likewise.
18398         (exp10_test_data): Likewise.
18399         (exp2_test_data): Likewise.
18400         (expm1_test_data): Likewise.
18401         (j0_test_data): Likewise.
18402         (j1_test_data): Likewise.
18403         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18404         (input_flag_type): Add flag_xfail_rounding.
18405         (input_flags): Add xfail-rounding.
18406         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18407         (output_for_one_input_case): Handle flag_xfail_rounding.
18408         * sysdeps/i386/fpu/libm-test-ulps: Update.
18409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18410
18411 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18412
18413         [BZ #16289]
18414         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18415         division by 0.
18416
18417 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18418
18419         [BZ #16195]
18420         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18421         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18422         (STAP_PROBE0): New macro.
18423         (STAP_PROBE1): Likewise.
18424         (STAP_PROBE2): Likewise.
18425         (STAP_PROBE3): Likewise.
18426         (STAP_PROBE4): Likewise.
18427
18428 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18429
18430         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18431
18432 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18433
18434         * benchtests/Makefile (bench): Add sqrt.
18435         (LDLIBS-bench-sqrt): New.
18436         * benchtests/sqrt-input: New.
18437
18438 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18439
18440         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18441         (GAIH_EAI): Likewise.
18442         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18443         (gaih_inet): Likewise.
18444         (getaddrinfo): Don't use GAIH_EAI.
18445
18446         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18447         (struct gaih): Remove definition.
18448
18449 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18450
18451         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18452         Use HERRNOP directly.
18453
18454 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18455
18456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18457
18458 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18459
18460         * math/gen-auto-libm-tests.c (test_functions): Add more
18461         single-argument functions.
18462         (special_fill_pi_2): New function.
18463         (special_fill_minus_pi_2): Likewise.
18464         (special_fill_pi_6): Likewise.
18465         (special_fill_minus_pi_6): Likewise.
18466         (special_fill_pi_3): Likewise.
18467         (special_fill_2pi_3): Likewise.
18468         (special_fill_e): Likewise.
18469         (special_fill_1_e): Likewise.
18470         (special_fill_e_minus_1): Likewise.
18471         (special_real_inputs): Add more special inputs.
18472         (output_for_one_input_case): Do not require ERANGE on underflow to
18473         zero if round-to-nearest result does not underflow to zero, unless
18474         exact results required.
18475         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18476         atan, atanh, cbrt, cos and cosh.
18477         * math/auto-libm-test-out: Regenerated.
18478         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18479         (acos_tonearest_test_data): Likewise.
18480         (acos_towardzero_test_data): Likewise.
18481         (acos_downward_test_data): Likewise.
18482         (acos_upward_test_data): Likewise.
18483         (acosh_test_data): Likewise.
18484         (asin_test_data): Likewise.
18485         (asin_tonearest_test_data): Likewise.
18486         (asin_towardzero_test_data): Likewise.
18487         (asin_upward_test_data): Likewise.
18488         (asinh_test_data): Likewise.
18489         (atan_test_data): Likewise.
18490         (atanh_test_data): Likewise.
18491         (cbrt_test_data): Likewise.
18492         (cos_test_data): Likewise.
18493         (cos_tonearest_test_data): Likewise.
18494         (cos_towardzero_test_data): Likewise.
18495         (cos_downward_test_data): Likewise.
18496         (cos_upward_test_data): Likewise.
18497         (cosh_test_data): Likewise.
18498         (cosh_tonearest_test_data): Likewise.
18499         (cosh_towardzero_test_data): Likewise.
18500         (cosh_downward_test_data): Likewise.
18501         (cosh_upward_test_data): Likewise.
18502         * sysdeps/i386/fpu/libm-test-ulps: Update.
18503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18504
18505 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18506
18507         [BZ #6787]
18508         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18509         * math/w_exp10f.c (__exp10f): Likewise.
18510         * math/w_exp10l.c (__exp10l): Likewise.
18511         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18512         errno settings in existing tests.
18513
18514         [BZ #14032]
18515         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18516         precision control set to double precision.
18517         * sysdeps/i386/fpu/w_sqrt.c: New file.
18518         * math/auto-libm-test-in: Add more tests.
18519         * math/auto-libm-test-out: Update.
18520
18521         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18522         (sqrt_test_tonearest): New function.
18523         (sqrt_towardzero_test_data): New variable.
18524         (sqrt_test_towardzero): New function.
18525         (sqrt_downward_test_data): New variable.
18526         (sqrt_test_downward): New function.
18527         (sqrt_upward_test_data): New variable.
18528         (sqrt_test_upward): New function.
18529         (main): Call the new functions.
18530
18531         * math/gen-auto-libm-tests.c: New file.
18532         * math/auto-libm-test-in: Likewise.
18533         * math/auto-libm-test-out: New generated file.
18534         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18535         variables.
18536         (%beautify): Add generated representations of zero.
18537         (top level): Set $auto_input and call parse_auto_input.
18538         (beautify): Remove trailing "f" from hex float constants.
18539         (parse_args): Handle XFAIL_TEST.
18540         (convert_condition): New function.
18541         (or_value): Likewise.
18542         (or_cond_value): Likewise.
18543         (generate_testfile): Handle AUTO_TESTS_* lines.
18544         (parse_auto_input): New function.
18545         * math/libm-test.inc (XFAIL_TEST): New macro.
18546         (ERRNO_UNCHANGED): Update value.
18547         (ERRNO_EDOM): Likewise.
18548         (ERRNO_ERANGE): Likewise.
18549         (IGNORE_RESULT): Likewise.
18550         (TEST_COND_flt_32): New macro.
18551         (TEST_COND_dbl_64): Likewise.
18552         (TEST_COND_ldbl_96_intel): Likewise.
18553         (TEST_COND_ldbl_96_m68k): Likewise.
18554         (TEST_COND_ldbl_128): Likewise.
18555         (TEST_COND_ldbl_128ibm): Likewise.
18556         (TEST_COND_long32): Likewise.
18557         (TEST_COND_long64): Likewise.
18558         (TEST_COND_before_rounding): Likewise.
18559         (TEST_COND_after_rounding): Likewise.
18560         (enable_test): Handle XFAIL_TEST flag.
18561         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18562         with finite results.
18563         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18564         auto-libm-test-out.
18565
18566 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18567             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18568
18569         [BZ #16214]
18570         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18571         __tls_get_addr_internal instead of __tls_get_offset in order to
18572         avoid GOT pointer dependency.  Make rtld export
18573         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18574         __tls_get_addr since we are a __tls_get_offset platform.
18575         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18576         GOT pointer being set up before.
18577         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18578
18579 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18580
18581         * manual/math.texi (Errors in Math Functions): Document accuracy
18582         goals.
18583
18584         [BZ #15004]
18585         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18586         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18587         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18588         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18589         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18590         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18591         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18592         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18593         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18594         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18595         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18596         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18597         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18598         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18599         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18600         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18601
18602         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18603         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18604         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18605         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18606         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18607         Likewise.
18608         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18609         Likewise.
18610         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18611         Likewise.
18612         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18613         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18614         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18615         atomic-feupdateenv and flt-rounds.
18616         * sysdeps/powerpc/nofpu/Versions (libc): Add
18617         __atomic_feholdexcept, __atomic_feclearexcept,
18618         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18619         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18620         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18621         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18622         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18623         here.
18624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18625         Update.
18626
18627         * manual/arith.texi (FP Exceptions): Document that exceptions may
18628         not be raised when matherr is used.
18629         (Math Error Reporting): Document overflow in directed rounding
18630         modes.  Document that errno may not be set when finite values are
18631         returned on overflow.  Document intent to set errno on underflow
18632         only for underflow to zero.
18633
18634         [BZ #16271]
18635         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18636         round-to-nearest then adjust result for other rounding modes.
18637         * include/fenv.h (fegetround): Use libm_hidden_proto.
18638         * math/fegetround.c (fegetround): Use libm_hidden_def.
18639         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18640         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18641         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18642         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18643         Likewise.
18644         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18645         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18646         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18647         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18648
18649 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18650
18651         [BZ #16077]
18652         * nss/Versions (libnss_files): Add
18653         _nss_files_gethostbyname3_r.
18654         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18655         New function.
18656         (HOST_DB_LOOKUP): Remove macro.
18657         (_nss_files_gethostbyname_r): Implement function without the
18658         HOST_DB_LOOKUP macro.
18659         (_nss_files_gethostbyname2_r): Likewise.
18660
18661 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18662
18663         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18664
18665 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18666
18667         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18668         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18669         warning.
18670
18671 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18672
18673         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18674         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18675         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18676         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18677         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18678         __fe_nomask_env_priv and attribute_hidden.
18679         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18680         (libc_feupdateenv_test_ppc): Likewise.
18681         (libc_feresetround_ppc): Likewise.
18682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18683         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18684         compat_symbol macro.
18685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18686         (__fe_nomask_env): Likewise.
18687         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18688
18689 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18690
18691         * string/Makefile: Remove ifunc tests.
18692         * string/test-string.h: Define TEST_IFUNC.
18693         * string/test-bcopy-ifunc.c: Remove.
18694         * string/test-bzero-ifunc.c: Likewise.
18695         * string/test-memccpy-ifunc.c: Likewise.
18696         * string/test-memchr-ifunc.c: Likewise.
18697         * string/test-memcmp-ifunc.c: Likewise.
18698         * string/test-memcpy-ifunc.c: Likewise.
18699         * string/test-memmem-ifunc.c: Likewise.
18700         * string/test-memmove-ifunc.c: Likewise.
18701         * string/test-mempcpy-ifunc.c: Likewise.
18702         * string/test-memrchr-ifunc.c: Likewise.
18703         * string/test-memset-ifunc.c: Likewise.
18704         * string/test-rawmemchr-ifunc.c: Likewise.
18705         * string/test-stpcpy-ifunc.c: Likewise.
18706         * string/test-stpncpy-ifunc.c: Likewise.
18707         * string/test-strcasecmp-ifunc.c: Likewise.
18708         * string/test-strcasestr-ifunc.c: Likewise.
18709         * string/test-strcat-ifunc.c: Likewise.
18710         * string/test-strchr-ifunc.c: Likewise.
18711         * string/test-strchrnul-ifunc.c: Likewise.
18712         * string/test-strcmp-ifunc.c: Likewise.
18713         * string/test-strcpy-ifunc.c: Likewise.
18714         * string/test-strcspn-ifunc.c: Likewise.
18715         * string/test-strlen-ifunc.c: Likewise.
18716         * string/test-strncasecmp-ifunc.c: Likewise.
18717         * string/test-strncat-ifunc.c: Likewise.
18718         * string/test-strncmp-ifunc.c: Likewise.
18719         * string/test-strncpy-ifunc.c: Likewise.
18720         * string/test-strnlen-ifunc.c: Likewise.
18721         * string/test-strpbrk-ifunc.c: Likewise.
18722         * string/test-strrchr-ifunc.c: Likewise.
18723         * string/test-strspn-ifunc.c: Likewise.
18724         * string/test-strstr-ifunc.c: Likewise.
18725
18726 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18727
18728         * benchtests/Makefile: Remove ifunc tests.
18729         * benchtests/bench-string.h: Define TEST_IFUNC.
18730         * benchtests/bench-bcopy-ifunc.c: Remove.
18731         * benchtests/bench-bzero-ifunc.c: Likewise.
18732         * benchtests/bench-memccpy-ifunc.c: Likewise.
18733         * benchtests/bench-memchr-ifunc.c: Likewise.
18734         * benchtests/bench-memcmp-ifunc.c: Likewise.
18735         * benchtests/bench-memcpy-ifunc.c: Likewise.
18736         * benchtests/bench-memmem-ifunc.c: Likewise.
18737         * benchtests/bench-memmove-ifunc.c: Likewise.
18738         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18739         * benchtests/bench-memrchr-ifunc.c: Likewise.
18740         * benchtests/bench-memset-ifunc.c: Likewise.
18741         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18742         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18743         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18744         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18745         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18746         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18747         * benchtests/bench-strcat-ifunc.c: Likewise.
18748         * benchtests/bench-strchr-ifunc.c: Likewise.
18749         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18750         * benchtests/bench-strcmp-ifunc.c: Likewise.
18751         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18752         * benchtests/bench-strcpy-ifunc.c: Likewise.
18753         * benchtests/bench-strcspn-ifunc.c: Likewise.
18754         * benchtests/bench-strlen-ifunc.c: Likewise.
18755         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18756         * benchtests/bench-strncat-ifunc.c: Likewise.
18757         * benchtests/bench-strncmp-ifunc.c: Likewise.
18758         * benchtests/bench-strncpy-ifunc.c: Likewise.
18759         * benchtests/bench-strnlen-ifunc.c: Likewise.
18760         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18761         * benchtests/bench-strrchr-ifunc.c: Likewise.
18762         * benchtests/bench-strsep-ifunc.c: Likewise.
18763         * benchtests/bench-strspn-ifunc.c: Likewise.
18764         * benchtests/bench-strstr-ifunc.c: Likewise.
18765
18766 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18767
18768         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18769
18770 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18771
18772         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18773         * rt/aio.h: Likewise.
18774         * sysdeps/gnu/bits/utmp.h: Likewise.
18775         * sysdeps/gnu/bits/utmpx.h: Likewise.
18776         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18777         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18778         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18779         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18780         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18781         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18782         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18783         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18784         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18785         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18786         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18787         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18788         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18790         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18791         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18792         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18793         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18794         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18795         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18796         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18797         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18798         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18799         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18800         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18801         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18802         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18803         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18804         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18805         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18806         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18807         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18808         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18809         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18810         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18811         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18812         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18813         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18814         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18815         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18816         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18817         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18818
18819 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18820
18821         [BZ #16245]
18822         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18823         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18824
18825 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18826
18827         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18828         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18829         Likewise.
18830
18831 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18832
18833         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18834         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18835         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18836         (__fesetround): Remove define.
18837         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18838         rounding and exceptions handling.
18839         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18840         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18841         (__fe_nomask_env): Likewise.
18842         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18843         __fegetround instead of fegetround.
18844         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18845         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18846
18847 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18848
18849         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18850         it's there.
18851
18852         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18853
18854 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18855
18856         [BZ #11157]
18857         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18858         (encrypt_r): Likewise.
18859         * malloc/obstack.h (obstack_free): Likewise.
18860         * posix/unistd.h (encrypt): Likewise.
18861
18862 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18863
18864         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18865         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18866         DL_CALL_DT_FINI() that call the functions directly.
18867         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18868         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18869         * elf/dl-fini.c: Likewise.
18870
18871 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18872
18873         * malloc/hooks.c (memalign_check): Add alignment rounding.
18874         * malloc/malloc.c (_mid_memalign): New function.
18875         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18876         Implement by calling _mid_memalign.
18877         * manual/probes.texi (Memory Allocation Probes): Remove
18878         memory_valloc_retry and memory_pvalloc_retry.
18879
18880 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18881
18882         * locale/programs/locarchive.c (open_archive): Add const
18883         qualifier to ARCHIVEFNAME and copy default fname to
18884         DEFAULT_FNAME.
18885
18886         [BZ #15601]
18887         * libio/tst-widetext.input: Rename Oriya to Odia.
18888         * locale/iso-639.def: Likewise.
18889
18890         * manual/probes.texi (Mathematical Function Probes): Add
18891         documentation for sin, cos, asin and acos probes.
18892         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18893         (__sin32): Add slowasin probe.
18894         (__cos32): Add slowacos probe.
18895         (__mpsin): Add slowsin probe.
18896         (__mpcos): Add slowcos probe.
18897
18898 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18899
18900         [BZ #15483]
18901         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18902         thread-local __sim_exceptions_thread and global
18903         __sim_exceptions_global.
18904         (__sim_disabled_exceptions): Change to thread-local
18905         __sim_disabled_exceptions_thread and global
18906         __sim_disabled_exceptions_global.
18907         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18908         and global __sim_round_mode_global.
18909         (__simulate_exceptions): Use thread-local floating-point state and
18910         set global state from it as needed.
18911         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18912         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18913         __sim_round_mode_thread.
18914         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18915         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18916         and global __sim_exceptions_global.
18917         (__sim_disabled_exceptions): Change to thread-local
18918         __sim_disabled_exceptions_thread and global
18919         __sim_disabled_exceptions_global.
18920         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18921         and global __sim_round_mode_global.
18922         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18923         (SIM_SET_GLOBAL): Likewise.
18924         * sysdeps/powerpc/soft-fp/sfp-machine.h
18925         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18926         __sim_round_mode_thread.
18927         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18928         __sim_disabled_exceptions_thread.
18929         (__sim_exceptions): Change to __sim_exceptions_thread.
18930         (__sim_disabled_exceptions): Change to
18931         __sim_disabled_exceptions_thread.
18932         (__sim_round_mode): Change to __sim_round_mode_thread.
18933         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18934         thread-local floating-point state and set global state from it as
18935         needed.
18936         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18937         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18938         (__sim_disabled_exceptions): Remove extern declaration.
18939         (feenableexcept): Use thread-local floating-point state and set
18940         global state from it as needed.
18941         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18942         extern declaration.
18943         (__sim_disabled_exceptions): Likewise.
18944         (__sim_round_mode): Likewise.
18945         (__fegetenv): Use thread-local floating-point state.
18946         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18947         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18948         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18949         floating-point state and set global state from it as needed.
18950         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18951         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18952         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18953         Likewise.
18954         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18955         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18956         Likewise.
18957         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18958         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18959         Use __sim_round_mode_thread.
18960         * math/test-fenv-tls.c: New file.
18961         * math/Makefile (tests): Add test-fenv-tls.
18962         ($(objpfx)test-fenv-tls): Depend on
18963         $(common-objpfx)nptl/libpthread.so.
18964
18965 2013-11-19  Andreas Schwab  <schwab@suse.de>
18966
18967         * locale/programs/locale.c (show_info): Decode wordarray elements.
18968         * locale/categories.def (LC_MONETARY): Add element for
18969         _NL_MONETARY_CRNCYSTR.
18970         * locale/C-monetary.c (conversion_rate): New variable.
18971         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18972         element.
18973
18974 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18975
18976         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18977         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18978
18979 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18980
18981         * elf/Makefile (tst-auxv): New test.
18982         * elf/tst-auxv.c: New
18983         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18984
18985 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18986
18987         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18988         (hidden_proto): Caller changed.
18989         (hidden_tls_proto): New macro.
18990         (libc_hidden_tls_proto): Likewise.
18991         (rtld_hidden_tls_proto): Likewise.
18992         (libm_hidden_tls_proto): Likewise.
18993         (libresolv_hidden_tls_proto): Likewise.
18994         (librt_hidden_tls_proto): Likewise.
18995         (libdl_hidden_tls_proto): Likewise.
18996         (libnss_files_hidden_tls_proto): Likewise.
18997         (libnsl_hidden_tls_proto): Likewise.
18998         (libnss_nisplus_hidden_tls_proto): Likewise.
18999         (libutil_hidden_tls_proto): Likewise.
19000
19001 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19002
19003         [BZ #10253]
19004         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19005         (decompose_rpath): Defer expansion to fillin_rpath.
19006         (_dl_init_paths): Pass linkmap to fillin_rpath.
19007
19008 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19009
19010         * benchtests/Makefile: Add strsep.
19011         * benchtests/bench-strsep.c: New file: strsep benchtest.
19012         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19013
19014 2013-11-18  Andreas Schwab  <schwab@suse.de>
19015
19016         * locale/programs/locale.c (show_info) [case byte]: Check for
19017         '\377' instead of '\177'.
19018         * locale/C-monetary.c (not_available): Always use "\377".
19019         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19020         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19021         detect unavailable sign_posn locale elements.
19022         * locale/localeconv.c (__localeconv): For grouping and
19023         mon_grouping handle "\177" and "\377" like no grouping.
19024         (INT_ELEM): New macro.  Use it to set all numeric members.
19025         * locale/programs/ld-monetary.c (monetary_read)
19026         <tok_mon_grouping>: Normalize single -1 to the empty string.
19027         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19028         Likewise.
19029
19030 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19031
19032         [BZ #16055]
19033         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19034         when we match (nil).
19035         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19036
19037 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19038
19039         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19040         (NO_TEST_INLINE): Update value.
19041         (ERRNO_UNCHANGED): Likewise.
19042         (ERRNO_EDOM): Likewise.
19043         (ERRNO_ERANGE): Likewise.
19044         (IGNORE_RESULT): Likewise.
19045         (check_float_internal): Check signs of NaN results if
19046         TEST_NAN_SIGN used.
19047         (check_complex): Pass TEST_NAN_SIGN flag through to second
19048         check_float_internal call.
19049         (copysign_test_data): Add tests with quiet NaNs as second
19050         argument.  Use TEST_NAN_SIGN.
19051         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19052         TEST_NAN_SIGN.
19053         (signbit_test_data): Add tests of quiet NaN argument.
19054         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19055
19056         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19057         $ignore_result.
19058         (parse_args): Handle function results specified as IGNORE.
19059         * math/libm-test.inc (IGNORE_RESULT): New macro.
19060         (check_float_internal): Do not check numerical result if flag
19061         IGNORE_RESULT set.
19062         (check_complex): Pass through IGNORE_RESULT to second
19063         check_float_internal call.
19064         (check_int): Do not check numerical result if flag IGNORE_RESULT
19065         set.
19066         (check_long): Likewise.
19067         (check_bool): Likewise.
19068         (check_longlong): Likewise.
19069         (lrint_test_data): Add tests of infinite and NaN arguments.
19070         (lrint_tonearest_test_data): Likewise.
19071         (lrint_towardzero_test_data): Likewise.
19072         (lrint_downward_test_data): Likewise.
19073         (lrint_upward_test_data): Likewise.
19074         (llrint_test_data): Likewise.
19075         (llrint_tonearest_test_data): Likewise.
19076         (llrint_towardzero_test_data): Likewise.
19077         (llrint_downward_test_data): Likewise.
19078         (llrint_upward_test_data): Likewise.
19079         (lround_test_data): Likewise.
19080         (llround_test_data): Likewise.
19081
19082         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19083         (ERRNO_UNCHANGED): Update value.
19084         (ERRNO_EDOM): Likewise.
19085         (ERRNO_ERANGE): Likewise.
19086         (NO_TEST_INLINE_FLOAT): New macro.
19087         (NO_TEST_INLINE_DOUBLE): Likewise.
19088         (enable_test): New function.
19089         (RUN_TEST_f_f): Check enable_test before running test.
19090         (RUN_TEST_2_f): Likewise.
19091         (RUN_TEST_fff_f): Likewise.
19092         (RUN_TEST_c_f): Likewise.
19093         (RUN_TEST_f_f1): Likewise.
19094         (RUN_TEST_fF_f1): Likewise.
19095         (RUN_TEST_fI_f1): Likewise.
19096         (RUN_TEST_ffI_f1): Likewise.
19097         (RUN_TEST_c_c): Likewise.
19098         (RUN_TEST_cc_c): Likewise.
19099         (RUN_TEST_f_i): Likewise.
19100         (RUN_TEST_f_i_tg): Likewise.
19101         (RUN_TEST_ff_i_tg): Likewise.
19102         (RUN_TEST_f_b): Likewise.
19103         (RUN_TEST_f_b_tg): Likewise.
19104         (RUN_TEST_f_l): Likewise.
19105         (RUN_TEST_f_L): Likewise.
19106         (RUN_TEST_fFF_11): Likewise.
19107         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19108         conditionals.
19109         (cosh_test_data): Likewise.
19110         (exp_test_data): Likewise.
19111         (expm1_test_data): Likewise.
19112         (hypot_test_data): Likewise.
19113         (pow_test_data): Likewise.
19114         (sinh_test_data): Likewise.
19115         (tanh_test_data): Likewise.
19116         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19117         flags argument.
19118
19119         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19120         tests with quiet NaN input and output.
19121         (acosh_test_data): Likewise.
19122         (asin_test_data): Likewise.
19123         (asinh_test_data): Likewise.
19124         (atan_test_data): Likewise.
19125         (atanh_test_data): Likewise.
19126         (atan2_test_data): Likewise.
19127         (cbrt_test_data): Likewise.
19128         (cos_test_data): Likewise.
19129         (cosh_test_data): Likewise.
19130         (erf_test_data): Likewise.
19131         (erfc_test_data): Likewise.
19132         (exp_test_data): Likewise.
19133         (exp10_test_data): Likewise.
19134         (exp2_test_data): Likewise.
19135         (expm1_test_data): Likewise.
19136         (hypot_test_data): Likewise.
19137         (j0_test_data): Likewise.
19138         (j1_test_data): Likewise.
19139         (jn_test_data): Likewise.
19140         (lgamma_test_data): Likewise.
19141         (log_test_data): Likewise.
19142         (log10_test_data): Likewise.
19143         (log1p_test_data): Likewise.
19144         (log2_test_data): Likewise.
19145         (pow_test_data): Likewise.
19146         (scalb_test_data): Likewise.
19147         (sin_test_data): Likewise.
19148         (sincos_test_data): Likewise.
19149         (sinh_test_data): Likewise.
19150         (tan_test_data): Likewise.
19151         (tanh_test_data): Likewise.
19152         (tgamma_test_data): Likewise.
19153         (y0_test_data): Likewise.
19154         (y1_test_data): Likewise.
19155         (yn_test_data): Likewise.
19156
19157         [BZ #16167]
19158         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19159         argument being NaN and avoid computations with second argument in
19160         that case.
19161         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19162         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19163         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19164
19165 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19166
19167         * locale/iso-639.def: Add Chitwani Tharu (the).
19168
19169 2013-11-14  Andreas Schwab  <schwab@suse.de>
19170
19171         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19172         word instead of empty string.
19173
19174 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19175
19176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19177         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19179         (__fe_nomask_env): Likewise.
19180
19181 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19182
19183         * benchtests/bench-timing.h: Include time.h.
19184
19185 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19186
19187         [BZ #15997]
19188         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19189         to 3.4.0 for x32.
19190         * sysdeps/unix/sysv/linux/configure: Regenerated.
19191
19192 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19193
19194         [BZ #16151]
19195         * stdlib/strtod_l.c (round_and_return): Do not consider
19196         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19197         exponent one less than half the least subnormal exponent.
19198         * stdlib/test-strtod-round-data: Add more tests.
19199         * stdlib/tst-strtod-round.c (tests): Regenerated.
19200
19201 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19202
19203         [BZ #14143]
19204         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19205         (__fe_mask_env): Likewise.
19206         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19207         libm_hidden_proto and add function prototype.
19208         (__fe_mask_env): Add function prototype.
19209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19210         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19212         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19214         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19215
19216 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19217
19218         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19219         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19220
19221 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19222
19223         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19224         of htab_find_slot().
19225
19226 2013-11-11  David S. Miller  <davem@davemloft.net>
19227
19228         [BZ #16150]
19229         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19230         symbol in the non-vis3 case in static builds.
19231         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19232         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19233         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19234         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19235
19236 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19237
19238         [BZ #387]
19239         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19240         it is empty.
19241
19242 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19243
19244         * benchtests/Makefile: Add bench-strtod.
19245         * benchtests/bench-strtod.c: New file: strtod benchtest
19246
19247 2013-11-11  Andreas Schwab  <schwab@suse.de>
19248
19249         [BZ #16153]
19250         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19251         terminating NUL in key length.
19252
19253 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19254
19255         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19256         Add artificial ODP entry for vDSO symbol for PPC64.
19257         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19258         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19259
19260 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19261
19262         [BZ #15374]
19263         * nss/getent.c (services_keys): Recognize services starting with digit.
19264
19265 2013-11-06  David S. Miller  <davem@davemloft.net>
19266
19267         [BZ #15985]
19268         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19269         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19270
19271 2013-11-06  Will Newton  <will.newton@linaro.org>
19272
19273         * manual/memory.texi (Malloc Examples): Remove register
19274         keyword from examples.
19275
19276 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19277
19278         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19279
19280 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19281
19282         [BZ #6981]
19283         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19284         depending on [__GCC_IEC_559 > 0].
19285         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19286         depending on [__GCC_IEC_559_COMPLEX > 0].
19287
19288 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19289
19290         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19291         to iso-639.def.
19292
19293 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19294
19295         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19296
19297 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19298
19299         [BZ #16112]
19300         * malloc/malloc (malloc_info): Do not handle first bin as
19301         special case.
19302
19303 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19304
19305         * locale/iso-639.def: Add Central Nahuatl (nhn).
19306
19307 2013-11-01  Bruno Haible  <bruno@clisp.org>
19308
19309         [BZ #7003]
19310         * manual/math.texi (BSD Random): Specify range upper bound as
19311         in POSIX.
19312
19313 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19314
19315         * locale/iso-639.def: Add Meadow Mari (mhr).
19316
19317 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19318
19319         [BZ #14752], [BZ #15763]
19320         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19321         Validate name.
19322         * rt/tst_shm.c: Add test for escaping directory.
19323
19324 2013-10-31  Andreas Schwab  <schwab@suse.de>
19325
19326         [BZ #15917]
19327         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19328         followed by 'x' as part of digit sequence.
19329         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19330
19331 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19332
19333         [BZ #16037]
19334         * configure.ac: allow GNU Make 4.0 and greater.
19335         * configure: Regenerated.
19336
19337 2013-10-30  Will Newton  <will.newton@linaro.org>
19338
19339         [BZ #16038]
19340         * malloc/hooks.c (memalign_check): Limit alignment to the
19341         maximum representable power of two.
19342         * malloc/malloc.c (__libc_memalign): Likewise.
19343         * malloc/tst-memalign.c (do_test): Add test for very
19344         large alignment values.
19345         * malloc/tst-posix_memalign.c (do_test): Likewise.
19346
19347 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19348
19349         [BZ #11087]
19350         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19351         (munmap_chunk): Likewise.
19352         (mremap_chunk): Likewise.
19353
19354 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19355
19356         [BZ #15799]
19357         * stdlib/div.c (div): Remove obsolete code.
19358         * stdlib/ldiv.c (ldiv): Likewise.
19359         * stdlib/lldiv.c (lldiv): Likewise.
19360
19361 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19362
19363         [BZ #16071]
19364         * nss/nss_files/files-XXX.c (get_contents_ret): New
19365         enumerator.
19366         (get_contents): New function.
19367         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19368
19369 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19370
19371         * configure.in: Moved to ...
19372         * configure.ac: ... here. Change reference to configure.in
19373         to configure.ac.
19374         * sysdeps/arm/preconfigure.ac: ... here.
19375         configure.in to configure.ac.
19376         * sysdeps/gnu/configure.in: Moved to ...
19377         * sysdeps/gnu/configure.ac: ... here.
19378         * sysdeps/i386/configure.in: Moved to ...
19379         * sysdeps/i386/configure.ac: ... here.
19380         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19381         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19382         * sysdeps/mach/configure.in: Moved to ...
19383         * sysdeps/mach/configure.ac: ... here.
19384         * sysdeps/mach/hurd/configure.in: Moved to ...
19385         * sysdeps/mach/hurd/configure.ac: ... here.
19386         * sysdeps/powerpc/configure.in: Moved to ...
19387         * sysdeps/powerpc/configure.ac: ... here.
19388         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19389         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19390         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19391         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19392         * sysdeps/s390/s390-32/configure.in: Moved to ...
19393         * sysdeps/s390/s390-32/configure.ac: ... here.
19394         * sysdeps/s390/s390-64/configure.in: Moved to ...
19395         * sysdeps/s390/s390-64/configure.ac: ... here.
19396         * sysdeps/sh/configure.in: Moved to ...
19397         * sysdeps/sh/configure.ac: ... here.
19398         * sysdeps/sparc/configure.in: Moved to ...
19399         * sysdeps/sparc/configure.ac: ... here.
19400         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19401         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19402         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19403         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19404         * sysdeps/x86_64/configure.in: Moved to ...
19405         * sysdeps/x86_64/configure.ac: ... here.
19406         * sysdeps/x86_64/preconfigure.in: Moved to ...
19407         * sysdeps/x86_64/preconfigure.ac: ... here.
19408         * aclocal.m4: Change reference to configure.in to configure.ac.
19409         * config.h.in: Likewise.
19410         * manual/install.texi: Likewise.
19411         * manual/maint.texi: Likewise.
19412         * Makefile: Likewise.
19413         * malloc/Makefile: Likewise.
19414         * nscd/Makefile: Likewise.
19415         * Makeconfig: Change reference to configure.in and
19416         preconfigure.in to configure.ac and preconfigure.ac
19417         respectively.
19418         * INSTALL: Regenerated.
19419         * configure: Likewise.
19420         * sysdeps/gnu/configure: Likewise.
19421         * sysdeps/i386/configure: Likewise.
19422         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19423         * sysdeps/mach/configure: Likewise.
19424         * sysdeps/mach/hurd/configure: Likewise.
19425         * sysdeps/powerpc/configure: Likewise.
19426         * sysdeps/powerpc/powerpc32/configure: Likewise.
19427         * sysdeps/powerpc/powerpc64/configure: Likewise.
19428         * sysdeps/s390/s390-32/configure: Likewise.
19429         * sysdeps/s390/s390-64/configure: Likewise.
19430         * sysdeps/sh/configure: Likewise.
19431         * sysdeps/sparc/configure: Likewise.
19432         * sysdeps/unix/sysv/linux/configure: Likewise.
19433         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19434         * sysdeps/x86_64/configure: Likewise.
19435         * sysdeps/x86_64/preconfigure: Likewise.
19436
19437 2013-10-29  Andreas Schwab  <schwab@suse.de>
19438
19439         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19440
19441 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19442
19443         * benchtests/pow-inputs: Add new inputs.
19444
19445         * benchtests/exp-inputs: Add new inputs.
19446
19447         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19448         conditional check for return value.
19449         (__cos32): Likewise.
19450
19451 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19452
19453         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19454         to provide a boost for large inputs with word alignment.
19455         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19456         implementation based on optimized PPC64 strcpy.
19457         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19458         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19459         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19460         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19461
19462 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19463
19464         [BZ #2801]
19465         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19466
19467 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19468
19469         [BZ #14876]
19470         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19471         * time/tst-strptime.c (day_tests): Add testcase.
19472
19473 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19474
19475         [BZ #14029]
19476         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19477
19478 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19479
19480         [BZ #16074]
19481         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19482         MAP_FAILED on error.
19483
19484 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19485
19486         [BZ #16072]
19487         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19488         heap for large requests.
19489
19490 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19491
19492         [BZ #9954]
19493         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19494         result if the result has no associated interface.
19495         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19496         interface for all 127.X.Y.Z addresses.
19497
19498 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19499
19500         * locale/iso-639.def: Add Ligurian (lij)
19501
19502 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19503
19504         [BZ #15825]
19505         * sunrpc/rpc_main.c: Document rpcgen -5.
19506
19507 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19508
19509         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19510
19511 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19512
19513         [BZ #10278]
19514         * posix/glob.c: Match only directories when trailing slash is present.
19515         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19516         (main): Add testcase.
19517
19518 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19519
19520         [BZ #15670]
19521         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19522
19523 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19524
19525         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19526         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19527         AUTH_DES and cindex for FIPS 140-2.
19528         (DES Encryption): Add cindex FIPS 46-3.
19529
19530         * locale/locarchive.h (struct locarhandle): Add fname.
19531         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19532         if an optional argument was specified to --list-archive,
19533         otherwise NULL.
19534         * locale/programs/locarchive.c (show_archive_content): Take new
19535         argument fname and pass it via ah.fname to open_archive.
19536         * locale/programs/localedef.h: Update decl.
19537         (open_archive): If AH->fname is non-null, open that file
19538         rather than the default file name, and don't ignore ENOENT.
19539         (create_archive): Set AH.fname to NULL.
19540         (delete_locales_from_archive): Likewise.
19541         (add_locales_to_archive): Likewise.
19542         * locale/programs/locfile.c (write_all_categories): Likewise.
19543
19544 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19545             Aldy Hernandez  <aldyh@redhat.com>
19546
19547         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19548         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19549         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19550         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19551         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19552         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19553         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19554         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19555         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19556         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19557         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19558         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19559         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19560         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19561         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19562         Likewise.
19563         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19564         Likewise.
19565         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19566         Likewise.
19567         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19568         Likewise.
19569         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19570         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19571         Likewise.
19572         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19573         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19574         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19575         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19576         Likewise.
19577         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19578         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19579         * sysdeps/powerpc/preconfigure: Likewise.
19580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19581         Likewise.
19582         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19583         Replace contents of file by #include of <fenv_libc.h>.
19584         * sysdeps/powerpc/soft-fp/sfp-machine.h
19585         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19586         and <sys/prctl.h>.
19587         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19588         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19589         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19590         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19591         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19592         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19593         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19594         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19595         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19596         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19597         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19598         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19600         Allow copysignl PLT reference to be missing.
19601
19602 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19603             Joseph Myers  <joseph@codesourcery.com
19604
19605         [BZ #15948]
19606         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19607         single character.
19608         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19609
19610 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19611
19612         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19613         * elf/tst-tls1.c: Likewise.
19614         * elf/tst-tls10.h: Likewise.
19615         * elf/tst-tls14.c: Likewise.
19616         * elf/tst-tls2.c: Likewise.
19617         * elf/tst-tls3.c: Likewise.
19618         * elf/tst-tls4.c: Likewise.
19619         * elf/tst-tls5.c: Likewise.
19620         * elf/tst-tls6.c: Likewise.
19621         * elf/tst-tls7.c: Likewise.
19622         * elf/tst-tls8.c: Likewise.
19623         * elf/tst-tls9.c: Likewise.
19624         * elf/tst-tlsmod1.c: Likewise.
19625         * elf/tst-tlsmod13.c: Likewise.
19626         * elf/tst-tlsmod13a.c: Likewise.
19627         * elf/tst-tlsmod14a.c: Likewise.
19628         * elf/tst-tlsmod16a.c: Likewise.
19629         * elf/tst-tlsmod16b.c: Likewise.
19630         * elf/tst-tlsmod2.c: Likewise.
19631         * elf/tst-tlsmod3.c: Likewise.
19632         * elf/tst-tlsmod4.c: Likewise.
19633         * elf/tst-tlsmod5.c: Likewise.
19634         * elf/tst-tlsmod6.c: Likewise.
19635
19636 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19637
19638         [BZ #12486]
19639         * malloc/malloc.c: remove checks for statistics.
19640
19641 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19642
19643         [BZ #15277]
19644         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19645         * inet/tst-network.c: Add testcase.
19646
19647 2013-10-17  Andreas Schwab  <schwab@suse.de>
19648
19649         [BZ #15218]
19650         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19651         to determine canonical name.
19652
19653 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19654
19655         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19656         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19657         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19658         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19659         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19660         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19661         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19662         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19663         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19664         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19665         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19666         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19667         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19668         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19669         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19670         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19671         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19672         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19673         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19674         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19675         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19676         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19677         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19678         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19679         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19680         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19681         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19682         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19683         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19684         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19685         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19686         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19687         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19688         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19689         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19690         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19691         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19692         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19693         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19694         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19695         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19696         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19697         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19698         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19699         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19700         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19701         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19702         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19703         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19704         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19705         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19706         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19707         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19708         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19709         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19710         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19711         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19712         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19713
19714 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19715
19716         [BZ #16041]
19717         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19718         make result into a quiet NaN.
19719
19720 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19721
19722         * soft-fp/adddf3.c: Fix horizontal whitespace.
19723         * soft-fp/addsf3.c: Likewise.
19724         * soft-fp/addtf3.c: Likewise.
19725         * soft-fp/divdf3.c: Likewise.
19726         * soft-fp/divsf3.c: Likewise.
19727         * soft-fp/divtf3.c: Likewise.
19728         * soft-fp/double.h: Likewise.
19729         * soft-fp/eqdf2.c: Likewise.
19730         * soft-fp/eqsf2.c: Likewise.
19731         * soft-fp/eqtf2.c: Likewise.
19732         * soft-fp/extenddftf2.c: Likewise.
19733         * soft-fp/extended.h: Likewise.
19734         * soft-fp/extendsfdf2.c: Likewise.
19735         * soft-fp/extendsftf2.c: Likewise.
19736         * soft-fp/extendxftf2.c: Likewise.
19737         * soft-fp/fixdfdi.c: Likewise.
19738         * soft-fp/fixdfsi.c: Likewise.
19739         * soft-fp/fixdfti.c: Likewise.
19740         * soft-fp/fixsfdi.c: Likewise.
19741         * soft-fp/fixsfsi.c: Likewise.
19742         * soft-fp/fixsfti.c: Likewise.
19743         * soft-fp/fixtfdi.c: Likewise.
19744         * soft-fp/fixtfsi.c: Likewise.
19745         * soft-fp/fixtfti.c: Likewise.
19746         * soft-fp/fixunsdfdi.c: Likewise.
19747         * soft-fp/fixunsdfsi.c: Likewise.
19748         * soft-fp/fixunsdfti.c: Likewise.
19749         * soft-fp/fixunssfdi.c: Likewise.
19750         * soft-fp/fixunssfsi.c: Likewise.
19751         * soft-fp/fixunssfti.c: Likewise.
19752         * soft-fp/fixunstfdi.c: Likewise.
19753         * soft-fp/fixunstfsi.c: Likewise.
19754         * soft-fp/fixunstfti.c: Likewise.
19755         * soft-fp/floatdidf.c: Likewise.
19756         * soft-fp/floatdisf.c: Likewise.
19757         * soft-fp/floatditf.c: Likewise.
19758         * soft-fp/floatsidf.c: Likewise.
19759         * soft-fp/floatsisf.c: Likewise.
19760         * soft-fp/floatsitf.c: Likewise.
19761         * soft-fp/floattidf.c: Likewise.
19762         * soft-fp/floattisf.c: Likewise.
19763         * soft-fp/floattitf.c: Likewise.
19764         * soft-fp/floatundidf.c: Likewise.
19765         * soft-fp/floatundisf.c: Likewise.
19766         * soft-fp/floatunditf.c: Likewise.
19767         * soft-fp/floatunsidf.c: Likewise.
19768         * soft-fp/floatunsisf.c: Likewise.
19769         * soft-fp/floatunsitf.c: Likewise.
19770         * soft-fp/floatuntidf.c: Likewise.
19771         * soft-fp/floatuntisf.c: Likewise.
19772         * soft-fp/floatuntitf.c: Likewise.
19773         * soft-fp/fmadf4.c: Likewise.
19774         * soft-fp/fmasf4.c: Likewise.
19775         * soft-fp/fmatf4.c: Likewise.
19776         * soft-fp/gedf2.c: Likewise.
19777         * soft-fp/gesf2.c: Likewise.
19778         * soft-fp/getf2.c: Likewise.
19779         * soft-fp/ledf2.c: Likewise.
19780         * soft-fp/lesf2.c: Likewise.
19781         * soft-fp/letf2.c: Likewise.
19782         * soft-fp/muldf3.c: Likewise.
19783         * soft-fp/mulsf3.c: Likewise.
19784         * soft-fp/multf3.c: Likewise.
19785         * soft-fp/negdf2.c: Likewise.
19786         * soft-fp/negsf2.c: Likewise.
19787         * soft-fp/negtf2.c: Likewise.
19788         * soft-fp/op-1.h: Likewise.
19789         * soft-fp/op-2.h: Likewise.
19790         * soft-fp/op-4.h: Likewise.
19791         * soft-fp/op-8.h: Likewise.
19792         * soft-fp/op-common.h: Likewise.
19793         * soft-fp/quad.h: Likewise.
19794         * soft-fp/single.h: Likewise.
19795         * soft-fp/soft-fp.h: Likewise.
19796         * soft-fp/sqrtdf2.c: Likewise.
19797         * soft-fp/sqrtsf2.c: Likewise.
19798         * soft-fp/sqrttf2.c: Likewise.
19799         * soft-fp/subdf3.c: Likewise.
19800         * soft-fp/subsf3.c: Likewise.
19801         * soft-fp/subtf3.c: Likewise.
19802         * soft-fp/truncdfsf2.c: Likewise.
19803         * soft-fp/trunctfdf2.c: Likewise.
19804         * soft-fp/trunctfsf2.c: Likewise.
19805         * soft-fp/trunctfxf2.c: Likewise.
19806         * soft-fp/unorddf2.c: Likewise.
19807         * soft-fp/unordsf2.c: Likewise.
19808         * soft-fp/unordtf2.c: Likewise.
19809
19810 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19811
19812         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19813         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19814
19815 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19816
19817         * elf/dl-libc.c: Clear initfini list after freeing.
19818
19819 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19820
19821         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19822         * soft-fp/addsf3.c: Likewise.
19823         * soft-fp/addtf3.c: Likewise.
19824         * soft-fp/divdf3.c: Likewise.
19825         * soft-fp/divsf3.c: Likewise.
19826         * soft-fp/divtf3.c: Likewise.
19827         * soft-fp/double.h: Likewise.
19828         * soft-fp/eqdf2.c: Likewise.
19829         * soft-fp/eqsf2.c: Likewise.
19830         * soft-fp/eqtf2.c: Likewise.
19831         * soft-fp/extenddftf2.c: Likewise.
19832         * soft-fp/extended.h: Likewise.
19833         * soft-fp/extendsfdf2.c: Likewise.
19834         * soft-fp/extendsftf2.c: Likewise.
19835         * soft-fp/extendxftf2.c: Likewise.
19836         * soft-fp/fixdfdi.c: Likewise.
19837         * soft-fp/fixdfsi.c: Likewise.
19838         * soft-fp/fixdfti.c: Likewise.
19839         * soft-fp/fixsfdi.c: Likewise.
19840         * soft-fp/fixsfsi.c: Likewise.
19841         * soft-fp/fixsfti.c: Likewise.
19842         * soft-fp/fixtfdi.c: Likewise.
19843         * soft-fp/fixtfsi.c: Likewise.
19844         * soft-fp/fixtfti.c: Likewise.
19845         * soft-fp/fixunsdfdi.c: Likewise.
19846         * soft-fp/fixunsdfsi.c: Likewise.
19847         * soft-fp/fixunsdfti.c: Likewise.
19848         * soft-fp/fixunssfdi.c: Likewise.
19849         * soft-fp/fixunssfsi.c: Likewise.
19850         * soft-fp/fixunssfti.c: Likewise.
19851         * soft-fp/fixunstfdi.c: Likewise.
19852         * soft-fp/fixunstfsi.c: Likewise.
19853         * soft-fp/fixunstfti.c: Likewise.
19854         * soft-fp/floatdidf.c: Likewise.
19855         * soft-fp/floatdisf.c: Likewise.
19856         * soft-fp/floatditf.c: Likewise.
19857         * soft-fp/floatsidf.c: Likewise.
19858         * soft-fp/floatsisf.c: Likewise.
19859         * soft-fp/floatsitf.c: Likewise.
19860         * soft-fp/floattidf.c: Likewise.
19861         * soft-fp/floattisf.c: Likewise.
19862         * soft-fp/floattitf.c: Likewise.
19863         * soft-fp/floatundidf.c: Likewise.
19864         * soft-fp/floatundisf.c: Likewise.
19865         * soft-fp/floatunsidf.c: Likewise.
19866         * soft-fp/floatunsisf.c: Likewise.
19867         * soft-fp/floatuntidf.c: Likewise.
19868         * soft-fp/floatuntisf.c: Likewise.
19869         * soft-fp/floatuntitf.c: Likewise.
19870         * soft-fp/fmadf4.c: Likewise.
19871         * soft-fp/fmasf4.c: Likewise.
19872         * soft-fp/fmatf4.c: Likewise.
19873         * soft-fp/gedf2.c: Likewise.
19874         * soft-fp/gesf2.c: Likewise.
19875         * soft-fp/getf2.c: Likewise.
19876         * soft-fp/ledf2.c: Likewise.
19877         * soft-fp/lesf2.c: Likewise.
19878         * soft-fp/letf2.c: Likewise.
19879         * soft-fp/muldf3.c: Likewise.
19880         * soft-fp/mulsf3.c: Likewise.
19881         * soft-fp/multf3.c: Likewise.
19882         * soft-fp/negdf2.c: Likewise.
19883         * soft-fp/negsf2.c: Likewise.
19884         * soft-fp/negtf2.c: Likewise.
19885         * soft-fp/op-1.h: Likewise.
19886         * soft-fp/op-2.h: Likewise.
19887         * soft-fp/op-4.h: Likewise.
19888         * soft-fp/op-8.h: Likewise.
19889         * soft-fp/op-common.h: Likewise.
19890         * soft-fp/quad.h: Likewise.
19891         * soft-fp/single.h: Likewise.
19892         * soft-fp/soft-fp.h: Likewise.
19893         * soft-fp/sqrtdf2.c: Likewise.
19894         * soft-fp/sqrtsf2.c: Likewise.
19895         * soft-fp/sqrttf2.c: Likewise.
19896         * soft-fp/subdf3.c: Likewise.
19897         * soft-fp/subsf3.c: Likewise.
19898         * soft-fp/subtf3.c: Likewise.
19899         * soft-fp/truncdfsf2.c: Likewise.
19900         * soft-fp/trunctfdf2.c: Likewise.
19901         * soft-fp/trunctfsf2.c: Likewise.
19902         * soft-fp/trunctfxf2.c: Likewise.
19903         * soft-fp/unorddf2.c: Likewise.
19904         * soft-fp/unordsf2.c: Likewise.
19905         * soft-fp/unordtf2.c: Likewise.
19906
19907 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19908
19909         [BZ #15672]
19910         * misc/error.c (error_tail): Fix possible buffer overflow.
19911
19912 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19913
19914         [BZ #13028]
19915         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19916         address.
19917
19918 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19919
19920         [BZ #832]
19921         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19922         testing pipefail option.
19923
19924 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19925
19926         * soft-fp/double.h: Indent preprocessor directives inside #if.
19927         * soft-fp/extended.h: Likewise.
19928         * soft-fp/op-2.h: Likewise.
19929         * soft-fp/op-4.h: Likewise.
19930         * soft-fp/op-common.h: Likewise.
19931         * soft-fp/quad.h: Likewise.
19932         * soft-fp/single.h: Likewise.
19933         * soft-fp/soft-fp.h: Likewise.
19934
19935 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19936
19937         * iconv/iconv_prog.c: Fix typos.
19938         * stdio-common/psiginfo-data.h: Likewise.
19939
19940 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19941
19942         [BZ #15764]
19943         * locale/setlocale.c: Fix typo.
19944
19945 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19946
19947         [BZ #16036]
19948         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19949         signaling NaN arguments.
19950         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19951         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19952
19953         [BZ #14910]
19954         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19955         unordered operands.
19956         * soft-fp/gesf2.c (__gesf2): Likewise.
19957         * soft-fp/getf2.c (__getf2): Likewise.
19958         * soft-fp/ledf2.c (__ledf2): Likewise.
19959         * soft-fp/lesf2.c (__lesf2): Likewise.
19960         * soft-fp/letf2.c (__letf2): Likewise.
19961
19962         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19963         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19964         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19965         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19966         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19967         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19968         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19969         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19970         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19971         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19972         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19973         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19974         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19975         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19976         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19977         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19978         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19979         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19980         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19981         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19982         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19983         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19984         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19985         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19986         * soft-fp/floattidf.c (__floattidf): Likewise.
19987         * soft-fp/floattisf.c (__floattisf): Likewise.
19988         * soft-fp/floattitf.c (__floattitf): Likewise.
19989         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19990         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19991         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19992         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19993         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19994         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19995         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19996         * soft-fp/gesf2.c (__gesf2): Likewise.
19997         * soft-fp/getf2.c (__getf2): Likewise.
19998         * soft-fp/ledf2.c (__ledf2): Likewise.
19999         * soft-fp/lesf2.c (__lesf2): Likewise.
20000         * soft-fp/letf2.c (__letf2): Likewise.
20001
20002         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20003         Undefine and redefine.
20004         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20005         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20006         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20007         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20008         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20009         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20010         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20011         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20012         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20013         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20014         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20015         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20016         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20017         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20018         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20019
20020         [BZ #16032]
20021         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20022         without decrementing exponent if mantissa >= that for the
20023         denominator, not >.
20024         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20025         denominator, not >.  Decrement exponent in < case instead of
20026         incrementing in >= case.
20027         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20028         without decrementing exponent if mantissa >= that for the
20029         denominator, not >.
20030
20031         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20032         computing saturated result for unsigned overflow.
20033
20034 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20035             Jeff Law  <law@redhat.com>
20036
20037         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20038         (atan2Mp): Add systemtap probe marker.
20039         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20040         (__ieee754_log): Add systemtap probe marker.
20041         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20042         (atanMp): Add systemtap probe marker.
20043         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20044         (tanMp): Add systemtap probe marker.
20045         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20046         (__slowexp): Add systemtap probe marker.
20047         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20048         (__slowpow): Add systemtap probe marker.
20049         * manual/probes.texi: Document probes.
20050
20051 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20052
20053         [BZ #15362]
20054         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20055         written.
20056         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20057         written.
20058         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20059         written to buffer but not flushed.
20060         * libio/iofwrite_u.c:  Likewise.
20061         * libio/iopadn.c:  Return bytes returned even if EOF was
20062         encountered.
20063         * libio/iowpadn.c:  Likewise.
20064         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20065         if _IO_padn does not write the whole buffer.
20066         [!COMPILE_WPRINTF] (PAD): Likewise.
20067
20068 2013-10-10  David S. Miller  <davem@davemloft.net>
20069
20070         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20071         directory block.
20072
20073 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20074
20075         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20076         instead of FSF address.
20077         * soft-fp/fixdfti.c: Likewise.
20078         * soft-fp/fixsfti.c: Likewise.
20079         * soft-fp/fixtfti.c: Likewise.
20080         * soft-fp/fixunsdfti.c: Likewise.
20081         * soft-fp/fixunssfti.c: Likewise.
20082         * soft-fp/fixunstfti.c: Likewise.
20083         * soft-fp/floattidf.c: Likewise.
20084         * soft-fp/floattisf.c: Likewise.
20085         * soft-fp/floattitf.c: Likewise.
20086         * soft-fp/floatuntidf.c: Likewise.
20087         * soft-fp/floatuntisf.c: Likewise.
20088         * soft-fp/floatuntitf.c: Likewise.
20089         * soft-fp/trunctfxf2.c: Likewise.
20090
20091         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20092         * soft-fp/fixdfti.c: Likewise.
20093         * soft-fp/fixsfti.c: Likewise.
20094         * soft-fp/fixtfti.c: Likewise.
20095         * soft-fp/fixunsdfti.c: Likewise.
20096         * soft-fp/fixunssfti.c: Likewise.
20097         * soft-fp/fixunstfti.c: Likewise.
20098         * soft-fp/floattidf.c: Likewise.
20099         * soft-fp/floattisf.c: Likewise.
20100         * soft-fp/floattitf.c: Likewise.
20101         * soft-fp/floatuntidf.c: Likewise.
20102         * soft-fp/floatuntisf.c: Likewise.
20103         * soft-fp/floatuntitf.c: Likewise.
20104         * soft-fp/trunctfxf2.c: Likewise.
20105
20106 2013-10-10  David S. Miller  <davem@davemloft.net>
20107
20108         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20109
20110 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20111
20112         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20113         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20114         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20115         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20116         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20117         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20118         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20119
20120         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20121         for NaNs before doing comparisons on argument.
20122         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20123         Likewise.
20124
20125 2013-10-10  Will Newton  <will.newton@linaro.org>
20126
20127         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20128         passed to _int_memalign does not overflow.
20129
20130 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20131
20132         * scripts/bench.pl: Add include-sources directive.
20133         * benchtests/README: Update documentation.
20134
20135 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20136
20137         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20138         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20139         instead of FP_INIT_ROUNDMODE.
20140         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20141         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20142
20143         [BZ #16034]
20144         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20145         copy class of input value.
20146         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20147         not handle exceptions.
20148         * soft-fp/negsf2.c (__negsf2): Likewise.
20149         * soft-fp/negtf2.c (__negtf2): Likewise.
20150         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20151
20152 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20153
20154         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20155         semicolon.  From Linux kernel.
20156
20157 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20158
20159         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20160
20161 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20162
20163         [BZ #156]
20164         * manual/socket.texi: Added statement about buffer
20165         for gethostbyname2_r.
20166
20167 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20168
20169         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20170         Use .p2align directive instead, throughout.
20171         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20172         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20173         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20174         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20175         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20176         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20177         * sysdeps/x86_64/strchr.S: Likewise.
20178         * sysdeps/x86_64/strrchr.S: Likewise.
20179
20180 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20181
20182         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20183
20184         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20185
20186         * sysdeps/generic/math_private.h (__mpsin1): Remove
20187         declaration.
20188         (__mpcos1): Likewise.
20189         (__mpsin): New argument __range_reduce.
20190         (__mpcos): Likewise.
20191         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20192         (slow): Use __mpsin and __mpcos.
20193         (slow1): Likewise.
20194         (slow2): Likewise.
20195         (sloww): Likewise.
20196         (sloww1): Likewise.
20197         (sloww2): Likewise.
20198         (bsloww): Likewise.
20199         (bsloww1): Likewise.
20200         (bsloww2): Likewise.
20201         (cslow2): Likewise.
20202         (csloww): Likewise.
20203         (csloww1): Likewise.
20204         (csloww2): Likewise.
20205         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20206         range_reduce.  Merge in __mpsin1.
20207         (__mpcos): Likewise.
20208         (__mpsin1): Remove.
20209         (__mpcos1): Likewise.
20210
20211 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20212
20213         * locale/loadlocale.c (_nl_intern_locale_data): Use
20214         LOCFILE_ALIGNED_P.
20215         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20216         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20217         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20218         obstack data is appropriately aligned.
20219         (obstack_int32_grow_fast): Likewise.
20220         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20221         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20222         (add_locale_uint32_array): Likewise.
20223
20224 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20225
20226         * benchtests/Makefile: Remove ARGLIST and RET variables.
20227         ($(objpfx)bench-%.c): Pass only function name to the script.
20228         * benchtests/README: Update documentation.
20229         * benchtests/acos-inputs: Add new directives.
20230         * benchtests/acosh-inputs: Likewise.
20231         * benchtests/asin-inputs: Likewise.
20232         * benchtests/asinh-inputs: Likewise.
20233         * benchtests/atan-inputs: Likewise.
20234         * benchtests/atanh-inputs: Likewise.
20235         * benchtests/cos-inputs: Likewise.
20236         * benchtests/cosh-inputs: Likewise.
20237         * benchtests/exp-inputs: Likewise.
20238         * benchtests/log-inputs: Likewise.
20239         * benchtests/pow-inputs: Likewise.
20240         * benchtests/rint-inputs: Likewise.
20241         * benchtests/sin-inputs: Likewise.
20242         * benchtests/sinh-inputs: Likewise.
20243         * benchtests/tan-inputs: Likewise.
20244         * benchtests/tanh-inputs: Likewise.
20245         * scripts/bench.pl: Add support for new directives.
20246
20247 2013-10-07  Alan Modra  <amodra@gmail.com>
20248
20249         * README: Fix careless merge.
20250
20251 2013-10-05  Alan Modra  <amodra@gmail.com>
20252
20253         * NEWS: Mention powerpc64le support and bugs fixed.
20254         * README: Both big-endian and little-endian powerpc64 supported.
20255
20256 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20257
20258         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20259         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20260         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20261         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20262
20263 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20264
20265         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20266         match prototype.
20267
20268 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20269
20270         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20271         Move -mhard-float appending from
20272         ports/sysdeps/powerpc/powerpc32/Makefile.
20273         [$(with-fp) = yes] (ASFLAGS): Likewise.
20274         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20275         * sysdeps/powerpc/nofpu: Move directory from
20276         ports/sysdeps/powerpc/nofpu.
20277         * sysdeps/powerpc/soft-fp: Move directory from
20278         ports/sysdeps/powerpc/soft-fp.
20279         * sysdeps/powerpc/powerpc32/405: Move directory from
20280         ports/sysdeps/powerpc/powerpc32/405.
20281         * sysdeps/powerpc/powerpc32/440: Move directory from
20282         ports/sysdeps/powerpc/powerpc32/440.
20283         * sysdeps/powerpc/powerpc32/464: Move directory from
20284         ports/sysdeps/powerpc/powerpc32/464.
20285         * sysdeps/powerpc/powerpc32/476: Move directory from
20286         ports/sysdeps/powerpc/powerpc32/476.
20287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20288         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20290         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20292         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20294         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20296         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20297         * README: Update for powerpc-*-linux-gnu software floating point
20298         support in libc.
20299
20300         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20301         case to powerpc/powerpc32*.
20302         * sysdeps/unix/sysv/linux/configure: Regenerated.
20303
20304         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20305         (_FPU_MASK_OM): Define as 0x04.
20306         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20308         0x00c10080.
20309         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20310         0x0000003c.
20311         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20312
20313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20314         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20315         getcontext_e500.
20316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20317         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20318         setcontext_e500.
20319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20320         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20321         and setcontext_e500.
20322
20323 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20324
20325         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20326
20327 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20328
20329         * manual/threads.texi (Default Thread Attributes): Fix typo.
20330
20331 2013-10-04  Will Newton  <will.newton@linaro.org>
20332
20333         * malloc/Makefile: Add tst-memalign.
20334         * malloc/tst-memalign.c: New file.
20335
20336         * malloc/tst-posix_memalign.c: Add comments.
20337         (do_test): Add comments and call free on all potentially
20338         allocated pointers. Add space after cast.
20339
20340         * malloc/tst-pvalloc.c: Add comments.
20341         (do_test): Add comments and call free on all potentially
20342         allocated pointers. Remove duplicate check for NULL pointer.
20343         Add space after cast.
20344
20345         * malloc/tst-valloc.c: Add comments.
20346         (do_test): Add comments and call free on all potentially
20347         allocated pointers. Remove duplicate check for NULL pointer.
20348         Add space after cast.
20349
20350 2013-10-04  Alan Modra  <amodra@gmail.com>
20351
20352         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20353         Use stdint types in rather than __attribute__((mode())).
20354         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20355
20356 2013-10-04  Alan Modra  <amodra@gmail.com>
20357
20358         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20359         Correct handling of unaligned relocs for little-endian.
20360         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20361
20362 2013-10-04  Alan Modra  <amodra@gmail.com>
20363
20364         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20365         * configure: Regenerate.
20366         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20367         * shlib-versions: Likewise.
20368
20369 2013-10-04  Alan Modra  <amodra@gmail.com>
20370
20371         * string/tester.c (test_memrchr): Increment reported test cycle.
20372
20373 2013-10-04  Alan Modra  <amodra@gmail.com>
20374
20375         * string/test-memcpy.c (do_one_test): When reporting errors, print
20376         string address and don't overrun end of string.
20377
20378 2013-10-04  Alan Modra  <amodra@gmail.com>
20379
20380         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20381         insrdi.  Make better use of reg selection to speed exit slightly.
20382         Schedule entry path a little better.  Remove useless "are we done"
20383         checks on entry to main loop.  Handle wrapping around zero address.
20384         Correct main loop count.  Handle single left-over word from main
20385         loop inline rather than by using loop_small.  Remove extra word
20386         case in loop_small caused by wrong loop count.  Add little-endian
20387         support.
20388         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20389         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20390         cache hint.
20391         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20392         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20393         support.  Avoid rlwimi.
20394         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20395
20396 2013-10-04  Alan Modra  <amodra@gmail.com>
20397
20398         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20399         insrdi.  Formatting.
20400         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20401         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20402         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20403         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20404         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20405         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20406
20407 2013-10-04  Alan Modra  <amodra@gmail.com>
20408
20409         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20410         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20411         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20412         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20413         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20414         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20415         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20416         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20417         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20418         use of regs.  Use power7 mtocrf.  Tidy function tails.
20419
20420 2013-10-04  Alan Modra  <amodra@gmail.com>
20421
20422         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20423         Formatting.  Consistently use rXXX register defines or rN defines.
20424         Use early exit labels that avoid restoring unused non-volatile regs.
20425         Make cr field use more consistent with rWORDn compares.  Rename
20426         regs used as shift registers for unaligned loop, using rN defines
20427         for short lifetime/multiple use regs.
20428         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20429         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20430         addi 1,1,64 to pop stack frame.  Simplify return value code.
20431         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20432
20433 2013-10-04  Alan Modra  <amodra@gmail.com>
20434
20435         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20436         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20437         rather than rlwimi.
20438         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20439         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20440         little-endian support.  Correct typos.
20441         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20442         rather than rlwimi.
20443         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20444         in loop and entry code to keep "and." results.
20445         (strchr): Add little-endian support.  Comment.  Move cntlzd
20446         earlier in tail.
20447         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20448
20449 2013-10-04  Alan Modra  <amodra@gmail.com>
20450
20451         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20452         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20453         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20454         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20455
20456 2013-10-04  Alan Modra  <amodra@gmail.com>
20457
20458         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20459         (rTMP): Define as r11.
20460         (strcmp): Add little-endian support.  Optimise tail.
20461         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20462         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20463         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20464         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20465         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20466         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20467         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20468
20469 2013-10-04  Alan Modra  <amodra@gmail.com>
20470
20471         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20472         little-endian support.  Remove unnecessary "are we done" tests.
20473         Handle "s" wrapping around zero and extremely large "size".
20474         Correct main loop count.  Handle single left-over word from main
20475         loop inline rather than by using small_loop.  Correct comments.
20476         Delete "zero" tail, use "end_max" instead.
20477         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20478
20479 2013-10-04  Alan Modra  <amodra@gmail.com>
20480
20481         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20482         support.  Don't branch over align.
20483         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20484         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20485         support.  Rearrange tmp reg use to suit.  Comment.
20486         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20487
20488 2013-10-04  Alan Modra  <amodra@gmail.com>
20489
20490         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20491
20492 2013-10-04  Alan Modra  <amodra@gmail.com>
20493
20494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20495         conditional form of branch and link when obtaining pc.
20496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20497
20498 2013-10-04  Alan Modra  <amodra@gmail.com>
20499
20500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20501         HIWORD/LOWORD.
20502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20504
20505 2013-10-04  Alan Modra  <amodra@gmail.com>
20506
20507         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20508         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20509         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20510         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20511         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20512         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20513         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20514         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20515         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20516         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20517
20518 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20519             Alistair Popple <alistair@ozlabs.au.ibm.com>
20520             Alan Modra <amodra@gmail.com>
20521
20522         [BZ #15723]
20523         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20524         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20525         _dl_hwcap access for little-endian.
20526         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20527         destroy vmx regs when saving unaligned.
20528         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20529         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20530         destroy vmx regs when saving unaligned.
20531
20532 2013-10-04  Alan Modra  <amodra@gmail.com>
20533
20534         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20535         Don't use a union to pack hi/low value.
20536
20537 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20538
20539         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20540         for little-endian.
20541         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20542         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20543         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20544         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20545         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20546
20547 2013-10-04  Alan Modra  <amodra@gmail.com>
20548
20549         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20550         constants to usual value for .cst8 section, and remove redundant
20551         high address load.
20552         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20553         constant for 0x1p52.  Load little-endian words of double from
20554         correct stack offsets.
20555
20556 2013-10-04  Alan Modra  <amodra@gmail.com>
20557
20558         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20559         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20560         words of double from correct stack offsets.
20561         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20562         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20563         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20564         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20565         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20566         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20567         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20568         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20569         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20570         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20571         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20572         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20573         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20574         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20575         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20576         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20577         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20578
20579 2013-10-04  Alan Modra  <amodra@gmail.com>
20580
20581         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20582         64-bit int/double union.
20583         (_FPU_SETCW): Likewise.
20584         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20585         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20586
20587 2013-10-04  Alan Modra  <amodra@gmail.com>
20588
20589         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20590         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20591
20592 2013-10-04  Alan Modra  <amodra@gmail.com>
20593
20594         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20595         use vector int constants.
20596         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20597
20598 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20599
20600         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20601         array with long long.
20602         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20603         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20604         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20605         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20606         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20607         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20608         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20609         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20610         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20611         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20612         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20613         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20614         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20615
20616 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20617
20618         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20619         (__signbit): Likewise.  Correct for little-endian.
20620         (__signbitl): Call __signbit.
20621         (lrint): Correct for little-endian.
20622         (lrintf): Call lrint.
20623
20624 2013-10-04  Alan Modra  <amodra@gmail.com>
20625
20626         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20627         union 32-bit int array member with 64-bit int array.
20628         (t515, tm256): Double rather than long double.
20629         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20630
20631 2013-10-04  Alan Modra  <amodra@gmail.com>
20632
20633         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20634         Delete.
20635         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20636         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20637         version of math_ldbl.h.
20638
20639 2013-10-04  Alan Modra  <amodra@gmail.com>
20640
20641         [BZ #15734], [BZ #15735]
20642         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20643         all uses of ieee875 long double macros and unions.  Simplify test
20644         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20645         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20646         normalize after ldbl_extract_mantissa, and don't add hidden bit
20647         already handled.  Don't treat low word of ieee854 mantissa like
20648         low word of IBM long double and mask off bit when testing for
20649         zero.
20650         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20651         all uses of ieee875 long double macros and unions.  Simplify tests
20652         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20653         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20654         two1022, instead use their values.  Recognise that tests for large
20655         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20656         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20657         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20658         test for 0.0L and nan.  Correct negation.
20659         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20660         ieee875 long double macros and unions.  Correct output for large
20661         magnitude x.  Correct absolute value calculation.
20662         (__erfcl): Likewise.
20663         * math/libm-test.inc: Add tests for errors discovered in IBM long
20664         double versions of fmodl, remainderl, erfl and erfcl.
20665
20666 2013-10-04  Alan Modra  <amodra@gmail.com>
20667
20668         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20669         all uses of ieee854 long double macros and unions.  Simplify tests
20670         for long doubles that are fully specified by the high double.
20671         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20672         Likewise.
20673         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20674         Remove dead code too.
20675         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20676         (__ieee754_ynl): Likewise.
20677         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20678         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20679         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20680         Remove dead code too.
20681         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20682         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20683         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20684         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20685         Simplify.
20686         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20687         Simplify.
20688         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20689         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20690         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20691         Comment on variable precision.
20692         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20693         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20694         Likewise.
20695         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20696         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20697         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20698         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20699         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20700
20701 2013-10-04  Alan Modra  <amodra@gmail.com>
20702
20703         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20704         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20705         all uses of ieee854 long double macros and unions.
20706         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20707         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20708         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20709         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20710         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20711         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20712         Likewise.
20713         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20714         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20715         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20716         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20717         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20718         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20719         Simplify sign and nan test too.
20720         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20721         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20722         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20723         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20724         Likewise.
20725         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20726         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20727         Likewise.
20728         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20729         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20730         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20731         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20732         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20733         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20734
20735 2013-10-04  Alan Modra  <amodra@gmail.com>
20736
20737         * stdio-common/printf_size.c (__printf_size): Don't use
20738         union ieee854_long_double in fpnum union.
20739         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20740         signbit macro to retrieve sign from long double.
20741         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20742         retrieve sign from long double.
20743         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20744         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20745         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20746         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20747         * math/test-misc.c (main): Don't use union ieee854_long_double.
20748
20749 2013-10-04  Alan Modra  <amodra@gmail.com>
20750
20751         [BZ #15680]
20752         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20753         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20754         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20755         calculation.  Remove unnecessary test for denormal exponent.
20756         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20757         Correct handling of denormals.  Avoid undefined shift behaviour.
20758         Correct normalisation of low mantissa when low double is denormal.
20759         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20760         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20761         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20762         Correct normalisation of low mantissa.  Test for overflow of high
20763         mantissa and normalise.
20764         (ldbl_nearbyint): Use more readable constant for two52.
20765         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20766         (__mpn_construct_long_double): Fix test for overflow of high
20767         mantissa and correct normalisation.  Avoid undefined shift.
20768
20769 2013-10-04  Alan Modra  <amodra@gmail.com>
20770
20771         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20772         (union ibm_extended_long_double): Define as an array of ieee754_double.
20773         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20774         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20775         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20776         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20777         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20778         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20779         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20780         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20781         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20782         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20783         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20784
20785 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20786
20787         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20788         page size instead of calling getpagesize.
20789
20790         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20791         (LOCFILE_ALIGN_MASK): Likewise.
20792         (LOCFILE_ALIGN_UP): Likewise.
20793         (LOCFILE_ALIGNED_P): Likewise.
20794         * locale/programs/ld-collate.c (collate_output): Use the new
20795         macros instead of __alignof__ (int32_t).
20796         * locale/weight.h (findidx): Likewise.
20797
20798 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20799
20800         [BZ #431]
20801         * manual/string.texi: Fix strncat and wcsncat.
20802
20803 2013-10-03  Brooks Moses  <bmoses@google.com>
20804
20805         [BZ #15915]
20806         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20807         * Makerules: ...here, and adjust associated comments.
20808
20809 2013-10-02  Will Newton  <will.newton@linaro.org>
20810
20811         * malloc/Makefile: Add tst-pvalloc.
20812         * malloc/tst-pvalloc.c: New file.
20813
20814 2013-10-02  Will Newton  <will.newton@linaro.org>
20815
20816         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20817         improve test coverage.
20818
20819 2013-10-02  Will Newton  <will.newton@linaro.org>
20820
20821         * malloc/Makefile: Add tst-posix_memalign.
20822         * malloc/tst-posix_memalign.c: New file.
20823
20824 2013-10-01  Eric Blake  <eblake@redhat.com>
20825
20826         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20827         Use __THROWNL rather than __THROW on static functions.
20828
20829 2013-09-30  Petr Machata  <pmachata@redhat.com>
20830
20831         * elf/elf.h (R_AARCH64_ABS16): New macro.
20832         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20833         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20834         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20835         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20836         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20837         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20838         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20839         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20840         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20841         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20842         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20843         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20844         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20845         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20846         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20847         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20848         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20849         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20850         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20851         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20852         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20853         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20854         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20855         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20856         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20857         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20858         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20859         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20860         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20861         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20862         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20863         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20864         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20865         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20866         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20867         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20868         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20869         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20870         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20871         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20872         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20873         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20874         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20875         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20876         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20877         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20878         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20879         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20880         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20881         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20882         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20883         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20884         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20885         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20886         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20887         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20888         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20889         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20890         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20891         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20892         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20893         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20894         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20895         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20896         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20897         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20898         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20899         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20900         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20901         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20902         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20903         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20904         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20905         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20906         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20907         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20908         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20909         (R_AARCH64_TLSDESC_LDR): Likewise.
20910         (R_AARCH64_TLSDESC_ADD): Likewise.
20911         (R_AARCH64_TLSDESC_CALL): Likewise.
20912
20913 2013-09-30  Andreas Schwab  <schwab@suse.de>
20914
20915         [BZ #15048]
20916         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20917         the nss database lookup.
20918         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20919         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20920
20921 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20922
20923         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20924
20925 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20926
20927         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20928         ${Bash-specific parameter/pattern/string} parameter expansion.
20929         * sysdeps/unix/make-syscalls.sh: Likewise.
20930
20931 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20932
20933         * sysdeps/sh/stackguard-macros.h: New file.
20934
20935 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20936
20937         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20938         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20939         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20940         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20941         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20942         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20943
20944 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20945
20946         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20947         Fix thread ID register.
20948
20949 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20950
20951         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20952         [POSIX || UNIX98]: Require rather than permitting all symbols from
20953         <time.h>.
20954         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20955         element of struct sched_param.
20956         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20957         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20958         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20959         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20960         constant.
20961
20962 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20963
20964         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20965         argument calculation.
20966
20967 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20968
20969         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20970         Expect macro.
20971         [POSIX] (pthread_attr_t): Do not require type.
20972         [POSIX] (pthread_cond_t): Likewise.
20973         [POSIX] (pthread_condattr_t): Likewise.
20974         [POSIX] (pthread_key_t): Likewise.
20975         [POSIX] (pthread_mutex_t): Likewise.
20976         [POSIX] (pthread_mutexattr_t): Likewise.
20977         [POSIX] (pthread_once_t): Likewise.
20978         [POSIX] (pthread_t): Likewise.
20979         [POSIX-based standards] (pthread_atfork): Expect function.
20980
20981 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20982             Richard Sandiford  <richard@codesourcery.com>
20983
20984         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20985         (swap_endianness_p): New extern variable.
20986         (set_big_endian): New inline function.
20987         (maybe_swap_uint32): Likewise.
20988         (maybe_swap_uint32_array): Likewise.
20989         (maybe_swap_uint32_obstack): Likewise.
20990         * locale/programs/locfile.c: Include <stdbool.h>.
20991         (swap_endianness_p): New variable.
20992         (add_locale_uint32): Call maybe_swap_uint32.
20993         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20994         (write_locale_data): Call maybe_swap_uint32_array.
20995         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20996         maybe_swap_uint32.
20997         (obstack_int32_grow_fast): Likewise.
20998         (output_weightwc): Call maybe_swap_uint32_obstack.
20999         (collate_output): Likewise.
21000         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21001         (OPT_LITTLE_ENDIAN): Likewise.
21002         (options): Add --little-endian and --big-endian options.
21003         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21004         * locale/programs/locarchive.c: Include "locfile.h".
21005         (GET): New macro.
21006         (SET): Likewise.
21007         (INC): Likewise.
21008         (create_archive): Use the new macros to access fields of
21009         structures directly mapped from or written to locale archives.
21010         (oldlocrecentcmp): Likewise.
21011         (enlarge_archive): Likewise.
21012         (insert_name): Likewise.
21013         (add_alias): Likewise.
21014         (add_locale): Likewise.
21015         (delete_locales_from_archive): Likewise.
21016         (show_archive_content): Likewise.
21017         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21018         locale data.
21019
21020 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21021
21022         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21023         http://www.gnu.org/doc/freemanuals.texi.
21024         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21025
21026 2013-09-24  Will Newton  <will.newton@linaro.org>
21027
21028         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21029         macro.
21030
21031 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21032
21033         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21034         unsigned char.
21035
21036 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21037
21038         * manual/threads.texi (POSIX Threads): Fix a typo.
21039
21040 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21041
21042         [BZ #14547]
21043         * string/tst-strcoll-overflow.c: New test case.
21044         * string/Makefile (xtests): Add tst-strcoll-overflow.
21045         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21046         cache if string sizes may cause integer overflow.
21047
21048         [BZ #14547]
21049         * string/strcoll_l.c (coll_seq): New members rule, idx,
21050         save_idx and back_us.
21051         (get_next_seq_nocache): New function.
21052         (do_compare_nocache): New function.
21053         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21054         when malloc fails.
21055
21056 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21057
21058         [BZ #15754]
21059         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21060         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21061         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21062
21063         [BZ #15754]
21064         * elf/Makefile (tests): Add tst-ptrguard1.
21065         (tests-static): Add tst-ptrguard1-static.
21066         (tst-ptrguard1-ARGS): Define.
21067         (tst-ptrguard1-static-ARGS): Define.
21068         * elf/tst-ptrguard1.c: New file.
21069         * elf/tst-ptrguard1-static.c: New file.
21070         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21071         * sysdeps/i386/stackguard-macros.h: Likewise.
21072         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21073         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21074         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21075         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21076         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21077         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21078
21079 2013-09-23  Hector Marco  <hecmargi@upv.es>
21080             Ismael Ripoll  <iripoll@disca.upv.es>
21081             Carlos O'Donell  <carlos@redhat.com>
21082
21083         [BZ #15754]
21084         * sysdeps/generic/stackguard-macros.h: Define
21085         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21086         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21087         Define __pointer_chk_guard_local.
21088         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21089         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21090
21091 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21092
21093         [BZ #15859]
21094         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21095
21096 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21097
21098         * include/string.h (__ffs): Declare as hidden.
21099         * string/ffs.c (__ffs): Define as hidden.
21100         * sysdeps/i386/ffs.c (__ffs): Likewise.
21101         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21102         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21103         * sysdeps/s390/ffs.c (__ffs): Likewise.
21104         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21105
21106 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21107
21108         * NEWS: Mention malloc probes.
21109
21110         * malloc/arena.c (new_heap): New memory_heap_new probe.
21111         (grow_heap): New memory_heap_more probe.
21112         (shrink_heap): New memory_heap_less probe.
21113         (heap_trim): New memory_heap_free probe.
21114         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21115         (systrim): New memory_sbrk_less probe.
21116         * manual/probes.texi: Document them.
21117
21118         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21119         * manual/probes.texi: Document it.
21120
21121         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21122         (__libc_realloc): Add memory_realloc_retry probe.
21123         (__libc_memalign): Add memory_memalign_retry probe.
21124         (__libc_valloc): Add memory_valloc_retry probe.
21125         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21126         (__libc_calloc): Add memory_calloc_retry probe.
21127         * manual/probes.texi: Document them.
21128
21129         * malloc/arena.c (get_free_list): Add probe
21130         memory_arena_reuse_free_list.
21131         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21132         and memory_arena_reuse.
21133         (arena_get2) [!PER_THREAD]: Likewise.
21134         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21135         memory_arena_reuse_realloc.
21136         * manual/probes.texi: Document them.
21137
21138         * malloc/malloc.c (__libc_free): Add
21139         memory_mallopt_free_dyn_thresholds probe.
21140         (__libc_mallopt): Add multiple memory_mallopt probes.
21141         * manual/probes.texi: Document them.
21142
21143         * malloc/malloc.c: Include stap-probe.h.
21144         (__libc_mallopt): Add memory_mallopt probe.
21145         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21146         * manual/probes.texi: New.
21147         * manual/Makefile (chapters): Add probes.
21148         * manual/threads.texi: Set next node.
21149
21150 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21151
21152         [BZ #15963, #13985]
21153         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21154         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21155         Add `Chinese' to `nan' entry name.
21156
21157 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21158
21159         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21160         (POLYNOMIAL): Likewise.
21161         (TAYLOR_SINCOS): Likewise.
21162         (TAYLOR_SLOW): Likewise.
21163         (__sin): Use TAYLOR_SINCOS.
21164         (__cos): Likewise.
21165         (slow): Use TAYLOR_SLOW.
21166         (sloww): Likewise.
21167         (bsloww): Likewise.
21168         (csloww): Likewise.
21169
21170 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21171
21172         * stdlib/strtod_l.c: Fix buffer overrun.
21173
21174 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21175
21176         * benchtests/Makefile (bench): Add sincos.
21177         * benchtests/bench-sincos.c: New file.
21178
21179         * math/libm-test.inc (cos_test_data): New test inputs.
21180         (sin_test_data): Likewise.
21181
21182         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21183         macro.
21184         (__sin): Use it.
21185         (__cos): Likewise.
21186         (slow1): Likewise.
21187         (slow2): Likewise.
21188         (sloww1): Likewise.
21189         (sloww2): Likewise.
21190         (bsloww1): Likewise.
21191         (bsloww2): Likewise.
21192         (cslow2): Likewise.
21193         (csloww1): Likewise.
21194         (csloww2): Likewise.
21195
21196         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21197         function.
21198         (__sin): Use it.
21199         (__cos): Likewise.
21200
21201         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21202         gotos.
21203         (__cos): Likewise.
21204
21205 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21206
21207         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21208         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21209         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21210         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21211         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21212         * elf/cache.c (print_entry): Handle the new cache flags.
21213
21214 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21215             Aldy Hernandez  <aldyh@redhat.com>
21216
21217         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21218         Change condition to [_SOFT_FLOAT].
21219         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21220         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21221         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21222         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21223         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21224         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21225         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21226         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21227         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21228         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21229         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21230         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21231         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21232         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21233         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21234         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21235         declaration.
21236
21237 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21238
21239         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21240         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21241         (__longjmp): Use LOAD_GP to load saved GPRs.
21242         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21243         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21244         (__sigsetjmp): Use SAVE_GP to save GPRs.
21245
21246         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21247         Do not append -msoft-float.
21248         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21249
21250 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21251
21252         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21253
21254 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21255
21256         [BZ #15966]
21257         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21258         (_FPU_GETCW): Use initial "__" on variable and field names but not
21259         on macro parameter name.
21260         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21261         parentheses around reference to macro parameter.
21262
21263 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21264
21265         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21266         prototype.
21267         (ctype_startup): Use uint32_t in cast and sizeof for
21268         ctype->charnames.
21269
21270 2013-09-11  Jia Liu  <proljc@gmail.com>
21271
21272         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21273         __daddr_t_defined.
21274         [__FreeBSD__]: Likewise.
21275
21276 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21277
21278         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21279         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21280         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21281         (strchr): Remove __strchr_sse42 ifunc selection.
21282         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21283         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21284
21285 2013-09-11  Will Newton  <will.newton@linaro.org>
21286
21287         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21288         parameter to RES. Remove hardcoded 1000 value.
21289         * benchtests/bench-skeleton.c (main): Pass RES parameter
21290         to TIMING_INIT and multiply result by 1000.
21291
21292 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21293
21294         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21295
21296 2013-09-11  Andreas Schwab  <schwab@suse.de>
21297
21298         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21299         if not defined.
21300         (O_TMPFILE) [__USE_GNU]: Define.
21301         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21302         Define.
21303
21304 2013-09-11  Will Newton  <will.newton@linaro.org>
21305
21306         [BZ #15857]
21307         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21308         does not overflow.
21309
21310 2013-09-11  Will Newton  <will.newton@linaro.org>
21311
21312         [BZ #15856]
21313         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21314         does not overflow.
21315
21316 2013-09-11  Will Newton  <will.newton@linaro.org>
21317
21318         [BZ #15855]
21319         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21320         does not overflow.
21321
21322 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21323
21324         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21325         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21326         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21327         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21328         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21329
21330 2013-09-10  Allan McRae  <allan@archlinux.org>
21331
21332         [BZ #15748]
21333         * manual/arith.texi (Parsing of Floats): Clarify
21334         cross-reference.
21335
21336         [BZ #15849]
21337         * manual/install.texi (Running make install): Mention
21338         --enable-pt-chown.
21339         * INSTALL: Regenerated.
21340
21341 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21342
21343         * csu/init-first.c (_init): Remove the !SHARED condition around
21344         FPU control word initialization.
21345         * elf/dl-support.c (_dl_fpu_control): New variable.
21346         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21347         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21348         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21349         * math/test-fpucw-static.c: New file.
21350         * math/test-fpucw-ieee.c: New file.
21351         * math/test-fpucw-ieee-static.c: New file.
21352         * math/Makefile (tests): Add `test-fpucw-ieee' and
21353         `$(tests-static)'.
21354         (tests-static): New variable.
21355         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21356         dependency to...
21357         [($(build-shared),yes)]
21358         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21359         ... this.
21360         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21361         New dependency.
21362
21363 2013-09-09  Allan McRae  <allan@archlinux.org>
21364
21365         [BZ #15939]
21366         * manual/string.texi (Collation Functions): Fix typo in
21367         strcoll example.
21368         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21369
21370         [BZ #15893]
21371         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21372
21373         [BZ #15892]
21374         * libio/memstream.c (open_memstream): Fix memory leak.
21375         * libio/wmemstream.c (open_wmemstream): Likewise.
21376
21377         [BZ #15895]
21378         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21379
21380 2013-09-09  Will Newton  <will.newton@linaro.org>
21381
21382         * malloc/Makefile: Add tst-realloc to tests.
21383         * malloc/tst-realloc.c: New file.
21384
21385 2013-09-09  Allan McRae  <allan@archlinux.org>
21386
21387         [BZ #15844]
21388         * COPYING: Update from GNU website to fix FSF address.
21389         * COPYING.LIB: Likewise.
21390
21391 2013-09-06  David S. Miller  <davem@davemloft.net>
21392
21393         * po/zh_TW.po: Update Chinese (traditional) translation from
21394         translation project.
21395
21396 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21397             Joseph Myers  <joseph@codesourcery.com>
21398
21399         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21400         "localeinfo.h".
21401         (obstack_chunk_alloc): New macro.
21402         (obstack_chunk_free): Likewise.
21403         (record_offset): New function.
21404         (init_locale_data): Likewise.
21405         (align_locale_data): Likewise.
21406         (add_locale_empty): Likewise.
21407         (add_locale_raw_data): Likewise.
21408         (add_locale_raw_obstack): Likewise.
21409         (add_locale_string): Likewise.
21410         (add_locale_wstring): Likewise.
21411         (add_locale_uint32): Likewise.
21412         (add_locale_uint32_array): Likewise.
21413         (add_locale_char): Likewise.
21414         (start_locale_structure): Likewise.
21415         (end_locale_structure): Likewise.
21416         (start_locale_prelude): Likewise.
21417         (end_locale_prelude): Likewise.
21418         (write_locale_data): Take locale_file structure rather than an
21419         iovec.
21420         * locale/programs/locfile.h: Include "obstack.h".
21421         (struct locale_file): Change to store locale file contents instead
21422         of header.
21423         (init_locale_data): New prototype.
21424         (align_locale_data): Likewise.
21425         (add_locale_empty): Likewise.
21426         (add_locale_raw_data): Likewise.
21427         (add_locale_raw_obstack): Likewise.
21428         (add_locale_string): Likewise.
21429         (add_locale_wstring): Likewise.
21430         (add_locale_uint32): Likewise.
21431         (add_locale_uint32_array): Likewise.
21432         (add_locale_char): Likewise.
21433         (start_locale_structure): Likewise.
21434         (end_locale_structure): Likewise.
21435         (start_locale_prelude): Likewise.
21436         (end_locale_prelude): Likewise.
21437         (write_locale_data): Update prototype.
21438         * locale/programs/3level.h (struct TABLE): Remove result field.
21439         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21440         Use new locale_file interface.
21441         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21442         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21443         * locale/programs/ld-address.c (address_output): Use new
21444         locale_file interface.
21445         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21446         NO_ADD_LOCALE.
21447         (collate_finish): Don't call collseq_table_finalize.
21448         (collate_output): Use new locale_file interface.
21449         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21450         in file.
21451         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21452         (TABLE): Move defines earlier in file.
21453         (ELEMENT): Likewise.
21454         (DEFAULT): Likewise.
21455         (wctrans_table_add): Move macro and inline function earlier in
21456         file.
21457         (struct wctype_table): Move type earlier in file.
21458         (add_locale_wctype_table): New static prototype.
21459         (struct locale_ctype_t): Use logical types instead of struct iovec
21460         pointers for members.
21461         (ctype_output): Use new locale_file interface.
21462         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21463         new locale_file interface.
21464         (allocate_arrays): Update for use of new locale_file interface.
21465         * locale/programs/ld-identification.c (identification_output): Use
21466         new locale_file interface.
21467         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21468         * locale/programs/ld-messages.c (messages_output): Likewise.
21469         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21470         * locale/programs/ld-name.c (name_output): Likewise.
21471         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21472         * locale/programs/ld-paper.c (paper_output): Likewise.
21473         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21474         * locale/programs/ld-time.c (time_output): Likewise.
21475
21476 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21477
21478         * benchtests/Makefile: Add memrchr benchmark.
21479         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21480         benchmark as memrchr.
21481         * benchtests/bench-memrchr-ifunc.c: New file.
21482         * benchtests/bench-memrchr.c: New file.
21483
21484 2013-09-06   Will Newton  <will.newton@linaro.org>
21485
21486         * benchtests/Makefile (string-bench): Add memcpy.
21487
21488 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21489             Cong Wang  <amwang@redhat.com>
21490
21491         [BZ #15850]
21492         * sysdeps/unix/sysv/linux/bits/in.h
21493         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21494         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21495         before __USE_KERNEL_IPV6_DEFS uses.
21496         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21497         IPPROTO_BEETPH.
21498         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21499         sockaddr_in6, or ipv6_mreq.
21500
21501 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21502
21503         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21504         memory access for final bytes in some large inputs.
21505         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21506
21507 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21508
21509         * string/test-memrchr.c: New file.
21510         * string/test-memrchr-ifunc.c: New file.
21511         * string/Makefile: Add new memrchr testcase.
21512
21513 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21514
21515         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21516         fanotify_init returns EPERM.
21517
21518 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21519
21520         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21521         errors.
21522         (top level): Treat second token from macro or constant entries for
21523         allowed headers as allowed.
21524         * include/complex.h: Condition internal declarations on
21525         [!_ISOMAC].
21526         * include/fenv.h: Condition include of <stdbool.h> and internal
21527         declarations on [!_ISOMAC].
21528
21529 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21530
21531         [BZ #15923]
21532         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21533
21534 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21535
21536         * configure.in (--enable-versioning): Remove configure option.
21537         (libc_cv_asm_symver_directive): Remove configure test.
21538         (libc_cv_ld_version_script_option): Likewise.
21539         (VERSIONING): Remove variable and AC_SUBST.
21540         (DO_VERSIONING): Remove AC_DEFINE.
21541         * configure: Regenerated.
21542         * config.h.in (DO_VERSIONING): Remove macro.
21543         * Makerules [$(versioning) = yes]: Change conditionals to
21544         [$(build-shared) = yes].
21545         * config.make.in (versioning): Remove variable.
21546         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21547         [$(build-shared) = yes].
21548         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21549         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21550         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21551         [$(build-shared) = yes].
21552         * extra-lib.mk [$(versioning) = yes]: Likewise.
21553         * hurd/Makefile [$(versioning) = yes]: Likewise.
21554         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21555         [SHARED].
21556         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21557         [SHARED].
21558         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21559         [SHARED && !NO_HIDDEN].
21560         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21561         [SHARED].
21562         [SHARED && DO_VERSIONING]: Likewise..
21563         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21564         [$(build-shared) = yes].
21565         * manual/install.texi (--disable-versioning): Remove
21566         documentation.
21567         * INSTALL: Regenerated.
21568         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21569         to [SHARED].
21570         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21571         [$(build-shared) = yes].
21572         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21573         * sysdeps/i386/i686/multiarch/strstr-c.c
21574         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21575         [SHARED && !NO_HIDDEN].
21576         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21577         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21578         * sysdeps/powerpc/powerpc32/dl-machine.c
21579         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21580         * sysdeps/powerpc/powerpc32/sysdep.h
21581         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21582         to [SHARED && PIC && !NO_HIDDEN].
21583         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21584         conditional to [SHARED].
21585
21586 2013-09-04   Will Newton  <will.newton@linaro.org>
21587
21588         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21589         * benchtests/bench-string.h: Include bench-timing.h instead
21590         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21591         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21592         call to HP_TIMING_DIFF_INIT.
21593         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21594         instead of hp-timing.h macros.
21595         * benchtests/bench-memchr.c: Likewise.
21596         * benchtests/bench-memcmp.c: Likewise.
21597         * benchtests/bench-memcpy.c: Likewise.
21598         * benchtests/bench-memmem.c: Likewise.
21599         * benchtests/bench-memmove.c: Likewise.
21600         * benchtests/bench-memset.c: Likewise.
21601         * benchtests/bench-rawmemchr.c: Likewise.
21602         * benchtests/bench-strcasecmp.c: Likewise.
21603         * benchtests/bench-strcasestr.c: Likewise.
21604         * benchtests/bench-strcat.c: Likewise.
21605         * benchtests/bench-strchr.c: Likewise.
21606         * benchtests/bench-strcmp.c: Likewise.
21607         * benchtests/bench-strcpy.c: Likewise.
21608         * benchtests/bench-strcpy_chk.c: Likewise.
21609         * benchtests/bench-strlen.c: Likewise.
21610         * benchtests/bench-strncasecmp.c: Likewise.
21611         * benchtests/bench-strncat.c: Likewise.
21612         * benchtests/bench-strncmp.c: Likewise.
21613         * benchtests/bench-strncpy.c: Likewise.
21614         * benchtests/bench-strnlen.c: Likewise.
21615         * benchtests/bench-strpbrk.c: Likewise.
21616         * benchtests/bench-strrchr.c: Likewise.
21617         * benchtests/bench-strspn.c: Likewise.
21618         * benchtests/bench-strstr.c: Likewise.
21619
21620 2013-09-04  Will Newton  <will.newton@linaro.org>
21621
21622         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21623
21624 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21625
21626         [BZ #15427]
21627         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21628         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21629         * math/libm-test.inc (lgamma_test_data): Add more tests.
21630         * sysdeps/i386/fpu/libm-test-ulps: Update.
21631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21632
21633 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21634
21635         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21636         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21637         Add ifunc.
21638         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21639         Add strcmp-sse2-unaligned
21640         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21641
21642 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21643
21644         * Versions.def (libc): Add GLIBC_2.19.
21645
21646 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21647
21648         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21649         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21650
21651 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21652
21653         [BZ #14155]
21654         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21655         intermediate calculations in recurrence.
21656         (__ieee754_ynf): Likewise.
21657         * math/libm-test.inc (jn_test_data): Do not allow spurious
21658         underflow exception.  Add more tests.
21659         (yn_test_data): Add more tests.
21660         * sysdeps/i386/fpu/libm-test-ulps: Update.
21661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21662
21663 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21664
21665         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21666
21667 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21668
21669         * csu/init-first.c: Fix then/than typos.
21670         * locale/programs/ld-collate.c: Likewise.
21671         * locale/programs/linereader.h: Likewise.
21672         * manual/charset.texi: Likewise.
21673         * manual/filesys.texi: Likewise.
21674         * manual/stdio.texi: Likewise.
21675         * manual/string.texi: Likewise.
21676         * stdlib/fmtmsg.c: Likewise.
21677         * sysdeps/i386/stpncpy.S: Likewise.
21678         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21679         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21680         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21681         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21682
21683 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21684
21685         * elf/dl-open.c: Fix typos.
21686         * iconvdata/gbbig5.c: Likewise.
21687         * iconvdata/iso-2022-jp.c: Likewise.
21688         * iconv/gconv_int.h: Likewise.
21689         * iconv/loop.c: Likewise.
21690         * nis/rpcsvc/nis.h: Likewise.
21691         * resolv/ns_name.c: Likewise.
21692         * stdio-common/vfscanf.c: Likewise.
21693         * streams/stropts.h: Likewise.
21694         * sunrpc/rpc_thread.c: Likewise.
21695         * sysdeps/i386/strpbrk.S: Likewise.
21696         * sysdeps/ieee754/k_standard.c: Likewise.
21697         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21698         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21699         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21700         * sysdeps/mach/hurd/profil.c: Likewise.
21701         * sysdeps/s390/dl-procinfo.h: Likewise.
21702         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21703         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21704         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21705         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21706         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21707
21708 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21709
21710         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21711         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21712
21713 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21714
21715         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21716         aix specific files.
21717         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21718         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21719         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21720         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21721         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21722         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21723         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21724         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21725
21726 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21727             Roland McGrath  <roland@hack.frob.com>
21728
21729         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21730         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21731
21732 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21733
21734         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21735         __executable_start symbol instead of _start.
21736
21737 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21738
21739         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21740         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21741         Move macros to...
21742         * sysdeps/gnu/ldsodefs.h: ... this new file.
21743
21744         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21745         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21746         instead of ELFOSABI_LINUX.
21747
21748         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21749         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21750         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21751         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21752         Likewise.
21753         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21754         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21755         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21756         Likewise.
21757         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21758         (ibm_extended_long_double): Add ieee_nan member.
21759         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21760         (do_test): New function.
21761
21762         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21763         TEST_TRUNC.
21764         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21765         functions, renamed from truncdfsf_test, trunctfsf_test,
21766         trunctfdf_test.
21767         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21768         functions.
21769         (do_test): Run all these.
21770
21771 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21772
21773         * argp/argp-help.c: Fix typos.
21774         * argp/argp-parse.c: Likewise.
21775         * debug/backtracesyms.c: Likewise.
21776         * elf/elf.h: Likewise.
21777         * malloc/malloc.c: Likewise.
21778         * nis/nis_print.c: Likewise.
21779         * resolv/res_comp.c: Likewise.
21780         * stdlib/stdlib.h: Likewise.
21781         * sunrpc/clnt_tcp.c: Likewise.
21782         * sunrpc/clnt_udp.c: Likewise.
21783         * sunrpc/clnt_unix.c: Likewise.
21784         * sysdeps/unix/bsd/ptsname.c: Likewise.
21785         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21786         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21788         Likewise.
21789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21790         Likewise.
21791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21792         Likewise.
21793         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21794
21795 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21796
21797         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21798         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21799
21800 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21801
21802         [BZ #15897]
21803         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21804         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21805         ($(objpfx)bug-dl-leaf): New rule.
21806         ($(objpfx)bug-dl-leaf.so): Likewise.
21807         ($(objpfx)bug-dl-leaf.out): Likewise.
21808         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21809         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21810         * dlfcn/bug-dl-leaf.c: New test.
21811         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21812         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21813         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21814         (dlclose): Likewise.
21815         (dlmopen): Likewise.
21816
21817 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21818
21819         * include/netdb.h [!_ISOMAC]:
21820         Don't include <tls.h>.
21821         (h_errno, __libc_h_errno): Move declaration and macros out of
21822         [_LIBC_REENTRANT].
21823
21824         * include/resolv.h [_RESOLV_H_]:
21825         Don't include <tls.h>.
21826         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21827         * resolv/res_libc.c: Don't include <tls.h>.
21828         (_res): Use __attribute__ ((nocommon)) in place of
21829         __attribute__ ((section (".bss"))).
21830
21831         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21832         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21833
21834         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21835
21836         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21837         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21838
21839         * resolv/res_mkquery.c: Include <sys/time.h>.
21840
21841         * inet/ifreq.c: Moved to ...
21842         * sysdeps/unix/ifreq.c: ... here.
21843         * inet/ifreq.c: New file, true stub version.
21844
21845         * socket/sa_len.c: New file.
21846         * socket/Makefile (aux): Add it.
21847         * sysdeps/unix/sysv/linux/Makefile
21848         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21849         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21850         and #include <socket/sa_len.c>.
21851         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21852         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21853
21854         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21855         * bits/socket.h: ... here.
21856
21857         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21858         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21859         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21860
21861 2013-08-27  Andreas Schwab  <schwab@suse.de>
21862
21863         [BZ #15736]
21864         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21865         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21866         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21867         * string/test-strcasecmp.c (test_main): Run tests in several
21868         locales.
21869         * string/test-strncasecmp.c (test_main): Likewise.
21870
21871         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21872         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21873         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21874         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21875         (__strncasecmp_ssse3) [PIC]: Likewise.
21876
21877 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21878
21879         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21880
21881         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21882         instead of explicitly declaring xdecrypt.
21883         * nis/nss_nis/nis-publickey.c: Likewise.
21884
21885 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21886
21887         [BZ #15890]
21888         * nscd/aicache.c: Include res_hconf.h.
21889         (addhstaiX): Initialize res_hconf.
21890
21891 2013-08-26  Andreas Schwab  <schwab@suse.de>
21892
21893         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21894         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21895
21896 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21897
21898         * nscd/aicache.c (addhstaiX): Fix indentation.
21899
21900 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21901
21902         * configure.ac: Quote $build_pt_chown test.
21903         * configure: Regenerated.
21904
21905 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21906
21907         [BZ #15532]
21908         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21909         * math/s_cexpf.c (__cexpf): Likewise.
21910         * math/s_cexpl.c (__cexpl): Likewise.
21911         * math/libm-test.inc (cexp_test_data): Correct expected return
21912         value for NaN + i0.  Add another test.
21913
21914 2013-08-22  David S. Miller  <davem@davemloft.net>
21915
21916         * po/ca.po: Update Catalan translation from translation project.
21917         * po/uk.po: Add Ukrainian translations from translation project.
21918
21919 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21920
21921         [BZ #15797]
21922         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21923         is infinite, not alongside NaN test.
21924         * math/s_fdimf.c (__fdimf): Likewise.
21925         * math/s_fdiml.c (__fdiml): Likewise.
21926         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21927         errno is unchanged.
21928
21929 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21930
21931         * argp/argp-help.c: Fix typos.
21932         * crypt/speeds.c: Likewise.
21933         * csu/check_fds.c: Likewise.
21934         * elf/dl-load.c: Likewise.
21935         * elf/dl-open.c: Likewise.
21936         * elf/reldep3.c: Likewise.
21937         * elf/reldep.c: Likewise.
21938         * elf/sprof.c: Likewise.
21939         * iconv/iconv_charmap.c: Likewise.
21940         * iconv/skeleton.c: Likewise.
21941         * iconv/strtab.c: Likewise.
21942         * io/lockf64.c: Likewise.
21943         * libio/libioP.h: Likewise.
21944         * resolv/gai_notify.c: Likewise.
21945         * resolv/ns_name.c: Likewise.
21946         * resolv/ns_samedomain.c: Likewise.
21947         * resolv/res_send.c: Likewise.
21948         * stdlib/random.c: Likewise.
21949         * sunrpc/rpc/xdr.h: Likewise.
21950         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21951         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21952         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21953         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21954         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21955         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21956         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21957         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21958         * sysdeps/mach/hurd/check_fds.c: Likewise.
21959         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21960         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21961         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21962         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21963         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21964         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21965         * sysdeps/pthread/aio_notify.c: Likewise.
21966         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21967         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21968         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21969         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21970         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21971
21972 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21973
21974         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21975         version if bit_Slow_SSE4_2 is set.
21976         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21977         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21978
21979 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21980
21981         [BZ #15867]
21982         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21983         trampoline stack frame information.
21984         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21985         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21986         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21987         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21988         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21989         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21990         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21991         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21992         sa_flags value.
21993         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21994         interrupting a syscall and set with option SA_SIGINFO.
21995
21996 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21997
21998         [BZ #15531]
21999         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22000         argument is infinite.
22001         * math/s_cprojf.c (__cprojf): Likewise.
22002         * math/s_cprojl.c (__cprojl): Likewise.
22003         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22004         * math/libm-test.inc (cproj_test_data): Add more tests.
22005
22006         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22007
22008         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22009         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22010         size.  Use __ffs to determine corresponding shift.
22011
22012 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22013             Roland McGrath  <roland@hack.frob.com>
22014
22015         * Makefile (INSTALL): Remove trailing blank lines from output of
22016         makeinfo.
22017
22018 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22019
22020         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22021         Align 32 bit compat elf_greg to 8 bytes.
22022
22023 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22024
22025         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22026
22027 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22028
22029         * string/strcoll_l.c (coll_seq): New structure.
22030         (get_next_seq_cached): New function.
22031         (get_next_seq): New function.
22032         (do_compare): New function.
22033         (STRCOLL): Use GNU style definition.  Simplify implementation
22034         by using get_next_seq, get_next_seq_cached and do_compare.
22035
22036 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22037
22038         [BZ #14699]
22039         CVE-2013-4237
22040         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22041         member.
22042         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22043         member.
22044         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22045         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22046         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22047         conditional.
22048         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22049         GETDENTS_64BIT_ALIGNED.
22050         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22051         * manual/filesys.texi (Reading/Closing Directory): Document
22052         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22053         strongly.
22054         * manual/conf.texi (Limits for Files): Add portability note to
22055         NAME_MAX, PATH_MAX.
22056         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22057
22058 2013-08-13  Andreas Schwab  <schwab@suse.de>
22059
22060         [BZ #15749]
22061         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22062         of fabs.
22063         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22064         LDBL_MAX_EXP >= 16384]: Add tests for it.
22065
22066 2013-08-12  David S. Miller  <davem@davemloft.net>
22067
22068         * version.h (RELEASE): Set to "development".
22069         (VERSION): Set to "2.18.90".
22070         * NEWS: Add 2.19 section.
22071
22072 2013-08-03  David S. Miller  <davem@davemloft.net>
22073
22074         * po/ko.po: Update Korean translation from translation project.
22075
22076 2013-08-01  David S. Miller  <davem@davemloft.net>
22077
22078         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22079         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22080         Bilka.
22081
22082 2013-07-30  David S. Miller  <davem@davemloft.net>
22083
22084         * po/fr.po: Update French translation from translation project.
22085
22086 2013-07-28  David S. Miller  <davem@davemloft.net>
22087
22088         * po/cs.po: Update Czech translation from translation project.
22089
22090         * po/sv.po: Update Swedish translation from translation project.
22091
22092 2013-07-27  David S. Miller  <davem@davemloft.net>
22093
22094         * po/eo.po: Update Esperanto translation from translation project.
22095
22096         * po/vi.po: Update Vietnamese translation from translation project.
22097
22098         * po/de.po: Update German translation from translation project.
22099
22100 2013-07-26  David S. Miller  <davem@davemloft.net>
22101
22102         * po/bg.po: Update Bulgarian translation from translation project.
22103
22104         * po/nl.po: Update Dutch translation from translation project.
22105         * po/pl.po: Update Polish translation from translation project.
22106         * po/ru.po: Update Russian translation from translation project.
22107
22108 2013-07-24  David S. Miller  <davem@davemloft.net>
22109
22110         * po/libc.pot: Update.
22111
22112 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22113
22114         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22115         variable page size.
22116         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22117         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22118         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22119
22120 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22121
22122         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22123
22124 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22125             Andreas Schwab  <schwab@suse.de>
22126             Roland McGrath  <roland@hack.frob.com>
22127             Joseph Myers  <joseph@codesourcery.com>
22128             Carlos O'Donell  <carlos@redhat.com>
22129
22130         [BZ #15755]
22131         * config.h.in: Define HAVE_PT_CHOWN.
22132         * config.make.in (build-pt-chown): New variable.
22133         * configure.in (--enable-pt_chown): New configure option.
22134         * configure: Regenerate.
22135         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22136         build-pt-chown is enabled.
22137         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22138         pt_chown to fix pty ownership.
22139         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22140         CLOSE_ALL_FDS.
22141         * manual/install.texi (Configuring and compiling): Mention
22142         --enable-pt_chown. Add @findex for grantpt.
22143         * INSTALL: Regenerate.
22144
22145 2013-07-20  David S. Miller  <davem@davemloft.net>
22146
22147         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22148         difference between 32-bit and 64-bit.
22149
22150 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22151
22152         [BZ #15711]
22153         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22154         Avoid system header dependency with -ffreestanding.
22155         ($(objpfx)bits/syscall%d): Likewise.
22156
22157 2013-07-13  David S. Miller  <davem@davemloft.net>
22158
22159         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22160         underflows from atanl/atan2l due to bug 15319.
22161         (casinh_test_data): Likewise.
22162
22163 2013-07-07  David S. Miller  <davem@davemloft.net>
22164
22165         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22166
22167 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22168
22169         * sysdeps/i386/fpu/libm-test-ulps: Update.
22170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22171
22172 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22173
22174         * configure.in (--enable-lock-elision): Fix message text.
22175         * INSTALL: Regenerate.
22176         * configure: Regenerate.
22177
22178 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22179
22180         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22181
22182 2013-07-03  Andreas Jaeger  <aj@suse.de>
22183
22184         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22185         define.
22186         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22187         (ptrace_peeksiginfo_args): Add.
22188         (__ptrace_peeksiginfo_flags): Add.
22189         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22190         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22191         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22192
22193 2013-07-03  Allan McRae  <allan@archlinux.org>
22194
22195         * sysdeps/i386/fpu/libm-test-ulps: Update.
22196
22197 2013-07-02  David S. Miller  <davem@davemloft.net>
22198
22199         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22200
22201 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22202
22203         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22204
22205 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22206
22207         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22209
22210 2013-07-02  Andi Kleen <ak@linux.intel.com>
22211
22212         * config.h.in (ENABLE_LOCK_ELISION): Add.
22213         * configure.in (--enable-lock-elision): Add option.
22214         * manual/install.texi: Document --enable lock elision.
22215         * configure: Regenerate
22216         * INSTALL: Regenerate.
22217
22218 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22219
22220         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22221         SSE4.2 strcasecmp for libc.a.
22222         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22223
22224 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22225
22226         [BZ #13304]
22227         * soft-fp/op-common.h (_FP_FMA): New macro.
22228         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22229         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22230         (_FP_MUL_MEAT_1_imm): ... here.
22231         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22232         (_FP_MUL_MEAT_1_wide): ... here.
22233         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22234         (_FP_MUL_MEAT_1_hard): ... here.
22235         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22236         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22237         (_FP_MUL_MEAT_2_wide): ... here.
22238         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22239         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22240         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22241         (_FP_MUL_MEAT_2_gmp): ... here.
22242         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22243         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22244         (_FP_MUL_MEAT_4_wide): ... here.
22245         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22246         (_FP_MUL_MEAT_4_gmp): ... here.
22247         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22248         (_FP_WFRACBITS_DW_S): Likewise.
22249         (_FP_WFRACXBITS_DW_S): Likewise.
22250         (_FP_HIGHBIT_DW_S): Likewise.
22251         (FP_FMA_S): Likewise.
22252         (_FP_FRAC_HIGH_DW_S): Likewise.
22253         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22254         (_FP_WFRACBITS_DW_D): Likewise.
22255         (_FP_WFRACXBITS_DW_D): Likewise.
22256         (_FP_HIGHBIT_DW_D): Likewise.
22257         (FP_FMA_D): Likewise.
22258         (_FP_FRAC_HIGH_DW_D): Likewise.
22259         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22260         (_FP_WFRACBITS_DW_E): Likewise.
22261         (_FP_WFRACXBITS_DW_E): Likewise.
22262         (_FP_HIGHBIT_DW_E): Likewise.
22263         (FP_FMA_E): Likewise.
22264         (_FP_FRAC_HIGH_DW_E): Likewise.
22265         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22266         (_FP_WFRACBITS_DW_Q): Likewise.
22267         (_FP_WFRACXBITS_DW_Q): Likewise.
22268         (_FP_HIGHBIT_DW_Q): Likewise.
22269         (FP_FMA_Q): Likewise.
22270         (_FP_FRAC_HIGH_DW_Q): Likewise.
22271         * soft-fp/fmasf4.c: New file.
22272         * soft-fp/fmadf4.c: Likewise.
22273         * soft-fp/fmatf4.c: Likewise.
22274
22275 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22276
22277         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22278         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22279         Silvermont.
22280         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22281         macro.
22282         (index_Slow_SSE4_2): Likewise.
22283         (index_Prefer_PMINUB_for_stringop): Likewise.
22284         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22285         bit_Slow_SSE4_2 is set.
22286         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22287         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22288
22289 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22290
22291         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22292         rtld_global._dl_hwcap2.
22293         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22294         POWER8.
22295         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22296         POWER8 feature descriptions defined in _dl_hwcap2.
22297         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22298         string handling for POWER8 feature bits.
22299         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22300         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22301         _dl_powerpc_cap_flags.
22302         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22303         * sysdeps/powerpc/rtld-global-offsets.sym
22304         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22305         _dl_hwcap2 in the rtld_global_ro structure.
22306
22307 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22308
22309         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22310         hardware capabilities in support of AT_HWCAP2.
22311         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22312         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22313         GLRO(dl_hwcap2).
22314         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22315         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22316         explicitly the unknown a_type display mechanism is used.
22317         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22318         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22319         struct member.
22320         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22321         to macro prototype for AT_HWCAP2 support.
22322         * sysdeps/i386/dl-procinfo.h: Likewise.
22323         * sysdeps/s390/dl-procinfo.h: Likewise.
22324         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22325         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22326         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22327         return -1 for unknown a_type display fallback.
22328         * sysdeps/sparc/dl-procinfo.h: Likewise.
22329         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22330         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22331
22332 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22333
22334         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22335         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22336
22337 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22338
22339         [BZ #12492]
22340         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22341         mprotect making __stack_prot writable.
22342
22343 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22344             Joseph Myers  <joseph@codesourcery.com>
22345
22346         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22347         as being properly aligned.
22348
22349 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22350
22351         * dlfcn/modstatic5.c: New file.
22352         * dlfcn/tststatic5.c: New file.
22353         * dlfcn/Makefile (tests): Add tststatic5.
22354         (tests-static): Likewise.
22355         (modules-names): Add modstatic5.
22356         (tststatic5-ENV): New variable.
22357         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22358
22359         [BZ #15022]
22360         * elf/dl-support.c (_dl_main_map): New variable.
22361         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22362         (_dl_nns, _dl_load_adds): Set to 1.
22363         (_dl_initial_searchlist): Refer to _dl_main_map.
22364         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22365         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22366         call to _dl_get_origin.
22367         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22368         around call_map.
22369         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22370         * dlfcn/modstatic3.c: New file.
22371         * dlfcn/tststatic3.c: New file.
22372         * dlfcn/tststatic4.c: New file.
22373         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22374         (tests-static): Likewise.
22375         (modules-names): Add modstatic3.
22376         (tststatic3-ENV, tststatic4-ENV): New variables.
22377         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22378         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22379
22380 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22381
22382         * configure.in (CC): Require GCC version 4.4 or later.
22383         * configure: Regenerated.
22384         * manual/install.texi (Tools for Compilation): Update GCC version
22385         requirement.
22386         * INSTALL: Regenerated.
22387
22388 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22389
22390         [BZ #15674]
22391         * string/test-memcmp.c (check2): New.
22392         (main): Call check2.
22393
22394         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22395
22396 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22397
22398         [BZ #15022]
22399         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22400         over to...
22401         (dl_open_worker) [!SHARED]: ... here.
22402
22403 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22404
22405         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22406
22407 2013-06-25  Richard Henderson  <rth@redhat.com>
22408
22409         * locale/programs/locarchive.c: Include <libc-internal.h>
22410
22411 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22412
22413         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22414         trailing whitespace removed.
22415
22416 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22417
22418         [BZ #10283]
22419         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22420         * locale/programs/locarchive.c: Include libc-mmap.h.
22421         (prepare_address_space): Take two new outputs (the mmap base and len).
22422         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22423         values.
22424         (create_archive): Declare new mmap base and len values for
22425         prepare_address_space, and store the result in ah.
22426         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22427         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22428         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22429         Declare new mmap base and len values for
22430         prepare_address_space, and store the result in new_ah.
22431         (open_archive): Declare new mmap base and len values for
22432         prepare_address_space, and store the result in ah.
22433         (close_archive): If ah->mmap_base is not NULL, use that and
22434         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22435         * sysdeps/generic/libc-mmap.h: New file.
22436
22437 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22438
22439         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22440         (ALIGN_UP): Likewise.
22441         (PTR_ALIGN_DOWN): Likewise.
22442         (PTR_ALIGN_UP): Likewise.
22443
22444 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22445
22446         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22447         entry mapped to PPC_PLATFORM_POWER8.
22448         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22449         POWER8.
22450         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22451         (_dl_string_platform): Add case for exporting platform position for
22452         POWER8.
22453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22454         search path to sysdeps/powerpc/powerpc32/power8 directory.
22455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22456         search path to sysdeps/powerpc/powerpc64/power8 directory.
22457         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22458         power7 directories.
22459         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22460         power7 directories.
22461
22462 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22463
22464         * INSTALL: Regenerate.
22465
22466         * nscd/connections.c (nscd_init): Fix comment.
22467
22468 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22469
22470         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22471
22472         [BZ #15667]
22473         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22474         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22475
22476 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22477
22478         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22479         DL_DST_REQ_STATIC.
22480         (DL_DST_REQ_STATIC): Remove macro.
22481
22482 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22483
22484         [BZ #7006]
22485         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22486         with a shift of 0 bits.
22487
22488 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22489
22490         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22491         $(tststatic-ENV).
22492
22493 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22494
22495         [BZ #15655]
22496         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22497
22498 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22499
22500         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22501         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22502         accepts -fno-tree-loop-distribute-patterns.
22503         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22504         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22505         recursive call.
22506         * string/memset.c (memset): Likewise.
22507         * string/test-memmove.c (simple_memmove): Disable loop transformation
22508         to library calls.
22509         * string/test-memset.c (simple_memset): Likewise.
22510         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22511         * benchtests/bench-memset.c (simple_memset): Likewise.
22512         * configure: Regenerated.
22513
22514 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22515
22516         * math/test-misc.c (main): Ignore fesetround failure when failures
22517         of subsequent rounding tests would be ignored.
22518
22519         [BZ #15654]
22520         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22521         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22522         * math/fegetenv.c (__fegetenv): Return 0.
22523         * math/fegetexcept.c (fegetexcept): Return 0.
22524         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22525         FE_TONEAREST.
22526         * math/feholdexcpt.c (feholdexcept): Return 0.
22527         * math/fesetenv.c (__fesetenv): Return 0.
22528         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22529         argument FE_TONEAREST.
22530         * math/feupdateenv.c (__feupdateenv): Return 0.
22531         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22532
22533 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22534
22535         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22536         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22537         ($(objpfx)rtld-%.os rules): Use them.
22538
22539 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22540
22541         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22542         fields.
22543
22544 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22545
22546         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22547         length of target pattern, then descending length of dependency pattern.
22548         * configure.in (AWK): Require gawk 3.1.2 or newer.
22549         * manual/install.texi (Tools for Compilation): Say that we do.
22550         * configure: Regenerated.
22551
22552         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22553         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22554         * scripts/sysd-rules.awk: ... this new script.
22555         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22556         than a glob-style pattern.
22557
22558 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22559
22560         * math/test-misc.c (main): Do not treat incorrectly rounded
22561         conversions as failure unless ROUNDING_TESTS passes.
22562
22563 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22564
22565         [BZ #15631]
22566         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22567         restore exception state around main square root computation, then
22568         check for inexactness explicitly.
22569
22570         * math/libm-test.inc (fma_test_data): Add another test.
22571
22572 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22573
22574         * manual/threads.texi (Non-POSIX Extensions): New document
22575         node.  Document pthread_getattr_default_np and
22576         pthread_setattr_default_np.
22577
22578         * Versions.def (libpthread): Add GLIBC_2.18.
22579         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22581         Likewise.
22582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22583         Likewise.
22584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22585         Likewise.
22586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22587         Likewise.
22588         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22589         Likewise.
22590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22591         Likewise.
22592         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22593         Likewise.
22594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22595         Likewise.
22596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22597         Likewise.
22598
22599 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22600
22601         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22602         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22603
22604 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22605             H.J. Lu  <hjl.tools@gmail.com>
22606
22607         [BZ #15627]
22608         * sysdeps/x86_64/rtld-memset.c: Remove file.
22609         * sysdeps/x86_64/rtld-memset.S: New file.
22610
22611 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22612
22613         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22614         (test_in_one_mode): Take arguments for whether the rounding mode
22615         is supported for each floating-point type.
22616         (do_test): Pass new arguments to test_in_one_mode using
22617         ROUNDING_TESTS.
22618
22619 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22620
22621         * posix/tst-waitid.c (do_test): Distinguish different instances of
22622         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22623         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22624         before entering the kernel for waitpid.
22625
22626 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22627
22628         * NEWS: Fix note on clock function precision.  Text by Roland
22629         McGrath.
22630
22631 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22632
22633         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22634         it into place only when and if the sanity check passes.
22635
22636 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22637
22638         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22639         output for whether conversion result is exact.  Take argument
22640         indicating whether type is IBM long double.
22641         (round_for_all): Change need_exact field to ibm_ld.
22642         * stdlib/tst-strtod-round.c (struct exactness): New type.
22643         (struct test): Change bool ld_ok field to struct exactness exact.
22644         (TEST): Update all definitions for change to field.
22645         (tests): Regenerate array contents.
22646         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22647         field value.  Check for IBM long double here.
22648         (do_test): Update calls to test_in_one_mode.
22649
22650 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22651
22652         [BZ #12515]
22653         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22654         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22655
22656 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22657
22658         [BZ #15605]
22659         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22660         generated by the compiler on loop optimizations.
22661         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22662         general definitions.
22663
22664 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22665
22666         * math/bug-nextafter.c: Include <math-tests.h>.
22667         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22668         the relevant type.
22669         * math/bug-nexttoward.c: Include <math-tests.h>.
22670         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22671         the relevant type.
22672         * math/test-misc.c: Include <math-tests.h>.
22673         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22674         the relevant type.
22675
22676 2013-06-12  Andreas Jaeger  <aj@suse.de>
22677
22678         * po/ia.po: Update Interlingua translation from translation
22679         project.
22680
22681 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22682
22683         * include/fenv.h: Include stdbool.h.
22684         (struct rm_ctx): New structure.
22685         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22686         Define macro.
22687         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22688         (SET_RESTORE_ROUNDF): Likewise.
22689         (SET_RESTORE_ROUNDL): Likewise.
22690         (SET_RESTORE_ROUND_NOEX): Likewise.
22691         (SET_RESTORE_ROUND_NOEXF): Likewise.
22692         (SET_RESTORE_ROUND_NOEXL): Likewise.
22693         (SET_RESTORE_ROUND_53BIT): Likewise.
22694         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22695         (libc_feresetround_noexf_ctx): Likewise.
22696         (libc_feresetround_noexl_ctx): Likewise.
22697         (libc_feholdsetround_53bit_ctx): Likewise.
22698         (libc_feresetround_53bit_ctx): Likewise.
22699         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22700         (libc_feholdexcept_setround_sse_ctx): New function.
22701         (libc_fesetenv_sse_ctx): Likewise.
22702         (libc_feupdateenv_sse_ctx): Likewise.
22703         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22704         (libc_feholdexcept_setround_387_ctx): Likewise.
22705         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22706         (libc_feholdsetround_387_prec_ctx): Likewise.
22707         (libc_feholdsetround_387_ctx): Likewise.
22708         (libc_feholdsetround_387_53bit_ctx): Likewise.
22709         (libc_feholdsetround_sse_ctx): Likewise.
22710         (libc_feresetround_sse_ctx): Likewise.
22711         (libc_feresetround_387_ctx): Likewise.
22712         (libc_feupdateenv_387_ctx): Likewise.
22713         (libc_feholdexcept_setroundf_ctx): Define macro.
22714         (libc_fesetenvf_ctx): Likewise.
22715         (libc_feupdateenvf_ctx): Likewise.
22716         (libc_feholdsetroundf_ctx): Likewise.
22717         (libc_feresetroundf_ctx): Likewise.
22718         (libc_feholdexcept_setround_ctx): Likewise.
22719         (libc_fesetenv_ctx): Likewise.
22720         (libc_feupdateenv_ctx): Likewise.
22721         (libc_feholdsetround_ctx): Likewise.
22722         (libc_feresetround_ctx): Likewise.
22723         (libc_feholdexcept_setroundl_ctx): Likewise.
22724         (libc_feupdateenvl_ctx): Likewise.
22725         (libc_feholdsetroundl_ctx): Likewise.
22726         (libc_feresetroundl_ctx): Likewise.
22727         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22728         (libc_feresetround_53bit_ctx): Likewise.
22729
22730 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22731
22732         * locale/iso-639.def: Convert to UTF-8.
22733
22734 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22735
22736         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22737         (EXCEPTION_TESTS_double): Likewise.
22738         (EXCEPTION_TESTS_long_double): Likewise.
22739         (EXCEPTION_TESTS): Likewise.
22740         * math/libm-test.inc (test_exceptions): Only test exceptions if
22741         EXCEPTION_TESTS (FLOAT).
22742
22743 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22744
22745         * benchtests/Makefile (string-bench): Add strcpy_chk and
22746         stpcpy_chk.
22747         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22748         * benchtests/bench-stpcpy_chk.c: New file.
22749         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22750         * benchtests/bench-strcpy_chk.c: New file.
22751         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22752         code.
22753         (do_test): Likewise.
22754
22755 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22756
22757         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22758         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22759         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22760         with tabs where appropriate.
22761         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22762         dl-procinfo.h.
22763         [PPC_PLATFORM_PPC440]: Likewise.
22764         [PPC_PLATFORM_PPC464]: Likewise.
22765         [PPC_PLATFORM_PPC476]: Likewise.
22766         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22767         ppc464, and ppc476 platform strings merging from ports/
22768         dl-procinfo.h.
22769
22770 2013-06-11  Andreas Schwab  <schwab@suse.de>
22771
22772         [BZ #14991]
22773         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22774         (from_ucs4_idx): Regenerate.
22775         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22776         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22777         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22778         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22779         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22780         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22781         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22782         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22783         from FROM_LOOP and TO_LOOP specific macros.
22784         (BODY): Handle combining characters.
22785         * iconvdata/BIG5HKSCS.irreversible: Update.
22786         * iconvdata/BIG5HKSCS.precomposed: New file.
22787         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22788         characters.
22789         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22790
22791 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22792
22793         * include/sys/time.h: Fix indentation and add copyright header.
22794
22795         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22796         (do_test): Likewise.
22797         * string/test-memchr.c (do_one_test): Likewise.
22798         (do_test): Likewise.
22799         * string/test-memcmp.c (do_one_test): Likewise.
22800         (do_test): Likewise.
22801         * string/test-memcpy.c (do_one_test): Likewise.
22802         (do_test): Likewise.
22803         * string/test-memmem.c (do_one_test): Likewise.
22804         (do_test): Likewise.
22805         (do_random_tests): Likewise.
22806         * string/test-memmove.c (do_one_test): Likewise.
22807         (do_test): Likewise.
22808         * string/test-memset.c (do_one_test): Likewise.
22809         (do_test): Likewise.
22810         * string/test-rawmemchr.c (do_one_test): Likewise.
22811         (do_test): Likewise.
22812         * string/test-strcasecmp.c (do_one_test): Likewise.
22813         (do_test): Likewise.
22814         * string/test-strcasestr.c (do_one_test): Likewise.
22815         (do_test): Likewise.
22816         * string/test-strcat.c (do_one_test): Likewise.
22817         (do_test): Likewise.
22818         * string/test-strchr.c (do_one_test): Likewise.
22819         (do_test): Likewise.
22820         * string/test-strcmp.c (do_one_test): Likewise.
22821         (do_test): Likewise.
22822         * string/test-strcpy.c (do_one_test): Likewise.
22823         (do_test): Likewise.
22824         * string/test-string.h: Likewise.
22825         (test_init): Likewise.
22826         * string/test-strlen.c (do_one_test): Likewise.
22827         (do_test): Likewise.
22828         * string/test-strncasecmp.c (do_one_test): Likewise.
22829         (do_test): Likewise.
22830         * string/test-strncat.c (do_one_test): Likewise.
22831         (do_test): Likewise.
22832         * string/test-strncmp.c (do_one_test): Likewise.
22833         (do_test_limit): Likewise.
22834         (do_test): Likewise.
22835         * string/test-strncpy.c (do_one_test): Likewise.
22836         (do_test): Likewise.
22837         * string/test-strnlen.c (do_one_test): Likewise.
22838         (do_test): Likewise.
22839         * string/test-strpbrk.c (do_one_test): Likewise.
22840         (do_test): Likewise.
22841         * string/test-strrchr.c (do_one_test): Likewise.
22842         (do_test): Likewise.
22843         * string/test-strspn.c (do_one_test): Likewise.
22844         (do_test): Likewise.
22845         * string/test-strstr.c (do_one_test): Likewise.
22846         (do_test): Likewise.
22847
22848         * benchtests/Makefile (string-bench): Add string benchmarks.
22849         * benchtests/bench-bcopy-ifunc.c: New file.
22850         * benchtests/bench-bcopy.c: New file.
22851         * benchtests/bench-bzero-ifunc.c: New file.
22852         * benchtests/bench-bzero.c: New file.
22853         * benchtests/bench-memccpy-ifunc.c: New file.
22854         * benchtests/bench-memccpy.c: New file.
22855         * benchtests/bench-memchr-ifunc.c: New file.
22856         * benchtests/bench-memchr.c: New file.
22857         * benchtests/bench-memcmp-ifunc.c: New file.
22858         * benchtests/bench-memcmp.c: New file.
22859         * benchtests/bench-memmem-ifunc.c: New file.
22860         * benchtests/bench-memmem.c: New file.
22861         * benchtests/bench-memmove-ifunc.c: New file.
22862         * benchtests/bench-memmove.c: New file.
22863         * benchtests/bench-mempcpy-ifunc.c: New file.
22864         * benchtests/bench-mempcpy.c: New file.
22865         * benchtests/bench-memset-ifunc.c: New file.
22866         * benchtests/bench-memset.c: New file.
22867         * benchtests/bench-rawmemchr-ifunc.c: New file.
22868         * benchtests/bench-rawmemchr.c: New file.
22869         * benchtests/bench-stpcpy-ifunc.c: New file.
22870         * benchtests/bench-stpcpy.c: New file.
22871         * benchtests/bench-stpncpy-ifunc.c: New file.
22872         * benchtests/bench-stpncpy.c: New file.
22873         * benchtests/bench-strcasecmp-ifunc.c: New file.
22874         * benchtests/bench-strcasecmp.c: New file.
22875         * benchtests/bench-strcasestr-ifunc.c: New file.
22876         * benchtests/bench-strcasestr.c: New file.
22877         * benchtests/bench-strcat-ifunc.c: New file.
22878         * benchtests/bench-strcat.c: New file.
22879         * benchtests/bench-strchr-ifunc.c: New file.
22880         * benchtests/bench-strchr.c: New file.
22881         * benchtests/bench-strchrnul-ifunc.c: New file.
22882         * benchtests/bench-strchrnul.c: New file.
22883         * benchtests/bench-strcmp-ifunc.c: New file.
22884         * benchtests/bench-strcmp.c: New file.
22885         * benchtests/bench-strcpy-ifunc.c: New file.
22886         * benchtests/bench-strcpy.c: New file.
22887         * benchtests/bench-strcspn-ifunc.c: New file.
22888         * benchtests/bench-strcspn.c: New file.
22889         * benchtests/bench-strlen-ifunc.c: New file.
22890         * benchtests/bench-strlen.c: New file.
22891         * benchtests/bench-strncasecmp-ifunc.c: New file.
22892         * benchtests/bench-strncasecmp.c: New file.
22893         * benchtests/bench-strncat-ifunc.c: New file.
22894         * benchtests/bench-strncat.c: New file.
22895         * benchtests/bench-strncmp-ifunc.c: New file.
22896         * benchtests/bench-strncmp.c: New file.
22897         * benchtests/bench-strncpy-ifunc.c: New file.
22898         * benchtests/bench-strncpy.c: New file.
22899         * benchtests/bench-strnlen-ifunc.c: New file.
22900         * benchtests/bench-strnlen.c: New file.
22901         * benchtests/bench-strpbrk-ifunc.c: New file.
22902         * benchtests/bench-strpbrk.c: New file.
22903         * benchtests/bench-strrchr-ifunc.c: New file.
22904         * benchtests/bench-strrchr.c: New file.
22905         * benchtests/bench-strspn-ifunc.c: New file.
22906         * benchtests/bench-strspn.c: New file.
22907         * benchtests/bench-strstr-ifunc.c: New file.
22908         * benchtests/bench-strstr.c: New file.
22909
22910         * benchtests/Makefile: Disable parallel execution of targets.
22911         (string-bench): Add memcpy.
22912         (benchset): New variable to store a list of benchmark sets.
22913         (bench-func): Renamed from bench.
22914         (bench-set): New target.
22915         (bench): Depend on bench-func and bench-set.
22916         * benchtests/README: Add section on benchmark sets.
22917         * benchtests/bench-memcpy-ifunc.c: New file.
22918         * benchtests/bench-memcpy.c: New file.
22919         * benchtests/bench-string.h: New file.
22920
22921 2013-06-11  Andreas Schwab  <schwab@suse.de>
22922
22923         [BZ #15577]
22924         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22925         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22926         values in the triple.
22927         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22928         terminator in the group key.
22929
22930 2013-06-11  Andreas Jaeger  <aj@suse.de>
22931
22932         * po/zh_TW.po: Update Chinese (traditional) translation from
22933         translation project.
22934
22935 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22936
22937         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22938         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22939         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22940         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22941         (clock_getcpuclockid): Likewise.
22942         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22943         Add weak_alias and libc_hidden_def.
22944         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22945         * rt/clock_gettime.c (clock_gettime): Rename to
22946         __clock_gettime.  Add weak_alias and libc_hidden_def.
22947         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22948         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22949         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22950         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22951         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22952         Likewise.
22953         * rt/clock_settime.c (clock_settime): Rename to
22954         __clock_settime.  Add weak_alias and libc_hidden_def.
22955         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22956
22957 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22958
22959         * mach/err_boot.sub: Remove trailing whitespace.
22960         * mach/err_ipc.sub: Likewise.
22961         * mach/err_mach.sub: Likewise.
22962
22963         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22964         (ROUNDING_TESTS_double): Likewise.
22965         (ROUNDING_TESTS_long_double): Likewise.
22966         (ROUNDING_TESTS): Likewise.
22967         * math/libm-test.inc: Include <math-tests.h>.
22968         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22969         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22970         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22971         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22972
22973 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22974
22975         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22976         of assigning.
22977
22978 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22979
22980         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22981         otherwise empty TRANS lines.
22982         * sysdeps/gnu/errlist.c: Regenerated.
22983
22984         * catgets/gencat.c (error_print): Use (void) in function
22985         definition.
22986         * crypt/crypt_util.c (__init_des): Likewise.
22987         * crypt/speeds.c (Stop): Likewise.
22988         (main): Likewise.
22989         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22990         * inet/ruserpass.c (token): Likewise.
22991         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22992         * intl/localealias.c (extend_alias_table): Likewise.
22993         * intl/plural-exp.c (init_germanic_plural): Likewise.
22994         * libio/fcloseall.c (__fcloseall): Likewise.
22995         * libio/genops.c (_IO_flush_all): Likewise.
22996         (_IO_flush_all_linebuffered): Likewise.
22997         (_IO_cleanup): Likewise.
22998         (_IO_iter_begin): Likewise.
22999         (_IO_iter_end): Likewise.
23000         (_IO_list_lock): Likewise.
23001         (_IO_list_unlock): Likewise.
23002         (_IO_list_resetlock): Likewise.
23003         * libio/getchar.c (getchar): Likewise.
23004         * libio/getchar_u.c (getchar_unlocked): Likewise.
23005         * libio/getwchar.c (getwchar): Likewise.
23006         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23007         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23008         * login/getpt.c (__getpt): Likewise.
23009         * login/tst-utmp.c (main): Likewise.
23010         * malloc/hooks.c (__malloc_check_init): Likewise.
23011         * malloc/malloc.c (__malloc_stats): Likewise.
23012         * malloc/mtrace.c (tr_break): Likewise.
23013         (mtrace): Likewise.
23014         (muntrace): Likewise.
23015         * misc/fstab.c (endfsent): Likewise.
23016         * misc/getclktck.c (__getclktck): Likewise.
23017         * misc/getdtsz.c (__getdtablesize): Likewise.
23018         * misc/gethostid.c (gethostid): Likewise.
23019         * misc/getpagesize.c (__getpagesize): Likewise.
23020         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23021         (__get_nprocs): Likewise.
23022         (__get_phys_pages): Likewise.
23023         (__get_avphys_pages): Likewise.
23024         * misc/getttyent.c (getttyent): Likewise.
23025         (setttyent): Likewise.
23026         (endttyent): Likewise.
23027         * misc/getusershell.c (getusershell): Likewise.
23028         (endusershell): Likewise.
23029         (setusershell): Likewise.
23030         (initshells): Likewise.
23031         * misc/hsearch.c (__hdestroy): Likewise.
23032         * misc/sync.c (sync): Likewise.
23033         * misc/syslog.c (closelog_internal): Likewise.
23034         (closelog): Likewise.
23035         * misc/ttyslot.c (ttyslot): Likewise.
23036         * misc/vhangup.c (vhangup): Likewise.
23037         * posix/fork.c (__fork): Likewise.
23038         * posix/getegid.c (__getegid): Likewise.
23039         * posix/geteuid.c (__geteuid): Likewise.
23040         * posix/getgid.c (__getgid): Likewise.
23041         * posix/getpid.c (__getpid): Likewise.
23042         * posix/getppid.c (__getppid): Likewise.
23043         * posix/getuid.c (__getuid): Likewise.
23044         * posix/pause.c (pause): Likewise.
23045         * posix/setpgrp.c (setpgrp): Likewise.
23046         * posix/setsid.c (__setsid): Likewise.
23047         * posix/test-vfork.c (noop): Likewise.
23048         * resolv/gethnamaddr.c (_endhtent): Likewise.
23049         (_gethtent): Likewise.
23050         (ht_endhostent): Likewise.
23051         (gethostent): Likewise.
23052         (dns_service): Likewise.
23053         * stdlib/drand48.c (drand48): Likewise.
23054         * stdlib/lrand48.c (lrand48): Likewise.
23055         * stdlib/mrand48.c (mrand48): Likewise.
23056         * stdlib/rand.c (rand): Likewise.
23057         * stdlib/random.c (__random): Likewise.
23058         * stdlib/setenv.c (clearenv): Likewise.
23059         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23060         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23061         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23062         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23063         (__get_nprocs): Likewise.
23064         (__get_phys_pages): Likewise.
23065         (__get_avphys_pages): Likewise.
23066         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23067         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23068         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23069         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23070         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23071         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23072         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23073         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23074         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23075         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23076         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23077         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23078         * sysdeps/posix/clock.c (clock): Likewise.
23079         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23080         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23081         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23082         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23083         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23084         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23085         (__get_nprocs_conf): Likewise.
23086         (__get_phys_pages): Likewise.
23087         (__get_avphys_pages): Likewise.
23088         * time/clock.c (clock): Likewise.
23089         * time/tzset.c (__tzname_max): Likewise.
23090
23091 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23092
23093         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23094         (__bswap_32): Do not use "register".
23095         * crypt/crypt.c (_ufc_doit_r): Likewise.
23096         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23097         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23098         * gmon/gmon.c (__monstartup): Likewise.
23099         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23100         * hurd/hurdmalloc.c (more_memory): Likewise.
23101         (malloc): Likewise.
23102         (free): Likewise.
23103         (realloc): Likewise.
23104         (malloc_fork_prepare): Likewise.
23105         (malloc_fork_parent): Likewise.
23106         (malloc_fork_child): Likewise.
23107         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23108         (_svcauth_des): Likewise.
23109         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23110         * inet/inet_net.c (inet_network): Likewise.
23111         * inet/inet_netof.c (inet_netof): Likewise.
23112         * inet/rcmd.c (__validuser2_sa): Likewise.
23113         * io/fts.c (fts_open): Likewise.
23114         (fts_load): Likewise.
23115         (fts_close): Likewise.
23116         (fts_read): Likewise.
23117         (fts_children): Likewise.
23118         (fts_build): Likewise.
23119         (fts_stat): Likewise.
23120         (fts_sort): Likewise.
23121         (fts_alloc): Likewise.
23122         (fts_lfree): Likewise.
23123         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23124         (_IO_file_xsgetn): Likewise.
23125         (_IO_file_xsgetn_mmap): Likewise.
23126         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23127         (_IO_cookie_write): Likewise.
23128         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23129         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23130         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23131         * malloc/obstack.c (_obstack_begin): Likewise.
23132         (_obstack_begin_1): Likewise.
23133         (_obstack_newchunk): Likewise.
23134         (_obstack_allocated_p): Likewise.
23135         (obstack_free): Likewise.
23136         (_obstack_memory_used): Likewise.
23137         * misc/getttyent.c (getttynam): Likewise.
23138         (getttyent): Likewise.
23139         (skip): Likewise.
23140         (value): Likewise.
23141         * misc/getusershell.c (initshells): Likewise.
23142         * misc/syslog.c (__vsyslog_chk): Likewise.
23143         * misc/ttyslot.c (ttyslot): Likewise.
23144         * nis/nis_hash.c (__nis_hash): Likewise.
23145         * posix/fnmatch_loop.c (FCT): Likewise.
23146         * posix/getconf.c (print_all): Likewise.
23147         (main): Likewise.
23148         * posix/getopt.c (exchange): Likewise.
23149         * posix/glob.c (globfree): Likewise.
23150         (prefix_array): Likewise.
23151         (__glob_pattern_type): Likewise.
23152         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23153         (NS_GET32): Likewise.
23154         (NS_PUT16): Likewise.
23155         (NS_PUT32): Likewise.
23156         * resolv/gethnamaddr.c (getanswer): Likewise.
23157         (gethostbyname2): Likewise.
23158         (gethostbyaddr): Likewise.
23159         (_gethtent): Likewise.
23160         (_gethtbyname2): Likewise.
23161         (_gethtbyaddr): Likewise.
23162         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23163         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23164         * resolv/res_init.c (__res_vinit): Likewise.
23165         (net_mask): Likewise.
23166         * resolv/res_mkquery.c (outchar): Likewise.
23167         (PRINT): Likewise.
23168         * stdio-common/printf_fp.c (outchar): Likewise.
23169         (PRINT): Likewise.
23170         * stdio-common/printf_fphex.c (outchar): Likewise.
23171         (PRINT): Likewise.
23172         * stdio-common/printf_size.c (outchar): Likewise.
23173         (PRINT): Likewise.
23174         * stdio-common/test_rdwr.c (main): Likewise.
23175         * stdio-common/tfformat.c (matches): Likewise.
23176         * stdio-common/vfprintf.c (outchar): Likewise.
23177         (printf_unknown): Likewise.
23178         (buffered_vfprintf): Likewise.
23179         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23180         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23181         (ReadFile): Likewise.
23182         * stdlib/qsort.c (SWAP): Likewise.
23183         (_quicksort): Likewise.
23184         * stdlib/setenv.c (__add_to_environ): Likewise.
23185         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23186         * stdlib/strtol_l.c (__strtol_l): Likewise.
23187         * stdlib/tst-strtod.c (main): Likewise.
23188         * stdlib/tst-strtol.c (main): Likewise.
23189         * stdlib/tst-strtoll.c (main): Likewise.
23190         * string/bits/string2.h (__strcmp_cc): Likewise.
23191         (__strcmp_cg): Likewise.
23192         (__strcspn_c1): Likewise.
23193         (__strcspn_c2): Likewise.
23194         (__strcspn_c3): Likewise.
23195         (__strspn_c1): Likewise.
23196         (__strspn_c2): Likewise.
23197         (__strspn_c3): Likewise.
23198         (__strsep_1c): Likewise.
23199         (__strsep_2c): Likewise.
23200         (__strsep_3c): Likewise.
23201         * string/memccpy.c (__memccpy): Likewise.
23202         * string/stpcpy.c (__stpcpy): Likewise.
23203         * string/strcmp.c (strcmp): Likewise.
23204         * string/strrchr.c (strrchr): Likewise.
23205         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23206         Likewise.
23207         * sysdeps/mach/hurd/getcwd.c
23208         (_hurd_canonicalize_directory_name_internal): Likewise.
23209         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23210         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23211         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23212         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23213         Likewise, in both definitions.
23214         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23215         definitions.
23216         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23217         64] (__bswap_64): Likewise.
23218         * time/test_time.c (main): Likewise.
23219         * time/tzfile.c (__tzfile_read): Likewise.
23220         (__tzfile_compute): Likewise.
23221         * time/tzset.c (__tzset_parse_tz): Likewise.
23222         (tzset_internal): Likewise.
23223         (compute_change): Likewise.
23224         * wcsmbs/wcscat.c (__wcscat): Likewise.
23225         * wcsmbs/wcschr.c (wcschr): Likewise.
23226         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23227         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23228         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23229         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23230         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23231         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23232         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23233         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23234         * wcsmbs/wmemset.c (wmemset): Likewise.
23235
23236 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23237
23238         * scripts/config.guess: Update to version 2013-05-16.
23239         * scripts/config.sub: Update to version 2013-04-24.
23240         * scripts/install-sh: Update to version 2011-11-20.07.
23241         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23242         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23243
23244 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23245
23246         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23247         * elf/sln.c: Likewise.
23248         * hurd/hurd/ioctl.h: Likewise.
23249         * hurd/hurdmalloc.c: Likewise.
23250         * hurd/xattr.c: Likewise.
23251         * include/shlib-compat.h: Likewise.
23252         * inet/ruserpass.c: Likewise.
23253         * libio/iofgets_u.c: Likewise.
23254         * libio/iofgetws_u.c: Likewise.
23255         * locale/programs/ld-identification.c: Likewise.
23256         * locale/programs/ld-time.c: Likewise.
23257         * mach/msg-destroy.c: Likewise.
23258         * nss/nss_files/files-netgrp.c: Likewise.
23259         * resolv/res_data.c: Likewise.
23260         * soft-fp/op-1.h: Likewise.
23261         * soft-fp/op-2.h: Likewise.
23262         * soft-fp/op-4.h: Likewise.
23263         * soft-fp/op-common.h: Likewise.
23264         * stdio-common/printf_fphex.c: Likewise.
23265         * stdlib/strtod_l.c: Likewise.
23266         * sunrpc/rpc/clnt.h: Likewise.
23267         * sysdeps/generic/framestate.c: Likewise.
23268         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23269         * sysdeps/i386/bsd-setjmp.S: Likewise.
23270         * sysdeps/i386/__longjmp.S: Likewise.
23271         * sysdeps/i386/setjmp.S: Likewise.
23272         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23273         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23274         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23275         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23276         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23277         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23278         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23279         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23280         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23281         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23282         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23283         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23284         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23285         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23286         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23287         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23288         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23289         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23290         * sysdeps/ieee754/support.c: Likewise.
23291         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23292         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23293         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23294         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23295         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23296         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23297         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23298         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23299         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23300         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23301         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23302         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23303         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23304         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23305         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23306         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23307         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23309
23310 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23311
23312         * posix/transbug.c: Remove executable mode.
23313
23314 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23315
23316         * crypt/speeds.c: Remove trailing whitespace.
23317         * dlfcn/default.c: Likewise.
23318         * elf/ifuncdep2.c: Likewise.
23319         * elf/ifuncmain1.c: Likewise.
23320         * elf/ifuncmain1vis.c: Likewise.
23321         * elf/testobj.h: Likewise.
23322         * elf/tst-stackguard1.c: Likewise.
23323         * gmon/sys/gmon.h: Likewise.
23324         * hurd/hurdmsg.c: Likewise.
23325         * hurd/new-fd.c: Likewise.
23326         * hurd/ports-get.c: Likewise.
23327         * iconvdata/ibm1008_420.c: Likewise.
23328         * inet/tst-getni1.c: Likewise.
23329         * inet/tst-getni2.c: Likewise.
23330         * libio/ioungetc.c: Likewise.
23331         * libio/wfiledoalloc.c: Likewise.
23332         * manual/libm-err-tab.pl: Likewise.
23333         * math/w_dremf.c: Likewise.
23334         * misc/ftruncate.c: Likewise.
23335         * posix/bug-glob2.c: Likewise.
23336         * posix/tst-pcre.c: Likewise.
23337         * posix/wait4.c: Likewise.
23338         * resolv/README: Likewise.
23339         * resolv/res_debug.h: Likewise.
23340         * resolv/tst-inet_ntop.c: Likewise.
23341         * setjmp/bug269-setjmp.c: Likewise.
23342         * soft-fp/extended.h: Likewise.
23343         * soft-fp/op-1.h: Likewise.
23344         * soft-fp/op-2.h: Likewise.
23345         * soft-fp/op-4.h: Likewise.
23346         * soft-fp/op-8.h: Likewise.
23347         * soft-fp/testit.c: Likewise.
23348         * stdio-common/bug16.c: Likewise.
23349         * stdlib/random.c: Likewise.
23350         * sunrpc/rpcsvc/rquota.x: Likewise.
23351         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23352         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23353         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23354         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23355         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23356         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23357         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23358         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23359         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23360         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23361         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23362         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23363         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23364         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23365         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23366         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23367         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23368         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23369         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23370         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23371         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23372         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23373         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23374         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23375         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23376         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23377         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23378         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23379         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23380         * sysdeps/ieee754/s_lib_version.c: Likewise.
23381         * sysdeps/mach/hurd/check_fds.c: Likewise.
23382         * sysdeps/mach/hurd/getsockname.c: Likewise.
23383         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23384         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23385         * sysdeps/powerpc/bits/link.h: Likewise.
23386         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23387         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23388         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23389         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23390         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23391         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23392         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23393         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23394         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23395         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23396         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23397         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23398         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23399         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23400         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23401         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23402         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23403         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23404         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23405         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23406         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23407         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23408         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23409         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23410         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23411         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23412         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23413         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23414         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23415         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23416         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23417         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23418         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23419         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23420         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23421         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23422         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23423         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23424         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23425         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23426         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23427         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23428         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23429         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23430         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23431         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23432         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23433         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23434         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23435         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23436         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23437         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23438         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23439         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23440         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23441         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23442         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23443         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23444         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23445         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23446         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23447         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23448         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23449         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23450         * sysdeps/powerpc/sysdep.h: Likewise.
23451         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23452         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23453         * sysdeps/sh/dl-trampoline.S: Likewise.
23454         * sysdeps/sh/memset.S: Likewise.
23455         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23456         * sysdeps/sh/strlen.S: Likewise.
23457         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23458         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23459         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23460         * sysdeps/sparc/sparc32/rem.S: Likewise.
23461         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23462         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23463         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23464         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23465         * sysdeps/sparc/sparc32/urem.S: Likewise.
23466         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23467         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23468         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23469         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23470         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23471         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23472         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23473         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23474         * sysdeps/unix/bsd/times.c: Likewise.
23475         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23476         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23480         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23481         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23482         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23483         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23484         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23485         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23486         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23487         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23488         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23489         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23490         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23491         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23492         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23493         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23494         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23495         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23496         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23497         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23498         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23499         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23500         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23501         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23502         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23503         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23504         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23505         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23506         * sysdeps/x86_64/strcspn.S: Likewise.
23507
23508 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23509
23510         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23511         generated file.  Regenerate properly from gen-translit.pl.
23512         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23513         locale/C-translit.h.
23514
23515 2013-06-05  Andreas Schwab  <schwab@suse.de>
23516
23517         [BZ #15100]
23518         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23519         week as 6 instead of -1.
23520         * time/tst-strptime.c (day_tests): Add test case.
23521
23522 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23523
23524         * sysdeps/generic/math_private.h
23525         (libc_feholdexcept_setround_53bit): Replace with
23526         libc_feholdsetround_53bit.
23527         (libc_feupdateenv_53bit): Replace with
23528         libc_feresetround_53bit.
23529         (SET_RESTORE_ROUND_53BIT): Adjust.
23530
23531 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23532
23533         * string/test-strchrnul.c: Add copyright header.
23534
23535         * posix/tst-getaddrinfo4.c: Increase test timeout.
23536
23537 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23538
23539         [BZ #15536]
23540         * math/libm-test.inc (MAX_EXP): Remove
23541         (MIN_EXP): Define.
23542         (ulp): Use MIN_EXP - MANT_DIG.
23543         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23544
23545 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23546
23547         * po/be.po: Revert last change.
23548         * po/zh_CN.po: Likewise.
23549         * po/header.pot: Likewise.
23550
23551 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23552
23553         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23554         link-libc-deps to empty as target-specific variable.
23555         * Makerules (link-libc-args): New variable.
23556         (libc-for-link): Likewise.
23557         (link-libc-deps): Likewise.
23558         (lib%.so): Depend on $(link-libc-deps).  Link with
23559         $(link-libc-args).
23560         (build-module): Link with $(link-libc-args).
23561         (build-module-asneeded): Likewise.
23562         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23563         list of objects.
23564         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23565         target-specific variable.
23566         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23567         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23568         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23569         libc.
23570         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23571         libc and ld.so.
23572         ($(objpfx)libpcprofile.so): Likewise.
23573         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23574         libc_nonshared.a.
23575         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23576         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23577         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23578         $(link-libc-deps).
23579         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23580         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23581         * login/Makefile ($(objpfx)libutil.so): Likewise.
23582         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23583         * math/Makefile ($(objpfx)libm.so): Likewise.
23584         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23585         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23586         variable instead of depending directly on libc.
23587         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23588         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23589         $(link-libc-deps).
23590         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23591         libc.
23592         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23593         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23594         ($(objpfx)libanl.so): Likewise.
23595         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23596         ld.so.
23597         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23598         $(link-libc-deps).
23599         * sysdeps/i386/fpu/Makefile: Remove file.
23600         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23601         ($(objpfx)libm.so): Remove dependency on ld.so.
23602
23603 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23604
23605         [BZ # 15553]
23606         * nis/yp_xdr.c (XDRMAXNAME): Define.
23607         (XDRMAXRECORD): Define.
23608         (xdr_domainname): Use XDRMAXNAME.
23609         (xdr_mapname): Likewise.
23610         (xdr_peername): Likewise.
23611         (xdr_keydat): Use XDRMAXRECORD.
23612         (xdr_valdat): Likewise.
23613
23614 2013-05-30  Jeff Law  <law@redhat.com>
23615
23616         [BZ #14256]
23617         * manual/errno.texi (ESTALE): Update to account for more than
23618         just NFS file systems.
23619         * sysdeps/gnu/errlist.c: Regenerated.
23620
23621 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23622
23623         [BZ #15465]
23624         * elf/Makefile (tests): Add tst-null-argv.
23625         (modules-names):  Add tst-null-argv-lib.
23626         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23627         (tst-null-argv-ENV): Set environment for tst-null-argv.
23628         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23629         (RTLD_PROGNAME): New macro.
23630         * elf/tst-null-argv.c: New test case.
23631         * elf/tst-null-argv-lib.c: Library for test case.
23632         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23633         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23634         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23635         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23636         * elf/dl-init.c (call_init): Likewise.
23637         (_dl_init): Likewise.
23638         * elf/dl-load.c (print_search_path): Likewise.
23639         (_dl_map_object): Likewise.
23640         * elf/dl-lookup.c (do_lookup_x): Likewise.
23641         (add_dependency): Likewise.
23642         (_dl_lookup_symbol_x): Likewise.
23643         (_dl_debug_bindings): Likewise.
23644         * elf/dl-open.c (_dl_show_scope): Likewise.
23645         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23646         * elf/dl-version.c (match_symbol): Likewise.
23647         (_dl_check_map_versions): Likewise.
23648         * elf/rtld.c (dl_main): Likewise.
23649         (print_unresolved): Use RTLD_PROGNAME.
23650         (print_missing_version): Likewise.
23651         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23652         (elf_machine_rela): Likewise.
23653         * sysdeps/powerpc/powerpc32/dl-machine.c
23654         (__process_machine_rela): Likewise.
23655         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23656         Likewise.
23657         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23658         Likewise.
23659         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23660         Likewise.
23661         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23662         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23663         Likewise.
23664         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23665         Likewise.
23666         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23667
23668 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23669
23670         * po/be.po: Add descriptive title.
23671         * po/zh_CN.po: Likewise.
23672         * po/header.pot: Likewise.
23673
23674 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23675
23676         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23677         error message.
23678         (enlarge_archive): Likewise.
23679
23680 2013-05-28  Ben North  <ben@redfrontdoor.org>
23681
23682         * manual/arith.texi (frexp): It is the magnitude of the return
23683         value which lies in [0.5, 1), not the return value itself.
23684
23685 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23686
23687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23688
23689 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23690
23691         * stdio-common/bug26.c (main): Correct fscanf template.
23692
23693         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23694         declare _dl_skip_args.
23695
23696         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23697         Don't declare.
23698
23699         * manual/platform.texi: Add missing @end deftypefun.
23700
23701 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23702
23703         [BZ #15529]
23704         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23705         bit of mantissa of 2^16382.
23706         * math/libm-test.inc (hypot_test_data): Add more tests.
23707
23708         * math/libm-test.inc: Add drem and pow10 to list of tested
23709         functions.
23710         (pow10_test): New function.
23711         (drem_test): Likewise.
23712         (drem_test_tonearest): Likewise.
23713         (drem_test_towardzero): Likewise.
23714         (drem_test_downward): Likewise.
23715         (drem_test_upward): Likewise.
23716         (main): Call the new functions.
23717
23718         * math/libm-test.inc (finite_test_data): Remove.
23719         (finite_test): Run tests from isfinite_test_data.
23720         (gamma_test_data): Remove.
23721         (gamma_test): Run tests from lgamma_test_data.
23722         * sysdeps/i386/fpu/libm-test-ulps: Update.
23723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23724
23725 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23726
23727         * manual/platform.texi: Add PowerPC PPR function set documentation.
23728         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23729         implementation.
23730
23731 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23732
23733         * math/libm-test.inc (MAX_EXP): Define.
23734         (ULPDIFF): Define.
23735         (ulp): New function.
23736         (check_float_internal): Use ULPDIFF.
23737         (cpow_test): Disable failing test.
23738         (check_ulp): Test ulp() implemetnation.
23739         (main): Call check_ulp before starting tests.
23740
23741 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23742
23743         * math/gen-libm-test.pl (generate_testfile): Do not handle
23744         START_DATA and END_DATA.
23745         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23746         END_DATA.
23747         (acos_tonearest_test_data): Likewise.
23748         (acos_towardzero_test_data): Likewise.
23749         (acos_downward_test_data): Likewise.
23750         (acos_upward_test_data): Likewise.
23751         (acosh_test_data): Likewise.
23752         (asin_test_data): Likewise.
23753         (asin_tonearest_test_data): Likewise.
23754         (asin_towardzero_test_data): Likewise.
23755         (asin_downward_test_data): Likewise.
23756         (asin_upward_test_data): Likewise.
23757         (asinh_test_data): Likewise.
23758         (atan_test_data): Likewise.
23759         (atanh_test_data): Likewise.
23760         (atan2_test_data): Likewise.
23761         (cabs_test_data): Likewise.
23762         (cacos_test_data): Likewise.
23763         (cacosh_test_data): Likewise.
23764         (carg_test_data): Likewise.
23765         (casin_test_data): Likewise.
23766         (casinh_test_data): Likewise.
23767         (catan_test_data): Likewise.
23768         (catanh_test_data): Likewise.
23769         (cbrt_test_data): Likewise.
23770         (ccos_test_data): Likewise.
23771         (ccosh_test_data): Likewise.
23772         (ceil_test_data): Likewise.
23773         (cexp_test_data): Likewise.
23774         (cimag_test_data): Likewise.
23775         (clog_test_data): Likewise.
23776         (clog10_test_data): Likewise.
23777         (conj_test_data): Likewise.
23778         (copysign_test_data): Likewise.
23779         (cos_test_data): Likewise.
23780         (cos_tonearest_test_data): Likewise.
23781         (cos_towardzero_test_data): Likewise.
23782         (cos_downward_test_data): Likewise.
23783         (cos_upward_test_data): Likewise.
23784         (cosh_test_data): Likewise.
23785         (cosh_tonearest_test_data): Likewise.
23786         (cosh_towardzero_test_data): Likewise.
23787         (cosh_downward_test_data): Likewise.
23788         (cosh_upward_test_data): Likewise.
23789         (cpow_test_data): Likewise.
23790         (cproj_test_data): Likewise.
23791         (creal_test_data): Likewise.
23792         (csin_test_data): Likewise.
23793         (csinh_test_data): Likewise.
23794         (csqrt_test_data): Likewise.
23795         (ctan_test_data): Likewise.
23796         (ctan_tonearest_test_data): Likewise.
23797         (ctan_towardzero_test_data): Likewise.
23798         (ctan_downward_test_data): Likewise.
23799         (ctan_upward_test_data): Likewise.
23800         (ctanh_test_data): Likewise.
23801         (ctanh_tonearest_test_data): Likewise.
23802         (ctanh_towardzero_test_data): Likewise.
23803         (ctanh_downward_test_data): Likewise.
23804         (ctanh_upward_test_data): Likewise.
23805         (erf_test_data): Likewise.
23806         (erfc_test_data): Likewise.
23807         (exp_test_data): Likewise.
23808         (exp_tonearest_test_data): Likewise.
23809         (exp_towardzero_test_data): Likewise.
23810         (exp_downward_test_data): Likewise.
23811         (exp_upward_test_data): Likewise.
23812         (exp10_test_data): Likewise.
23813         (exp2_test_data): Likewise.
23814         (expm1_test_data): Likewise.
23815         (fabs_test_data): Likewise.
23816         (fdim_test_data): Likewise.
23817         (finite_test_data): Likewise.
23818         (floor_test_data): Likewise.
23819         (fma_test_data): Likewise.
23820         (fma_towardzero_test_data): Likewise.
23821         (fma_downward_test_data): Likewise.
23822         (fma_upward_test_data): Likewise.
23823         (fmax_test_data): Likewise.
23824         (fmin_test_data): Likewise.
23825         (fmod_test_data): Likewise.
23826         (fpclassify_test_data): Likewise.
23827         (frexp_test_data): Likewise.
23828         (gamma_test_data): Likewise.
23829         (hypot_test_data): Likewise.
23830         (ilogb_test_data): Likewise.
23831         (isfinite_test_data): Likewise.
23832         (isgreater_test_data): Likewise.
23833         (isgreaterequal_test_data): Likewise.
23834         (isinf_test_data): Likewise.
23835         (isless_test_data): Likewise.
23836         (islessequal_test_data): Likewise.
23837         (islessgreater_test_data): Likewise.
23838         (isnan_test_data): Likewise.
23839         (isnormal_test_data): Likewise.
23840         (issignaling_test_data): Likewise.
23841         (isunordered_test_data): Likewise.
23842         (j0_test_data): Likewise.
23843         (j1_test_data): Likewise.
23844         (jn_test_data): Likewise.
23845         (ldexp_test_data): Likewise.
23846         (lgamma_test_data): Likewise.
23847         (lrint_test_data): Likewise.
23848         (lrint_tonearest_test_data): Likewise.
23849         (lrint_towardzero_test_data): Likewise.
23850         (lrint_downward_test_data): Likewise.
23851         (lrint_upward_test_data): Likewise.
23852         (llrint_test_data): Likewise.
23853         (llrint_tonearest_test_data): Likewise.
23854         (llrint_towardzero_test_data): Likewise.
23855         (llrint_downward_test_data): Likewise.
23856         (llrint_upward_test_data): Likewise.
23857         (log_test_data): Likewise.
23858         (log10_test_data): Likewise.
23859         (log1p_test_data): Likewise.
23860         (log2_test_data): Likewise.
23861         (logb_test_data): Likewise.
23862         (logb_downward_test_data): Likewise.
23863         (lround_test_data): Likewise.
23864         (llround_test_data): Likewise.
23865         (modf_test_data): Likewise.
23866         (nearbyint_test_data): Likewise.
23867         (nextafter_test_data): Likewise.
23868         (nexttoward_test_data): Likewise.
23869         (pow_test_data): Likewise.
23870         (pow_tonearest_test_data): Likewise.
23871         (pow_towardzero_test_data): Likewise.
23872         (pow_downward_test_data): Likewise.
23873         (pow_upward_test_data): Likewise.
23874         (remainder_test_data): Likewise.
23875         (remainder_tonearest_test_data): Likewise.
23876         (remainder_towardzero_test_data): Likewise.
23877         (remainder_downward_test_data): Likewise.
23878         (remainder_upward_test_data): Likewise.
23879         (remquo_test_data): Likewise.
23880         (rint_test_data): Likewise.
23881         (rint_tonearest_test_data): Likewise.
23882         (rint_towardzero_test_data): Likewise.
23883         (rint_downward_test_data): Likewise.
23884         (rint_upward_test_data): Likewise.
23885         (round_test_data): Likewise.
23886         (scalb_test_data): Likewise.
23887         (scalbn_test_data): Likewise.
23888         (scalbln_test_data): Likewise.
23889         (signbit_test_data): Likewise.
23890         (sin_test_data): Likewise.
23891         (sin_tonearest_test_data): Likewise.
23892         (sin_towardzero_test_data): Likewise.
23893         (sin_downward_test_data): Likewise.
23894         (sin_upward_test_data): Likewise.
23895         (sincos_test_data): Likewise.
23896         (sinh_test_data): Likewise.
23897         (sinh_tonearest_test_data): Likewise.
23898         (sinh_towardzero_test_data): Likewise.
23899         (sinh_downward_test_data): Likewise.
23900         (sinh_upward_test_data): Likewise.
23901         (sqrt_test_data): Likewise.
23902         (tan_test_data): Likewise.
23903         (tan_tonearest_test_data): Likewise.
23904         (tan_towardzero_test_data): Likewise.
23905         (tan_downward_test_data): Likewise.
23906         (tan_upward_test_data): Likewise.
23907         (tanh_test_data): Likewise.
23908         (tgamma_test_data): Likewise.
23909         (trunc_test_data): Likewise.
23910         (y0_test_data): Likewise.
23911         (y1_test_data): Likewise.
23912         (yn_test_data): Likewise.
23913         (significand_test_data): Likewise.
23914
23915         * math/gen-libm-test.pl (@functions): Remove variable.
23916         (generate_testfile): Don't handle START and END lines.
23917         * math/libm-test.inc (START): New macro.
23918         (END): Likewise.
23919         (END_COMPLEX): Likewise.
23920         (acos_test): Use END macro without arguments.
23921         (acos_test_tonearest): Likewise.
23922         (acos_test_towardzero): Likewise.
23923         (acos_test_downward): Likewise.
23924         (acos_test_upward): Likewise.
23925         (acosh_test): Likewise.
23926         (asin_test): Likewise.
23927         (asin_test_tonearest): Likewise.
23928         (asin_test_towardzero): Likewise.
23929         (asin_test_downward): Likewise.
23930         (asin_test_upward): Likewise.
23931         (asinh_test): Likewise.
23932         (atan_test): Likewise.
23933         (atanh_test): Likewise.
23934         (atan2_test): Likewise.
23935         (cabs_test): Likewise.
23936         (cacos_test): Use END_COMPLEX macro without arguments.
23937         (cacosh_test): Likewise.
23938         (carg_test): Use END macro without arguments.
23939         (casin_test): Use END_COMPLEX macro without arguments.
23940         (casinh_test): Likewise.
23941         (catan_test): Likewise.
23942         (catanh_test): Likewise.
23943         (cbrt_test): Use END macro without arguments.
23944         (ccos_test): Use END_COMPLEX macro without arguments.
23945         (ccosh_test): Likewise.
23946         (ceil_test): Use END macro without arguments.
23947         (cexp_test): Use END_COMPLEX macro without arguments.
23948         (cimag_test): Use END macro without arguments.
23949         (clog_test): Use END_COMPLEX macro without arguments.
23950         (clog10_test): Likewise.
23951         (conj_test): Likewise.
23952         (copysign_test): Use END macro without arguments.
23953         (cos_test): Likewise.
23954         (cos_test_tonearest): Likewise.
23955         (cos_test_towardzero): Likewise.
23956         (cos_test_downward): Likewise.
23957         (cos_test_upward): Likewise.
23958         (cosh_test): Likewise.
23959         (cosh_test_tonearest): Likewise.
23960         (cosh_test_towardzero): Likewise.
23961         (cosh_test_downward): Likewise.
23962         (cosh_test_upward): Likewise.
23963         (cpow_test): Use END_COMPLEX macro without arguments.
23964         (cproj_test): Likewise.
23965         (creal_test): Use END macro without arguments.
23966         (csin_test): Use END_COMPLEX macro without arguments.
23967         (csinh_test): Likewise.
23968         (csqrt_test): Likewise.
23969         (ctan_test): Likewise.
23970         (ctan_test_tonearest): Likewise.
23971         (ctan_test_towardzero): Likewise.
23972         (ctan_test_downward): Likewise.
23973         (ctan_test_upward): Likewise.
23974         (ctanh_test): Likewise.
23975         (ctanh_test_tonearest): Likewise.
23976         (ctanh_test_towardzero): Likewise.
23977         (ctanh_test_downward): Likewise.
23978         (ctanh_test_upward): Likewise.
23979         (erf_test): Use END macro without arguments.
23980         (erfc_test): Likewise.
23981         (exp_test): Likewise.
23982         (exp_test_tonearest): Likewise.
23983         (exp_test_towardzero): Likewise.
23984         (exp_test_downward): Likewise.
23985         (exp_test_upward): Likewise.
23986         (exp10_test): Likewise.
23987         (exp2_test): Likewise.
23988         (expm1_test): Likewise.
23989         (fabs_test): Likewise.
23990         (fdim_test): Likewise.
23991         (finite_test): Likewise.
23992         (floor_test): Likewise.
23993         (fma_test): Likewise.
23994         (fma_test_towardzero): Likewise.
23995         (fma_test_downward): Likewise.
23996         (fma_test_upward): Likewise.
23997         (fmax_test): Likewise.
23998         (fmin_test): Likewise.
23999         (fmod_test): Likewise.
24000         (fpclassify_test): Likewise.
24001         (frexp_test): Likewise.
24002         (gamma_test): Likewise.
24003         (hypot_test): Likewise.
24004         (ilogb_test): Likewise.
24005         (isfinite_test): Likewise.
24006         (isgreater_test): Likewise.
24007         (isgreaterequal_test): Likewise.
24008         (isinf_test): Likewise.
24009         (isless_test): Likewise.
24010         (islessequal_test): Likewise.
24011         (islessgreater_test): Likewise.
24012         (isnan_test): Likewise.
24013         (isnormal_test): Likewise.
24014         (issignaling_test): Likewise.
24015         (isunordered_test): Likewise.
24016         (j0_test): Likewise.
24017         (j1_test): Likewise.
24018         (jn_test): Likewise.
24019         (ldexp_test): Likewise.
24020         (lgamma_test): Likewise.
24021         (lrint_test): Likewise.
24022         (lrint_test_tonearest): Likewise.
24023         (lrint_test_towardzero): Likewise.
24024         (lrint_test_downward): Likewise.
24025         (lrint_test_upward): Likewise.
24026         (llrint_test): Likewise.
24027         (llrint_test_tonearest): Likewise.
24028         (llrint_test_towardzero): Likewise.
24029         (llrint_test_downward): Likewise.
24030         (llrint_test_upward): Likewise.
24031         (log_test): Likewise.
24032         (log10_test): Likewise.
24033         (log1p_test): Likewise.
24034         (log2_test): Likewise.
24035         (logb_test): Likewise.
24036         (logb_test_downward): Likewise.
24037         (lround_test): Likewise.
24038         (llround_test): Likewise.
24039         (modf_test): Likewise.
24040         (nearbyint_test): Likewise.
24041         (nextafter_test): Likewise.
24042         (nexttoward_test): Likewise.
24043         (pow_test): Likewise.
24044         (pow_test_tonearest): Likewise.
24045         (pow_test_towardzero): Likewise.
24046         (pow_test_downward): Likewise.
24047         (pow_test_upward): Likewise.
24048         (remainder_test): Likewise.
24049         (remainder_test_tonearest): Likewise.
24050         (remainder_test_towardzero): Likewise.
24051         (remainder_test_downward): Likewise.
24052         (remainder_test_upward): Likewise.
24053         (remquo_test): Likewise.
24054         (rint_test): Likewise.
24055         (rint_test_tonearest): Likewise.
24056         (rint_test_towardzero): Likewise.
24057         (rint_test_downward): Likewise.
24058         (rint_test_upward): Likewise.
24059         (round_test): Likewise.
24060         (scalb_test): Likewise.
24061         (scalbn_test): Likewise.
24062         (scalbln_test): Likewise.
24063         (signbit_test): Likewise.
24064         (sin_test): Likewise.
24065         (sin_test_tonearest): Likewise.
24066         (sin_test_towardzero): Likewise.
24067         (sin_test_downward): Likewise.
24068         (sin_test_upward): Likewise.
24069         (sincos_test): Likewise.
24070         (sinh_test): Likewise.
24071         (sinh_test_tonearest): Likewise.
24072         (sinh_test_towardzero): Likewise.
24073         (sinh_test_downward): Likewise.
24074         (sinh_test_upward): Likewise.
24075         (sqrt_test): Likewise.
24076         (tan_test): Likewise.
24077         (tan_test_tonearest): Likewise.
24078         (tan_test_towardzero): Likewise.
24079         (tan_test_downward): Likewise.
24080         (tan_test_upward): Likewise.
24081         (tanh_test): Likewise.
24082         (tgamma_test): Likewise.
24083         (trunc_test): Likewise.
24084         (y0_test): Likewise.
24085         (y1_test): Likewise.
24086         (yn_test): Likewise.
24087         (significand_test): Likewise.
24088
24089 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24090
24091         [BZ #15381]
24092         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24093
24094 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24095
24096         [BZ #14894]
24097         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24098         __ppc_mdoio and __ppc_mdoom.
24099         * manual/platform.texi: Document new functions __ppc_yield,
24100         __ppc_mdoio and __ppc_mdoom.
24101
24102 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24103
24104         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24105         (main): Mention "tls" pseudo-hwcap is legacy.
24106         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24107
24108 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24109
24110         * math/gen-libm-test.pl (parse_args): Output only string of
24111         arguments as text for test name, not full call or descriptions of
24112         tests for extra outputs.
24113         (generate_testfile): Do not pass function name to parse_args.
24114         Generate this_func variable from START.
24115         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24116         field to arg_str.
24117         (struct test_ff_f_data): Likewise.
24118         (test_ff_f_data_nexttoward): Likewise.
24119         (struct test_fi_f_data): Likewise.
24120         (struct test_fl_f_data): Likewise.
24121         (struct test_if_f_data): Likewise.
24122         (struct test_fff_f_data): Likewise.
24123         (struct test_c_f_data): Likewise.
24124         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24125         (struct test_fF_f1_data): Likewise.
24126         (struct test_ffI_f1_data): Likewise.
24127         (struct test_c_c_data): Rename test_name field to arg_str.
24128         (struct test_cc_c_data): Likewise.
24129         (struct test_f_i_data): Likewise.
24130         (struct test_ff_i_data): Likewise.
24131         (struct test_f_l_data): Likewise.
24132         (struct test_f_L_data): Likewise.
24133         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24134         and extra2_name.
24135         (COMMON_TEST_SETUP): New macro.
24136         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24137         (COMMON_TEST_CLEANUP): Likewise.
24138         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24139         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24140         macros.
24141         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24142         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24143         macros.
24144         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24145         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24146         cleanup macros.
24147         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24148         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24149         macros.
24150         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24151         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24152         macros.
24153         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24154         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24155         cleanup macros.
24156         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24157         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24158         cleanup macros.
24159         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24160         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24161         cleanup macros.
24162         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24163         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24164         macros.
24165         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24166         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24167         macros.
24168         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24169         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24170         macros.
24171         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24172         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24173         cleanup macros.
24174         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24175         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24176         cleanup macros.
24177         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24178         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24179         macros.
24180         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24181         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24182         cleanup macros.
24183         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24184         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24185         macros.
24186         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24187         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24188         macros.
24189         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24190         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24191         cleanup macros.
24192         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24193
24194 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24195
24196         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24197         to _sifields.sigfault.
24198         (si_addr_lsb): Define new macro.
24199         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24200         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24201         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24202
24203 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24204
24205         [BZ #15441]
24206         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24207         returns -1.
24208         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24209         null return -1.
24210         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24211         loading the domain.
24212
24213 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24214
24215         * math/gen-libm-test.pl (parse_args): Do not include expected
24216         result in test name.
24217         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24218         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24219         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24220         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24221         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24223
24224 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24225
24226         * benchtests/Makefile: Sort function entries.
24227
24228         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24229         tanh, asinh, acosh, atanh.
24230         * benchtests/acos-inputs: New file.
24231         * benchtests/acosh-inputs: New file.
24232         * benchtests/asin-inputs: New file.
24233         * benchtests/asinh-inputs: New file.
24234         * benchtests/atanh-inputs: New file.
24235         * benchtests/cosh-inputs: New file.
24236         * benchtests/log-inputs: New file.
24237         * benchtests/sinh-inputs: New file.
24238         * benchtests/tanh-inputs: New file.
24239
24240 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24241
24242         [BZ #15339]
24243         * posix/tst-getaddrinfo4.c: New test.
24244         * posix/Makefile (tests): Add it.
24245
24246 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24247
24248         [BZ #15339]
24249         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24250         when no services were used.
24251         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24252         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24253
24254 2013-05-21  Andreas Schwab  <schwab@suse.de>
24255
24256         [BZ #15014]
24257         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24258         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24259         successful.
24260         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24261         redundant variable declarations and reallocation of buffer when
24262         parsing as IPv6 address.  Always set NSS status when called from
24263         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24264         buffer too small.  Correct computation of needed size.
24265         * nss/Makefile (tests): Add test-digits-dots.
24266         * nss/test-digits-dots.c: New test.
24267
24268 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24269
24270         * benchtests/Makefile: Remove instructions for adding
24271         benchmark tests.
24272         * benchtests/README: New file to explain how to execute and
24273         enhance the benchmark tests.
24274
24275 2013-05-21  Andreas Schwab  <schwab@suse.de>
24276
24277         [BZ #15493]
24278         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24279         * setjmp/tst-sigsetjmp.c: New test.
24280
24281 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24282
24283         * sysdeps/x86_64/memset.S (memset): New implementation.
24284         (__bzero): Likewise.
24285         (__memset_tail): New function.
24286
24287 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24288
24289         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24290         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24291         __memcpy_sse2_unaligned ifunc selection.
24292         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24293         Add memcpy-sse2-unaligned.S.
24294         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24295         Add: __memcpy_sse2_unaligned.
24296
24297 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24298
24299         [BZ #15490]
24300         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24301         math_force_eval before restoring floating-point envrionment.
24302         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24303         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24304         Likewise.
24305         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24306         <math_private.h>.
24307         (__nearbyintl): Use math_force_eval before restoring
24308         floating-point environment.
24309         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24310
24311         * math/gen-libm-test.pl (special_functions): Remove.
24312         (parse_args): Don't handle TEST_extra.  Handle functions with no
24313         return value.
24314         * math/libm-test.inc (struct test_sincos_data): Replace with
24315         struct test_fFF_11_data.
24316         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24317         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24318         (sincos_test_data): Change element type to struct
24319         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24320         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24321         RUN_TEST_LOOP_sincos.
24322         * math/README.libm-test: Don't mention special handling of
24323         individual functions.
24324         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24325         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24326         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24327         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24328         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24330
24331         * math/gen-libm-test.pl (get_variable): Remove function.
24332         (parse_args): Don't show pointer parameters to call in test
24333         names.  Use "extra output N" in test names for extra outputs
24334         rather than naming variables.
24335
24336 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24337
24338         [BZ #15488]
24339         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24340         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24341         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24342         double tests.
24343         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24344         disable.
24345         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24346         check_long_double.
24347
24348         * math/gen-libm-test.pl (@tests): Remove variable.
24349         ($count): Likewise.
24350         (new_test): Remove function.
24351         (show_exceptions): New function.
24352         (special_functions): Use show_exceptions instead of new_test.
24353         (parse_args): Likewise.
24354         (generate_testfile): Pass only function name in generated call to
24355         print_max_error or print_complex_max_error.
24356         (get_ulps): Do not handle complex tests specially.
24357         (output_test): Rename to ...
24358         (get_all_ulps_for_test): ... this.  Return a string rather than
24359         printing to a file.  Require ulps to be present.
24360         (output_ulps): Generate arrays rather than #defines.
24361         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24362         (struct ulp_data): New type.
24363         (BUILD_COMPLEX_ULP): Remove macro.
24364         (compare_ulp_data): New function.
24365         (find_ulps): Likewise.
24366         (find_test_ulps): Likewise.
24367         (find_function_ulps): Likewise.
24368         (find_complex_function_ulps): Likewise.
24369         (print_max_error): Determine allowed ulps using
24370         find_function_ulps.
24371         (print_complex_max_error): Determine allowed ulps using
24372         find_complex_function_ulps.
24373         (check_float_internal): Determine max ulps using find_test_ulps.
24374         (check_float): Do not take max_ulp parameter.  Update call to
24375         check_float_internal.
24376         (check_complex): Likewise.
24377         (check_int): Do not take max_ulp parameter.
24378         (check_long): Likewise.
24379         (check_bool): Likewise.
24380         (check_longlong): Likewise.
24381         (struct test_f_f_data): Remove max_ulp field.
24382         (struct test_ff_f_data): Likewise.
24383         (struct test_ff_f_data_nexttoward): Likewise.
24384         (struct test_fi_f_data): Likewise.
24385         (struct test_fl_f_data): Likewise.
24386         (struct test_if_f_data): Likewise.
24387         (struct test_fff_f_data): Likewise.
24388         (struct test_c_f_data): Likewise.
24389         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24390         (struct test_fF_f1_data): Likewise.
24391         (struct test_ffI_f1_data): Likewise.
24392         (struct test_c_c_data): Remove max_ulp field.
24393         (struct test_cc_c_data): Likewise.
24394         (struct test_f_i_data): Likewise.
24395         (struct test_ff_i_data): Likewise.
24396         (struct test_f_l_data): Likewise.
24397         (struct test_f_L_data): Likewise.
24398         (struct test_sincos_data): Likewise.
24399         (RUN_TEST_f_f): Do not handle ulps.
24400         (RUN_TEST_LOOP_f_f): Likewise.
24401         (RUN_TEST_2_f): Likewise.
24402         (RUN_TEST_LOOP_2_f): Likewise.
24403         (RUN_TEST_fff_f): Likewise.
24404         (RUN_TEST_LOOP_fff_f): Likewise.
24405         (RUN_TEST_c_f): Likewise.
24406         (RUN_TEST_LOOP_c_f): Likewise.
24407         (RUN_TEST_f_f1): Likewise.
24408         (RUN_TEST_LOOP_f_f1): Likewise.
24409         (RUN_TEST_fF_f1): Likewise.
24410         (RUN_TEST_LOOP_fF_f1): Likewise.
24411         (RUN_TEST_fI_f1): Likewise.
24412         (RUN_TEST_LOOP_fI_f1): Likewise.
24413         (RUN_TEST_ffI_f1): Likewise.
24414         (RUN_TEST_LOOP_ffI_f1): Likewise.
24415         (RUN_TEST_c_c): Likewise.
24416         (RUN_TEST_LOOP_c_c): Likewise.
24417         (RUN_TEST_cc_c): Likewise.
24418         (RUN_TEST_LOOP_cc_c): Likewise.
24419         (RUN_TEST_f_i): Likewise.
24420         (RUN_TEST_LOOP_f_i): Likewise.
24421         (RUN_TEST_f_i_tg): Likewise.
24422         (RUN_TEST_LOOP_f_i_tg): Likewise.
24423         (RUN_TEST_ff_i_tg): Likewise.
24424         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24425         (RUN_TEST_f_b): Likewise.
24426         (RUN_TEST_LOOP_f_b): Likewise.
24427         (RUN_TEST_f_b_tg): Likewise.
24428         (RUN_TEST_LOOP_f_b_tg): Likewise.
24429         (RUN_TEST_f_l): Likewise.
24430         (RUN_TEST_LOOP_f_l): Likewise.
24431         (RUN_TEST_f_L): Likewise.
24432         (RUN_TEST_LOOP_f_L): Likewise.
24433         (RUN_TEST_sincos): Likewise.
24434         (RUN_TEST_LOOP_sincos): Likewise.
24435
24436 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24437
24438         [BZ #15480]
24439         [BZ #15485]
24440         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24441         main case of finite arguments, set rounding mode to FE_TONEAREST
24442         and discard exceptions.
24443         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24444         exceptions.
24445         (remainder_tonearest_test_data): New variable.
24446         (remainder_test_tonearest): New function.
24447         (remainder_towardzero_test_data): New variable.
24448         (remainder_test_towardzero): New function.
24449         (remainder_downward_test_data): New variable.
24450         (remainder_test_downward): New function.
24451         (remainder_upward_test_data): New variable.
24452         (remainder_test_upward): New function.
24453         (main): Call the new test functions.
24454
24455         * math/libm-test.inc (struct test_f_f1_data): Remove field
24456         extra_init.
24457         (struct test_fF_f1_data): Likewise.
24458         (struct test_ffI_f1_data): Likewise.
24459         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24460         based on value of EXTRA_EXPECTED.
24461         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24462         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24463         EXTRA_VAR based on value of EXTRA_EXPECTED.
24464         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24465         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24466         EXTRA_VAR based on value of EXTRA_EXPECTED.
24467         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24468         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24469         EXTRA_VAR based on value of EXTRA_EXPECTED.
24470         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24471         * math/gen-libm-test.pl (parse_args): Don't output initializers
24472         for extra output values.
24473
24474         * math/libm-test.inc (check_int): Expect result to be exactly
24475         equal to expected value and do not handle ulps.
24476         (check_long): Likewise.
24477         (check_longlong): Likewise.
24478
24479         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24480         exceptions.
24481         (cimag_test_data): Likewise.
24482         (conj_test_data): Likewise.
24483         (copysign_test_data): Likewise.
24484         (cproj_test_data): Likewise.
24485         (creal_test_data): Likewise.
24486         (fabs_test_data): Likewise.
24487         (fdim_test_data): Likewise.
24488         (finite_test_data): Likewise.
24489         (floor_test_data): Likewise.
24490         (fmax_test_data): Likewise.
24491         (fmin_test_data): Likewise.
24492         (fmod_test_data): Likewise.
24493         (fpclassify_test_data): Likewise.
24494         (frexp_test_data): Likewise.
24495         (ilogb_test_data): Likewise.
24496         (isfinite_test_data): Likewise.
24497         (isgreater_test_data): Likewise.
24498         (isgreaterequal_test_data): Likewise.
24499         (isinf_test_data): Likewise.
24500         (isless_test_data): Likewise.
24501         (islessequal_test_data): Likewise.
24502         (islessgreater_test_data): Likewise.
24503         (isnan_test_data): Likewise.
24504         (isnormal_test_data): Likewise.
24505         (issignaling_test_data): Likewise.
24506         (isunordered_test_data): Likewise.
24507         (ldexp_test_data): Likewise.
24508         (lrint_test_data): Likewise.
24509         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24510         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24511         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24512         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24513         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24514         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24515         test input.
24516         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24517         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24518         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24519         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24520         that test input.
24521         (lrint_downward_test_data): Test for "inexact" exceptions.
24522         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24523         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24524         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24525         test input.
24526         (lrint_upward_test_data): Test for "inexact" exceptions.
24527         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24528         test input.
24529         (llrint_test_data): Test for "inexact" exceptions.
24530         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24531         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24532         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24533         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24534         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24535         (llrint_downward_test_data): Test for "inexact" exceptions.
24536         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24537         (llrint_upward_test_data): Test for "inexact" exceptions.
24538         (logb_test_data): Likewise.
24539         (logb_downward_test_data): Likewise.
24540         (nextafter_test_data): Likewise.
24541         (nexttoward_test_data): Likewise.
24542         (remainder_test_data): Likewise.
24543         (remquo_test_data): Likewise.
24544         (scalbn_test_data): Likewise.
24545         (scalbln_test_data): Likewise.
24546         (signbit_test_data): Likewise.
24547         (sqrt_test_data): Likewise.
24548         (significand_test_data): Likewise.
24549
24550 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24551
24552         [BZ #15424]
24553         * benchtests/bench-modf.c (struct args): Mark arg0 as
24554         volatile.
24555         * scripts/bench.pl: Mark members of struct args as volatile.
24556
24557 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24558
24559         [BZ # 15497]
24560         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24561         negative infinity on POWER6 or lower.
24562         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24563
24564 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24565
24566         [BZ #15442]
24567         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24568         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24569         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24570         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24571         (_FP_SETQNAN): New macro.
24572         (_FP_SETQNAN_SEMIRAW): Likewise.
24573         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24574         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24575         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24576         (FP_EXTEND): Use _FP_FRAC_SNANP.
24577         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24578         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24579         into account.
24580         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24581         New macro.
24582         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24583         Likewise.
24584
24585 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24586
24587         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24588         with DIVIDE_BY_ZERO_EXCEPTION.
24589         (gamma_test_data): Likewise.
24590         (lgamma_test_data): Likewise.
24591         (log_test_data): Likewise.
24592         (log10_test_data): Likewise.
24593         (log2_test_data): Likewise.
24594         (tgamma_test_data): Likewise.
24595
24596         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24597         (acos_test_tonearest): Likewise.
24598         (acos_test_towardzero): Likewise.
24599         (acos_test_downward): Likewise.
24600         (acos_test_upward): Likewise.
24601         (acosh_test): Likewise.
24602         (asin_test): Likewise.
24603         (asin_test_tonearest): Likewise.
24604         (asin_test_towardzero): Likewise.
24605         (asin_test_downward): Likewise.
24606         (asin_test_upward): Likewise.
24607         (asinh_test): Likewise.
24608         (atan_test): Likewise.
24609         (atanh_test): Likewise.
24610         (atan2_test): Likewise.
24611         (cabs_test): Likewise.
24612         (cacos_test): Likewise.
24613         (cacosh_test): Likewise.
24614         (casin_test): Likewise.
24615         (casinh_test): Likewise.
24616         (catan_test): Likewise.
24617         (catanh_test): Likewise.
24618         (cbrt_test): Likewise.
24619         (ccos_test): Likewise.
24620         (ccosh_test): Likewise.
24621         (cexp_test): Likewise.
24622         (clog_test): Likewise.
24623         (clog10_test): Likewise.
24624         (cos_test): Likewise.
24625         (cos_test_tonearest): Likewise.
24626         (cos_test_towardzero): Likewise.
24627         (cos_test_downward): Likewise.
24628         (cos_test_upward): Likewise.
24629         (cosh_test): Likewise.
24630         (cosh_test_tonearest): Likewise.
24631         (cosh_test_towardzero): Likewise.
24632         (cosh_test_downward): Likewise.
24633         (cosh_test_upward): Likewise.
24634         (cpow_test): Likewise.
24635         (csin_test): Likewise.
24636         (csinh_test): Likewise.
24637         (csqrt_test): Likewise.
24638         (ctan_test): Likewise.
24639         (ctan_test_tonearest): Likewise.
24640         (ctan_test_towardzero): Likewise.
24641         (ctan_test_downward): Likewise.
24642         (ctan_test_upward): Likewise.
24643         (ctanh_test): Likewise.
24644         (ctanh_test_tonearest): Likewise.
24645         (ctanh_test_towardzero): Likewise.
24646         (ctanh_test_downward): Likewise.
24647         (ctanh_test_upward): Likewise.
24648         (erf_test): Likewise.
24649         (erfc_test): Likewise.
24650         (exp_test): Likewise.
24651         (exp_test_tonearest): Likewise.
24652         (exp_test_towardzero): Likewise.
24653         (exp_test_downward): Likewise.
24654         (exp_test_upward): Likewise.
24655         (exp10_test): Likewise.
24656         (exp2_test): Likewise.
24657         (expm1_test): Likewise.
24658         (fmod_test): Likewise.
24659         (gamma_test): Likewise.
24660         (hypot_test): Likewise.
24661         (j0_test): Likewise.
24662         (j1_test): Likewise.
24663         (jn_test): Likewise.
24664         (lgamma_test): Likewise.
24665         (log_test): Likewise.
24666         (log10_test): Likewise.
24667         (log1p_test): Likewise.
24668         (log2_test): Likewise.
24669         (logb_test_downward): Likewise.
24670         (pow_test): Likewise.
24671         (pow_test_tonearest): Likewise.
24672         (pow_test_towardzero): Likewise.
24673         (pow_test_downward): Likewise.
24674         (pow_test_upward): Likewise.
24675         (remainder_test): Likewise.
24676         (remquo_test): Likewise.
24677         (sin_test): Likewise.
24678         (sin_test_tonearest): Likewise.
24679         (sin_test_towardzero): Likewise.
24680         (sin_test_downward): Likewise.
24681         (sin_test_upward): Likewise.
24682         (sincos_test): Likewise.
24683         (sinh_test): Likewise.
24684         (sinh_test_tonearest): Likewise.
24685         (sinh_test_towardzero): Likewise.
24686         (sinh_test_downward): Likewise.
24687         (sinh_test_upward): Likewise.
24688         (sqrt_test): Likewise.
24689         (tan_test): Likewise.
24690         (tan_test_tonearest): Likewise.
24691         (tan_test_towardzero): Likewise.
24692         (tan_test_downward): Likewise.
24693         (tan_test_upward): Likewise.
24694         (tanh_test): Likewise.
24695         (tgamma_test): Likewise.
24696         (y0_test): Likewise.
24697         (y1_test): Likewise.
24698         (yn_test): Likewise.
24699
24700         * math/gen-libm-test.pl (adjust_arg): Remove function.
24701         (special_function): Remove argument $in_func.  Only handle
24702         generating output for tables of tests, not inside functions.
24703         (parse_args): Likewise.
24704         (generate_testfile): Remove variable $in_func.  Update call to
24705         parse_args.
24706         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24707         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24708         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24709         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24710         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24711         (MAX_VALUE_INIT): Rename macro to max_value.
24712         (MIN_VALUE_INIT): Rename macro to min_value.
24713         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24714         (plus_zero): Remove variable.
24715         (minus_zero): Likewise.
24716         (plus_infty): Likewise.
24717         (minus_infty): Likewise.
24718         (qnan_value): Likewise.
24719         (max_value): Likewise.
24720         (min_value): Likewise.
24721         (min_subnorm_value): Likewise.
24722
24723 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24724
24725         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24726         uint64_t or uint32_t usage.
24727         * crypt/sha256-block.c: Likewise.
24728         * crypt/sha256-crypt.c: Likewise.
24729         * crypt/sha256.c: Likewise.
24730         * crypt/sha512-block.c: Likewise.
24731         * crypt/sha512-crypt.c: Likewise.
24732         * crypt/sha512.c: Likewise.
24733         * debug/backtrace-tst.c: Likewise.
24734         * debug/pcprofiledump.c: Likewise.
24735         * elf/cache.c: Likewise.
24736         * elf/dl-cache.c: Likewise.
24737         * elf/dl-misc.c: Likewise.
24738         * elf/dl-profile.c: Likewise.
24739         * elf/dl-support.c: Likewise.
24740         * elf/ldconfig.c: Likewise.
24741         * elf/sprof.c: Likewise.
24742         * iconv/dummy-repertoire.c: Likewise.
24743         * iconv/iconv_charmap.c: Likewise.
24744         * iconv/skeleton.c: Likewise.
24745         * iconvdata/8bit-generic.c: Likewise.
24746         * iconvdata/cp737.h: Likewise.
24747         * iconvdata/cp775.h: Likewise.
24748         * iconvdata/ibm1008.h: Likewise.
24749         * iconvdata/ibm1025.h: Likewise.
24750         * iconvdata/ibm1046.h: Likewise.
24751         * iconvdata/ibm1097.h: Likewise.
24752         * iconvdata/ibm1112.h: Likewise.
24753         * iconvdata/ibm1122.h: Likewise.
24754         * iconvdata/ibm1123.h: Likewise.
24755         * iconvdata/ibm1124.h: Likewise.
24756         * iconvdata/ibm1129.h: Likewise.
24757         * iconvdata/ibm1130.h: Likewise.
24758         * iconvdata/ibm1132.h: Likewise.
24759         * iconvdata/ibm1133.h: Likewise.
24760         * iconvdata/ibm1137.h: Likewise.
24761         * iconvdata/ibm1140.h: Likewise.
24762         * iconvdata/ibm1141.h: Likewise.
24763         * iconvdata/ibm1142.h: Likewise.
24764         * iconvdata/ibm1143.h: Likewise.
24765         * iconvdata/ibm1144.h: Likewise.
24766         * iconvdata/ibm1145.h: Likewise.
24767         * iconvdata/ibm1146.h: Likewise.
24768         * iconvdata/ibm1147.h: Likewise.
24769         * iconvdata/ibm1148.h: Likewise.
24770         * iconvdata/ibm1149.h: Likewise.
24771         * iconvdata/ibm1153.h: Likewise.
24772         * iconvdata/ibm1154.h: Likewise.
24773         * iconvdata/ibm1155.h: Likewise.
24774         * iconvdata/ibm1156.h: Likewise.
24775         * iconvdata/ibm1157.h: Likewise.
24776         * iconvdata/ibm1158.h: Likewise.
24777         * iconvdata/ibm1160.h: Likewise.
24778         * iconvdata/ibm1161.h: Likewise.
24779         * iconvdata/ibm1162.h: Likewise.
24780         * iconvdata/ibm1163.h: Likewise.
24781         * iconvdata/ibm1164.h: Likewise.
24782         * iconvdata/ibm1166.h: Likewise.
24783         * iconvdata/ibm1167.h: Likewise.
24784         * iconvdata/ibm12712.h: Likewise.
24785         * iconvdata/ibm1390.h: Likewise.
24786         * iconvdata/ibm1399.h: Likewise.
24787         * iconvdata/ibm16804.h: Likewise.
24788         * iconvdata/ibm4517.h: Likewise.
24789         * iconvdata/ibm4899.h: Likewise.
24790         * iconvdata/ibm4909.h: Likewise.
24791         * iconvdata/ibm4971.h: Likewise.
24792         * iconvdata/ibm5347.h: Likewise.
24793         * iconvdata/ibm803.h: Likewise.
24794         * iconvdata/ibm856.h: Likewise.
24795         * iconvdata/ibm901.h: Likewise.
24796         * iconvdata/ibm902.h: Likewise.
24797         * iconvdata/ibm9030.h: Likewise.
24798         * iconvdata/ibm9066.h: Likewise.
24799         * iconvdata/ibm921.h: Likewise.
24800         * iconvdata/ibm922.h: Likewise.
24801         * iconvdata/ibm9448.h: Likewise.
24802         * iconvdata/isiri-3342.h: Likewise.
24803         * iconvdata/jis0201.h: Likewise.
24804         * include/link.h: Likewise.
24805         * include/netdb.h: Likewise.
24806         * inet/check_native.c: Likewise.
24807         * inet/check_pf.c: Likewise.
24808         * inet/getipv4sourcefilter.c: Likewise.
24809         * inet/getnameinfo.c: Likewise.
24810         * inet/getsourcefilter.c: Likewise.
24811         * inet/htonl.c: Likewise.
24812         * inet/setipv4sourcefilter.c: Likewise.
24813         * inet/setsourcefilter.c: Likewise.
24814         * inet/test-inet6_opt.c: Likewise.
24815         * inet/tst-network.c: Likewise.
24816         * locale/C-collate.c: Likewise.
24817         * locale/C-ctype.c: Likewise.
24818         * locale/C-time.c: Likewise.
24819         * locale/C-translit.h: Likewise.
24820         * locale/loadarchive.c: Likewise.
24821         * locale/programs/3level.h: Likewise.
24822         * locale/programs/charmap.c: Likewise.
24823         * locale/programs/charmap.h: Likewise.
24824         * locale/programs/ld-address.c: Likewise.
24825         * locale/programs/ld-collate.c: Likewise.
24826         * locale/programs/ld-ctype.c: Likewise.
24827         * locale/programs/ld-identification.c: Likewise.
24828         * locale/programs/ld-measurement.c: Likewise.
24829         * locale/programs/ld-messages.c: Likewise.
24830         * locale/programs/ld-monetary.c: Likewise.
24831         * locale/programs/ld-name.c: Likewise.
24832         * locale/programs/ld-numeric.c: Likewise.
24833         * locale/programs/ld-paper.c: Likewise.
24834         * locale/programs/ld-telephone.c: Likewise.
24835         * locale/programs/ld-time.c: Likewise.
24836         * locale/programs/linereader.c: Likewise.
24837         * locale/programs/locale.c: Likewise.
24838         * locale/programs/locarchive.c: Likewise.
24839         * locale/programs/locfile.h: Likewise.
24840         * locale/programs/repertoire.c: Likewise.
24841         * locale/programs/simple-hash.c: Likewise.
24842         * locale/programs/simple-hash.h: Likewise.
24843         * malloc/memusage.c: Likewise.
24844         * malloc/memusagestat.c: Likewise.
24845         * nis/nis_defaults.c: Likewise.
24846         * nis/nis_hash.c: Likewise.
24847         * nis/nis_print.c: Likewise.
24848         * nis/nis_xdr.c: Likewise.
24849         * nscd/connections.c: Likewise.
24850         * nscd/hstcache.c: Likewise.
24851         * nscd/nscd_gethst_r.c: Likewise.
24852         * nscd/nscd_getserv_r.c: Likewise.
24853         * nscd/nscd_helper.c: Likewise.
24854         * nscd/servicescache.c: Likewise.
24855         * nss/makedb.c: Likewise.
24856         * nss/nss_db/db-XXX.c: Likewise.
24857         * nss/nss_db/db-initgroups.c: Likewise.
24858         * nss/nss_db/db-netgrp.c: Likewise.
24859         * nss/nss_files/files-network.c: Likewise.
24860         * nss/nss_files/files-parse.c: Likewise.
24861         * posix/bug-regex5.c: Likewise.
24862         * posix/fnmatch_loop.c: Likewise.
24863         * posix/regcomp.c: Likewise.
24864         * posix/regexec.c: Likewise.
24865         * posix/tst-rfc3484-2.c: Likewise.
24866         * posix/tst-rfc3484-3.c: Likewise.
24867         * posix/tst-rfc3484.c: Likewise.
24868         * resolv/nss_dns/dns-canon.c: Likewise.
24869         * resolv/nss_dns/dns-network.c: Likewise.
24870         * resolv/res_init.c: Likewise.
24871         * resolv/res_mkquery.c: Likewise.
24872         * resolv/tst-aton.c: Likewise.
24873         * stdlib/cxa_atexit.c: Likewise.
24874         * stdlib/cxa_finalize.c: Likewise.
24875         * stdlib/gen-fpioconst.c: Likewise.
24876         * stdlib/strtol_l.c: Likewise.
24877         * string/tst-endian.c: Likewise.
24878         * sunrpc/auth_des.c: Likewise.
24879         * sunrpc/clnt_udp.c: Likewise.
24880         * sunrpc/rtime.c: Likewise.
24881         * sunrpc/svcauth_des.c: Likewise.
24882         * sunrpc/xdr.c: Likewise.
24883         * sunrpc/xdr_intXX_t.c: Likewise.
24884         * sunrpc/xdr_rec.c: Likewise.
24885         * sysdeps/generic/ldconfig.h: Likewise.
24886         * sysdeps/generic/ldsodefs.h: Likewise.
24887         * sysdeps/generic/memusage.h: Likewise.
24888         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24889         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24890         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24891         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24892         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24893         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24894         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24895         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24896         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24897         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24898         * sysdeps/posix/getaddrinfo.c: Likewise.
24899         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24900         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24901         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24902         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24903         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24904         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24905         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24906         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24907         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24908         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24909         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24910         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24911         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24912         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24913         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24914         * sysdeps/x86_64/dl-tls.h: Likewise.
24915         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24916         * time/alt_digit.c: Likewise.
24917         * time/era.c: Likewise.
24918         * wcsmbs/tst-c16c32-1.c: Likewise.
24919
24920 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24921
24922         * math/libm-test.inc (struct test_sincos_data): New type.
24923         (RUN_TEST_LOOP_sincos): New macro.
24924         (sincos_test_data): New variable.
24925         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24926
24927 2013-05-16  Richard Henderson  <rth@redhat.com>
24928
24929         * math/atest-exp2.c (LIMB64): New macro.
24930         (CONSTSZ): New macro.
24931         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24932         (hexdig): Move ...
24933         (print_mpn_fp): ... to function scope.
24934         (read_mpn_hex): Remove.
24935         (get_log2): Remove.
24936         (exp2_mpn): Use mp_log2.
24937         (main): Use mp_exp1.
24938
24939 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24940
24941         * math/libm-test.inc: Remove comment about not testing "inexact"
24942         exceptions.
24943         (INEXACT_EXCEPTION): New macro.
24944         (NO_INEXACT_EXCEPTION): Likewise.
24945         (INVALID_EXCEPTION_OK): Update value.
24946         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24947         (OVERFLOW_EXCEPTION_OK): Likewise.
24948         (UNDERFLOW_EXCEPTION_OK): Likewise.
24949         (IGNORE_ZERO_INF_SIGN): Likewise.
24950         (ERRNO_UNCHANGED): Likewise.
24951         (ERRNO_EDOM): Likewise.
24952         (ERRNO_ERANGE): Likewise.
24953         (test_exceptions): Handle testing "inexact" exceptions.
24954         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24955         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24956         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24957         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24958         INEXACT_EXCEPTION.
24959         (rint_towardzero_test_data): Likewise.
24960         (rint_downward_test_data): Likewise.
24961         (rint_upward_test_data): Likewise.
24962
24963         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24964         with OVERFLOW_EXCEPTION.
24965         (exp10_test_data): Likewise.
24966         (exp2_test_data): Likewise.
24967         (expm1_test_data): Likewise.
24968         (lgamma_test_data): Likewise.
24969         (pow_test_data): Likewise.
24970         (tgamma_test_data): Likewise.
24971         (yn_test_data): Remove duplicate test of overflow.
24972
24973         * math/libm-test.inc (struct test_cc_c_data): New type.
24974         (RUN_TEST_LOOP_cc_c): New macro.
24975         (cpow_test_data): New variable.
24976         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24977
24978         * math/libm-test.inc (struct test_f_L_data): New type.
24979         (RUN_TEST_LOOP_f_L): New macro.
24980         (llrint_test_data): New variable.
24981         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24982         (llrint_tonearest_test_data): New variable.
24983         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24984         (llrint_towardzero_test_data): New variable.
24985         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24986         (llrint_downward_test_data): New variable.
24987         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24988         (llrint_upward_test_data): New variable.
24989         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24990         (llround_test_data): New variable.
24991         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24992
24993 2013-05-13  Peter Collingbourne  <pcc@google.com>
24994
24995         * math/atest-exp2.c (get_log2): Remove const attribute.
24996
24997 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24998
24999         * math/libm-test.inc (struct test_f_l_data): New type.
25000         (RUN_TEST_LOOP_f_l): New macro.
25001         (lrint_test_data): New variable.
25002         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25003         (lrint_tonearest_test_data): New variable.
25004         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25005         (lrint_towardzero_test_data): New variable.
25006         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25007         (lrint_downward_test_data): New variable.
25008         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25009         (lrint_upward_test_data): New variable.
25010         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25011         (lround_test_data): New variable.
25012         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25013
25014 2013-05-15  Peter Collingbourne  <pcc@google.com>
25015
25016         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25017         (EXTRACT_WORDS64) Use where appropriate.
25018         (INSERT_WORDS64) Likewise.
25019
25020         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25021         constraints with x constraints.
25022         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25023
25024         * malloc/obstack.c (_obstack_compat): Add initializer.
25025
25026 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25027
25028         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25029         si_trapno and add si_addr_lsb to _sifields.sigfault.
25030         (si_trapno): Remove macro.
25031         (si_addr_lsb): Define new macro.
25032         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25033
25034 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25035
25036         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25037         instead of TEST_f_l.
25038         (llrint_test_tonearest): Likewise.
25039         (llrint_test_towardzero): Likewise.
25040         (llrint_test_downward): Likewise.
25041         (llrint_test_upward): Likewise.
25042         (llround_test): Likewise.
25043
25044         * math/libm-test.inc (struct test_f_i_data): Add comment.
25045         (RUN_TEST_LOOP_f_b): New macro.
25046         (RUN_TEST_LOOP_f_b_tg): Likewise.
25047         (finite_test_data): New variable.
25048         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25049         (isfinite_test_data): New variable.
25050         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25051         (isinf_test_data): New variable.
25052         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25053         (isnan_test_data): New variable.
25054         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25055         (isnormal_test_data): New variable.
25056         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25057         (issignaling_test_data): New variable.
25058         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25059         (signbit_test_data): New variable.
25060         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25061
25062         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25063         with INVALID_EXCEPTION.
25064         (acosh_test_data): Likewise.
25065         (asin_test_data): Likewise.
25066         (atanh_test_data): Likewise.
25067         (fmod_test_data): Likewise.
25068         (log_test_data): Likewise.
25069         (log10_test_data): Likewise.
25070         (log2_test_data): Likewise.
25071         (pow_test_data): Likewise.
25072         (sqrt_test_data): Likewise.
25073         (y0_test_data): Likewise.
25074         (y1_test_data): Likewise.
25075         (yn_test_data): Likewise.
25076
25077         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25078         function contents.
25079
25080         * math/libm-test.inc (struct test_ff_i_data): New type.
25081         (RUN_TEST_LOOP_ff_i_tg): New macro.
25082         (isgreater_test_data): New variable.
25083         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25084         (isgreaterequal_test_data): New variable.
25085         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25086         (isless_test_data): New variable.
25087         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25088         (islessequal_test_data): New variable.
25089         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25090         (islessgreater_test_data): New variable.
25091         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25092         (isunordered_test_data): New variable.
25093         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25094
25095 2013-05-14  David S. Miller  <davem@davemloft.net>
25096
25097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25098
25099 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25100
25101         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25102
25103         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25104         extra_test to int.
25105         (struct test_f_i_data): Change type of max_ulp to int.
25106
25107         * math/libm-test.inc (test_ffI_f1_data): New type.
25108         (RUN_TEST_LOOP_ffI_f1): New macro.
25109         (remquo_test_data): New variable.
25110         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25111
25112         * setjmp/tst-setjmp-fp.c: New file.
25113         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25114         (link-libm): New variable.
25115         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25116
25117         * math/libm-test.inc (struct test_f_i_data): New type.
25118         (RUN_TEST_LOOP_f_i): New macro.
25119         (RUN_TEST_LOOP_f_i_tg): Likewise.
25120         (fpclassify_test_data): New variable.
25121         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25122         (ilogb_test_data): New variable.
25123         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25124
25125         * math/libm-test.inc (scalbln_test): Correct function name in END
25126         call.
25127
25128         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25129         (RUN_TEST_LOOP_fI_f1): New macro.
25130         (frexp_test_data): New variable.
25131         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25132
25133         * math/libm-test.inc (struct test_fF_f1_data): New type.
25134         (RUN_TEST_LOOP_fF_f1): New macro.
25135         (modf_test_data): New variable.
25136         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25137
25138         * math/libm-test.inc (struct test_f_f1_data): New type.
25139         (RUN_TEST_LOOP_f_f1): New macro.
25140         (gamma_test_data): New variable.
25141         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25142         (lgamma_test_data): New variable.
25143         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25144
25145 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25146
25147         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25148         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25149         (main): Comment "tls" pseudo-hwcap.
25150
25151 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25152
25153         * math/libm-test.inc (struct test_fl_f_data): New type.
25154         (RUN_TEST_LOOP_fl_f): New variable.
25155         (scalbln_test_data): New variable.
25156         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25157
25158         * math/libm-test.inc (struct test_fi_f_data): New type.
25159         (RUN_TEST_LOOP_fi_f): New macro.
25160         (ldexp_test_data): New variable.
25161         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25162         (scalbn_test_data): New variable.
25163         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25164
25165         * math/libm-test.inc (struct test_c_f_data): New type.
25166         (RUN_TEST_LOOP_c_f): New macro.
25167         (cabs_test_data): New variable.
25168         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25169         (carg_test_data): New variable.
25170         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25171         (cimag_test_data): New variable.
25172         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25173         (creal_test_data): New variable.
25174         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25175
25176         * math/libm-test.inc (struct test_if_f_data): New type.
25177         (RUN_TEST_LOOP_if_f): New macro.
25178         (jn_test_data): New variable.
25179         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25180         (yn_test_data): New variable.
25181         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25182
25183         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25184
25185 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25186
25187         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25188         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25189
25190 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25191
25192         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25193         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25194         (bench-deps): Add bench-timing.h.
25195         * benchtests-bench-skeleton.c: Include bench-timing.h.
25196         (main): Use TIMING_* macros instead of clock_gettime.
25197         * benchtests/bench-timing.h: New file.
25198
25199         [BZ #14582]
25200         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25201         Renamed from _LIB_VERSION.
25202         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25203
25204 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25205
25206         * math/libm-test.inc (struct test_fff_f_data): New type.
25207         (RUN_TEST_LOOP_fff_f): New macro.
25208         (fma_test_data): New variable.
25209         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25210         (fma_towardzero_test_data): New variable.
25211         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25212         (fma_downward_test_data): New variable.
25213         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25214         (fma_upward_test_data): New variable.
25215         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25216
25217         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25218         (struct test_c_c_data): New type.
25219         (RUN_TEST_LOOP_c_c): New macro.
25220         (cacos_test_data): New variable.
25221         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25222         (cacosh_test_data): New variable.
25223         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25224         (casin_test_data): New variable.
25225         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25226         (casinh_test_data): New variable.
25227         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25228         (catan_test_data): New variable.
25229         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25230         (catanh_test_data): New variable.
25231         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25232         (ccos_test_data): New variable.
25233         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25234         (ccosh_test_data): New variable.
25235         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25236         (cexp_test_data): New variable.
25237         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25238         (clog_test_data): New variable.
25239         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25240         (clog10_test_data): New variable.
25241         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25242         (conj_test_data): New variable.
25243         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25244         (cproj_test_data): New variable.
25245         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25246         (csin_test_data): New variable.
25247         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25248         (csinh_test_data): New variable.
25249         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25250         (csqrt_test_data): New variable.
25251         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25252         (ctan_test_data): New variable.
25253         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25254         (ctan_tonearest_test_data): New variable.
25255         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25256         (ctan_towardzero_test_data): New variable.
25257         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25258         (ctan_downward_test_data): New variable.
25259         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25260         (ctan_upward_test_data): New variable.
25261         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25262         (ctanh_test_data): New variable.
25263         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25264         (ctanh_tonearest_test_data): New variable.
25265         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25266         (ctanh_towardzero_test_data): New variable.
25267         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25268         (ctanh_downward_test_data): New variable.
25269         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25270         (ctanh_upward_test_data): New variable.
25271         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25272         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25273         of BUILD_COMPLEX.
25274
25275         * math/libm-test.inc (struct test_ff_f_data): New type.
25276         (struct test_ff_f_data_nexttoward): Likewise.
25277         (RUN_TEST_LOOP_2_f): New macro.
25278         (RUN_TEST_LOOP_ff_f): Likewise.
25279         (atan2_test_data): New variable.
25280         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25281         (copysign_test_data): New variable.
25282         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25283         (fdim_test_data): New variable.
25284         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25285         (fmax_test_data): New variable.
25286         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25287         (fmin_test_data): New variable.
25288         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25289         (fmod_test_data): New variable.
25290         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25291         (hypot_test_data): New variable.
25292         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25293         (nextafter_test_data): New variable.
25294         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25295         (nexttoward_test_data): New variable.
25296         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25297         (pow_test_data): New variable.
25298         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25299         (pow_tonearest_test_data): New variable.
25300         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25301         (pow_towardzero_test_data): New variable.
25302         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25303         (pow_downward_test_data): New variable.
25304         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25305         (pow_upward_test_data): New variable.
25306         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25307         (remainder_test_data): New variable.
25308         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25309         (scalb_test_data): New variable.
25310         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25311         * sysdeps/i386/fpu/libm-test-ulps: Update.
25312
25313 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25314
25315         * math/libm-test.inc (fma_test): Use max_value instead of local
25316         variable fltmax.
25317         (nextafter_test): Likewise.
25318
25319         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25320         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25321         (acos_downward_test_data): New variable.
25322         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25323         (acos_upward_test_data): New variable.
25324         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25325         (acosh_test_data): New variable.
25326         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25327         (asin_test_data): New variable.
25328         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25329         (asin_tonearest_test_data): New variable.
25330         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25331         (asin_towardzero_test_data): New variable.
25332         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25333         (asin_downward_test_data): New variable.
25334         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25335         (asin_upward_test_data): New variable.
25336         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25337         (asinh_test_data): New variable.
25338         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25339         (atan_test_data): New variable.
25340         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25341         (atanh_test_data): New variable.
25342         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25343         (cbrt_test_data): New variable.
25344         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25345         (ceil_test_data): New variable.
25346         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25347         (cos_test_data): New variable.
25348         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25349         (cos_tonearest_test_data): New variable.
25350         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25351         (cos_towardzero_test_data): New variable.
25352         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25353         (cos_downward_test_data): New variable.
25354         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25355         (cos_upward_test_data): New variable.
25356         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25357         (cosh_test_data): New variable.
25358         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25359         (cosh_tonearest_test_data): New variable.
25360         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25361         (cosh_towardzero_test_data): New variable.
25362         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25363         (cosh_downward_test_data): New variable.
25364         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25365         (cosh_upward_test_data): New variable.
25366         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25367         (erf_test_data): New variable.
25368         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25369         (erfc_test_data): New variable.
25370         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25371         (exp_test_data): New variable.
25372         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25373         (exp_tonearest_test_data): New variable.
25374         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25375         (exp_towardzero_test_data): New variable.
25376         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25377         (exp_downward_test_data): New variable.
25378         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25379         (exp_upward_test_data): New variable.
25380         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25381         (exp10_test_data): New variable.
25382         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25383         (exp2_test_data): New variable.
25384         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25385         (expm1_test_data): New variable.
25386         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25387         (fabs_test_data): New variable.
25388         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25389         (floor_test_data): New variable.
25390         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25391         (j0_test_data): New variable.
25392         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25393         (j1_test_data): New variable.
25394         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25395         (log_test_data): New variable.
25396         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25397         (log10_test_data): New variable.
25398         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25399         (log1p_test_data): New variable.
25400         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25401         (log2_test_data): New variable.
25402         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25403         (logb_test_data): New variable.
25404         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25405         (logb_downward_test_data): New variable.
25406         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25407         (nearbyint_test_data): New variable.
25408         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25409         (rint_test_data): New variable.
25410         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25411         (rint_tonearest_test_data): New variable.
25412         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25413         (rint_towardzero_test_data): New variable.
25414         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25415         (rint_downward_test_data): New variable.
25416         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25417         (rint_upward_test_data): New variable.
25418         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25419         (round_test_data): New variable.
25420         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25421         (sin_test_data): New variable.
25422         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25423         (sin_tonearest_test_data): New variable.
25424         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25425         (sin_towardzero_test_data): New variable.
25426         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25427         (sin_downward_test_data): New variable.
25428         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25429         (sin_upward_test_data): New variable.
25430         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25431         (sinh_test_data): New variable.
25432         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25433         (sinh_tonearest_test_data): New variable.
25434         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25435         (sinh_towardzero_test_data): New variable.
25436         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25437         (sinh_downward_test_data): New variable.
25438         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25439         (sinh_upward_test_data): New variable.
25440         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25441         (sqrt_test_data): New variable.
25442         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25443         (tan_test_data): New variable.
25444         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25445         (tan_tonearest_test_data): New variable.
25446         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25447         (tan_towardzero_test_data): New variable.
25448         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25449         (tan_downward_test_data): New variable.
25450         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25451         (tan_upward_test_data): New variable.
25452         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25453         (tanh_test_data): New variable.
25454         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25455         (tgamma_test_data): New variable.
25456         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25457         (trunc_test_data): New variable.
25458         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25459         (y0_test_data): New variable.
25460         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25461         (y1_test_data): New variable.
25462         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25463         (significand_test_data): New variable.
25464         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25465
25466 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25467
25468         [BZ #12387]
25469         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25470
25471 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25472
25473         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25474
25475 2013-05-10  Andreas Jaeger  <aj@suse.de>
25476
25477         [BZ #15448]
25478         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25479         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25480
25481 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25482
25483         * math/gen-libm-test.pl (adjust_arg): New function.
25484         (special_functions): Handle generating output in both functions
25485         and arrays.
25486         (parse_args): Likewise.
25487         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25488         $in_func argument to parse_args.
25489         * math/libm-test.inc (struct test_f_f_data): New type.
25490         (IF_ROUND_INIT_): New macro.
25491         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25492         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25493         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25494         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25495         (ROUND_RESTORE_): Likewise.
25496         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25497         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25498         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25499         (ROUND_RESTORE_FE_UPWARD): Likewise.
25500         (RUN_TEST_LOOP_f_f): New macro.
25501         (acos_test_data): New variable.
25502         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25503         (acos_tonearest_test_data): New variable.
25504         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25505
25506 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25507
25508         * benchtests/bench-skeleton.c (startup): Fix coding style.
25509
25510 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25511
25512         [BZ #6809]
25513         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25514         negative infinity argument.
25515         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25516         negative infinity argument.
25517         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25518         negative infinity argument.
25519         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25520         domain errors.
25521
25522 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25523
25524         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25525         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25526         * iconv/iconv_prog.c (main): Likewise.
25527         * locale/programs/charmap-dir.c (charmap_readdir)
25528         (fopen_uncompressed): Likewise.
25529         * locale/programs/locfile.c (siblings_uncached)
25530         (write_locale_data): Use lstat64 instead of lstat.
25531         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25532         stat.
25533
25534 2013-05-10  Andreas Jaeger  <aj@suse.de>
25535
25536         [BZ #15395]
25537         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25538         localization.
25539         Include <locale.h>.
25540
25541 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25542
25543         * elf/dl-close.c (_dl_close_worker): Add comments.
25544
25545 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25546
25547         [BZ #15359]
25548         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25549         high part of pi/2.
25550         (__ieee754_rem_pio2l): Update comments.
25551
25552         [BZ #15429]
25553         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25554         high part of pi/2.
25555         (__ieee754_rem_pio2l): Update comments.
25556
25557         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25558         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25559
25560         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25561         M_PI_4l.
25562
25563         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25564         (M_PI_34_LOG10El): Likewise.
25565         (M_PI2_LOG10El): Likewise.
25566         (M_PI4_LOG10El): Likewise.
25567         (M_PI_LOG10El): Likewise.
25568
25569 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25570
25571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25572
25573 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25574
25575         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25576         (MINUS_ZERO_INIT): Likewise.
25577         (PLUS_INFTY_INIT): Likewise.
25578         (MINUS_INFTY_INIT): Likewise.
25579         (QNAN_VALUE_INIT): Likewise.
25580         (MAX_VALUE_INIT): Likewise.
25581         (MIN_VALUE_INIT): Likewise.
25582         (MIN_SUBNORM_VALUE_INIT): Likewise.
25583         (plus_zero): Initialize with PLUS_ZERO_INIT.
25584         (minus_zero): Initialize with MINUS_ZERO_INIT.
25585         (plus_infty): Initialize with PLUS_INFTY_INIT.
25586         (minus_infty): Initialize with MINUS_INFTY_INIT.
25587         (qnan_value): Initialize with QNAN_VALUE_INIT.
25588         (max_value): Initialize with MAX_VALUE_INIT.
25589         (min_value): Initialize with MIN_VALUE_INIT.
25590         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25591
25592         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25593         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25594         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25595         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25596
25597         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25598         (RUN_TEST_2_f): Likewise.
25599         (RUN_TEST_ff_f): Likewise.
25600         (RUN_TEST_fi_f): Likewise.
25601         (RUN_TEST_fl_f): Likewise.
25602         (RUN_TEST_fff_f): Likewise.
25603         (RUN_TEST_c_f): Likewise.
25604         (RUN_TEST_f_f1): Likewise.
25605         (RUN_TEST_fF_f1): Likewise.
25606         (RUN_TEST_fI_f1): Likewise.
25607         (RUN_TEST_ffI_f1): Likewise.
25608         (RUN_TEST_c_c): Likewise.
25609         (RUN_TEST_cc_c): Likewise.
25610         (RUN_TEST_f_i): Likewise.
25611         (RUN_TEST_f_i_tg): Likewise.
25612         (RUN_TEST_ff_i_tg): Likewise.
25613         (RUN_TEST_f_b): Likewise.
25614         (RUN_TEST_f_b_tg): Likewise.
25615         (RUN_TEST_f_l): Likewise.
25616         (RUN_TEST_f_L): Likewise.
25617         (RUN_TEST_sincos): Likewise.
25618         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25619         whether to show exceptions.  Do not include ");\n" in return
25620         value.
25621         (special_functions): Output call to RUN_TEST_sincos instead of
25622         check_float calls.  Update calls to new_test.
25623         (parse_args): Output call to single RUN_TEST_* macro instead of
25624         check_* calls and other assignments.  Update calls to new_test.
25625
25626         [BZ #2546]
25627         [BZ #2560]
25628         [BZ #5159]
25629         [BZ #15426]
25630         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25631         input to result for tgamma overflow.
25632         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25633         (gamma_coeff): New variable.
25634         (NCOEFF): New macro.
25635         (gamma_positive): New function.
25636         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25637         underflow here.  Use gamma_positive instead of exp (lgamma) for
25638         other arguments.
25639         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25640         (gamma_coeff): New variable.
25641         (NCOEFF): New macro.
25642         (gammaf_positive): New function.
25643         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25644         underflow here.  Use gamma_positive instead of exp (lgamma) for
25645         other arguments.
25646         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25647         (gamma_coeff): New variable.
25648         (NCOEFF): New macro.
25649         (gammal_positive): New function.
25650         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25651         underflow here.  Use gamma_positive instead of exp (lgamma) for
25652         other arguments.
25653         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25654         (gamma_coeff): New variable.
25655         (NCOEFF): New macro.
25656         (gammal_positive): New function.
25657         (__ieee754_gammal_r): Handle positive infinity, overflow and
25658         underflow here.  Handle NaN the same as positive infinity.  Remove
25659         check x < 0xffffffff for negative integers.  Use gamma_positive
25660         instead of exp (lgamma) for other arguments.
25661         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25662         (gamma_coeff): New variable.
25663         (NCOEFF): New macro.
25664         (gammal_positive): New function.
25665         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25666         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25667         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25668         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25669         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25670         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25671         * sysdeps/generic/math_private.h (__gamma_productf): New
25672         prototype.
25673         (__gamma_product): Likewise.
25674         (__gamma_productl): Likewise.
25675         * math/Makefile (libm-calls): Add gamma_product.
25676         * math/libm-test.inc (tgamma_test): Add more tests.
25677         * sysdeps/i386/fpu/libm-test-ulps: Update.
25678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25679
25680 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25681
25682         * benchtests/bench-skeleton.c (main): Preheat CPU.
25683
25684 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25685
25686         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25687
25688 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25689
25690         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25691         and _dl_skip_args_internal.
25692
25693 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25694
25695         * manual/message.texi (Message Translation): Talk about users.
25696         Message to key mapping impacts design.
25697
25698 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25699
25700         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25701
25702         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25703
25704         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25705         * sysdeps/wordsize-64/glob64.c: ... here.
25706
25707         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25708         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25709         New macros.
25710
25711         * debug/getlogin_r_chk.c: Moved to ...
25712         * login/getlogin_r_chk.c: ... here.
25713         * debug/Makefile (routines): Move getlogin_r_chk to ...
25714         * login/Makefile (routines): ... here.
25715         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25716         * login/Versions (libc: GLIBC_2.4): ... here.
25717
25718         * io/poll.c (__poll): Renamed from poll.
25719         Add libc_hidden_def.
25720         (poll): Define as weak alias.
25721
25722         * debug/ptsname_r_chk.c: Moved to ...
25723         * login/ptsname_r_chk.c: ... here.
25724         * debug/Makefile (routines): Move ptsname_r_chk to ...
25725         * login/Makefile (routines): ... here.
25726         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25727         * login/Versions (libc: GLIBC_2.4): ... here.
25728
25729         * posix/getlogin.c: Moved to ...
25730         * login/getlogin.c: ... here.
25731         * posix/getlogin_r.c: Moved to ...
25732         * login/getlogin_r.c: ... here.
25733         * posix/getlogin_r.c: Moved to ...
25734         * login/getlogin_r.c: ... here.
25735         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25736         * login/Makefile (routines): ... here.
25737         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25738         * login/Versions (libc: GLIBC_2.0): ... here.
25739
25740         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25741         (setrlimit): Define as weak alias.
25742
25743         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25744         Call __ names for open, ftruncate, and close.
25745         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25746         (truncate): Define as weak alias.
25747
25748 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25749
25750         * math/gen-libm-test.pl (parse_args): Initialize x before each
25751         test of frexp, modf and remquo.
25752
25753         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25754         test signgam value.
25755
25756 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25757
25758         [BZ #15418]
25759         [BZ #15419]
25760         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25761         internal tests.
25762         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25763
25764 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25765
25766         * elf/dl-writev.h: New file.
25767         * elf/dl-misc.c: Include it.
25768         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25769         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25770
25771 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25772
25773         * math/libm-test.inc (noXFails): Remove variable.
25774         (noXPasses): Likewise.
25775         (BUILD_COMPLEX_INT): Remove macro.
25776         (print_screen): Remove xfail argument.
25777         (print_screen_max_error): Likewise.
25778         (update_stats): Likewise.
25779         (print_max_error): Likewise.  Update calls to other affected
25780         functions.
25781         (print_complex_max_error): Likewise.
25782         (test_single_exception): Update calls to print_screen.
25783         (test_single_errno): Likewise.
25784         (check_float_internal): Remove xfail argument.  Update calls to
25785         other affected functions.
25786         (check_float): Likewise.
25787         (check_complex): Likewise.
25788         (check_int): Likewise.
25789         (check_long): Likewise.
25790         (check_bool): Likewise.
25791         (check_longlong): Likewise.
25792         (main): Don't print noXFails and noXPasses.
25793         * math/gen-libm-test.pl (top level): Don't mention expected
25794         failure handling in comment.
25795         (new_test): Don't handle expected failures.
25796         (parse_args): Don't mention expected failure handling in comment.
25797         (generate_testfile): Don't handle expected failures.
25798         (parse_ulps): Likewise.
25799         (print_ulps_file): Likewise.
25800         (get_failure): Remove function.
25801         (output_test): Don't handle expected failures.
25802         * make/README.libm-test: Don't mention expected failure handling.
25803
25804         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25805         (minus_zero): Likewise.
25806         (plus_infty): Likewise.
25807         (minus_infty): Likewise.
25808         (qnan_value): Likewise.
25809         (max_value): Likewise.
25810         (min_value): Likewise.
25811         (min_subnorm_value): Likewise.
25812         (initialize): Do not initialize those variables dynamically.
25813
25814 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25815
25816         * io/open.c (__open_2): Moved to ...
25817         * io/open_2.c: ... this new file.
25818         * io/open64.c (__open64_2): Moved to ...
25819         * io/open64_2.c: ... this new file.
25820         * io/openat.c (__openat_2): Moved to ...
25821         * io/openat_2.c: ... this new file.
25822         * io/openat64.c (__openat64_2): Moved to ...
25823         * io/openat64_2.c: ... this new file.
25824         * io/Makefile (routines): Add them.
25825         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25826         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25827         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25828         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25829         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25830         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25831         (__openat64): Add hidden_ver.
25832         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25833         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25834
25835         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25836         Separately conditionalize setting of GLRO(dl_sysinfo) so
25837         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25838         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25839
25840 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25841
25842         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25843         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25844         definition.
25845         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25846         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25847         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25848         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25849         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25850
25851 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25852
25853         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25854         test signgam value.
25855
25856         * math/libm-test.inc (hypot_test): Do not use
25857         IGNORE_ZERO_INF_SIGN.
25858
25859 2013-05-03  Andreas Jaeger  <aj@suse.de>
25860
25861         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25862         Linux 3.9.
25863         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25864         (PF_MAX): Adjust for VSOCK change.
25865
25866 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25867
25868         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25869
25870 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25871
25872         [BZ #15264]
25873         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25874         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25875         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25876
25877 2013-05-02  David S. Miller  <davem@davemloft.net>
25878
25879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25880
25881 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25882
25883         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25884
25885 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25886
25887         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25888
25889 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25890
25891         [BZ #14952]
25892         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25893         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25894         Use __attribute__ ((__gnu_inline__)).
25895         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25896         Don't use __attribute__ ((__gnu_inline__)).
25897
25898 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25899
25900         [BZ #15423]
25901         * math/s_catan.c (__catan): Handle small real or imaginary part of
25902         input specially to avoid spurious underflow.
25903         * math/s_catanf.c (__catanf): Likewise.
25904         * math/s_catanh.c (__catanh): Likewise.
25905         * math/s_catanhf.c (__catanhf): Likewise.
25906         * math/s_catanhl.c (__catanhl): Likewise.
25907         * math/s_catanl.c (__catanl): Likewise.
25908         * math/libm-test.inc (catan_test): Add more tests.
25909         (catanh_test): Likewise.
25910         * sysdeps/i386/fpu/libm-test-ulps: Update.
25911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25912
25913 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25914
25915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25916
25917 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25918
25919         [BZ #15416]
25920         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25921         accurately for denominator in atan2.
25922         * math/s_catanf.c (__catanf): Likewise.
25923         * math/s_catanh.c (__catanh): Likewise.
25924         * math/s_catanhf.c (__catanhf): Likewise.
25925         * math/s_catanhl.c (__catanhl): Likewise.
25926         * math/s_catanl.c (__catanl): Likewise.
25927         * math/libm-test.inc (catan_test): Add more tests.
25928         (catanh_test): Likewise.
25929         * sysdeps/i386/fpu/libm-test-ulps: Update.
25930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25931
25932 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25933
25934         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25935
25936         * benchtests/Makefile (bench): Remove slow benchmarks.
25937         * benchtests/atan-inputs: Add slow benchmark inputs.
25938         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25939         (BENCH_FUNC): Accept variant offset.
25940         (VARIANT): Define.
25941         * benchtests/bench-skeleton.c (main): Run benchmark for each
25942         variant.
25943         * benchtests/cos-inputs: Add slow benchmark inputs.
25944         * benchtests/exp-inputs: Likewise.
25945         * benchtests/pow-inputs: Likewise.
25946         * benchtests/sin-inputs: Likewise.
25947         * benchtests/slowatan-inputs: Remove.
25948         * benchtests/slowatan.c: Remove.
25949         * benchtests/slowcos-inputs: Remove.
25950         * benchtests/slowcos.c: Remove.
25951         * benchtests/slowexp-inputs: Remove.
25952         * benchtests/slowexp.c: Remove.
25953         * benchtests/slowpow-inputs: Remove.
25954         * benchtests/slowpow.c: Remove.
25955         * benchtests/slowsin-inputs: Remove.
25956         * benchtests/slowsin.c: Remove.
25957         * benchtests/slowtan-inputs: Remove.
25958         * benchtests/slowtan.c: Remove.
25959         * benchtests/tan-inputs: Add slow benchmark inputs.
25960         * scripts/bench.pl: Parse comments and directives.
25961
25962         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25963         in CPPFLAGS.
25964         ($(objpfx)bench-%.c): Remove *-ITER.
25965         * benchtests/bench-modf.c: Remove definition of ITER.
25966         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25967         (main): Loop for DURATION seconds instead of fixed number of
25968         iterations.
25969         * scripts/bench.pl: Don't expect iterations in parameters.
25970
25971 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25972
25973         * io/fchdir.c (__fchdir): Renamed from fchdir.
25974         (fchdir): Define as weak alias.
25975
25976 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25977
25978         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25979         (ERRNO_EDOM): Likewise.
25980         (ERRNO_ERANGE): Likewise.
25981         (noErrnoTests): New variable.
25982         (init_max_error): Set errno to 0.
25983         (test_single_errno): New function.
25984         (test_errno): Likewise.
25985         (check_float_internal): Call test_errno.  Set errno to 0.
25986         (check_complex): Refer to errno tests in comment.
25987         (check_int): Call test_errno.  Set errno to 0.
25988         (check_long): Likewise.
25989         (check_bool): Likewise.
25990         (check_longlong): Likewise.
25991         (cos_test): Use ERRNO_* flags for errno tests instead of
25992         check_int.
25993         (expm1_test): Likewise.
25994         (fmod_test): Likewise.
25995         (ilogb_test): Likewise.
25996         (lgamma_test): Likewise.
25997         (pow_test): Likewise.
25998         (remainder_test): Likewise.
25999         (sin_test): Likewise.
26000         (tan_test): Likewise.
26001         (yn_test): Likewise.
26002         (initialize): Set errno to 0.
26003         (main): Print number of errno tests.
26004         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26005
26006 2013-04-29  Andreas Jaeger  <aj@suse.de>
26007
26008         [BZ #15084]
26009         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26010         and RES_USEVC.
26011
26012         [BZ #15085]
26013         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26014         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26015         unimplemented.
26016
26017         [BZ #15380]
26018         * stdlib/random.c (__initstate): Return NULL if
26019         __initstate fails.
26020
26021         [BZ #15086]
26022         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26023         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26024         RES_SNGLKUPREOP.
26025
26026 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26027
26028         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26029
26030 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26031
26032         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26033         of individual tests.
26034         (casin_test): Likewise.
26035         (casinh_test): Likewise.
26036
26037 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26038
26039         [BZ #15409]
26040         * math/s_catan.c (__catan): Handle arguments with large real or
26041         imaginary part separately without squaring.
26042         * math/s_catanf.c (__catanf): Likewise.
26043         * math/s_catanh.c (__catanh): Likewise.
26044         * math/s_catanhf.c (__catanhf): Likewise.
26045         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26046         and redefine.
26047         (__catanhl): Handle arguments with large real or imaginary part
26048         separately without squaring.
26049         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26050         and redefine.
26051         (__catanl): Handle arguments with large real or imaginary part
26052         separately without squaring.
26053         * math/libm-test.inc (catan_test): Add more tests.
26054         (catanh_test): Likewise.
26055         * sysdeps/i386/fpu/libm-test-ulps: Update.
26056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26057
26058 2013-04-27  Andreas Jaeger  <aj@suse.de>
26059
26060         [BZ #15007]
26061         * stdlib/stdlib.h: Update guards for qecvt.
26062         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26063         <stdlib.h>.
26064
26065 2013-04-27  Allan McRae  <allan@archlinux.org>
26066
26067         * sysdeps/i386/fpu/libm-test-ulps: Update.
26068
26069 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26070
26071         [BZ #15406]
26072         * math/s_catan.c: Include <float.h>.
26073         (__catan): Ensure underflow exception occurs for underflowed
26074         result.
26075         * math/s_catanf.c: Include <float.h>.
26076         (__catanf): Ensure underflow exception occurs for underflowed
26077         result.
26078         * math/s_catanh.c: Include <float.h>.
26079         (__catanh): Ensure underflow exception occurs for underflowed
26080         result.
26081         * math/s_catanhf.c: Include <float.h>.
26082         (__catanhf): Ensure underflow exception occurs for underflowed
26083         result.
26084         * math/s_catanhl.c: Include <float.h>.
26085         (__catanhl): Ensure underflow exception occurs for underflowed
26086         result.
26087         * math/s_catanl.c: Include <float.h>.
26088         (__catanl): Ensure underflow exception occurs for underflowed
26089         result.
26090         * math/libm-test.inc (catan_test): Add more tests.
26091         (catanh_test): Likewise.
26092
26093         [BZ #15405]
26094         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26095         underflowed result.
26096         * math/s_ccoshf.c (__ccoshf): Likewise.
26097         * math/s_ccoshl.c (__ccoshl): Likewise.
26098         * math/s_csin.c (__csin): Likewise.
26099         * math/s_csinf.c (__csinf): Likewise.
26100         * math/s_csinh.c (__csinh): Likewise.
26101         * math/s_csinhf.c (__csinhf): Likewise.
26102         * math/s_csinhl.c (__csinhl): Likewise.
26103         * math/s_csinl.c (__csinl): Likewise.
26104         * math/libm-test.inc (ccos_test): Add more tests.
26105         (ccosh_test): Likewise.
26106         (csin_test): Likewise.
26107         (csinh_test): Likewise.
26108
26109 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26110
26111         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26112         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26113         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26114         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26115         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26116         powerpc/power5+/fpu folders.
26117         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26118
26119
26120 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26121
26122         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26123
26124 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26125
26126         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26127         additions to variable.
26128         [$(config-machine) = x86_64] (modules-names): Likewise.
26129         ($(objpfx)tst-audit3): Remove dependency.
26130         ($(objpfx)tst-audit3.out): Likewise.
26131         ($(objpfx)tst-audit4): Likewise.
26132         ($(objpfx)tst-audit4.out): Likewise.
26133         ($(objpfx)tst-audit5): Likewise.
26134         ($(objpfx)tst-audit5.out): Likewise.
26135         ($(objpfx)tst-audit6): Likewise.
26136         ($(objpfx)tst-audit6.out): Likewise.
26137         ($(objpfx)tst-audit7): Likewise.
26138         ($(objpfx)tst-audit7.out): Likewise.
26139         (tst-audit3-ENV): Remove variable.
26140         (tst-audit4-ENV): Likewise.
26141         (tst-audit5-ENV): Likewise.
26142         (tst-audit6-ENV): Likewise.
26143         (tst-audit7-ENV): Likewise.
26144         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26145         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26146         addition to variable.
26147         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26148         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26149         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26150         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26151         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26152         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26153         tst-audit3, tst-audit4 and tst-audit5.
26154         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26155         tst-audit6 and tst-audit7.
26156         [$(subdir) = elf] (modules-names): Add audit modules for those
26157         tests.
26158         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26159         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26160         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26161         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26162         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26163         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26164         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26165         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26166         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26167         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26168         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26169         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26170         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26171         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26172         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26173         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26174         Likewise.
26175         [$(subdir) = elf && $(config-cflags-avx) = yes]
26176         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26177         [$(subdir) = elf && $(config-cflags-avx) = yes]
26178         (CFLAGS-tst-auditmod4a.c): Likewise.
26179         [$(subdir) = elf && $(config-cflags-avx) = yes]
26180         (CFLAGS-tst-auditmod4b.c): Likewise.
26181         [$(subdir) = elf && $(config-cflags-avx) = yes]
26182         (CFLAGS-tst-auditmod6b.c): Likewise.
26183         [$(subdir) = elf && $(config-cflags-avx) = yes]
26184         (CFLAGS-tst-auditmod6c.c): Likewise.
26185         [$(subdir) = elf && $(config-cflags-avx) = yes]
26186         (CFLAGS-tst-auditmod7b.c): Likewise.
26187         * elf/tst-audit3.c: Move to ...
26188         * sysdeps/x86_64/tst-audit3.c: ... here.
26189         * elf/tst-audit4.c: Move to ...
26190         * sysdeps/x86_64/tst-audit4.c: ... here.
26191         * elf/tst-audit5.c: Move to ...
26192         * sysdeps/x86_64/tst-audit5.c: ... here.
26193         * elf/tst-audit6.c: Move to ...
26194         * sysdeps/x86_64/tst-audit6.c: ... here.
26195         * elf/tst-audit7.c: Move to ...
26196         * sysdeps/x86_64/tst-audit7.c: ... here.
26197         * elf/tst-auditmod3a.c: Move to ...
26198         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26199         * elf/tst-auditmod3b.c: Move to ...
26200         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26201         * elf/tst-auditmod4a.c: Move to ...
26202         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26203         * elf/tst-auditmod4b.c: Move to ...
26204         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26205         * elf/tst-auditmod5a.c: Move to ...
26206         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26207         * elf/tst-auditmod5b.c: Move to ...
26208         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26209         * elf/tst-auditmod6a.c: Move to ...
26210         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26211         * elf/tst-auditmod6b.c: Move to ...
26212         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26213         * elf/tst-auditmod6c.c: Move to ...
26214         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26215         * elf/tst-auditmod7a.c: Move to ...
26216         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26217         * elf/tst-auditmod7b.c: Move to ...
26218         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26219
26220 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26221
26222         [BZ #15366]
26223         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26224         define unconditionally.
26225         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26226         define unconditionally.
26227         (INT8_C, INT16_C, etc.): Likewise.
26228
26229 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26230
26231         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26232         __ehdr_start with hidden visibility.
26233
26234         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26235
26236 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26237
26238         * math/libm-test.inc (cos_test): Use accurate hex constants.
26239         (sincost_test): Likewise.
26240
26241 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26242
26243         * math/libm-test.inc (catan_test): Add more tests.
26244         (catanh_test): Likewise.
26245
26246         * math/s_catanf.c (__catanf): Use suffixed floating-point
26247         constants.
26248         * math/s_catanhf.c (__catanhf): Likewise.
26249         * math/s_catanhl.c (__catanhl): Likewise.
26250         * math/s_catanl.c (__catanl): Likewise.
26251
26252         [BZ #15394]
26253         * math/s_catan.c (__catan): Calculate imaginary part of result
26254         with log1p not log unless computing log of number close to 0.
26255         * math/s_catanf.c (__catanf): Likewise.
26256         * math/s_catanl.c (__catanl): Likewise.
26257         * math/s_catanh.c (__catanh): Calculate real part of result with
26258         log1p not log unless computing log of number close to 0.
26259         * math/s_catanhf.c (__catanhf): Likewise.
26260         * math/s_catanhl.c (__catanhl): Likewise.
26261         * math/libm-test.inc (catan_test): Add more tests.
26262         (catanh_test): Likewise.
26263         * sysdeps/i386/fpu/libm-test-ulps: Update.
26264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26265
26266 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26267
26268         * benchtests/Makefile: Mention files in which fast and slow
26269         paths of math functions are implemented.
26270
26271 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26272
26273         * sysdeps/posix/timespec_get.c: New file.
26274
26275 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26276
26277         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26278         POWER.
26279         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26280         for POWER.
26281         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26282         powerpc/power5/fpu folders.
26283         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26284         * benchtests/Makefile: Add modf testcase.
26285         * benchtests/bench-modf.c: New file: Benchmark test for mo
26286
26287 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26288
26289         [BZ #14888]
26290         * time/Makefile (tests): Add tst-strptime-whitespace.
26291         * time/strptime_l.c (get_number): Use ISSPACE.
26292         (__strptime_internal): Likewise.
26293         * time/tst-strptime-whitespace.c: New test case.
26294
26295 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26296
26297         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26298         member.
26299         (_nss_files_init): Set it here.
26300
26301 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26302
26303         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26304         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26305         unsigned.
26306
26307 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26308
26309         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26310
26311 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26312
26313         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26314         size just once.
26315
26316 2013-04-21  David S. Miller  <davem@davemloft.net>
26317
26318         * po/ru.po: Update Russion translation from translation project.
26319
26320 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26321
26322         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26323         and setfsgid.
26324
26325 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26326
26327         * configure.in: Remove i386 configure warning. Remove i386 case.
26328         * configure: Regenerate.
26329         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26330         Add example to error message.
26331         * sysdeps/i386/configure: Regenerate.
26332
26333 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26334
26335         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26336         slowtan.
26337         * benchtests/cos-inputs: New file.
26338         * benchtests/slowcos-inputs: New file.
26339         * benchtests/slowcos.c: New file.
26340         * benchtests/slowtan-inputs: New file.
26341         * benchtests/slowtan.c: New file.
26342         * benchtests/tan-inputs: New file.
26343
26344 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26345
26346         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26347         considered kosher.
26348
26349 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26350
26351         * benchtests/Makefile: Include cppflags-iterator.mk to add
26352         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26353
26354         * Makefile.in (bench-clean): New target.
26355         * benchtests/Makefile (bench-clean): Likewise.
26356
26357 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26358
26359         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26360
26361 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26362
26363         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26364
26365 2013-04-15  Andreas Schwab  <schwab@suse.de>
26366
26367         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26368         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26369         * nscd/pwdcache.c (cache_addpw): Likewise.
26370         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26371         more than recsize.
26372
26373 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26374
26375         * benchtests/Makefile (bench): Write all output to
26376         bench-out.tmp together.
26377
26378 2013-04-15  Andreas Schwab  <schwab@suse.de>
26379
26380         * nscd/nscd.c (main): Don't fork again after closing files.
26381
26382 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26383
26384         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26385
26386         * benchtests/Rules (bench-deps): Collect dependencies into a
26387         single variable.  Add Makefile to dependencies.
26388         ($(objpfx)bench-%.c): Depend on bench-deps.
26389
26390 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26391             Xavier Roche  <roche+kml2@exalead.com>
26392
26393         [BZ #15361]
26394         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26395         just that it's a file descriptor.
26396         * manual/llio.texi (Synchronizing AIO Operations): Update description
26397         for EBADF error from aio_fsync.
26398
26399 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26400
26401         * Rules (bench): Move target definition...
26402         * benchtests/Makefile: ... here.
26403
26404 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26405
26406         * math/libm-test.inc (cos_test): Fix PI/2 test.
26407         (sincos_test): Likewise.
26408         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26409         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26410
26411 2013-04-11  Andreas Schwab  <schwab@suse.de>
26412
26413         [BZ #13988]
26414         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26415         accept exponent character only when digits were seen.
26416         * stdio-common/Makefile (tests): Add bug26.
26417         * stdio-common/bug26.c: New file.
26418
26419         [BZ #14293]
26420         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26421         non-freeable.
26422
26423 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26424
26425         * Makeconfig (rtld-prefix): Define built linker prefix.
26426         * Rules (run-bench): Use it.
26427         * math/Makefile (run-regen-ulps): Likewise.
26428
26429         * Rules (bench): Remove eval.
26430
26431 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26432             Roland McGrath  <roland@hack.frob.com>
26433             Ondrej Bilka  <neleai@seznam.cz>
26434
26435         [BZ #15346]
26436         * time/getdate.c: Include ctype.h and alloca.h.
26437         (__getdate_r): Trim leading and trailing spaces of input.
26438         * time/tst-getdate.c (tests): Add tests with leading and
26439         trailing spaces.
26440
26441 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26442
26443         [BZ #14280]
26444         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26445         when computing value.
26446
26447 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26448
26449         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26450         Use testrun.sh to run libm tests.
26451
26452         [BZ #15309]
26453         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26454
26455 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26456
26457         [BZ #15264]
26458         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26459
26460 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26461
26462         * Makefile.in (regen-ulps): New target.
26463         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26464         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26465         [ifneq (no,$(PERL)] (regen-ulps): New target.
26466         [ifeq (no,$(PERL)] (regen-ulps): New target.
26467         * math/libm-test.inc (ulps_file_name): Define.
26468         (output_dir): New variable.
26469         (options): Add "output-dir" option.
26470         (parse_opt): Handle 'o' case.
26471         (main): If output_dir is non-NULL use it as a prefix
26472         otherwise use "".
26473         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26474
26475 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26476
26477         [BZ #10060, #10062]
26478         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26479         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26480         fail configure if __sync_val_compare_and_swap is not inlined.
26481         * sysdeps/i386/configure: Regenerate.
26482         * configure.in: Build for i686 when configured for i386.
26483         * configure: Regenerate.
26484         * README: Remove i386 reference.
26485
26486 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26487
26488         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26489         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26490
26491 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26492
26493         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26494         (lmsnanval): New variables.
26495         (F): Add conversion tests.
26496         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26497         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26498
26499         * stdio-common/tstdiomisc.c (F): Properly collect individual
26500         tests' results.
26501
26502         [BZ #14686, #15336]
26503         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26504         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26505         Instead, use input NaN values or generate a qNaN by arithmetic
26506         operation.  Also fix bugs to comply with the standard.
26507         * math/libm-test.inc (remainder_test): Add more tests.
26508
26509         [BZ #15335, #15342]
26510         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26511         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26512         input NaN values or generate a qNaN by arithmetic operation.
26513
26514         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26515         unreachable code.
26516
26517         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26518         definitions.
26519
26520 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26521
26522         [BZ #14478]
26523         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26524         underflowed result.
26525         * math/s_cexpf.c (__cexpf): Likewise.
26526         * math/s_cexpl.c (__cexpl): Likewise.
26527         * math/libm-test.inc (cexp_test): Add more tests.
26528
26529 2013-04-03  Andreas Schwab  <schwab@suse.de>
26530
26531         [BZ #15330]
26532         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26533         order arrays from heap if bigger than alloca cutoff.
26534
26535 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26536
26537         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26538         (SNAN_TESTS_double): Refer to GCC PR56831.
26539         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26540         GCC PR56828.
26541
26542 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26543
26544         * Rules (bench): Move bench.out after the run is complete.
26545
26546         * Rules (bench): Echo currently running benchmark.
26547
26548         * benchtests/Makefile (bench): Add atan and slowatan.
26549         * benchtests/atan-inputs: New file.
26550         * benchtests/slowatan-inputs: New file.
26551         * benchtests/slowatan.c: New file.
26552
26553         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26554         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26555         its value.
26556
26557         [BZ #15305]
26558         * sysdeps/unix/sysv/linux/kernel-features.h
26559         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26560         __ASSUME_XFS_RESTRICTED_CHOWN.
26561         * sysdeps/unix/sysv/linux/pathconf.c
26562         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26563         Save and restore errno.
26564
26565 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26566
26567         [BZ #15327]
26568         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26569         arguments using __kernel_casinh.
26570         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26571         arguments using __kernel_casinhf.
26572         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26573         arguments using __kernel_casinhl.
26574         * math/libm-test.inc (cacosh_test): Add more tests.
26575         * sysdeps/i386/fpu/libm-test-ulps: Update.
26576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26577
26578 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26579
26580         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26581         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26582
26583         * bench/Makefile (bench): Add sin and slowsin.
26584         * benchtests/sin-inputs: New file.
26585         * benchtests/slowsin-inputs: New file.
26586         * benchtests/slowsin.c: New file.
26587
26588         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26589         (bench): Add slowexp and slowpow.
26590         (exp-ITER): Increase iterations.
26591         (pow-ITER): Likewise.
26592         * benchtests/exp-inputs: Change input.
26593         * benchtests/pow-inputs: Likewise.
26594         * benchtests/slowexp-inputs: New file.
26595         * benchtests/slowexp.c: New file.
26596         * benchtests/slowpow-inputs: New file.
26597         * benchtests/slowpow.c: New file.
26598
26599 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26600
26601         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26602         instructions.
26603         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26604         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26605         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26606         * benchtests/Makefile: Add rint benchtest.
26607         * benchtests/rint-inputs: Input for rint benchtest.
26608
26609 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26610
26611         * Versions.def (libm): Add GLIBC_2.18.
26612         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26613         hidden libm prototypes.
26614         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26615         * math/Makefile (libm-calls): Add s_issignaling.
26616         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26617         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26618         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26619         declaration.
26620         * math/math.h [__USE_GNU] (issignaling): New macro.
26621         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26622         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26623         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26624         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26625         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26626         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26627         * manual/arith.texi (issignaling): New section.
26628         * manual/libm-err-tab.pl (@all_functions): Update comment.
26629         * math/gen-libm-test.pl (parse_args): Apply special handling for
26630         issignaling.
26631         * math/libm-test.inc (print_float, issignaling_test): New
26632         functions.
26633         (check_float_internal): Add issignaling checks.
26634         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26635         default definition.
26636         * sysdeps/powerpc/math-tests.h: New file.
26637         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26638         tests.
26639         * math/test-snan.c (TEST_FUNC): Likewise.
26640
26641 2013-03-30  David S. Miller  <davem@davemloft.net>
26642
26643         * po/de.po: Update from translation team.
26644
26645 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26646
26647         [BZ #10357]
26648         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26649         imaginary part less than 1.0 and real part less than 0.5
26650         specially.
26651         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26652         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26653         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26654         (cacos_test): Add more tests.
26655         (casin_test): Likewise.
26656         (casinh_test): Likewise.
26657         * sysdeps/i386/fpu/libm-test-ulps: Update.
26658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26659
26660 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26661
26662         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26663         ONE with its value.
26664
26665         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26666         (__pow_mp): Replace ONE and MONE with their values.
26667         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26668         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26669         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26670         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26671         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26672         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26673
26674         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26675
26676         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26677         (__pow_mp): Replace ZERO and MZERO with their values.
26678         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26679         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26680         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26681         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26682         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26683         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26684         (__sqr): Likewise.
26685
26686         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26687
26688         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26689
26690 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26691
26692         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26693         Declare with __attribute__ ((weak)).
26694         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26695         Call __call_tls_dtors only if it's not NULL.
26696
26697 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26698
26699         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26700         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26701         magic __ehdr_start linker symbol if it's defined.
26702         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26703         them up here if it was already done.
26704
26705         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26706         (_dl_aux_init): Use const in cast when setting it.
26707         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26708         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26709         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26710
26711         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26712         Declare them here.
26713         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26714         * csu/libc-tls.c: Nor here.
26715         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26716
26717         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26718         (__libc_message): Never call vsyslog.
26719
26720 2013-03-28  Alan Modra  <amodra@gmail.com>
26721
26722         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26723         Define as empty.
26724         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26725         Likewise.
26726
26727 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26728
26729         [BZ #15214]
26730         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26731         underflow.
26732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26733
26734 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26735
26736         [BZ #15304]
26737         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26738         Don't add gid passed as argument.
26739
26740         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26741
26742 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26743
26744         [BZ #15307]
26745         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26746         imaginary part between 1.0 and 1.5 and real part less than 0.5
26747         specially.
26748         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26749         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26750         * math/libm-test.inc (cacos_test): Add more tests.
26751         (casin_test): Likewise.
26752         (casinh_test): Likewise.
26753         * sysdeps/i386/fpu/libm-test-ulps: Update.
26754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26755
26756 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26757
26758         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26759         constants.
26760         (norm): Likewise.
26761         (denorm): Likewise.
26762         (__dbl_mp): Likewise.
26763         (add_magnitudes): Likewise.
26764         (sub_magnitudes): Likewise.
26765         (__add): Likewise.
26766         (__sub): Likewise.
26767         (__mul): Likewise.
26768         (__sqr): Likewise.
26769         (__inv): Likewise.
26770         (__dvd): Likewise.
26771
26772         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26773         commented code.
26774         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26775         (__dubcos): Likewise.
26776         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26777         (__ieee754_acos): Likewise.
26778         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26779         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26780         (__exp1): Likewise.
26781         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26782         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26783         (log1): Likewise.
26784         (my_log2): Likewise.
26785         (checkint): Likewise.
26786         * sysdeps/ieee754/dbl-64/e_remainder.c
26787         (__ieee754_remainder): Likewise.
26788         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26789         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26790         (bsloww): Likewise.
26791         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26792
26793         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26794         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26795         MANTISSA_STORE_T to store computations on mantissa.  Use
26796         macros for rounding and division.
26797         (denorm): Likewise.
26798         (__dbl_mp): Likewise.
26799         (add_magnitudes): Likewise.
26800         (sub_magnitudes): Likewise.
26801         (__mul): Likewise.
26802         (__sqr): Likewise.
26803         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26804         powers of two in terms of TWOPOW macro.
26805         (mp_no): Make type of mantissa as MANTISSA_T.
26806         [!RADIXI]: Define RADIXI.
26807         [!TWO52]: Define TWO52.
26808         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26809
26810 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26811
26812         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26813         llroundl symbol when building for PPC32.
26814
26815 2013-03-24  Mark H Weaver  <mhw@netris.org>
26816
26817         * manual/arith.texi (Normalization Functions): Fix prototypes for
26818         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26819
26820 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26821
26822         [BZ #13889]
26823         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26824         high value to check if expl overflow.
26825         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26826         to check for underflow and overflow.
26827         * math/libm-test.inc: Add exp test.
26828
26829 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26830
26831         [BZ #11120]
26832         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26833         with NOT_IN_libc.
26834
26835 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26836
26837         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26838         symbol.
26839
26840 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26841
26842         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26843         wrap blocks consisting of several statements.
26844
26845         * sysdeps/generic/math-tests.h: New file.
26846         * sysdeps/i386/fpu/math-tests.h: Likewise.
26847         * math/test-snan.c: Include it.
26848         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26849
26850 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26851
26852         [BZ #15285]
26853         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26854         (__ieee754_j0l): Do not improve calculations using cos of twice
26855         input for inputs above LDBL_MAX / 2.0L.
26856         (__ieee754_y0l): Likewise.
26857         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26858         (__ieee754_j1l): Do not improve calculations using cos of twice
26859         input for inputs above LDBL_MAX / 2.0L.
26860         (__ieee754_y1l): Likewise.
26861         * math/libm-test.inc (j0_test): Add another test.
26862         (j1_test): Likewise.
26863         (y0_test): Likewise.
26864         (y1_test): Likewise.
26865         * sysdeps/i386/fpu/libm-test-ulps: Update.
26866
26867 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26868
26869         * Rules ($(objpfx)bench-%.c): Include code from a C source
26870         file.
26871
26872 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26873
26874         [BZ #15287]
26875         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26876         imaginary part 1.0 and real part less than 0.5 specially.
26877         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26878         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26879         * math/libm-test.inc (cacos_test): Add more tests.
26880         (casin_test): Likewise.
26881         (casinh_test): Likewise.
26882         * sysdeps/i386/fpu/libm-test-ulps: Update.
26883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26884
26885 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26886
26887         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26888         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26889
26890 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26891
26892         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26893         * config.make.in (config-cflags-sse4): Remove variable.
26894         (config-cflags-avx): Likewise.
26895         (config-cflags-sse2avx): Likewise.
26896         (config-cflags-novzeroupper): Likewise.
26897         (config-asflags-i686): Likewise.
26898         (have-mfma4): Likewise.
26899         (have-as-vis3): Likewise.
26900         (MIG): Likewise.
26901         * configure.in (MIG): Do not AC_SUBST.
26902         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26903         (libc_cv_cc_sse4): Do not AC_SUBST.
26904         (libc_cv_cc_avx): Likewise.
26905         (libc_cv_cc_sse2avx): Likewise.
26906         (libc_cv_cc_novzeroupper): Likewise.
26907         (libc_cv_cc_fma4): Likewise.
26908         (libc_cv_as_i686): Likewise.
26909         (libc_cv_sparc_as_vis3): Likewise.
26910         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26911         LIBC_CONFIG_VAR.
26912         (config-asflags-i686): Likewise.
26913         (config-cflags-avx): Likewise.
26914         (config-cflags-sse2avx): Likewise.
26915         (have-mfma4): Likewise.
26916         (config-cflags-novzeroupper): Likewise.
26917         * sysdeps/mach/configure.in (MIG): Likewise.
26918         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26919         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26920         LIBC_CONFIG_VAR.
26921         (config-cflags-avx): Likewise.
26922         (config-cflags-sse2avx): Likewise.
26923         (have-mfma4): Likewise.
26924         (config-cflags-novzeroupper): Likewise.
26925         * configure: Regenerated.
26926         * sysdeps/i386/configure: Likewise.
26927         * sysdeps/mach/configure: Likewise.
26928         * sysdeps/sparc/configure: Likewise.
26929         * sysdeps/x86_64/configure: Likewise.
26930
26931 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26932
26933         [BZ #14812]
26934         * locale/programs/localedef.c (options): Put N_ translation marker
26935         on argument names, not just descriptions.
26936
26937 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26938
26939         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26940
26941 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26942
26943         [BZ #14176]
26944         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26945
26946 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26947
26948         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26949         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26950         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26951         [!BEFORE_ABORT] (before_abort): New function.
26952         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26953         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26954         (writev_for_fatal): New function.
26955         (WRITEV_FOR_FATAL): New macro; call that.
26956         (backtrace_and_maps): New function.
26957         (BEFORE_ABORT): New macro; call that.
26958         (struct str_list): Type removed.
26959         (__libc_message, __libc_fatal): Functions removed.
26960         Include <sysdeps/posix/libc_fatal.c> instead.
26961
26962 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26963
26964         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26965         constants.
26966         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26967         double constants.
26968
26969 2013-03-19  Andreas Schwab  <schwab@suse.de>
26970
26971         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26972         * sysdeps/gnu/configure: Regenerate.
26973
26974         * configure.in: Substitute libc_cv_rtlddir.
26975         * configure: Regenerate.
26976         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26977         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26978         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26979         * elf/Makefile (install-others, CFLAGS-interp.c)
26980         (ldso_install, common-ldd-rewrite): Likewise.
26981         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26982         $(inst_slibdir)/$(rtld-installed-name).
26983         * scripts/rellns-sh: Add -p option.
26984         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26985         for source.
26986
26987 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26988
26989         * manual/nptl.texi: Renamed to ...
26990         * manual/threads.texi: ... this.
26991         * manual/Makefile (chapters): Update.
26992
26993 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26994
26995         [BZ #14812]
26996         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26997         on argument names, not just descriptions.
26998         * malloc/memusagestat.c (options): Likewise.
26999         * nss/getent.c (options): Likewise.
27000
27001 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27002
27003         [BZ #14812]
27004         * iconv/iconv_prog.c (options): Put N_ translation marker
27005         on argument names, not just descriptions.
27006         * iconv/iconvconfig.c (options): Likewise.
27007
27008 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27009
27010         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27011         implementation which is faster on all x86_64 architectures.
27012         Tested on AMD, Intel Nehalem, SNB, IVB.
27013         * sysdeps/x86_64/strnlen.S: Likewise.
27014
27015         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27016         Remove all multiarch strlen and strnlen versions.
27017         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27018         Remove strlen and strnlen related parts.
27019
27020         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27021         Inline strlen part.
27022         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27023
27024         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27025         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27026         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27027         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27028         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27029         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27030
27031 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27032
27033         * manual/memory.texi (Malloc Tunable Parameters):
27034         Sort parameters alphabetically. Add comments for missing entries.
27035
27036 2013-03-17  David S. Miller  <davem@davemloft.net>
27037
27038         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27039
27040 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27041
27042         [BZ #15283]
27043         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27044         for arguments at most half maximum finite value.
27045         * math/libm-test.inc (j0_test): Add more tests.
27046         (j1_test): Likewise.
27047         (y0_test): Likewise.
27048         (y1_test): Likewise.
27049         * sysdeps/i386/fpu/libm-test-ulps: Update.
27050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27051
27052         [BZ #14155]
27053         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27054         1 / x and functions P and Q for arguments above 0x1p256L.
27055         (__ieee754_y0l): Likewise.
27056         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27057         (__ieee754_y1l): Likewise.
27058         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27059         (j1_test): Likewise.
27060         (y0_test): Likewise.
27061         (y1_test): Likewise.
27062
27063 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27064
27065         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27066         variable.
27067
27068 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27069
27070         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27071         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27072         zero since it's initialized to EXEC_PAGESIZE.
27073
27074         * sysdeps/unix/sysv/linux/ldsodefs.h
27075         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27076         * sysdeps/generic/ldsodefs.h: ... here.
27077
27078 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27079
27080         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27081
27082         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27083         math/test-snan.c.
27084         * math/test-snan.c: Renamed from
27085         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27086         * math/Makefile (tests): Add test-snan.
27087         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27088         test-powerpc-snan.
27089
27090         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27091         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27092         functions.
27093         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27094         __builtin_nan family of functions.
27095         * math/libm-test.inc (initialize): Initialize qnan_value with
27096         __builtin_nan family of functions.
27097         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27098         Remove variables.
27099         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27100         Remove functions.
27101         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27102         storage class.  Initialize qNaN_var and sNaN_var with
27103         __builtin_nan and __builtin_nans families of functions,
27104         respectively.
27105
27106         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27107         (sqrt_test): Remove duplicate test with qNaN input.
27108         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27109         (round_test, signbit_test, significand_test): Note missing +/-Inf
27110         as well as qNaN tests.
27111
27112         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27113         qNaN_var.  Fix a few strings, too.
27114         * math/libm-test.inc (nan_value): Rename to qnan_value.
27115         * math/gen-libm-test.pl (%beautify): Adjust to that.
27116         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27117         * math/test-misc.c (main): Likewise.
27118         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27119         to __qnan_bytes, and __qnan_union, respectively.
27120         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27121         Likewise.
27122         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27123         and lqnanval, respectively.
27124         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27125         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27126         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27127         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27128
27129         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27130         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27131         doubles.
27132
27133         * math/test-misc.c (main): Fix copy'n'pastos.
27134         * misc/tst-efgcvt.c (special): Likewise.
27135
27136         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27137         Remove declarations.
27138
27139 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27140
27141         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27142         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27143         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27144         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27145
27146 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27147
27148         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27149         macro to return vdso values correctly in IFUNC implementations.
27150         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27151         Optimization by using IFUNC.
27152
27153 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27154             Richard Henderson  <rth@redhat.com>
27155             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27156
27157         * Makefile.in (bench): New target.
27158         * NEWS: Mention the benchmark framework.
27159         * Rules (bench): Likewise.
27160         (binaries-bench): Generate binaries for functions to
27161         benchmark.
27162         * benchtests/Makefile: New makefile for benchmark tests.
27163         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27164         programs.
27165         * benchtests/exp-inputs: New input file for EXP function.
27166         * benchtests/pow-inputs: New input file for POW function.
27167         * scripts/bench.pl: New script to generate source files for
27168         benchmark programs.
27169
27170 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27171
27172         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27173         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27174         computations on mantissa.  Use macros for rounding and
27175         division.
27176         (denorm): Likewise.
27177         (__dbl_mp): Likewise.
27178         (add_magnitudes): Likewise.
27179         (sub_magnitudes): Likewise.
27180         (__mul): Likewise.
27181         (__sqr): Likewise.
27182         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27183         powers of two in terms of TWOPOW macro.
27184         (mp_no): Make type of mantissa as MANTISSA_T.
27185         [!RADIXI]: Define RADIXI.
27186         [!TWO52]: Define TWO52.
27187         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27188
27189         * manual/nptl.texi (cindex): Modify threads to pthreads.
27190
27191 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27192
27193         * sysdeps/x86_64/preconfigure: Regenerated.
27194
27195 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27196
27197         [BZ #14155]
27198         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27199         0x1p28 and above.
27200         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27201         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27202         0x1p28 and above.
27203         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27204         * math/libm-test.inc (j0_test): Do not allow one spurious
27205         underflow exception.
27206         (y1_test): Likewise.
27207
27208 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27209
27210         * manual/Makefile (chapters): Add nptl.
27211         * manual/debug.texi (Debugging Support): Add link to Threads
27212         chapter.
27213         * manual/nptl.texi: New file.
27214
27215         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27216
27217 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27218
27219         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27220         for non-NULL pointer before the memory validity test. Pointed
27221         out by Holger Brunck <holger.brunck@keymile.com>.
27222
27223 2013-03-13  Andreas Schwab  <schwab@suse.de>
27224
27225         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27226         instead of .os.
27227
27228 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27229
27230         * timezone/zic.c: Update from tzcode 2013b.
27231
27232 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27233
27234         * manual/install.texi (Configuring and compiling):
27235         Mention i686 and i586.
27236         * INSTALL: Regenerate.
27237
27238 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27239
27240         * sysdeps/init_array/elf-init.c: New file.
27241         * csu/elf-init.c
27242         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27243         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27244
27245         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27246         __gmon_start__ as global, but as static with a .preinit_array pointer.
27247         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27248         * sysdeps/init_array/crti.S: New file, empty except for comments.
27249         * sysdeps/init_array/crtn.S: Likewise.
27250
27251 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27252
27253         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27254         definining bcopy.
27255         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27256         Remove Prefer_SSE_for_memop.
27257         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27258         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27259         HAS_PREFER_SSE_FOR_MEMOP.
27260         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27261         memset-x86-64.
27262         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27263         Remove bzero, memset ifunc support.
27264         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27265         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27266         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27267         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27268
27269 2013-03-11  Andreas Schwab  <schwab@suse.de>
27270
27271         [BZ #15234]
27272         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27273         by SHLIB_COMPAT.
27274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27275         (GLIBC_2.16): Remove pthread_atfork.
27276
27277 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27278
27279         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27280         (ptestcases.h): Likewise.
27281
27282 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27283
27284         * Makeconfig ($(common-objpfx)config.status): Depend on
27285         sysdeps/*/preconfigure{,.in} too.
27286
27287 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27288
27289         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27290         (__free_hook): Use void * instead of __malloc_ptr_t.
27291         (__malloc_hook): Likewise.
27292         (__realloc_hook): Likewise.
27293         (__memalign_hook): Likewise.
27294         (__after_morecore_hook): Likewise.
27295         * malloc/arena.c (save_malloc_hook): Likewise.
27296         (save_free_hook): Likewise.
27297         * malloc/hooks.c (malloc_hook_ini): Likewise.
27298         (realloc_hook_ini): Likewise.
27299         (memalign_hook_ini): Likewise.
27300         * malloc/malloc.c (malloc_hook_ini): Likewise.
27301         (realloc_hook_ini): Likewise.
27302         (memalign_hook_ini): Likewise.
27303         (__free_hook): Likewise.
27304         (__malloc_hook): Likewise.
27305         (__realloc_hook): Likewise.
27306         (__memalign_hook): Likewise.
27307         (__libc_malloc): Likewise.
27308         (__libc_free): Likewise.
27309         (__libc_realloc): Likewise.
27310         (__libc_memalign): Likewise.
27311         (__libc_valloc): Likewise.
27312         (__libc_pvalloc): Likewise.
27313         (__libc_calloc): Likewise.
27314         (__posix_memalign): Likewise.
27315         * malloc/morecore.c (__sbrk): Likewise.
27316         (__default_morecore): Likewise.
27317
27318         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27319
27320         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27321         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27322         __malloc_ptrdiff_t.
27323
27324         * malloc/malloc.h (__malloc_size_t): Remove macro.
27325         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27326         __malloc_size_t.
27327         (old_memalign_hook): Likewise.
27328         (old_realloc_hook): Likewise.
27329         (struct hdr): Likewise.
27330         (flood): Likewise.
27331         (mallochook): Likewise.
27332         (memalignhook): Likewise.
27333         (reallochook): Likewise.
27334         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27335         (tr_old_realloc_hook): Likewise.
27336         (tr_old_memalign_hook): Likewise.
27337         (tr_mallochook): Likewise.
27338         (tr_reallochook): Likewise.
27339         (tr_memalignhook): Likewise.
27340
27341 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27342
27343         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27344         default_ldbl_pack and using as default implementation.
27345         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27346         implementation.
27347         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27348         redundant definition.
27349         (ldbl_insert_mantissa): Likewise.
27350         (ldbl_canonicalize): Likewise.
27351         (ldbl_nearbyint): Likewise.
27352         (ldbl_pack): Rename to ldbl_pack_ppc.
27353         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27354         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27355         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27356
27357 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27358
27359         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27360         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27361         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27362         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27363         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27364         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27365         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27366         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27367
27368 2013-03-07  Andreas Jaeger  <aj@suse.de>
27369
27370         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27371         bits/mman-linux.h.
27372
27373 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27374
27375         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27376         Include mpa.h and declare __MPEXP.
27377         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27378         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27379         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27380         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27381         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27382         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27383         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27384
27385         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27386         (__slowpow): Use long double EXPL and LOGL functions to
27387         compute POW.
27388         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27389         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27390         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27391         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27392         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27393         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27394
27395         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27396         intermediate variable to calculate exponent.
27397         (__sqr): Likewise.
27398         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27399         Likewise.
27400         (__sqr): Likewise.
27401
27402         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27403         [!NO__SQR]: Define __sqr.
27404         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27405         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27406         sysdeps/ieee754/dbl-64/mpa.c.
27407         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27408
27409         [BZ #12723]
27410         * posix/Makefile (tests): Add tst-pathconf.
27411         * posix/tst-pathconf.c: New test case.
27412         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27413         _PC_PIPE_BUF.
27414         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27415
27416 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27417
27418         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27419
27420 2013-03-06  Andreas Jaeger  <aj@suse.de>
27421
27422         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27423         definition via __MAP_ANONYMOUS.
27424
27425         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27426         it's not part of Linux headers.
27427
27428         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27429         (MAP_HUGE_MASK): Define.
27430
27431         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27432         Define.
27433         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27434         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27435         Define.
27436         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27437         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27438         Define.
27439         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27440         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27441         Define.
27442         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27443
27444         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27445         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27446         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27447         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27448         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27449         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27450
27451         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27452         Handle f2fs.
27453
27454         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27455         Handle f2fs and efivarfs.
27456
27457         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27458         f2fs.
27459
27460         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27461         (EFIVARFS_MAGIC): Add.
27462         (F2FS_LINK_MAX): Add.
27463
27464 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27465
27466         * stdio-common/vfprintf.c: Replace __builtin_expect with
27467         __glibc_unlikely.
27468
27469 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27470
27471         [BZ #13550]
27472         * sysdeps/generic/bp-sym.h: Remove file.
27473         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27474         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27475         <bp-sym.h> and <bp-asm.h>.
27476         (__longjmp): Don't use BP_SYM.
27477         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27478         and <bp-asm.h>.
27479         (memcpy): Don't use BP_SYM.
27480         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27481         <bp-sym.h> and <bp-asm.h>.
27482         (memcpy): Don't use BP_SYM.
27483         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27484         <bp-asm.h>.
27485         (memcpy): Don't use BP_SYM.
27486         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27487         <bp-asm.h>.
27488         (memset): Don't use BP_SYM.
27489         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27490         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27491         (__bzero): Don't use BP_SYM.
27492         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27493         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27494         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27495         <bp-sym.h> and <bp-asm.h>.
27496         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27497         pointers.
27498         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27499         <bp-sym.h> and <bp-asm.h>.
27500         (memcpy): Don't use BP_SYM.
27501         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27502         <bp-sym.h> and <bp-asm.h>.
27503         (memset): Don't use BP_SYM.
27504         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27505         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27506         (__bzero): Don't use BP_SYM.
27507         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27508         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27509         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27510         <bp-sym.h> and <bp-asm.h>.
27511         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27512         pointers.
27513         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27514         <bp-sym.h> and <bp-asm.h>.
27515         (memcpy): Don't use BP_SYM.
27516         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27517         <bp-sym.h> and <bp-asm.h>.
27518         (memset): Don't use BP_SYM.
27519         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27520         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27521         (__bzero): Don't use BP_SYM.
27522         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27523         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27524         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27525         <bp-sym.h> and <bp-asm.h>.
27526         (__memchr): Don't use BP_SYM.
27527         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27528         <bp-sym.h> and <bp-asm.h>.
27529         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27530         pointers.
27531         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27532         <bp-sym.h> and <bp-asm.h>.
27533         (memcpy): Don't use BP_SYM.
27534         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27535         <bp-sym.h> and <bp-asm.h>.
27536         (__mempcpy): Don't use BP_SYM.
27537         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27538         <bp-sym.h> and <bp-asm.h>.
27539         (__memrchr): Don't use BP_SYM.
27540         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27541         <bp-sym.h> and <bp-asm.h>.
27542         (memset): Don't use BP_SYM.
27543         (__bzero): Likewise.
27544         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27545         <bp-sym.h> and <bp-asm.h>.
27546         (__rawmemchr): Don't use BP_SYM.
27547         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27548         <bp-sym.h> and <bp-asm.h>.
27549         (__STRCMP): Don't use BP_SYM.
27550         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27551         <bp-sym.h> and <bp-asm.h>.
27552         (strchr): Don't use BP_SYM.
27553         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27554         <bp-sym.h> and <bp-asm.h>.
27555         (__strchrnul): Don't use BP_SYM.
27556         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27557         <bp-sym.h> and <bp-asm.h>.
27558         (strlen): Don't use BP_SYM.
27559         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27560         <bp-sym.h> and <bp-asm.h>.
27561         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27562         pointers.
27563         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27564         <bp-sym.h> and <bp-asm.h>.
27565         (__strnlen): Don't use BP_SYM.
27566         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27567         <bp-sym.h> and <bp-asm.h>.
27568         (__GI__setjmp): Don't use BP_SYM.
27569         (_setjmp): Likewise.
27570         (__sigsetjmp): Likewise.
27571         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27572         (L(start_addresses)): Don't use BP_SYM.
27573         (_start): Likewise.
27574         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27575         <bp-asm.h>.
27576         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27577         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27578         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27579         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27580         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27581         <bp-asm.h>.
27582         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27583         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27584         about bounded pointers.
27585         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27586         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27587         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27588         <bp-asm.h>.
27589         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27590         about bounded pointers.  Remove GKM FIXME comments.
27591         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27592         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27593         <bp-asm.h>.
27594         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27595         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27596         Remove GKM FIXME comments.
27597         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27598         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27599         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27600         <bp-asm.h>.
27601         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27602         about bounded pointers.  Remove GKM FIXME comment.
27603         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27604         and <bp-asm.h>.
27605         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27606         pointers.
27607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27608         <bp-sym.h> and <bp-asm.h>.
27609         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27611         <bp-sym.h> and <bp-asm.h>.
27612         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27613         comment.
27614
27615 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27616
27617         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27618         call free(NULL).
27619
27620 2013-03-05  David S. Miller  <davem@davemloft.net>
27621
27622         * po/es.po: Update from translation team.
27623
27624 2013-03-05  Andreas Jaeger  <aj@suse.de>
27625
27626         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27627         <bits/mman-linux.h>.
27628         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27629         is fine.
27630         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27631         <bits/mman-linux.h> to end of file.
27632         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27633         is fine.
27634         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27635         <bits/mman-linux.h> to end of file.
27636         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27637         is fine.
27638         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27639         <bits/mman-linux.h> to end of file.
27640
27641         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27642         (MCL_CURRENT, MCL_FUTURE): Define here.
27643
27644 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27645
27646         [BZ #15232]
27647         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27648         attribute_hidden.
27649         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27650
27651 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27652
27653         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27654         fourth parameter needed for rt_sigprocmask syscall.
27655         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27656         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27657         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27658         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27659         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27660         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27661
27662 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27663
27664         [BZ #13550]
27665         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27666         comment about bounded pointers.
27667         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27668         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27669
27670 2013-03-04  Andreas Jaeger  <aj@suse.de>
27671
27672         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27673         common definitions.
27674
27675         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27676         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27677         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27678         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27679         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27680         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27681
27682 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27683
27684         [BZ #15055]
27685         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27686         __ieee754_sqrl instead of __sqrl.
27687
27688 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27689
27690         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27691         * sysdeps/powerpc/fpu_control.h: ... here.
27692         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27693         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27694         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27695         * sysdeps/powerpc/bits/mathinline.h: ... here.
27696
27697 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27698
27699         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27700         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27701         to just [NEED_DL_SYSINFO_DSO].
27702         * elf/dl-support.c: Likewise.
27703         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27704         * elf/rtld.c (dl_main): Likewise.
27705         * elf/setup-vdso.h (setup_vdso): Likewise.
27706         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27707         * sysdeps/unix/sysv/linux/dl-sysdep.c
27708         (_dl_discover_osversion): Likewise.
27709
27710 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27711
27712         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27713         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27714
27715 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27716
27717         * NEWS: Mention libm performance improvements and non-x86 PI
27718         futex support.
27719
27720         * csu/libc-start.c (__pthread_initialize_minimal): Change
27721         function arguments.
27722         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27723
27724 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27725
27726         [BZ #13550]
27727         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27728         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27729         <bp-sym.h> and <bp-asm.h>.
27730         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27731         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27732         and <bp-asm.h>.
27733         (memcpy): Don't use BP_SYM.
27734         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27735         <bp-asm.h>.
27736         (__mpn_add_n): Don't use BP_SYM.
27737         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27738         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27739         and <bp-asm.h>.
27740         (__mpn_addmul_1): Don't use BP_SYM.
27741         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27742         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27743         <bp-sym.h>.
27744         (_setjmp): Don't use BP_SYM.
27745         (__novmx_setjmp): Likewise.
27746         (__GI__setjmp): Likewise.
27747         (__vmx_setjmp): Likewise.
27748         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27749         <bp-sym.h>.
27750         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27751         (__bzero): Don't use BP_SYM.
27752         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27753         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27754         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27755         <bp-sym.h> and <bp-asm.h>.
27756         (memcpy): Don't use BP_SYM.
27757         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27758         <bp-sym.h> and <bp-asm.h>.
27759         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27760         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27761         <bp-sym.h> and <bp-asm.h>.
27762         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27763         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27764         <bp-asm.h>.
27765         (__mpn_lshift): Don't use BP_SYM.
27766         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27767         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27768         <bp-asm.h>.
27769         (memset): Don't use BP_SYM.
27770         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27771         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27772         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27773         <bp-asm.h>.
27774         (__mpn_mul_1): Don't use BP_SYM.
27775         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27776         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27777         <bp-sym.h> and <bp-asm.h>.
27778         (memcmp): Don't use BP_SYM.
27779         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27780         <bp-sym.h> and <bp-asm.h>.
27781         (memcpy): Don't use BP_SYM.
27782         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27783         <bp-sym.h> and <bp-asm.h>.
27784         (memset): Don't use BP_SYM.
27785         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27786         <bp-sym.h> and <bp-asm.h>.
27787         (strncmp): Don't use BP_SYM.
27788         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27789         <bp-sym.h> and <bp-asm.h>.
27790         (memcpy): Don't use BP_SYM.
27791         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27792         <bp-sym.h> and <bp-asm.h>.
27793         (memset): Don't use BP_SYM.
27794         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27795         <bp-sym.h> and <bp-asm.h>.
27796         (__memchr): Don't use BP_SYM.
27797         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27798         <bp-sym.h> and <bp-asm.h>.
27799         (memcmp): Don't use BP_SYM.
27800         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27801         <bp-sym.h> and <bp-asm.h>.
27802         (memcpy): Don't use BP_SYM.
27803         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27804         <bp-sym.h> and <bp-asm.h>.
27805         (__mempcpy): Don't use BP_SYM.
27806         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27807         <bp-sym.h> and <bp-asm.h>.
27808         (__memrchr): Don't use BP_SYM.
27809         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27810         <bp-sym.h> and <bp-asm.h>.
27811         (memset): Don't use BP_SYM.
27812         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27813         <bp-sym.h> and <bp-asm.h>.
27814         (__rawmemchr): Don't use BP_SYM.
27815         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27816         <bp-sym.h> and <bp-asm.h>.
27817         (__STRCMP): Don't use BP_SYM.
27818         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27819         <bp-sym.h> and <bp-asm.h>.
27820         (strchr): Don't use BP_SYM.
27821         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27822         <bp-sym.h> and <bp-asm.h>.
27823         (__strchrnul): Don't use BP_SYM.
27824         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27825         <bp-sym.h> and <bp-asm.h>.
27826         (strlen): Don't use BP_SYM.
27827         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27828         <bp-sym.h> and <bp-asm.h>.
27829         (strncmp): Don't use BP_SYM.
27830         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27831         <bp-sym.h> and <bp-asm.h>.
27832         (__strnlen): Don't use BP_SYM.
27833         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27834         <bp-asm.h>.
27835         (__mpn_rshift): Don't use BP_SYM.
27836         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27837         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27838         <bp-sym.h> and <bp-asm.h>.
27839         (__sigsetjmp): Don't use BP_SYM.
27840         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27841         (L(start_addresses)): Don't use BP_SYM.
27842         (_start): Likewise.
27843         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27844         <bp-asm.h>.
27845         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27846         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27847         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27848         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27849         <bp-asm.h>.
27850         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27851         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27852         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27853         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27854         <bp-asm.h>.
27855         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27856         comments.
27857         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27858         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27859         <bp-asm.h>.
27860         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27861         FIXME comments.
27862         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27863         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27864         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27865         <bp-asm.h>.
27866         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27867         comment.
27868         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27869         and <bp-asm.h>.
27870         (strncmp): Don't use BP_SYM,
27871         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27872         <bp-asm.h>.
27873         (__mpn_sub_n): Don't use BP_SYM.
27874         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27875         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27876         and <bp-asm.h>.
27877         (__mpn_submul_1): Don't use BP_SYM.
27878         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27880         <bp-sym.h> and <bp-asm.h>.
27881         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27883         <bp-sym.h> and <bp-asm.h>.
27884         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27885         comment.
27886
27887 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27888
27889         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27890         Use ZK to minimize writes to Z.
27891         (sub_magnitudes): Simplify code a bit.
27892         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27893         Use ZK to minimize writes to Z.
27894         (sub_magnitudes): Simplify code a bit.
27895
27896 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27897
27898         * csu/gmon-start.c: Add special exception to license text.
27899
27900 2013-02-27  Richard Henderson  <rth@redhat.com>
27901
27902         * scripts/config.guess: Update from config.git.
27903         * scripts/config.sub: Likewise.
27904
27905 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27906
27907         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27908
27909         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27910
27911         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27912
27913         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27914
27915         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27916
27917 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27918
27919         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27920         [$(build-shared = yes].
27921
27922 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27923
27924         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27925         (__mul): Reduce iterations for calculating mantissa.
27926
27927         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27928         MPTWO.
27929         (__mpranred): Likewise.
27930
27931         [BZ #15160]
27932         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27933         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27934
27935 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27936
27937         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27938         Define __attribute__.
27939
27940 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27941
27942         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27943         unused.
27944         * posix/regex_internal.h (__attribute): Remove.
27945         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27946         (re_string_context_at): Likewise.
27947         (bitset_not): Use __attribute__ and mark function as possibly
27948         unused.
27949         (bitset_merge): Likewise.
27950         (bitset_mask): Likewise.
27951         (re_string_char_size_at): Likewise.
27952         (re_string_wchar_at): Likewise.
27953         (re_string_elem_size_at): Likewise.
27954
27955 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27956
27957         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27958         code.
27959         (cc32): Likewise.
27960
27961         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27962         (__acr): Likewise.
27963         (__cpy): Likewise.
27964         (norm): Likewise.
27965         (denorm): Likewise.
27966         (__dbl_mp): Likewise.
27967         (add_magnitudes): Likewise.
27968         (sub_magnitudes): Likewise.
27969         (__mul): Likewise.
27970         (__inv): Likewise.
27971
27972         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27973         style.
27974
27975         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27976         style.
27977
27978         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27979         code.
27980
27981         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27982         up changes with default code.
27983         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27984         Likewise.
27985
27986 2013-02-24  Allan McRae  <allan@archlinux.org>
27987
27988         * manual/socket.texi (The Internet Namespace): Order menu items
27989         to match that in the file.
27990
27991         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27992         node listing of the info page menu.
27993
27994 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27995
27996         [BZ #13550]
27997         * sysdeps/i386/bp-asm.h: Remove file.
27998         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27999         (PARMS): Do not use macros from bp-asm.h.
28000         (S1): Likewise.
28001         (S2): Likewise.
28002         (SIZE): Likewise.
28003         (__mpn_add_n): Do not use BP_SYM
28004         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28005         "bp-asm.h".
28006         (PARMS): Do not use macros from bp-asm.h.
28007         (S1): Likewise.
28008         (SIZE): Likewise.
28009         (__mpn_addmul_1): Do not use BP_SYM
28010         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28011         "bp-asm.h".
28012         (PARMS): Do not use macros from bp-asm.h.
28013         (SIGMSK): Likewise.
28014         (_setjmp): Likewise.  Do not use BP_SYM.
28015         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28016         "bp-asm.h".
28017         (PARMS): Do not use macros from bp-asm.h.
28018         (SIGMSK): Likewise.
28019         (setjmp): Likewise.  Do not use BP_SYM.
28020         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28021         "bp-asm.h".
28022         (PARMS): Do not use macros from bp-asm.h.
28023         (__frexp): Do not use BP_SYM.
28024         (frexp): Likewise.
28025         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28026         "bp-asm.h".
28027         (PARMS): Do not use macros from bp-asm.h.
28028         (__frexpf): Do not use BP_SYM.
28029         (frexpf): Likewise.
28030         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28031         "bp-asm.h".
28032         (PARMS): Do not use macros from bp-asm.h.
28033         (__frexpl): Do not use BP_SYM.
28034         (frexpl): Likewise.
28035         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28036         "bp-asm.h".
28037         (PARMS): Do not use macros from bp-asm.h.
28038         (__remquo): Do not use BP_SYM.
28039         (remquo): Likewise.
28040         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28041         "bp-asm.h".
28042         (PARMS): Do not use macros from bp-asm.h.
28043         (__remquof): Do not use BP_SYM.
28044         (remquof): Likewise.
28045         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28046         "bp-asm.h".
28047         (PARMS): Do not use macros from bp-asm.h.
28048         (__remquol): Do not use BP_SYM.
28049         (remquol): Likewise.
28050         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28051         "bp-asm.h".
28052         (PARMS): Do not use macros from bp-asm.h.
28053         (DEST): Likewise.
28054         (SRC): Likewise.
28055         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28056         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28057         "bp-asm.h".
28058         (PARMS): Do not use macros from bp-asm.h.
28059         (strlen): Do not use BP_SYM.
28060         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28061         "bp-asm.h".
28062         (PARMS): Do not use macros from bp-asm.h.
28063         (S1): Likewise.
28064         (S2): Likewise.
28065         (SIZE): Likewise.
28066         (__mpn_add_n): Do not use BP_SYM.
28067         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28068         "bp-asm.h".
28069         (PARMS): Do not use macros from bp-asm.h.
28070         (S1): Likewise.
28071         (SIZE): Likewise.
28072         (__mpn_addmul_1): Do not use BP_SYM.
28073         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28074         weak_alias.
28075         (bzero): Likewise.
28076         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28077         "bp-asm.h".
28078         (PARMS): Do not use macros from bp-asm.h.
28079         (S): Likewise.
28080         (SIZE): Likewise.
28081         (__mpn_lshift): Do not use BP_SYM.
28082         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28083         "bp-asm.h".
28084         (PARMS): Do not use macros from bp-asm.h.
28085         (DEST): Likewise.
28086         (SRC): Likewise.
28087         (LEN): Likewise.
28088         (memcpy): Likewise.  Do not use BP_SYM.
28089         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28090         libc_hidden_def and weak_alias.
28091         (mempcpy): Do not use BP_SYM in weak_alias.
28092         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28093         "bp-asm.h".
28094         (PARMS): Do not use macros from bp-asm.h.
28095         (DEST): Likewise.
28096         (LEN): Likewise.
28097         [!BZERO_P] (CHR): Likewise.
28098         (memset): Likewise.  Do not use BP_SYM.
28099         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28100         "bp-asm.h".
28101         (PARMS): Do not use macros from bp-asm.h.
28102         (S1): Likewise.
28103         (SIZE): Likewise.
28104         (__mpn_mul_1): Do not use BP_SYM.
28105         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28106         "bp-asm.h".
28107         (PARMS): Do not use macros from bp-asm.h.
28108         (S): Likewise.
28109         (SIZE): Likewise.
28110         (__mpn_rshift): Do not use BP_SYM.
28111         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28112         "bp-asm.h".
28113         (PARMS): Do not use macros from bp-asm.h.
28114         (STR): Likewise.
28115         (CHR): Likewise.
28116         (strchr): Likewise.  Do not use BP_SYM.
28117         (index): Do not use BP_SYM in weak_alias.
28118         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28119         "bp-asm.h".
28120         (PARMS): Do not use macros from bp-asm.h.
28121         (DEST): Likewise.
28122         (SRC): Likewise.
28123         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28124         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28125         "bp-asm.h".
28126         (PARMS): Do not use macros from bp-asm.h.
28127         (strlen): Do not use BP_SYM.
28128         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28129         "bp-asm.h".
28130         (PARMS): Do not use macros from bp-asm.h.
28131         (S1): Likewise.
28132         (S2): Likewise.
28133         (SIZE): Likewise.
28134         (__mpn_sub_n): Do not use BP_SYM.
28135         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28136         "bp-asm.h".
28137         (PARMS): Do not use macros from bp-asm.h.
28138         (S1): Likewise.
28139         (SIZE): Likewise.
28140         (__mpn_submul_1): Do not use BP_SYM.
28141         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28142         "bp-asm.h".
28143         (PARMS): Do not use macros from bp-asm.h.
28144         (S1): Likewise.
28145         (S2): Likewise.
28146         (SIZE): Likewise.
28147         (__mpn_add_n): Do not use BP_SYM.
28148         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28149         weak_alias.
28150         (bzero): Likewise.
28151         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28152         "bp-asm.h".
28153         (PARMS): Do not use macros from bp-asm.h.
28154         (BLK2): Likewise.
28155         (LEN): Likewise.
28156         (memcmp): Do not use BP_SYM.
28157         (bcmp): Do not use BP_SYM in weak_alias.
28158         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28159         "bp-asm.h".
28160         (PARMS): Do not use macros from bp-asm.h.
28161         (DEST): Likewise.
28162         (SRC): Likewise.
28163         (LEN): Likewise.
28164         (memcpy): Likewise.  Do not use BP_SYM.
28165         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28166         "bp-asm.h".
28167         (PARMS): Do not use macros from bp-asm.h.
28168         (DEST): Likewise.
28169         (SRC): Likewise.
28170         (LEN): Likewise.
28171         (memmove): Likewise.  Do not use BP_SYM.
28172         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28173         "bp-asm.h".
28174         (PARMS): Do not use macros from bp-asm.h.
28175         (DEST): Likewise.
28176         (SRC): Likewise.
28177         (LEN): Likewise.
28178         (__mempcpy): Likewise.  Do not use BP_SYM.
28179         (mempcpy): Do not use BP_SYM in weak_alias.
28180         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28181         "bp-asm.h".
28182         (PARMS): Do not use macros from bp-asm.h.
28183         (DEST): Likewise.
28184         (LEN): Likewise.
28185         [!BZERO_P] (CHR): Likewise.
28186         (memset): Likewise.  Do not use BP_SYM.
28187         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28188         "bp-asm.h".
28189         (PARMS): Do not use macros from bp-asm.h.
28190         (STR2): Likewise.
28191         (strcmp): Do not use BP_SYM.
28192         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28193         "bp-asm.h".
28194         (PARMS): Do not use macros from bp-asm.h.
28195         (STR): Likewise.
28196         (DELIM): Likewise.
28197         [USE_AS_STRTOK_R] (SAVE): Likewise.
28198         (FUNCTION): Likewise.  Do not use BP_SYM.
28199         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28200         aliases.
28201         (strtok_r): Likewise.
28202         (__GI___strtok_r): Likewise.
28203         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28204         (PARMS): Do not use macros from bp-asm.h.
28205         (S): Likewise.
28206         (SIZE): Likewise.
28207         (__mpn_lshift): Do not use BP_SYM.
28208         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28209         (PARMS): Do not use macros from bp-asm.h.
28210         (STR): Likewise.
28211         (CHR): Likewise.
28212         (__memchr): Do not use BP_SYM.
28213         (memchr): Do not use BP_SYM in weak_alias.
28214         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28215         (PARMS): Do not use macros from bp-asm.h.
28216         (BLK2): Likewise.
28217         (LEN): Likewise.
28218         (memcmp): Do not use BP_SYM.
28219         (bcmp): Do not use BP_SYM in weak_alias.
28220         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28221         (PARMS): Do not use macros from bp-asm.h.
28222         (S1): Likewise.
28223         (SIZE): Likewise.
28224         (__mpn_mul_1): Do not use BP_SYM.
28225         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28226         "bp-asm.h".
28227         (PARMS): Do not use macros from bp-asm.h.
28228         (STR): Likewise.
28229         (CHR): Likewise.
28230         (__rawmemchr): Do not use BP_SYM.
28231         (rawmemchr): Do not use BP_SYM in weak_alias.
28232         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28233         (PARMS): Do not use macros from bp-asm.h.
28234         (S): Likewise.
28235         (SIZE): Likewise.
28236         (__mpn_rshift): Do not use BP_SYM.
28237         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28238         (PARMS): Do not use macros from bp-asm.h.
28239         (SIGMSK): Likewise.
28240         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28241         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28242         (_start): Do not use BP_SYM.
28243         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28244         (PARMS): Do not use macros from bp-asm.h.
28245         (DEST): Likewise.
28246         (SRC): Likewise.
28247         (__stpcpy): Likewise.  Do not use BP_SYM.
28248         (stpcpy): Do not use BP_SYM in weak_alias.
28249         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28250         "bp-asm.h".
28251         (PARMS): Do not use macros from bp-asm.h.
28252         (DEST): Likewise.
28253         (SRC): Likewise.
28254         (LEN): Likewise.
28255         (__stpncpy): Likewise.  Do not use BP_SYM.
28256         (stpncpy): Do not use BP_SYM in weak_alias.
28257         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28258         (PARMS): Do not use macros from bp-asm.h.
28259         (STR): Likewise.
28260         (CHR): Likewise.
28261         (strchr): Likewise.  Do not use BP_SYM.
28262         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28263         "bp-asm.h".
28264         (PARMS): Do not use macros from bp-asm.h.
28265         (STR): Likewise.
28266         (CHR): Likewise.
28267         (__strchrnul): Likewise.  Do not use BP_SYM.
28268         (strchrnul): Do not use BP_SYM in weak_alias.
28269         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28270         "bp-asm.h".
28271         (PARMS): Do not use macros from bp-asm.h.
28272         (STOP): Likewise.
28273         (strcspn): Do not use BP_SYM.
28274         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28275         "bp-asm.h".
28276         (PARMS): Do not use macros from bp-asm.h.
28277         (STR): Likewise.
28278         (STOP): Likewise.
28279         (strpbrk): Likewise.  Do not use BP_SYM.
28280         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28281         "bp-asm.h".
28282         (PARMS): Do not use macros from bp-asm.h.
28283         (STR): Likewise.
28284         (CHR): Likewise.
28285         (strrchr): Likewise.  Do not use BP_SYM.
28286         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28287         (PARMS): Do not use macros from bp-asm.h.
28288         (SKIP): Likewise.
28289         (strspn): Do not use BP_SYM.
28290         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28291         (PARMS): Do not use macros from bp-asm.h.
28292         (STR): Likewise.
28293         (DELIM): Likewise.
28294         (SAVE): Likewise.
28295         (FUNCTION): Likewise.  Do not use BP_SYM.
28296         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28297         aliases.
28298         (strtok_r): Likewise.
28299         (__GI___strtok_r): Likewise.
28300         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28301         (PARMS): Do not use macros from bp-asm.h.
28302         (S1): Likewise.
28303         (S2): Likewise.
28304         (SIZE): Likewise.
28305         (__mpn_sub_n): Do not use BP_SYM.
28306         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28307         "bp-asm.h".
28308         (PARMS): Do not use macros from bp-asm.h.
28309         (S1): Likewise.
28310         (SIZE): Likewise.
28311         (__mpn_submul_1): Do not use BP_SYM.
28312         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28313         <bp-sym.h>.
28314         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28315         and <bp-asm.h>.
28316         (PARMS): Do not use macros from bp-asm.h.
28317         (FLAGS): Likewise.
28318         (PTID): Likewise.
28319         (TLS): Likewise.
28320         (CTID): Likewise.
28321         (__clone): Do not use BP_SYM.
28322         (clone): Do not use BP_SYM in weak_alias.
28323         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28324         and <bp-asm.h>.
28325         (PARMS): Do not use macros from bp-asm.h.
28326         (LEN): Likewise.
28327         (__mmap64): Do not use BP_SYM.
28328         (mmap64): Do not use BP_SYM in weak_alias.
28329         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28330         <bp-sym.h> and <bp-asm.h>.
28331         (PARMS): Do not use macros from bp-asm.h.
28332         (__posix_fadvise64_l64): Do not use BP_SYM.
28333         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28334         (PARMS): Do not use macros from bp-asm.h.
28335         (NSOPS): Likewise.
28336         (semtimedop): Do not use BP_SYM.
28337         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28338         and <bp-asm.h>.
28339
28340 2013-02-21  Allan McRae  <allan@archlinux.org>
28341
28342         * manual/message.texi (Charset conversion in gettext):
28343         Move @end statement to beginning of line.
28344
28345 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28346
28347         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28348         static.
28349         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28350         Likewise.
28351
28352         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28353         (denorm): Likewise.
28354         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28355         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28356
28357 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28358
28359         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28360         tail-call to the resolved function if pltexit isn't needed.
28361
28362 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28363
28364         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28365         or Y being zero as being unlikely.
28366         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28367         Likewise.
28368
28369 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28370
28371         * manual/nss.texi (System Databases and Name Service Switch):
28372         Remove frobnicate @pxref.
28373
28374 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28375
28376         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28377         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28378
28379 2013-02-20  Petr Machata  <pmachata@redhat.com>
28380
28381         * elf/elf.h (R_ARM_TARGET1): New macro.
28382         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28383         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28384         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28385         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28386         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28387         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28388         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28389         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28390         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28391         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28392         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28393         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28394         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28395         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28396         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28397         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28398         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28399         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28400         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28401         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28402         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28403         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28404         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28405         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28406         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28407         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28408         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28409         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28410         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28411         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28412         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28413         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28414         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28415         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28416         (R_ARM_THM_GOT_BREL12): Likewise.
28417         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28418         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28419         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28420         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28421         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28422         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28423         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28424         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28425         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28426
28427 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28428
28429         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28430         __attribute_used__ to __attribute__ ((unused)).
28431
28432 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28433
28434         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28435         powerpc mpa.c.
28436         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28437         comment formatting.
28438         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28439
28440 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28441
28442         [BZ #13550]
28443         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28444         Remove macro.
28445         (ENTER): Remove both macro definitions.
28446         (LEAVE): Likewise.
28447         (CHECK_BOUNDS_LOW): Likewise.
28448         (CHECK_BOUNDS_HIGH): Likewise.
28449         (CHECK_BOUNDS_BOTH): Likewise.
28450         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28451         (RETURN_BOUNDED_POINTER): Likewise.
28452         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28453         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28454         (POP_ERRNO_LOCATION_RETURN): Likewise.
28455         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28456         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28457         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28458         macros.
28459         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28460         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28461         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28462         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28463         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28464         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28465         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28466         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28467         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28468         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28469         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28470         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28471         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28472         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28473         removed macros.
28474         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28475         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28476         macros.
28477         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28478         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28479         * sysdeps/i386/i586/memset.S (memset): Likewise.
28480         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28481         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28482         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28483         macros.
28484         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28485         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28486         Change uses of L(2) to L(out).
28487         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28488         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28489         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28490         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28491         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28492         removed macros.
28493         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28494         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28495         macros.
28496         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28497         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28498         (RETURN): Do not use macro LEAVE.
28499         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28500         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28501         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28502         * sysdeps/i386/i686/memset.S (memset): Likewise.
28503         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28504         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28505         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28506         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28507         Likewise.
28508         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28509         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28510         L(1_2) and L(1_3) into L(1).
28511         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28512         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28513         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28514         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28515         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28516         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28517         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28518         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28519         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28520         macros.
28521         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28522         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28523         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28524         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28525         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28526         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28527         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28528         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28529         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28530         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28531         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28532         * sysdeps/i386/strspn.S (strspn): Likewise.
28533         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28534         conditional code.
28535         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28536         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28537         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28538         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28539         L(1_3) into L(1_1).
28540         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28541         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28542         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28543         macros.
28544         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28545
28546 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28547
28548         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28549         macro.
28550
28551 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28552
28553         * math/atest-exp.c (exp_mpn): Remove ROUND.
28554         * math/atest-exp2.c (exp_mpn): Likewise.
28555         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28556
28557         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28558         * stdlib/tst-tls-atexit-lib.c: Likewise.
28559         * stdlib/tst-tls-atexit.c: Likewise.
28560
28561 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28562
28563         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28564         and __attribute_alloc_size__.
28565
28566 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28567
28568         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28569         __attribute_alloc_size__.
28570         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28571         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28572
28573 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28574
28575         * include/programs/xmalloc.h: New file.
28576         * catgets/gencat.c: Include it.
28577         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28578         * elf/pldd.c: Likewise.
28579         * iconv/iconv_charmap.c: Likewise.
28580         * iconv/iconvconfig.c: Likewise.
28581         * iconv/strtab.c: Likewise.
28582         * locale/programs/locale.c: Likewise.
28583         * locale/programs/localedef.h: Likewise.
28584         * locale/programs/simple-hash.c: Likewise.
28585         * nscd/nscd.h: Likewise.
28586         * nss/makedb.c: Likewise.
28587         * sysdeps/generic/ldconfig.h: Likewise.
28588
28589 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28590
28591         * Versions.def: Add GLIBC_2.18.
28592         * include/link.h (struct link_map): New member l_tls_dtor_count.
28593         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28594         (__call_tls_dtors): Likewise.
28595         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28596         __cxa_thread_atexit_impl.
28597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28598         Likewise.
28599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28600         Likewise.
28601         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28602         Likewise.
28603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28604         Likewise.
28605         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28606         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28607         Likewise.
28608         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28609         Likewise.
28610         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28612         Likewise.
28613         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28614         (tests): Add test case tst-tls-atexit.
28615         (modules-names): Add shared library for tst-tls-atexit.
28616         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28617         (GLIBC_PRIVATE): Add __call_tls_dtors.
28618         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28619         for libstdc++.
28620         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28621         * stdlib/tst-tls-atexit.c: New test case.
28622         * stdlib/tst-tls-atexit-lib.c: New test case.
28623
28624         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28625
28626         * elf/Versions (ld): Add _dl_find_dso_for_object.
28627         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28628         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28629         (dl_open_worker): Use _dl_find_dso_for_object.
28630         * elf/dl-sym.c (do_sym): Likewise.
28631         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28632
28633 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28634
28635         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28636         Syntactic changes only.
28637         (_dl_runtime_profile): Do a tail-call to the resolved function.
28638
28639 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28640
28641         [BZ #13550]
28642         * sysdeps/x86_64/bp-asm.h: Remove file.
28643         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28644         <bp-sym.h> and <bp-asm.h>.
28645         (__clone): Do not use BP_SYM.
28646         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28647         <bp-sym.h> and <bp-asm.h>.
28648         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28649         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28650         "bp-asm.h".
28651         (_setjmp): Do not use BP_SYM.
28652         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28653         "bp-asm.h".
28654         (setjmp): Do not use BP_SYM.
28655         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28656         libc_hidden_def.
28657         (mempcpy): Do not use BP_SYM in weak_alias.
28658         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28659         "bp-asm.h".
28660         (strchr): Do not use BP_SYM.
28661         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28662         "bp-asm.h".
28663         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28664         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28665         (_start): Do not use BP_SYM.
28666         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28667         "bp-asm.h".
28668         (strcat): Do not use BP_SYM.
28669         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28670         "bp-asm.h".
28671         (STRCMP): Do not use BP_SYM.
28672         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28673         "bp-asm.h".
28674         (STRCPY): Do not use BP_SYM.
28675         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28676         "bp-asm.h".
28677         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28678         "bp-asm.h".
28679         (FUNCTION): Do not use BP_SYM.
28680         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28681         weak_alias.
28682         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28683
28684 2013-02-17  Andreas Jaeger  <aj@suse.de>
28685
28686         * time/Versions: Sort entries.
28687         * string/Versions: Likewise.
28688         * resolv/Versions: Likewise.
28689         * posix/Versions: Likewise.
28690         * iconv/Versions: Likewise.
28691         * elf/Versions: Likewise.
28692         * wcsmbs/Versions: Likewise.
28693
28694 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28695
28696         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28697         loop termination condition.
28698
28699         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28700         variable to calculate EZ.
28701         (__sqr): Likewise.
28702
28703         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28704         the lower precision input.
28705
28706 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28707
28708         [BZ #13550]
28709         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28710         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28711         (run-via-rtld-prefix): Do not handle %-bp tests.
28712         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28713         (all-object-suffixes): Remove .ob.
28714         (bppfx): Remove variable.
28715         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28716         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28717         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28718         [$(build-bounded) = yes] (libtype.ob): Likewise.
28719         * Makerules (elide-routines.ob): Remove variable.
28720         (do-tests-clean): Do not handle *-bp.out.
28721         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28722         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28723         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28724         (tests): Do not include $(tests-bp.out).
28725         (xtests): Do not include $(xtests-bp.out).
28726         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28727         [$(build-bounded) = yes] ($(addprefix
28728         $(objpfx),$(binaries-bounded))): Remove rule.
28729         ($(objpfx)%-bp.out): Remove rule.
28730         * config.make.in (build-bounded): Remove variable.
28731         * crypt/Makefile [$(build-bounded) = yes]
28732         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28733         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28734         append to variable.
28735         [$(build-bounded) = yes] (install-lib): Likewise.
28736         [$(build-bounded) = yes] (generated): Likewise.
28737         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28738         Remove rule.
28739         * intl/Makefile [$(build-bounded) = yes]
28740         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28741         * math/Makefile [$(build-bounded) = yes]
28742         ($(tests:%=$(objpfx)%-bp): Likewise.
28743         * misc/Makefile [$(build-bounded) = yes]
28744         ($(objpfx)tst-tsearch-bp): Likewise.
28745         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28746         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28747         Remove dependency.
28748         * string/Makefile (o-objects.ob): Remove variable.
28749         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28750         (CFLAGS-.ob): Remove variable.
28751         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28752         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28753         both definitions of variable.
28754         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28755         (ASFLAGS-.ob): Remove variable.
28756
28757 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28758
28759         [BZ #13550]
28760         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28761         Remove __BOUNDED_POINTERS__ from condition.
28762         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28763         * string/bits/string2.h [!__NO_STRING_INLINES &&
28764         !__BOUNDED_POINTERS__]: Likewise.
28765         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28766         Likewise.
28767         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28768         Remove conditional code.
28769         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28770         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28771         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28772         condition.
28773
28774         [BZ #13550]
28775         * csu/libc-start.c: Do not include <bp-sym.h>.
28776         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28777         * elf/dl-open.c: Do not include <bp-sym.h>.
28778         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28779         * math/fegetenv.c: Do not include <bp-sym.h>.
28780         (fegetenv): Do not use BP_SYM in versioned symbols.
28781         * nptl/sysdeps/pthread/bits/libc-lockP.h
28782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28783         <bp-sym.h>.
28784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28785         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28787         (__pthread_mutex_destroy): Likewise.
28788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28789         (__pthread_mutex_lock): Likewise.
28790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28791         (__pthread_mutex_trylock): Likewise.
28792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28793         (__pthread_mutex_unlock): Likewise.
28794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28795         (__pthread_mutexattr_init): Likewise.
28796         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28797         (__pthread_mutexattr_destroy): Likewise.
28798         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28799         (__pthread_mutexattr_settype): Likewise.
28800         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28801         (__pthread_rwlock_init): Likewise.
28802         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28803         (__pthread_rwlock_destroy): Likewise.
28804         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28805         (__pthread_rwlock_rdlock): Likewise.
28806         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28807         (__pthread_rwlock_tryrdlock): Likewise.
28808         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28809         (__pthread_rwlock_wrlock): Likewise.
28810         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28811         (__pthread_rwlock_trywrlock): Likewise.
28812         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28813         (__pthread_rwlock_unlock): Likewise.
28814         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28815         (__pthread_key_create): Likewise.
28816         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28817         (__pthread_setspecific): Likewise.
28818         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28819         (__pthread_getspecific): Likewise.
28820         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28821         Likewise.
28822         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28823         (_pthread_cleanup_push_defer): Likewise.
28824         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28825         (_pthread_cleanup_pop_restore): Likewise.
28826         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28827         (pthread_setcancelstate): Likewise.
28828         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28829         <bp-sym.h>.
28830         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28831         (memchr): Do not use BP_SYM in weak_alias.
28832         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28833         (fegetenv): Do not use BP_SYM in versioned symbols.
28834         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28835         (fesetenv): Do not use BP_SYM in versioned symbols.
28836         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28837         (feupdateenv): Do not use BP_SYM in versioned symbols.
28838         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28839         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28840         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28841         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28842         (open64): Do not use BP_SYM in weak_alias.
28843         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28844         (fegetenv): Do not use BP_SYM in versioned symbols.
28845         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28846         (fesetenv): Do not use BP_SYM in versioned symbols.
28847         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28848         (feupdateenv): Do not use BP_SYM in versioned symbols.
28849         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28850         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28851         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28852         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28853         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28854         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28855         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28856         <bp-sym.h>.
28857         (__libc_start_main): Do not use BP_SYM.
28858
28859 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28860
28861         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28862         redundant return line.
28863         (norm): Likewise.
28864         (denorm): Likewise.
28865         (dbl_mp): Likewise.
28866         (sub_magnitudes): Likewise.
28867         (__add): Likewise.
28868         (__sub): Likewise.
28869         (__mul): Likewise.
28870         (__inv): Likewise.
28871         (__dvd): Likewise.
28872         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28873         (norm): Likewise.
28874         (denorm): Likewise.
28875         (dbl_mp): Likewise.
28876         (sub_magnitudes): Likewise.
28877         (__add): Likewise.
28878         (__sub): Likewise.
28879         (__mul): Likewise.
28880         (__inv): Likewise.
28881         (__dvd): Likewise.
28882
28883         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28884         instead of __mul.
28885         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28886         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28887         (cc32): Likewise.
28888
28889         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28890         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28891         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28892         of __mul for squares.
28893         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28894         function
28895         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28896         Likewise.
28897         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28898         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28899
28900 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28901
28902         [BZ #13550]
28903         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28904         code.
28905         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28906         prototype or function definition.  Rename ubp_* variables and
28907         parameters.  Remove argv definitions conditional on
28908         [__BOUNDED_POINTERS__].
28909         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28910         * elf/dl-runtime.c (_dl_fixup): Likewise.
28911         * include/set-hooks.h (RUN_HOOK): Likewise.
28912         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28913         definition.
28914         * string/strcpy.c (strcpy): Do not use __unbounded.
28915         * sysdeps/generic/frame.h (struct layout): Likewise.
28916         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28917         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28918         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28919         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28920         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28921         (__backtrace): Likewise.
28922         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28923         use __ptrvalue.
28924         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28925         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28926         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28927         Likewise.
28928         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28929         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28930         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28931         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28932         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28933         Do not use __unbounded.
28934         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28935         Rename __unboundedrlimits parameter to rlimits in prototype.
28936         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28937         Do not use __unbounded.
28938         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28939         not use __ptrvalue.
28940         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28941         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28942         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28943         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28944         __ptrvalue or __unbounded.
28945         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28946         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28947         use __unbounded.
28948         (__new_msgctl): Do not use __ptrvalue.
28949         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28950         __unbounded.
28951         (__libc_msgrcv): Do not use __ptrvalue.
28952         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28953         startup_info): Do not use __unbounded.
28954         (__libc_start_main): Likewise.  Rename ubp_* variables and
28955         parameters.  Remove argv definitions conditional on
28956         [__BOUNDED_POINTERS__].
28957         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28958         __ptrvalue.
28959         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28960         use __unbounded.
28961         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28962         or __ptrvalue.
28963         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28964         use __unbounded.
28965         (__new_shmctl): Do not use __ptrvalue.
28966         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28967         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28968         Likewise.
28969         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28970         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28971         (__libc_sigaction): Likewise.
28972         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28973         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28974         Likewise.
28975         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28976
28977 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28978
28979         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28980
28981         * string/mempcpy.c: Implement by calling memcpy.
28982
28983 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28984
28985         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28986
28987         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28988         evaluation.
28989
28990         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28991         values in the mantissa.
28992
28993         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28994         minimize writes to Z.
28995         (sub_magnitudes): Simplify code a bit.
28996
28997 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28998
28999         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29000         from the message.  The linker prefixes all warnings with that already.
29001
29002 2013-02-12  Andreas Schwab  <schwab@suse.de>
29003
29004         [BZ #15078]
29005         * posix/regexec.c (extend_buffers): Add parameter min_len.
29006         (check_matching): Pass minimum needed length.
29007         (clean_state_log_if_needed): Likewise.
29008         (get_subexp): Likewise.
29009         * posix/Makefile (tests): Add bug-regex34.
29010         (bug-regex34-ENV): Define.
29011         * posix/bug-regex34.c: New file.
29012
29013         [BZ #11561]
29014         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29015         elements compare against the byte sequence of it, not its name.
29016         * posix/Makefile (tests): Add bug-regex35.
29017         (bug-regex35-ENV): Define.
29018         * posix/bug-regex35.c: New file.
29019
29020 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29021
29022         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29023         comment.
29024         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29025         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29026         (CHECK_EOL): Add undef.
29027
29028 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29029
29030         * bits/stdlib-bsearch.h: New file.
29031         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29032         * stdlib/stdlib.h: Likewise.
29033
29034 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29035
29036         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29037         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29038         declaration.
29039         * manual/search.texi (Array Search Function): Add missing const in
29040         lfind prototype.
29041         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29042         declaration to use rlim_t.
29043         (Basic Scheduling Functions): Remove erroneous const from
29044         sched_getparam prototype.  Remove erroneous * from
29045         sched_get_priority_max and sched_get_priority_min prototypes.
29046         (Resource Usage): Fix summary @comment on vtimes to refer to
29047         sys/vtimes.h rather than vtimes.h.
29048         Add missing *s in vtimes prototype.
29049         (Limits on Resources): Fix ulimit prototype to return long int.
29050         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29051         prototypes to use long int rather than double.
29052         (BSD Random): Fix initstate and setstate to use char *, not void *.
29053         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29054         prototype to make second argument 'struct aiocb64 *const[]'.
29055         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29056         (Status of AIO Operations): Remove erroneous const in aio_return and
29057         aio_return64 prototypes.
29058         (Synchronizing I/O): Fix sync prototype to return void.
29059         * manual/startup.texi (Suboptions): Remove an erroneous const in
29060         getsubopt prototype.
29061         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29062         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29063         use size_t rather than int.
29064         (Scanning All Users): Likewise for getpwent_r.
29065         (Setting Groups): Add missing const to setgroups prototype.
29066         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29067         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29068         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29069         'const void *' rather than 'const char *'.
29070         (Host Address Functions): Likewise for inet_ntop.
29071         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29072         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29073         ssize_t for return value.
29074         (Sending Data): Likewise for send, sendto, sendmsg.
29075         (Socket Option Functions): Add a missing const in setsockopt prototype.
29076         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29077         use wchar_t for the argument.
29078         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29079         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29080         take no arguments.
29081         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29082         double/float/long double for second argument.
29083         Fix return types of significand, significandf, significandl.
29084         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29085         argument in fchmod prototype.
29086         (File Owner): Use uid_t and gid_t in fchown prototype.
29087         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29088         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29089         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29090         use 'const struct dirent **' as argument types to CMP function pointer
29091         argument.
29092         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29093         (File Times): Fix summary magic @comment for struct utimbuf and utime
29094         to refer to utime.h, not time.h.
29095         * manual/string.texi (Argz Functions): Add missing const in
29096         argz_extract and argz_next prototypes.
29097         (Finding Tokens in a String): Likewise for basename.
29098         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29099         (Copying and Concatenation): Fix typo in wmemmove prototype.
29100         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29101         (Signal Stack): Remove erroneous const in sigstack prototype.
29102         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29103         prototype.
29104         (Simple Calendar Time): Likewise for stime.
29105         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29106         prototype.
29107         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29108         say sys/sysctl.h instead.
29109         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29110         and vsyslog prototypes.
29111
29112 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29113
29114         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29115         Remove.
29116
29117 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29118
29119         * misc/sys/mman.h: Fix typo in mremap comment.
29120
29121 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29122
29123         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29124         the '\0' terminator.
29125
29126 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29127
29128         [BZ #13550]
29129         * debug/segfault.c: Don't include <bp-checks.h>.
29130         * sysdeps/generic/bp-checks.h: Remove file.
29131         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29132         (__GETDENTS): Don't use CHECK_N.
29133         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29134         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29135         (__getgroups): Don't use CHECK_N.
29136         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29137         (setgroups): Don't use CHECK_N.
29138         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29139         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29140         (__libc_msgrcv): Don't use CHECK_N.
29141         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29142         (__libc_msgsnd): Don't use CHECK_N.
29143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29144         <bp-checks.h>.
29145         (__libc_pread): Don't use CHECK_N.
29146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29147         include <bp-checks.h>.
29148         (__libc_pread64): Don't use CHECK_N.
29149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29150         include <bp-checks.h>.
29151         (__libc_pwrite): Don't use CHECK_N.
29152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29153         include <bp-checks.h>.
29154         (__libc_pwrite64): Don't use CHECK_N.
29155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29156         <bp-checks.h>.
29157         (__libc_pread): Don't use CHECK_N.
29158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29159         include <bp-checks.h>.
29160         (__libc_pread64): Don't use CHECK_N.
29161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29162         include <bp-checks.h>.
29163         (__libc_pwrite): Don't use CHECK_N.
29164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29165         include <bp-checks.h>.
29166         (__libc_pwrite64): Don't use CHECK_N.
29167         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29168         (do_pread): Don't use CHECK_N.
29169         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29170         (do_pread64): Don't use CHECK_N.
29171         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29172         (do_pwrite): Don't use CHECK_N.
29173         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29174         (do_pwrite64): Don't use CHECK_N.
29175         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29176         (__libc_readv): Don't use CHECK_N.
29177         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29178         (semop): Don't use CHECK_N.
29179         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29180         <bp-checks.h>.
29181         (semtimedop): Don't use CHECK_N.
29182         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29183         (__libc_pread): Don't use CHECK_N.
29184         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29185         <bp-checks.h>.
29186         (__libc_pread64): Don't use CHECK_N.
29187         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29188         <bp-checks.h>.
29189         (__libc_pwrite): Don't use CHECK_N.
29190         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29191         <bp-checks.h>.
29192         (__libc_pwrite64): Don't use CHECK_N.
29193         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29194         <bp-checks.h>.
29195         (__libc_msgrcv): Don't use CHECK_N.
29196         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29197         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29198         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29199         (__libc_writev): Don't use CHECK_N.
29200
29201 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29202
29203         * string/strcpy.c: Removed unused variable.
29204
29205         * Makeconfig (+sysdep-includes): Define with := rather than =.
29206         Use an existing include/ subdir of each sysdeps dir before it.
29207
29208 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29209
29210         * nscd/connection.c (register_traced_file): Comment function.
29211         [HAVE_INOTIFY] (union __inev): Define.
29212         [HAVE_INOTIFY] (inotify_check_files): New function.
29213         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29214         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29215         clear_db_cache.
29216         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29217
29218 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29219
29220         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29221         loaded if not already and that a failure is permanent.
29222
29223 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29224
29225         [BZ #15006]
29226         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29227         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29228
29229 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29230
29231         [BZ #13550]
29232         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29233         (CHECK_1_NULL_OK): Likewise.
29234         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29235         (__fxstat): Do not use CHECK_1.
29236         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29237         <bp-checks.h>.
29238         (___fxstat64): Do not use CHECK_1.
29239         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29240         <bp-checks.h>.
29241         (__fxstatat): Do not use CHECK_1.
29242         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29243         <bp-checks.h>.
29244         (__fxstatat64): Do not use CHECK_1.
29245         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29246         <bp-checks.h>.
29247         (__fxstat): Do not use CHECK_1.
29248         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29249         <bp-checks.h>.
29250         (__fxstatat): Do not use CHECK_1.
29251         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29252         <bp-checks.h>.
29253         (__getresgid): Do not use CHECK_1.
29254         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29255         <bp-checks.h>.
29256         (__getresuid): Do not use CHECK_1.
29257         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29258         <bp-checks.h>.
29259         (__lxstat): Do not use CHECK_1.
29260         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29261         <bp-checks.h>.
29262         (__old_msgctl): Do not use CHECK_1.
29263         (__new_msgctl): Likewise.
29264         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29265         <bp-checks.h>.
29266         (__new_setrlimit): Do not use CHECK_1.
29267         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29268         <bp-checks.h>.
29269         (__old_shmctl): Do not use CHECK_1.
29270         (__new_shmctl): Likewise.
29271         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29272         <bp-checks.h>.
29273         (__xstat): Do not use CHECK_1.
29274         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29275         (__lxstat): Do not use CHECK_1.
29276         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29277         <bp-checks.h>.
29278         (___lxstat64): Do not use CHECK_1.
29279         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29280         (__old_msgctl): Do not use CHECK_1.
29281         (__new_msgctl): Likewise.
29282         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29283         <bp-checks.h>.
29284         (__gettimeofday): Do not use CHECK_1.
29285         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29286         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29287         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29288         <bp-checks.h>.
29289         (__gettimeofday): Do not use CHECK_1.
29290         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29291         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29292         (__new_shmctl): Do not use CHECK_1.
29293         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29294         <bp-checks.h>.
29295         (do_sigtimedwait): Do not use CHECK_1.
29296         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29297         <bp-checks.h>.
29298         (do_sigwaitinfo): Do not use CHECK_1.
29299         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29300         <bp-checks.h>.
29301         (msgctl): Do not use CHECK_1.
29302         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29303         <bp-checks.h>.
29304         (shmctl): Do not use CHECK_1.
29305         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29306         (ustat): Do not use CHECK_1.
29307         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29308         <bp-checks.h>.
29309         (__fxstat): Do not use CHECK_1.
29310         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29311         <bp-checks.h>.
29312         (__fxstatat): Do not use CHECK_1.
29313         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29314         <bp-checks.h>.
29315         (__lxstat): Do not use CHECK_1.
29316         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29317         <bp-checks.h>.
29318         (__xstat): Do not use CHECK_1.
29319         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29320         (__xstat): Do not use CHECK_1.
29321         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29322         (___xstat64): Do not use CHECK_1.
29323
29324         [BZ #13550]
29325         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29326         definitions.
29327         (CHECK_BOUNDS_HIGH): Likewise.
29328         * string/strcpy.c: Do not include <bp-checks.h>.
29329         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29330
29331 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29332
29333         * nscd/nscd-client.h (__nscd_drop_map_ref):
29334         Add __attribute__ ((unused)).
29335         * nis/nss-nisplus.h (niserr2nss): Likewise.
29336
29337         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29338         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29339
29340         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29341         Remove inline keyword.
29342         * include/rounding-mode.h (round_away): Likewise.
29343         * libio/wfileops.c (adjust_wide_data): Likewise.
29344         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29345         (__m128i_strloadu_tolower): Likewise.
29346         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29347         (__m128i_strloadu_tolower): Likewise.
29348         * time/mktime.c (ydhms_diff): Likewise.
29349         * locale/elem-hash.h (elem_hash): Likewise.
29350         * locale/setlocale.c (setdata): Likewise.
29351         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29352         (re_string_wchar_at): Likewise.
29353         (bitset_not, bitset_merge, bitset_mask): Likewise.
29354         [!(__GNUC__ > 3)] (inline): Remove macro.
29355         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29356         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29357         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29358         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29359         * string/memcmp.c (memcmp_bytes): Likewise.
29360         * locale/programs/locarchive.c (compute_hashval): Likewise.
29361         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29362         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29363         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29364         * nss/getent.c (print_rpc, print_protocols): Likewise.
29365         (print_passwd, print_group, print_aliases): Likewise.
29366         * nis/nss-nisplus.h (niserr2nss): Likewise.
29367         * nscd/connections.c (restart_p): Likewise.
29368         Change return type to bool.
29369
29370 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29371
29372         * Makeconfig (all-Depend-files): Add existing
29373         $(sorted-subdirs:=/Depend) files.
29374         (all-subdirs): Remove nss.
29375         * sysdeps/unix/inet/Subdirs: Add it here instead.
29376         * hesiod/Depend: New file.
29377
29378         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29379         instead of calling alloca.
29380
29381         * io/lseek.c (__lseek): Rename to __libc_lseek.
29382         Define __lseek as an alias.
29383
29384         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29385
29386 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29387
29388         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29389         else clause and remove check for non-standard endianness.
29390
29391 2013-02-04  David S. Miller  <davem@davemloft.net>
29392
29393         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29394
29395 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29396
29397         [BZ #13550]
29398         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29399         (__ubp_memchr): Remove prototype.
29400         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29401         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29402         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29403         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29404         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29405         Remove alias.
29406         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29407         (__ubp_memchr): Likewise.
29408         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29409         (__ubp_memchr): Likewise.
29410         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29411         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29412         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29413         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29414         CHECK_STRING.
29415         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29416         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29417         (__getcwd): Do not use CHECK_STRING.
29418         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29419         <bp-checks.h>.
29420         (__real_chown): Do not use CHECK_STRING.
29421         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29422         <bp-checks.h>.
29423         (fchownat): Do not use CHECK_STRING.
29424         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29425         CHECK_STRING.
29426         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29427         <bp-checks.h>.
29428         (__lchown): Do not use CHECK_STRING.
29429         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29430         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29431         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29432         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29434         include <bp-checks.h>.
29435         (truncate64): Do not use CHECK_STRING.
29436         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29437         <bp-checks.h>.
29438         (__real_chown): Do not use CHECK_STRING.
29439         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29440         <bp-checks.h>.
29441         (__lchown): Do not use CHECK_STRING.
29442         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29443         <bp-checks.h>.
29444         (__chown): Do not use CHECK_STRING.
29445         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29446         <bp-checks.h>.
29447         (truncate64): Do not use CHECK_STRING.
29448         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29449         Likewise.
29450         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29451         (__xmknod): Do not use CHECK_STRING.
29452         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29453         <bp-checks.h>.
29454         (__xmknodat): Do not use CHECK_STRING.
29455         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29456         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29457
29458 2013-02-04  Andreas Schwab  <schwab@suse.de>
29459
29460         [BZ #14142]
29461         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29462         * include/netdb.h: Likewise for h_errno.
29463         * elf/tst-stackguard1.c: Include <tls.h>.
29464
29465 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29466
29467         * elf/link.h (struct link_map): Extend the l_addr comment.
29468         * include/link.h (struct link_map): Likewise.
29469
29470 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29471
29472         [BZ #13550]
29473         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29474         (BOUNDED_1): Remove macro.
29475         * debug/backtrace.c: Don't include <bp-checks.h>.
29476         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29477         (__backtrace): Likewise.
29478         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29479         <bp-checks.h>.
29480         (__backtrace): Don't use BOUNDED_1.
29481         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29482         <bp-checks.h>.
29483         (__backtrace): Don't use BOUNDED_1.
29484         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29485         (__backtrace): Don't use BOUNDED_1.
29486         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29487         (shmat): Don't use BOUNDED_N.
29488
29489 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29490
29491         [BZ #13550]
29492         * sysdeps/generic/bp-start.h: Remove file.
29493         * csu/libc-start.c: Don't include <bp-start.h>.
29494         (LIBC_START_MAIN): Set up __environ directly instead of using
29495         INIT_ARGV_and_ENVIRON.
29496         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29497         <bp-start.h>.
29498
29499         [BZ #13550]
29500         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29501         definitions.
29502         (CHECK_FCNTL): Likewise.
29503         (CHECK_N_PAGES): Likewise.
29504
29505         [BZ #13550]
29506         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29507         definitions.
29508         (CHECK_SIGSET_NULL_OK): Likewise.
29509         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29510         <bp-checks.h>.
29511         (sigpending): Don't use CHECK_SIGSET.
29512         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29513         <bp-checks.h>.
29514         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29515         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29516         <bp-checks.h>.
29517         (do_sigsuspend): Don't use CHECK_SIGSET.
29518         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29519         use CHECK_SIGSET.
29520         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29521         (do_sigwait): Don't use CHECK_SIGSET.
29522         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29523         use CHECK_SIGSET.
29524         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29525         include <bp-checks.h>.
29526         (sigpending): Don't use CHECK_SIGSET.
29527         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29528         include <bp-checks.h>.
29529         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29530         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29531         <bp-checks.h>.
29532         (sigpending): Don't use CHECK_SIGSET.
29533         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29534         <bp-checks.h>.
29535         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29536
29537         [BZ #13550]
29538         * sysdeps/generic/bp-semctl.h: Remove file.
29539         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29540         <bp-checks.h> and <bp-semctl.h>.
29541         (__old_semctl): Don't use CHECK_SEMCTL.
29542         (__new_semctl): Likewise.
29543         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29544         and <bp-semctl.h>.
29545         (__old_semctl): Don't use CHECK_SEMCTL.
29546         (__new_semctl): Likewise.
29547         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29548         <bp-checks.h> and <bp-semctl.h>.
29549         (__old_semctl): Don't use CHECK_SEMCTL.
29550         (__new_semctl): Likewise.
29551         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29552         <bp-checks.h> and <bp-semctl.h>.
29553         (semctl): Don't use CHECK_SEMCTL.
29554
29555         [BZ #13550]
29556         * Makerules (elide-bp-thunks): Remove variable.
29557         (elide-routines.oS): Don't use $(elide-bp-thunks).
29558         (elide-routines.os): Likewise.
29559         (elide-routines.o): Likewise.
29560         (elide-routines.op): Likewise.
29561         (elide-routines.og): Likewise.
29562         (objects): Don't use $(bp-thunks).
29563         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29564         include.
29565         (common-generated): Do not add s-proto-bp.d.
29566         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29567         (int): Likewise.
29568         (typ): Likewise.
29569         Do not generate makefile rules for bounded-pointer thunks.
29570         * sysdeps/generic/bp-thunks.h: Remove file.
29571         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29572         * sysdeps/unix/s-proto-bp.S: Likewise.
29573
29574         [BZ #15062]
29575         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29576         parts of result separately when argument is not close to line from
29577         -i to i and one part of argument is small.
29578         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29579         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29580         * math/libm-test.inc (cacos_test): Add more tests.
29581         (casin_test): Likewise.
29582         (casinh_test): Likewise.
29583         * sysdeps/i386/fpu/libm-test-ulps: Update.
29584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29585
29586 2013-01-31  David S. Miller  <davem@davemloft.net>
29587
29588         * po/de.po: Update from translation team.
29589
29590 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29591
29592         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29593
29594 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29595
29596         * configure.in (_AC_PROG_CC_C89): New definition.
29597         * configure: Regenerate.
29598
29599         * configure.in (AC_PROG_CPP): New definition.
29600         * configure: Regenerate.
29601
29602 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29603
29604         * debug/tst-backtrace.h: New file.
29605         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29606         (ret): Remove variable.
29607         (x): Likewise.
29608         (FAIL): Remove macro.
29609         (NO_INLINE): Likewise.
29610         (fn1): Use match function instead of strstr.
29611         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29612         (ret): Remove variable.
29613         (x): Likewise.
29614         (FAIL): Remove macro.
29615         (NO_INLINE): Likewise.
29616         (fn): Use match function instead of strstr.
29617         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29618         (ret): Remove variable.
29619         (x): Likewise.
29620         (FAIL): Remove macro.
29621         (NO_INLINE): Likewise.
29622         (handle_signal): Use match function instead of strstr.
29623         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29624         (ret): Remove variable.
29625         (x): Likewise.
29626         (FAIL): Remove macro.
29627         (NO_INLINE): Likewise.
29628         (handle_signal): Use match function instead of strstr.
29629
29630 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29631
29632         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29633
29634 2013-01-23  David S. Miller  <davem@davemloft.net>
29635
29636         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29637         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29638         argument of CAS if possible.
29639         * sysdeps/sparc/sparc64/bits/atomic.h
29640         (__arch_compare_and_exchange_val_32_acq): Likewise.
29641         (__arch_compare_and_exchange_val_64_acq): Likewise.
29642
29643 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29644
29645         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29646         * sysdeps/posix/ulimit.c: ... this.
29647         Include <limits.h>.
29648         * sysdeps/unix/bsd/ulimit.c: Remove file.
29649
29650 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29651
29652         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29653         (LDFLAGS-tst-array5): Likewise.
29654
29655 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29656
29657         [BZ #15036]
29658         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29659         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29660         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29661         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29662
29663 2013-01-21  David S. Miller  <davem@davemloft.net>
29664
29665         * sysdeps/sparc/backtrace.c: New file.
29666         * sysdeps/sparc/sparc32/backtrace.h: New file.
29667         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29668         * sysdeps/sparc/sparc64/backtrace.h: New file.
29669         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29670         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29671         -funwind-tables.
29672
29673 2013-01-21  Andreas Schwab  <schwab@suse.de>
29674
29675         [BZ #15020]
29676         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29677         closed its stdout.
29678
29679 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29680
29681         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29682         "mpa2.h".
29683         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29684
29685 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29686             Mark Mitchell  <mark@codesourcery.com>
29687             Tom de Vries  <tom@codesourcery.com>
29688             Paul Pluzhnikov  <ppluzhnikov@google.com>
29689
29690         * debug/tst-backtrace2.c: New file.
29691         * debug/tst-backtrace3.c: Likewise.
29692         * debug/tst-backtrace4.c: Likewise.
29693         * debug/tst-backtrace5.c: Likewise.
29694         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29695         (CFLAGS-tst-backtrace3.c): Likewise.
29696         (CFLAGS-tst-backtrace4.c): Likewise.
29697         (CFLAGS-tst-backtrace5.c): Likewise.
29698         (LDFLAGS-tst-backtrace2): Likewise.
29699         (LDFLAGS-tst-backtrace3): Likewise.
29700         (LDFLAGS-tst-backtrace4): Likewise.
29701         (LDFLAGS-tst-backtrace5): Likewise.
29702         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29703         tst-backtrace4 and tst-backtrace5.
29704
29705 2013-01-18  Anton Blanchard  <anton@samba.org>
29706             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29707
29708         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29709         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29710         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29711         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29713         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29714         "+r" and remove output regs list as redundant.  Add explicit inline
29715         asm to specify register of return val to work around compiler codegen
29716         bug.  Remove (int) cast on return value.  Add return type parameter to
29717         use in macro so that this macro does not truncate return value for
29718         64-bit values.
29719         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29720         pass to INTERNAL_VSYSCALL_NCS.
29721         (INLINE_VSYSCALL): Add 'long int' as return type to
29722         INTERNAL_VSYSCALL_NCS macro invocation.
29723         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29724         INTERNAL_VSYSCALL_NCS macro invocation.
29725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29726
29727 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29728
29729         [BZ #14496]
29730         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29731         Fix application of SIMD FP exception mask.
29732
29733         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29734         mp_no from a power of two.
29735         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29736         __mpexp_twomm1.  Use __pow_mp.
29737
29738         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29739         multiplication.
29740
29741 2013-01-17  David S. Miller  <davem@davemloft.net>
29742
29743         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29744
29745 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29746
29747         [BZ #15023]
29748         * include/complex.h: Condition contents on [!_COMPLEX_H].
29749         (__kernel_casinhf): New prototype.
29750         (__kernel_casinh): Likewise.
29751         (__kernel_casinhl): Likewise.
29752         * math/Makefile (libm_calls): Add k_casinh.
29753         * math/k_casinh.c: New file.
29754         * math/k_casinhf.c: Likewise.
29755         * math/k_casinhl.c: Likewise.
29756         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29757         finite nonzero arguments.
29758         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29759         finite nonzero arguments.
29760         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29761         finite nonzero arguments.
29762         * math/s_casinh.c: Do not include <float.h>.
29763         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29764         * math/s_casinhf.c: Do not include <float.h>.
29765         (__casinhf): Move code for finite nonzero arguments to
29766         k_casinhf.c.
29767         * math/s_casinhl.c: Do not include <float.h>.
29768         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29769         redefine.
29770         (__casinhl): Move code for finite nonzero arguments to
29771         k_casinhl.c.
29772         * math/libm-test.inc (cacos_test): Add more tests.
29773         * sysdeps/i386/fpu/libm-test-ulps: Update.
29774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29775
29776 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29777
29778         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29779         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29780         [!HAVE_MREMAP]: Remove [defined linux] case.
29781         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29782
29783 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29784
29785         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29786
29787 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29788
29789         * elf/elf.h (R_386_SIZE32): New relocation.
29790         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29791         R_386_SIZE32.
29792         (elf_machine_rela): Likewise.
29793         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29794         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29795
29796 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29797
29798         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29799         (FP_FAST_FMA): Do not define.
29800         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29801         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29802         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29803         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29804         !_SOFT_FLOAT]: Likewise.
29805         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29806         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29807         value.
29808         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29809         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29810         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29811         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29812         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29813         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29814         file.
29815
29816 2013-01-16  Andreas Schwab  <schwab@suse.de>
29817
29818         [BZ #14327]
29819         * include/stdlib.h (__mktemp): Add declaration.
29820         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29821         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29822
29823 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29824
29825         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29826         definitions.
29827         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29828         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29829         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29830         definitions here.
29831         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29832         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29833         definitions.
29834         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29835         and ONE.
29836         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29837         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29838         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29839         definitions.
29840         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29841         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29842         definitions.
29843         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29844
29845         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29846
29847 2013-01-15  David S. Miller  <davem@davemloft.net>
29848
29849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29850         trunc{,f} to libm-sysdep_routes.
29851         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29853         file.
29854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29856         file.
29857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29858         file.
29859         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29860         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29861         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29862         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29863         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29864         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29865         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29866         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29867
29868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29869         nearbyint{,f} to libm-sysdep_routes.
29870         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29872         New file.
29873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29874         file.
29875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29876         New file.
29877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29878         file.
29879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29880         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29881         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29882         file.
29883         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29884         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29885         file.
29886         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29887         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29888         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29889
29890         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29891         libc_feholdexcept and libc_fesetenv.
29892
29893 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29894
29895         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29896
29897 2013-01-14  David S. Miller  <davem@davemloft.net>
29898
29899         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29900         (SPARC_ASM_VIS2_IFUNC): Likewise.
29901         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29903         use of 'siam' instruction.
29904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29905         Likewise.
29906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29907         Likewise.
29908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29909         Likewise.
29910         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29911         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29912         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29913         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29915         file.
29916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29917         file.
29918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29919         file.
29920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29921         file.
29922         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29923         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29924         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29925         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29927         new VIS2 routines.
29928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29931         Likewise.
29932         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29933         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29934         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29935         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29937         routines to libm-sysdep_routines.
29938         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29939
29940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29941         fdim/fdimf to libm-sysdep_routines.
29942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29943         file.
29944         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29946         file.
29947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29949         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29950         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29951         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29952         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29953         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29954
29955 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29956
29957         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29958         to optimize copies.
29959
29960         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29961         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29962         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29963
29964         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29965         local variable MPTWO.
29966         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29967         Likewise.
29968
29969 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29970
29971         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29972         GLOB_NOESCAPE.
29973
29974 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29975
29976         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29977
29978 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29979
29980         * manual/pattern.texi (glob_t): Document gl_flags.
29981         (glob64_t): Likewise.
29982
29983 2013-01-11  David S. Miller  <davem@davemloft.net>
29984
29985         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29986         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29987         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29988         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29989         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29990         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29991         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29992         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29993         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29994         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29995         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29996         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29997         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29998
29999         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30000         sparc V9 rather than using V8 code.
30001         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30002         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30003
30004         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30005         Move to...
30006         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30007         Here.
30008
30009 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30010
30011         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30012         not in the main loop.
30013         * configure: Regenerated.
30014
30015 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30016
30017         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30018         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30019         to just #else.
30020         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30021         [!__GLIBC_HAVE_LONG_LONG] case.
30022         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30023         condition to just #else.
30024         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30025         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30026         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30027         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30028         unconditional.
30029         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30030         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30031         #elif condition to just #else.
30032         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30033         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30034         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30035         #elif condition to just #else.
30036
30037 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30038
30039         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30040         (EF_MIPS_ARCH_64): Fix value.
30041         (EF_MIPS_ARCH_32R2): New.
30042         (EF_MIPS_ARCH_64R2): New.
30043
30044 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30045
30046         * Makeconfig (+link-pie-before-libc): New.
30047         (+link-pie-after-libc): Likewise.
30048         (+link-pie-tests): Likewise.
30049         (+link-pie): Rewritten.
30050         (link-before-libc): Remove $(config-LDFLAGS).
30051         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30052         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30053         (config-LDFLAGS): Renamed to ...
30054         (rtld-LDFLAGS): This.
30055         (rtld-tests-LDFLAGS): New macro.
30056         (link-libc-rpath-link): Likewise.
30057         (link-libc-tests-rpath-link): Likewise.
30058         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30059         (link-libc): Prepand $(link-libc-rpath-link).
30060         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30061         (test-program-prefix): New macro.
30062         (test-via-rtld-prefix): Likewise.
30063         (test-program-cmd): Likewise.
30064         (host-test-program-cmd): Likewise.
30065         * Makefile ($(common-objpfx)testrun.sh): Replace
30066         $(run-program-prefix) with $(test-program-prefix).
30067         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30068         $(rtld-LDFLAGS).
30069         ($(common-objpfx)shlib.lds): Likewise.
30070         (build-module-helper): Likewise.
30071         ($(common-objpfx)format.lds): Likewise.
30072         * Rules (binaries-pie-tests): New.
30073         (binaries-pie-notests): Likewise.
30074         (binaries-pie): Rewritten.
30075         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30076         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30077         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30078         (make-test-out): Replace $(host-built-program-cmd) with
30079         $(host-test-program-cmd).
30080         * config.make.in (build-hardcoded-path-in-tests): New variable.
30081         * configure.in (--enable-hardcoded-path-in-tests): New configure
30082         option.
30083         (hardcoded_path_in_tests): New AC_SUBST.
30084         * configure: Regenerated.
30085         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30086         $(built-program-cmd) with $(test-program-cmd).
30087         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30088         (test_program_cmd): This.
30089         * elf/Makefile ($(objpfx)order.out): Run test with
30090         $(test-program-prefix).
30091         ($(objpfx)order2.out): Likewise.
30092         ($(objpfx)tst-initorder.out): Likewise.
30093         ($(objpfx)tst-initorder2.out): Likewise.
30094         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30095         $(test-program-cmd).
30096         ($(objpfx)tst-array1-static.out): Likewise.
30097         ($(objpfx)tst-array2.out): Likewise.
30098         ($(objpfx)tst-array3.out): Likewise.
30099         ($(objpfx)tst-array4.out): Likewise.
30100         ($(objpfx)tst-array5.out): Likewise.
30101         ($(objpfx)tst-array5-static.out): Likewise.
30102         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30103         $(test-program-cmd).
30104         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30105         $(run-program-prefix) with $(test-program-prefix).
30106         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30107         (test_program_prefix): This.
30108         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30109         $(run-program-prefix) with $(test-program-prefix).
30110         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30111         (test_program_prefix): This.
30112         * iconvdata/tst-tables.sh: Likewise.
30113         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30114         $(run-program-prefix) with $(test-program-prefix).
30115         ($(objpfx)tst-translit.out): Likewise.
30116         ($(objpfx)tst-gettext2.out): Likewise.
30117         ($(objpfx)tst-gettext4.out): Likewise.
30118         ($(objpfx)tst-gettext6.out): Likewise.
30119         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30120         (test_program_prefix): This.
30121         * intl/tst-gettext2.sh: Likewise.
30122         * intl/tst-gettext4.sh  Likewise.
30123         * intl/tst-gettext6.sh: Likewise.
30124         * intl/tst-translit.sh: Likewise.
30125         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30126         with $(test-program-cmd).
30127         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30128         $(run-program-prefix) with $(test-program-prefix).
30129         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30130         (test_program_prefix): This.
30131         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30132         $(run-program-prefix) with $(test-program-prefix).
30133         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30134         (test_program_prefix): This.
30135         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30136         * posix/Makefile ($(objpfx)globtest.out): Replace
30137         $(run-via-rtld-prefix) and $(test-wrapper) with
30138         $(test-program-prefix) and $(test-via-rtld-prefix).
30139         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30140         $(test-program-prefix).
30141         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30142         $(host-test-program-cmd).
30143         (tst-spawn-ARGS): Likewise.
30144         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30145         $(test-program-prefix).
30146         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30147         (test_via_rtld_prefix): This.
30148         (test_wrapper): Renamed to ...
30149         (test_program_prefix): This.
30150         (run_program_prefix): Replaced by test_program_prefix.
30151         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30152         (test_program_prefix): This.
30153         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30154         with $(host-test-program-cmd).
30155         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30156         $(run-program-prefix) with $(test-program-prefix).
30157         ($(objpfx)tst-printf.out): Likewise.
30158         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30159         $(test-program-cmd).
30160         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30161         (test_program_prefix): This.
30162         * stdio-common/tst-unbputc.sh: Likewise.
30163         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30164         $(run-program-prefix) with $(test-program-prefix).
30165         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30166         (test_program_prefix): This.
30167         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30168         $(built-program-cmd) with $(test-program-cmd).
30169
30170 2013-01-11  Andreas Jaeger  <aj@suse.de>
30171
30172         [BZ #15003]
30173         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30174         value. Sync with Linux 3.7.
30175
30176 2013-01-10  David S. Miller  <davem@davemloft.net>
30177
30178         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30179         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30180         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30181
30182 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30183
30184         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30185         never set.
30186         * configure: Regenerated.
30187
30188 2013-01-10  David S. Miller  <davem@davemloft.net>
30189
30190         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30191         sparc V9 rather than using V8 code.
30192         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30193         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30194
30195 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30196
30197         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30198         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30199         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30200         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30201         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30202         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30203         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30204         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30205         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30206         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30207         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30208         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30209         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30210         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30211         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30212         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30213         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30214         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30215         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30216         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30217         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30218         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30219         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30220         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30221         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30222         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30223         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30224
30225 2013-01-10  David S. Miller  <davem@davemloft.net>
30226
30227         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30228
30229 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30230
30231         * posix/Makefile (tests-static): New variable.
30232         (tests): Add $(tests-static).
30233         (tst-exec-static-ARGS): New variable.
30234         (tst-spawn-static-ARGS): Likewise.
30235         * posix/tst-exec-static.c: New file.
30236         * posix/tst-spawn-static.c: Likewise.
30237         * posix/tst-exec.c: Support run directly.
30238         * posix/tst-spawn.c: Likewise.
30239
30240 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30241
30242         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30243         long.
30244         * math/bits/mathcalls.h (llrint): Likewise.
30245         (llround): Likewise.
30246         * stdlib/stdlib.h (struct drand48_data): Likewise.
30247         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30248         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30249         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30250         Likewise.
30251         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30252         Likewise.
30253         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30254         (elf_greg_t): Likewise.
30255         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30256         (__jmp_buf): Likewise.
30257         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30258         definitions.
30259         (llrint): Likewise, for all definitions.
30260         (llrintl): Likewise.
30261
30262         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30263         Remove [__GNUC__] condition.
30264         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30265         condition to just [__USE_ISOC99].
30266         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30267
30268 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30269
30270         [BZ #14200]
30271         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30272         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30273         defined.
30274         (_POSIX_V6_ILP32_OFF32): Likewise.
30275         (_XBS5_ILP32_OFF32): Likewise.
30276         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30277         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30278
30279 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30280
30281         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30282
30283         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30284         doubles __mpexp_twomm1.  Adjust usage.
30285         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30286         Remove.
30287
30288 2013-01-10  Andreas Schwab  <schwab@suse.de>
30289
30290         [BZ #14964]
30291         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30292         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30293
30294 2013-01-09  David S. Miller  <davem@davemloft.net>
30295
30296         [BZ #15003]
30297         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30298         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30299         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30300         (TCP_FASTOPEN): Define.
30301         (tcp_repair_opt): New structure.
30302         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30303         enum values.
30304         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30305         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30306         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30307         (tcp_cookie_transactions): New structure.
30308
30309 2013-01-09  Anton Blanchard  <anton@samba.org>
30310
30311         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30312         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30313         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30314         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30315
30316 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30317
30318         * include/features.h (__USE_ANSI): Remove.
30319
30320 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30321
30322         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30323
30324         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30325
30326 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30327
30328         * sysdeps/s390/fpu/libm-test-ulps: Update.
30329
30330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30331
30332         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30333         (__acr): Likewise.
30334         (__cpy): Likewise.
30335         (norm): Likewise.
30336         (denorm): Likewise.
30337         (__mp_dbl): Likewise.
30338         (__dbl_mp): Likewise.
30339         (add_magnitudes): Likewise.
30340         (sub_magnitudes): Likewise.
30341         (__add): Likewise.
30342         (__sub): Likewise.
30343         (__mul): Likewise.
30344         (__inv): Likewise.
30345         (__dvd): Likewise.
30346         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30347         (__acr): Likewise.
30348         (__cpy): Likewise.
30349         (norm): Likewise.
30350         (denorm): Likewise.
30351         (__mp_dbl): Likewise.
30352         (__dbl_mp): Likewise.
30353         (add_magnitudes): Likewise.
30354         (sub_magnitudes): Likewise.
30355         (__add): Likewise.
30356         (__sub): Likewise.
30357         (__mul): Likewise.
30358         (__inv): Likewise.
30359         (__dvd): Likewise.
30360         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30361         (__acr): Likewise.
30362         (__cpy): Likewise.
30363         (norm): Likewise.
30364         (denorm): Likewise.
30365         (__mp_dbl): Likewise.
30366         (__dbl_mp): Likewise.
30367         (add_magnitudes): Likewise.
30368         (sub_magnitudes): Likewise.
30369         (__add): Likewise.
30370         (__sub): Likewise.
30371         (__mul): Likewise.
30372         (__inv): Likewise.
30373         (__dvd): Likewise.
30374
30375 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30376
30377         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30378         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30379         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30380         2 && __USE_EXTERN_INLINES]: Likewise.
30381
30382 2013-01-08  Andreas Jaeger  <aj@suse.de>
30383
30384         [BZ# 14985]
30385         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30386         Remove.
30387         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30388         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30389
30390 2013-01-07  Anton Blanchard  <anton@samba.org>
30391
30392         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30393         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30394         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30395         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30396         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30397         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30398         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30399         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30400         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30401         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30402         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30403         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30404         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30405         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30406         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30407         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30408         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30409         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30410         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30411         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30412         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30413         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30414         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30415         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30416         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30417         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30418         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30419         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30420         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30421         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30422         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30423         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30424         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30425         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30426         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30427         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30428         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30429         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30430         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30431         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30432         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30433         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30434         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30435
30436 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30437
30438         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30439         (__MALLOC_PMT): Likewise.
30440         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30441         [__GNUC__], only on [_LIBC].
30442         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30443         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30444         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30445         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30446         forward declaration.
30447         (realloc_hook_ini): Likewise.
30448         (memalign_hook_ini): Likewise.
30449         (__libc_memalign): Do not use __MALLOC_PMT in variable
30450         declaration.
30451         (__libc_valloc): Likewise.
30452         (__libc_pvalloc): Likewise.
30453         (__libc_calloc): Likewise.
30454         (__posix_memalign): Likewise.
30455
30456         [BZ #14996]
30457         * math/s_casinh.c: Include <float.h>.
30458         (__casinh): Do not do computation with squaring and square root
30459         for large arguments.
30460         * math/s_casinhf.c: Include <float.h>.
30461         (__casinhf): Do not do computation with squaring and square root
30462         for large arguments.
30463         * math/s_casinhl.c: Include <float.h>.
30464         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30465         (__casinhl): Do not do computation with squaring and square root
30466         for large arguments.
30467         * math/libm-test.inc (casin_test): Add more tests.
30468         (casinh_test): Likewise.
30469         * sysdeps/i386/fpu/libm-test-ulps: Update.
30470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30471
30472 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30473
30474         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30475         (__x86_64_raw_data_cache_size): Likewise.
30476         (__x86_64_data_cache_size_half): Likewise.
30477         (__x86_64_raw_data_cache_size_half): Likewise.
30478         (__x86_64_shared_cache_size): Likewise.
30479         (__x86_64_raw_shared_cache_size): Likewise.
30480         (__x86_64_shared_cache_size_half): Likewise.
30481         (__x86_64_raw_shared_cache_size_half): Likewise.
30482         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30483         to ...
30484         (__x86_data_cache_size): This.
30485         (__x86_64_raw_data_cache_size): Renamed to ...
30486         (__x86_raw_data_cache_size): This.
30487         (__x86_64_data_cache_size_half): Renamed to ...
30488         (__x86_data_cache_size_half): This.
30489         (__x86_64_raw_data_cache_size_half): Renamed to ...
30490         (__x86_raw_data_cache_size_half): This.
30491         (__x86_64_shared_cache_size): Renamed to ...
30492         (__x86_shared_cache_size): This.
30493         (__x86_64_raw_shared_cache_size): Renamed to ...
30494         (__x86_raw_shared_cache_size): This.
30495         (__x86_64_shared_cache_size_half): Renamed to ...
30496         (__x86_shared_cache_size_half): This.
30497         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30498         (__x86_raw_shared_cache_size_half): This.
30499         * sysdeps/x86_64/memcpy.S: Updated.
30500         * sysdeps/x86_64/memset.S: Likewise.
30501         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30502         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30503         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30504
30505 2013-01-04  David S. Miller  <davem@davemloft.net>
30506
30507         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30508
30509 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30510
30511         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30512         1 to avoid redefinition warning.
30513         (__USE_GNU): Don't define.
30514         (init_signaling_nan): Protoize.
30515
30516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30517
30518 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30519
30520         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30521         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30522         (__cpymn): Likewise.
30523         (norm): Remove commented code.
30524         (denorm): Likewise.
30525         (__mp_dbl): Likewise.
30526         (__inv): Likewise.
30527         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30528         (__cpymn): Likewise.
30529         (norm): Remove commented code.
30530         (denorm): Likewise.
30531         (__mp_dbl): Likewise.
30532         (__inv): Likewise.
30533
30534         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30535         mp_no value for 1.0 and 2.0.
30536         (norm): Use RADIXI instead of radixi.d.
30537         (denorm): Likewise.
30538         (__mul): Use 0.0 instead of zero.d.
30539         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30540         mp_no value for 1.0 and 2.0.
30541         (norm): Use RADIXI instead of radixi.d.
30542         (denorm): Likewise.
30543         (__mul): Use 0.0 instead of zero.d.
30544
30545 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30546
30547         [BZ #14994]
30548         * math/s_casinh.c (__casinh): Reduce finite argument to first
30549         quadrant then set signs of results at the end.
30550         * math/s_casinhf.c (__casinhf): Likewise.
30551         * math/s_casinhl.c (__casinhl): Likewise.
30552         * math/libm-test.inc (casin_test): Add more tests.
30553         (casinh_test): Likewise.
30554         * sysdeps/i386/fpu/libm-test-ulps: Update.
30555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30556
30557 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30558
30559         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30560
30561         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30562
30563         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30564         declarations.
30565         (denorm): Likewise.
30566         (__mp_dbl): Likewise.
30567         (__inv): Likewise.
30568
30569         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30570         and adjust the header comment.
30571
30572         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30573         variable name from declaration.
30574
30575 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30576
30577         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30578         Initialize COMMON_CPUID_INDEX_7 element.
30579         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30580         (CPUID_RTM): Likewise.
30581         (HAS_RTM): Likewise.
30582         (COMMON_CPUID_INDEX_7): New enum.
30583
30584 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30585
30586         [BZ #14981]
30587         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30588         size is zero, record memory as freed.
30589
30590 2013-01-03  Andreas Jaeger  <aj@suse.de>
30591
30592         * po/ia.po: Add new Interlingua translation.
30593
30594 2012-01-03  Allan McRae  <allan@archlinux.org>
30595
30596         * locale/programs/localedef.c: Fix description of '--posix' flag.
30597
30598 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30599
30600         * NEWS: Update dates in second copyright notice.
30601         * README: Update copyright dates in example.
30602         * manual/libc.texinfo: Update copyright dates.
30603         * scripts/test-installation.pl: Update copyright date in --version
30604         output.
30605
30606         * hurd/ctty-input.c: Fix copyright notice formatting.
30607         * hurd/ctty-output.c: Likewise.
30608         * hurd/dtable.c: Likewise.
30609         * hurd/hurd-raise.c: Likewise.
30610         * hurd/hurdprio.c: Likewise.
30611         * hurd/msgportdemux.c: Likewise.
30612         * misc/sys/file.h: Likewise.
30613         * misc/sys/ioctl.h: Likewise.
30614         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30615         * sysdeps/mach/hurd/chdir.c: Likewise.
30616         * sysdeps/mach/hurd/fchdir.c: Likewise.
30617         * sysdeps/mach/hurd/rename.c: Likewise.
30618         * sysdeps/mach/hurd/rmdir.c: Likewise.
30619         * sysdeps/mach/hurd/seekdir.c: Likewise.
30620         * sysdeps/mach/hurd/setsid.c: Likewise.
30621         * sysdeps/posix/wait3.c: Likewise.
30622
30623         * All files with FSF copyright notices: Update copyright dates
30624         using scripts/update-copyrights.
30625         * intl/plural.c: Regenerated.
30626         * locale/programs/charmap-kw.h: Likewise.
30627         * locale/programs/locfile-kw.h: Likewise.
30628
30629 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30630
30631         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30632         four values.
30633
30634         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30635         calculation loop and add branch prediction.
30636
30637         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30638         check access beyond bounds of m1np.
30639
30640         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30641         MPTWO.
30642         (__inv): Remove local variable MPTWO to use the global
30643         constant.
30644         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30645         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30646         variable MPTWO.
30647         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30648         MP3HALFS static const.
30649
30650 2013-01-01  David S. Miller  <davem@davemloft.net>
30651
30652         * po/ca.po: Update from translation team.
30653
30654 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30655
30656         * scripts/update-copyrights: New file.
30657         * Makeconfig: Reformat copyright notice.
30658         * ctype/ctype.h: Likewise.
30659         * debug/swprintf_chk.c: Likewise.
30660         * elf/dl-cache.c: Likewise.
30661         * elf/dl-debug.c: Likewise.
30662         * elf/dl-object.c: Likewise.
30663         * grp/initgroups.c: Likewise.
30664         * hurd/Makefile: Likewise.
30665         * hurd/hurd/signal.h: Likewise.
30666         * hurd/hurdfault.c: Likewise.
30667         * hurd/hurdioctl.c: Likewise.
30668         * hurd/hurdlookup.c: Likewise.
30669         * hurd/intr-msg.c: Likewise.
30670         * iconv/gconv_open.c: Likewise.
30671         * libio/swprintf.c: Likewise.
30672         * locale/lc-ctype.c: Likewise.
30673         * locale/nl_langinfo.c: Likewise.
30674         * mach/Machrules: Likewise.
30675         * mach/Makefile: Likewise.
30676         * malloc/obstack.h: Likewise.
30677         * manual/Makefile: Likewise.
30678         * manual/tsort.awk: Likewise.
30679         * misc/bits/stab.def: Likewise.
30680         * nis/nis_print_group_entry.c: Likewise.
30681         * nis/nis_table.c: Likewise.
30682         * nis/nss_compat/compat-pwd.c: Likewise.
30683         * nis/nss_compat/compat-spwd.c: Likewise.
30684         * po/Makefile: Likewise.
30685         * posix/fnmatch.c: Likewise.
30686         * posix/regex.h: Likewise.
30687         * resolv/Makefile: Likewise.
30688         * resolv/nss_dns/dns-network.c: Likewise.
30689         * resolv/res_hconf.c: Likewise.
30690         * scripts/gen-sorted.awk: Likewise.
30691         * soft-fp/soft-fp.h: Likewise.
30692         * stdio-common/printf.h: Likewise.
30693         * stdlib/monetary.h: Likewise.
30694         * stdlib/random.c: Likewise.
30695         * stdlib/random_r.c: Likewise.
30696         * sysdeps/generic/Makefile: Likewise.
30697         * sysdeps/gnu/Makefile: Likewise.
30698         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30699         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30700         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30701         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30702         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30703         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30704         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30705         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30706         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30707         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30708         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30709         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30710         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30711         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30712         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30713         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30714         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30715         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30716         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30717         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30718         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30719         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30720         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30721         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30722         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30723         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30724         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30725         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30726         * sysdeps/mach/hurd/errnos.awk: Likewise.
30727         * sysdeps/mach/hurd/fork.c: Likewise.
30728         * sysdeps/mach/hurd/getcwd.c: Likewise.
30729         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30730         * sysdeps/mach/hurd/mmap.c: Likewise.
30731         * sysdeps/mach/hurd/utimes.c: Likewise.
30732         * sysdeps/mach/hurd/xmknod.c: Likewise.
30733         * sysdeps/posix/profil.c: Likewise.
30734         * sysdeps/posix/readdir_r.c: Likewise.
30735         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30736         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30737         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30738         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30739         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30740         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30741         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30742         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30743         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30744         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30745         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30746         * sysdeps/pthread/lio_listio.c: Likewise.
30747         * sysdeps/sparc/dl-procinfo.h: Likewise.
30748         * sysdeps/unix/i386/sysdep.S: Likewise.
30749         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30750         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30751         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30752         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30754         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30755         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30756         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30757         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30758         * sysdeps/wordsize-32/divdi3.c: Likewise.
30759         * time/sys/time.h: Likewise.
30760         * wcsmbs/Makefile: Likewise.
30761
30762 2013-01-01  David S. Miller  <davem@davemloft.net>
30763
30764         * po/fr.po: Update from translation team.
30765
30766         * catgets/gencat.c: Update copyright year.
30767         * csu/version.c: Likewise.
30768         * debug/catchsegv.sh: Likewise.
30769         * debug/pcprofiledump.c: Likewise.
30770         * debug/xtrace.sh: Likewise.
30771         * elf/ldconfig.c: Likewise.
30772         * elf/ldd.bash.in: Likewise.
30773         * elf/pldd.c: Likewise.
30774         * elf/sotruss.ksh: Likewise.
30775         * elf/sprof.c: Likewise.
30776         * iconv/iconv_prog.c: Likewise.
30777         * iconv/iconvconfig.c: Likewise.
30778         * locale/programs/locale.c: Likewise.
30779         * locale/programs/localedef.c: Likewise.
30780         * login/programs/pt_chown.c: Likewise.
30781         * malloc/memusage.sh: Likewise.
30782         * malloc/memusagestat.c: Likewise.
30783         * malloc/mtrace.pl: Likewise.
30784         * nscd/nscd.c: Likewise.
30785         * nss/getent.c: Likewise.
30786         * nss/makedb.c: Likewise.
30787         * posix/getconf.c: Likewise.
30788
30789 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30790
30791         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30792         numbers.
30793
30794 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30795
30796         * math/bits/mathcalls.h (modf): Use __nonnull.
30797
30798 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30799
30800         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30801         (split): Use macro CN instead of the bare value.
30802         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30803         could be used.
30804         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30805         instead of the bare value.
30806         (power1): Likewise.
30807
30808 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30809
30810         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30811         __ATAN_TWOM.
30812         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30813
30814         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30815         their values.
30816         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30817         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30818         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30819         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30820
30821 2012-12-28  Andreas Jaeger  <aj@suse.de>
30822
30823         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30824         values are from Linux 3.7.
30825
30826         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30827         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30828
30829 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30830
30831         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30832         TRUE case.
30833
30834         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30835         (norm): Likewise.
30836         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30837         variables with preprocessor constants.
30838         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30839         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30840         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30841
30842 2012-12-27  Bruno Haible  <bruno@clisp.org>
30843
30844         [BZ #14317]
30845         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30846         only if needed.
30847
30848 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30849
30850         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30851         and use variable directly.
30852         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30853
30854         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30855         MPONE.
30856         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30857         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30858         variable MPONE.
30859         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30860         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30861         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30862         include directive.  Remove local variable MPONE.
30863         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30864         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30865         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30866
30867 2012-12-25  David S. Miller  <davem@davemloft.net>
30868
30869         * version.h (RELEASE): Set to "development".
30870         (VERSION): Set to "2.17.90".
30871         * NEWS: Add 2.18 section.
30872
30873 2012-12-21  David S. Miller  <davem@davemloft.net>
30874
30875         * po/hr.po: Update from translation team.
30876
30877 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30878
30879         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30880
30881 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30882
30883         * NEWS:  Mention new memcpy for MIPS.
30884
30885 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30886
30887         * manual/contrib.texi (Contributors): Spelling correction.
30888
30889 2012-12-15  David S. Miller  <davem@davemloft.net>
30890
30891         * po/ru.po: Update from translation team.
30892
30893 2012-12-13  David S. Miller  <davem@davemloft.net>
30894
30895         * NEWS: Mention IFUNC testsuite enhancements.
30896
30897         * po/pl.po: Update from translation team.
30898         * po/bg.po: Likewise.
30899
30900         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30901         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30902
30903 2012-12-11  David S. Miller  <davem@davemloft.net>
30904
30905         * po/sv.po: Update from translation team.
30906
30907         * po/vi.po: Update from translation team.
30908
30909         * po/cs.po: Update from translation team.
30910
30911         * po/de.po: Update from translation team.
30912         * po/eo.po: Likewise.
30913         * po/nl.po: Likewise.
30914
30915 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30916
30917         [BZ #14246]
30918         * manual/argp.texi (Argp Helper Functions): Move node to follow
30919         Argp Parsing State.
30920
30921         [BZ #14872]
30922         * manual/conf.texi (Limits on File System Capacity): Mention if
30923         terminating null is included in the max size.
30924
30925 2012-12-10  Andreas Jaeger  <aj@suse.de>
30926
30927         * po/cs.po: Update from translation team.
30928
30929 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30930
30931         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30932         void pointer and cast to uintptr_t.
30933         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30934         path.
30935         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30936         * sysdeps/s390/s390-64/memset.S: Likewise.
30937
30938 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30939
30940         [BZ #14833]
30941         * menual/message.texi (Message Translation): Fix typos.
30942         (Helper programs for gettext): Likewise.
30943
30944 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30945
30946         [BZ #14898]
30947         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30948         Change to -1.
30949
30950 2012-12-07  David S. Miller  <davem@davemloft.net>
30951
30952         * po/libc.pot: Update.
30953
30954 2012-12-07  Richard Henderson  <rth@redhat.com>
30955
30956         [BZ #10114]
30957         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30958         normal/normal case to before the switch.
30959         (_FP_DIV): Likewise.
30960
30961 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30962             Mike Frysinger  <vapier@gentoo.org>
30963
30964         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30965         check for __NR_fadvise64_64.
30966
30967 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30968
30969         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30970         0, not just to plain "0" as a statement.
30971         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30972         with cw.
30973
30974 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30975
30976         * NEWS: Use sourceware.org in Bugzilla URL.
30977
30978 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30979
30980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30981         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30982
30983         * stdio-common/tst-put-error.c (do_test): Add newline to the
30984         padded test to ensure flush.
30985
30986 2012-12-05  Jeff Law  <law@redhat.com>
30987
30988         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30989
30990 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30991
30992         * README: Don't refer to ports add-on as distributed separately.
30993         Mention AArch64 in list of systems supported in the ports add-on.
30994
30995         * LICENSES: Add more non-FSF copyright and license notices.
30996
30997         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30998         ((unused)).
30999
31000         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31001
31002         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31003         10000 as width of padded output.
31004
31005 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31006
31007         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31008
31009         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31010         variable LX with __attribute__ ((unused)).
31011         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31012         Likewise.
31013         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31014         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31015         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31016         with __attribute__ ((unused)).
31017
31018 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31019
31020         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31021
31022 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31023
31024         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31025         (CFLAGS-nldbl-acos.c): New variable.
31026         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31027         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31028         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31029         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31030         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31031         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31032         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31033         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31034         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31035         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31036         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31037         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31038         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31039         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31040         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31041         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31042         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31043         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31044         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31045         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31046         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31047         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31048         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31049         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31050         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31051         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31052         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31053         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31054         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31055         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31056         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31057         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31058         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31059         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31060         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31061         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31062         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31063         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31064         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31065         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31066         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31067         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31068         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31069         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31070         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31071         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31072         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31073         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31074         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31075         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31076         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31077         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31078         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31079         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31080         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31081         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31082         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31083         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31084         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31085         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31086         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31087         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31088         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31089         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31090         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31091         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31092         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31093         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31094         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31095         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31096         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31097         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31098         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31099         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31100         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31101         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31102         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31103         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31104         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31105         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31106         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31107         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31108         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31109         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31110         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31111         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31112         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31113         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31114         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31115         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31116         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31117         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31118         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31119         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31120         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31121         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31122         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31123
31124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31125         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31126
31127         [BZ #14914]
31128         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31129         whole low double instead of just low 47 bits when splitting values
31130         into two parts.
31131
31132 2012-12-03  Allan McRae  <allan@archlinux.org>
31133
31134         * manual/stdio.texi (Predefined Printf Handlers): Remove
31135         @hsep and @vsep usage.
31136
31137 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31138
31139         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31140         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31141
31142 2012-12-03  Jeff Law  <law@redhat.com>
31143
31144         * time/sys/time.h (settimeofday): Do not mark TV argument
31145         as __nonnull.
31146
31147 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31148
31149         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31150         when currently writing and seek to current position when not.
31151         * libio/Makefile (tests): Remove bug-fclose1.
31152         * libio/bug-fclose1.c: Delete.
31153
31154 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31155
31156         * manual/arith.texi (feenableexcept): Fix typo.
31157         (fedisableexcept): Likewise.
31158
31159 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31160
31161         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31162         second, differently-typed declaration, rather than a cast.
31163
31164 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31165
31166         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31167         * include/rpc/svc.h: ... here.
31168
31169 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31170
31171         [BZ #13013]
31172         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31173         depending n and resplen2 to catch cases where answer
31174         equals answerp2.
31175
31176 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31177
31178         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31179         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31180
31181 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31182
31183         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31184
31185 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31186
31187         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31188
31189 2012-11-28  Jeff Law  <law@redhat.com>
31190
31191         [BZ #13761]
31192         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31193         dataset_temporary.  Track alloca usage into alloca_used.
31194         If dataset is large allocate and release it via malloc/free.
31195
31196 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31197
31198         [BZ #14197]
31199         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31200
31201 2012-11-28  David S. Miller  <davem@davemloft.net>
31202
31203         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31204
31205 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31206
31207         [BZ #14803]
31208         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31209         of pi/2 rounded to nearest to 64 bits.
31210         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31211         nearest to 64 bits.
31212         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31213         bits.
31214
31215 2012-11-28  Jeff Law <law@redhat.com>
31216             Martin Osvald <mosvald@redhat.com>
31217
31218         [BZ #14889]
31219         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31220         * sunrpc/svc.c: Include time.h.
31221         (__svc_accept_failed): New function.
31222         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31223         any reason other than EINTR, call __svc_accept_failed.
31224         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31225         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31226
31227 2012-11-28  Andreas Schwab  <schwab@suse.de>
31228
31229         * scripts/abilist.awk: Also handle indirect functions in .opd
31230         section.
31231
31232 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31233
31234         [BZ #13881]
31235         * sysdeps/x86/fpu/powl_helper.c: New file.
31236         * sysdeps/x86/fpu/Makefile: Likewise.
31237         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31238         (p3): New object.
31239         (__ieee754_powl): Use __powl_helper for finite arguments except
31240         integer exponents below 8.
31241         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31242         (p3): New object.
31243         (__ieee754_powl): Use __powl_helper for finite arguments except
31244         integer exponents below 8.
31245         * math/libm-test.inc (pow_test): Add more tests and enable some
31246         previously disabled tests.
31247         * sysdeps/i386/fpu/libm-test-ulps: Update.
31248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31249
31250 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31251             Carlos O'Donell  <carlos_odonell@mentor.com>
31252
31253         * nss/makedb.c (is_prime): Assert that input is odd and greater
31254         than 4.  Note that fact in a comment too.
31255         (next_prime): Add 4 to input.
31256
31257 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31258
31259         [BZ #11741]
31260         * libio/Makefile (tests): Add test case tst-fwrite-error.
31261         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31262         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31263         * libio/tst-fwrite-error.c: New test case.
31264
31265 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31266
31267         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31268         before casting to void *.
31269         * include/libc-internal.h (__pointer_type): New macro.
31270         (__integer_if_pointer_type_sub): Likewise.
31271         (__integer_if_pointer_type): Likewise.
31272         (cast_to_integer): Likewise.
31273         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31274         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31275         before casting to atomic64_t.
31276         (atomic_exchange_acq): Likewise.
31277         (__arch_exchange_and_add_body): Likewise.
31278         (__arch_add_body): Likewise.
31279         (atomic_add_negative): Likewise.
31280         (atomic_add_zero): Likewise.
31281
31282 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31283
31284         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31285         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31286         (add_fdes): Likewise.
31287         (linear_search_fdes): Likewise.
31288         (binary_search_unencoded_fdes): Likewise.
31289
31290 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31291
31292         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31293
31294 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31295
31296         * configure.in: Autodetect C++ header directories.
31297         * configure: Regenerated.
31298
31299 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31300
31301         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31302
31303 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31304
31305         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31306
31307 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31308
31309         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31310         LDBL_MANT_DIG == 106]: Disable some tests.
31311         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31312         Likewise.
31313         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31314         Likewise.
31315
31316         [BZ #14871]
31317         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31318         input for small inputs.  Return +/- pi/2 for large inputs.
31319         * math/libm-test.inc (atan_test): Add more tests.
31320
31321         * sysdeps/generic/unwind-dw2-fde-glibc.c
31322         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31323         __attribute__ ((unused)).
31324
31325         [BZ #14645]
31326         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31327         x * y if x and y are nonzero and z is zero.
31328
31329         [BZ #14811]
31330         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31331         nonzero exponents with absolute value below 0x1p-117 to +/-
31332         0x1p-117.
31333
31334         [BZ #14869]
31335         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31336         up arguments below 2**-450, not just those below 2**-500.
31337         * math/libm-test.inc (hypot_test): Add another test.
31338
31339         [BZ #14868]
31340         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31341         Return a+b for ratio over 2**120, not 2**60.
31342         * math/libm-test.inc (hypot_test): Add another test.
31343
31344         * math/libm-test.inc (clog_test): Use
31345         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31346         (clog10_test): Likewise.
31347
31348         [BZ #6778]
31349         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31350
31351 2012-11-22  Andreas Schwab  <schwab@suse.de>
31352
31353         * sysdeps/i386/fpu/libm-test-ulps: Update.
31354
31355 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31356
31357         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31358         printf output with newline.
31359
31360 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31361
31362         [BZ #14865]
31363         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31364         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31365         -z nodlopen, -z initfirst and -z execstack support.
31366         * configure: Regenerated.
31367
31368         * elf/elf.h (DF_1_NODIRECT): New macro.
31369         (DF_1_IGNMULDEF): Likewise.
31370         (DF_1_NOKSYMS): Likewise.
31371         (DF_1_NOHDR): Likewise.
31372         (DF_1_EDITED): Likewise.
31373         (DF_1_NORELOC): Likewise.
31374         (DF_1_SYMINTPOSE): Likewise.
31375         (DF_1_GLOBAUDIT): Likewise.
31376         (DF_1_SINGLETON): Likewise.
31377         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31378         DT_1_SUPPORTED_MASK bits.
31379         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31380
31381 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31382
31383         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31384
31385 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31386
31387         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31388         macro.
31389
31390         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31391         (sendmmsg): Move declarations...
31392         * socket/sys/socket.h: ... here.
31393         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31394         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31395         include it from...
31396         * socket/recvmmsg.c: ... this new file.
31397         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31398         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31399         definition of __sendmmsg hidden.
31400         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31401         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31402         Move ENOSYS stub into and include it from...
31403         * socket/sendmmsg.c: ... this new file.
31404         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31405         (sysdep_routines): Move recvmmsg and sendmmsg...
31406         * socket/Makefile (routines): ... here.
31407         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31408         (GLIBC_PRIVATE): Add __sendmmsg.
31409         * include/sys/socket.h (__sendmmsg): Add declarations.
31410         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31411         sendmmsg.
31412
31413 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31414
31415         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31416         variable I1 with __attribute__ ((unused)).
31417         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31418
31419 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31420
31421         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31422         DUMMY variables with __attribute__ ((unused)).
31423
31424         * bits/byteswap.h: Include <bits/types.h>.
31425         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31426
31427 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31428
31429         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31430         string_t.  Do not manually set errno.
31431         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31432         length with __strnlen.  Make sure to both set errno and return it on
31433         failure.
31434
31435 2012-11-19  David S. Miller  <davem@davemloft.net>
31436
31437         With help from Joseph Myers.
31438         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31439         very large arguments properly.
31440         * math/libm-test.inc (atan_test): New tests.
31441         (atan2_test): New tests.
31442         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31443         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31444
31445 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31446
31447         [BZ #14856]
31448         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31449         Define to 3.
31450
31451         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31452         [POSIX] (EADDRNOTAVAIL): Likewise.
31453         [POSIX] (EAFNOSUPPORT): Likewise.
31454         [POSIX] (EALREADY): Likewise.
31455         [POSIX] (ECONNABORTED): Likewise.
31456         [POSIX] (ECONNREFUSED): Likewise.
31457         [POSIX] (ECONNRESET): Likewise.
31458         [POSIX] (EDESTADDRREQ): Likewise.
31459         [POSIX] (EDQUOT): Likewise.
31460         [POSIX] (EHOSTUNREACH): Likewise.
31461         [POSIX] (EIDRM): Likewise.
31462         [POSIX] (EISCONN): Likewise.
31463         [POSIX] (ELOOP): Likewise.
31464         [POSIX] (EMULTIHOP): Likewise.
31465         [POSIX] (ENETDOWN): Likewise.
31466         [POSIX] (ENETUNREACH): Likewise.
31467         [POSIX] (ENOBUFS): Likewise.
31468         [POSIX] (ENODATA): Likewise.
31469         [POSIX] (ENOLINK): Likewise.
31470         [POSIX] (ENOMSG): Likewise.
31471         [POSIX] (ENOPROTOOPT): Likewise.
31472         [POSIX] (ENOSR): Likewise.
31473         [POSIX] (ENOSTR): Likewise.
31474         [POSIX] (ENOTCONN): Likewise.
31475         [POSIX] (ENOTSOCK): Likewise.
31476         [POSIX] (EOPNOTSUPP): Likewise.
31477         [POSIX] (EOVERFLOW): Likewise.
31478         [POSIX] (EPROTO): Likewise.
31479         [POSIX] (EPROTONOSUPPORT): Likewise.
31480         [POSIX] (EPROTOTYPE): Likewise.
31481         [POSIX] (ESTALE): Likewise.
31482         [POSIX] (ETIME): Likewise.
31483         [POSIX] (ETXTBSY): Likewise.
31484         [POSIX] (EWOULDBLOCK): Likewise.
31485         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31486         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31487         [POSIX] (SEEK_CUR): Likewise.
31488         [POSIX] (SEEK_END): Likewise.
31489         [POSIX || UNIX98] (mode_t): Do not require.
31490         [POSIX] (off_t): Likewise.
31491         [POSIX] (pid_t): Likewise.
31492         [POSIX] (sys/stat.h): Do not allow header.
31493         [POSIX] (unistd.h): Likewise.
31494         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31495         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31496         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31497         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31498         require.
31499         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31500         sigevent): Specify elements.
31501         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31502         entry.
31503         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31504         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31505
31506         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31507         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31508         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31509         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31510         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31511         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31512         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31513         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31514         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31515         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31516         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31517         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31518         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31519         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31520         Likewise.
31521         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31522         Likewise.
31523         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31524         Likewise.
31525         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31526         Likewise.
31527         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31528         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31529         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31530         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31531         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31532         Specify lower bound on value.
31533         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31534         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31535         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31536         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31537         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31538         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31539         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31540         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31541         value.
31542         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31543         as optional.
31544         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31545         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31546         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31547         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31548         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31549         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31550         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31551         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31552         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31553         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31554         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31555         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31556         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31557         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31558         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31559         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31560         entry.
31561         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31562         optional.
31563         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31564         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31565         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31566         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31567         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31568         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31569         Likewise.
31570         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31571         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31572         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31573         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31574         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31575         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31576         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31577         as optional.
31578         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31579         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31580         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31581         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31582         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31583         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31584         specify as optional.
31585         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31586         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31587         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31588         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31589         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31590         [XPG3] (NL_LANGMAX): Likewise.
31591         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31592         [POSIX || XPG3] (NL_NMAX): Likewise.
31593         [POSIX || XPG3] (NL_SETMAX): Likewise.
31594         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31595         [XPG3] (NZERO): Likewise.
31596         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31597         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31598         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31599         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31600         (REG_ERANGE): Expect.
31601         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31602         optional-constant.
31603         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31604         Use (void) in prototype.
31605         [POSIX] (*_t): Allow.
31606         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31607         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31608         (WRDE_BADVAL): Expect.
31609
31610         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31611         expect.
31612         [XPG3 || XPG4] (O_RSYNC): Likewise.
31613         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31614         Likewise.
31615         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31616         [XPG3 || XPG4] (sigqueue): Likewise.
31617         [XPG3 || XPG4] (sigtimedwait): Likewise.
31618         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31619         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31620         [XPG3 || XPG4] (vsnprintf): Likewise.
31621         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31622         Likewise.
31623         [XPG3 || XPG4] (blksize_t): Likewise.
31624         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31625         Likewise.
31626         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31627         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31628         [XPG3 || XPG4] (struct itimerspec): Likewise.
31629         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31630         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31631         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31632         [XPG3 || XPG4] (clockid_t): Likewise.
31633         [XPG3 || XPG4] (timer_t): Likewise.
31634         [XPG3 || XPG4] (clock_getres): Likewise.
31635         [XPG3 || XPG4] (clock_gettime): Likewise.
31636         [XPG3 || XPG4] (clock_settime): Likewise.
31637         [XPG3 || XPG4] (nanosleep): Likewise.
31638         [XPG3 || XPG4] (timer_create): Likewise.
31639         [XPG3 || XPG4] (timer_delete): Likewise.
31640         [XPG3 || XPG4] (timer_gettime): Likewise.
31641         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31642         [XPG3 || XPG4] (timer_settime): Likewise.
31643         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31644         [XPG3 || XPG4] (getlogin_r): Likewise.
31645         [XPG3 || XPG4] (pread): Likewise.
31646         [XPG3 || XPG4] (pthread_atfork): Likewise.
31647         [XPG3 || XPG4] (pwrite): Likewise.
31648
31649         [BZ #14835]
31650         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31651         <bits/siginfo.h>.
31652
31653 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31654
31655         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31656         finalizing MALLSTREAM.
31657
31658         * sysdeps/mach/hurd/syncfs.c: New file.
31659
31660 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31661
31662         [BZ #14719]
31663         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31664         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31665         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31666         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31667         (_nss_dns_gethostbyname4_r): Likewise.
31668         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31669         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31670
31671 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31672
31673         [BZ #13763]
31674         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31675
31676 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31677
31678         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31679         * elf/cache.c (print_entry): Print ",AArch64" for
31680         FLAG_AARCH64_LIB64
31681
31682         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31683         * elf/cache.c (print_entry): Print ",hard-float" for
31684         FLAG_ARM_LIBHF.
31685
31686 2012-11-18  David S. Miller  <davem@davemloft.net>
31687
31688         With help from Joseph Myers.
31689         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31690         cutoff to 2**-13.
31691         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31692         cutoff to 2**-25.
31693         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31694         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31695         small.
31696         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31697         * math/libm-test.inc (y0_test): New tests.
31698         (y1_test): New tests.
31699         * sysdeps/i386/fpu/libm-test-ulps: Update.
31700         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31701         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31702
31703 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31704
31705         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31706         64-bit targets.
31707         * configure: Regenerated.
31708
31709 2012-11-17  David S. Miller  <davem@davemloft.net>
31710
31711         [BZ #14811]
31712         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31713         nonzero exponents with absolute value below 0x1p-128 to +/-
31714         0x1p-128.
31715
31716 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31717
31718         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31719
31720         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31721
31722         * posix/getconf-speclist.c: New file.
31723         * posix/posix-envs.def: Likewise.
31724         * posix/confstr.c (START_ENV_GROUP): New macro.
31725         (END_ENV_GROUP): Likewise.
31726         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31727         (KNOWN_PRESENT_ENV_STRING): Likewise.
31728         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31729         (UNKNOWN_ENVIRONMENT): Likewise.
31730         (confstr): Include posix-envs.def instead of handling
31731         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31732         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31733         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31734         (END_ENV_GROUP): Likewise.
31735         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31736         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31737         (UNKNOWN_ENVIRONMENT): Likewise.
31738         (__sysconf): Include posix-envs.def instead of handling associated
31739         cases directly here.
31740         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31741         preprocessing getconf-speclist.c rather than running getconf or
31742         generating empty file.
31743
31744 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31745
31746         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31747
31748 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31749
31750         [BZ #14672]
31751         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31752
31753 2012-11-16  David S. Miller  <davem@davemloft.net>
31754
31755         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31756         smaller than LDBL_EPSILON/2.0L, just return xm1.
31757
31758 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31759
31760         * elf/tst-array1.c (init): Set constructor priority to 1000.
31761         (fini): Set destructor priority to 1000.
31762         * elf/tst-array2dep.c: Likewise.
31763
31764 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31765
31766         [BZ #11741]
31767         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31768         (_IO_new_file_xsputn): Also return EOF if none of the input
31769         data was written when overflow failed.
31770         * libio/iopadn.c (_IO_padn): Likewise.
31771         * libio/iowpadn.c (_IO_wpadn): Likewise.
31772         * stdio-common/tst-put-error.c: Add copyright notice.
31773         (do_test): Add case for printing padded string.
31774         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31775         _IO_padn returned error.
31776         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31777         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31778         return EOF.
31779
31780 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31781
31782         * libio/libioP.h: Add comment note that the references to C++
31783         bits are now obsolete.
31784
31785 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31786
31787         * math/libm-test.inc (check_complex): Use asprintf.
31788
31789 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31790
31791         * debug/pcprofiledump.c (print_version): Update copyright year.
31792         * malloc/memusagestat.c (print_version): Likewise.
31793
31794 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31795
31796         [BZ #14831]
31797         * elf/Makefile (tests): Add tst-audit8.
31798         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31799         ($(objpfx)tst-audit8.out): New target.
31800         (tst-audit8-ENV): New variable.
31801         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31802         audit if l_reloc_result is NULL.
31803         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31804         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31805         * elf/tst-audit8.c: New file.
31806
31807 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31808
31809         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31810         * misc/Makefile (CFLAGS-select.c): Define.
31811         * posix/Makefile (CFLAGS-pause.c): Define.
31812
31813 2012-11-13  David S. Miller  <davem@davemloft.net>
31814
31815         * crypt/Makefile: Move test targets after toplevel Rules
31816         inclusion.  Grab any necessary sysdep routines when linking.
31817         * crypt/md5.c (md5_process_block): Remove define, we will always
31818         name it __md5_process_block.
31819         (md5_finish_ctx): Update md5_process_block call.
31820         (md5_stream): Likewise.
31821         (md5_process_bytes): Likewise.
31822         (md5_process_block): Rename to __md5_process_block and move to ...
31823         * crypt/md5-block.c: ... here.
31824         * crypt/sha256.c (sha256_process_block): Move to ...
31825         * crypt/sha256-block.c: ... here.
31826         * crypt/sha512.c (sha512_process_block): Move to ...
31827         * crypt/sha512-block.c: ... here.
31828         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31829         path.
31830         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31831         * sysdeps/sparc/sparc64/multiarch/Makefile
31832         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31833         crypt subdir.
31834         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31835         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31836         multiarch changes.
31837         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31838         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31839         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31840         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31841         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31842         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31843         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31844         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31845         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31846         file.
31847         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31848         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31849         file.
31850         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31851
31852 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31853
31854         * timezone/tzselect.ksh: Update from tzcode git revision
31855         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31856         * timezone/zdump.c: Likewise.
31857         * timezone/zic.c: Likewise.
31858         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31859         in TZVERSION setting, not $(PKGVERSION).
31860         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31861         REPORT_BUGS_TO settings.
31862
31863         [BZ #14838]
31864         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31865         macro.
31866
31867 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31868
31869         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31870         detection to immediately after _FP_ROUND().
31871         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31872         bits are 0.
31873
31874 2012-11-11  David S. Miller  <davem@davemloft.net>
31875
31876         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31877         inttypes.h
31878         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31879         __close rather than their public counterparts.
31880
31881 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31882
31883         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31884         file.
31885         [UNIX98] (sem_timedwait): Do not expect.
31886         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31887         [XPG4 || UNIX98] (sockatmark): Do not expect.
31888         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31889         (clock_getcpuclockid): Do not expect.
31890         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31891         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31892         Do not expect.
31893         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31894         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31895         [UNIX98] (vwscanf): Likewise.
31896         [UNIX98] (vswscanf): Likewise.
31897
31898 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31899
31900         * timezone/version.h: Remove file.
31901         * timezone/README: Do not refer to version.h.
31902         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31903         $(objpfx)version.h.
31904         ($(objpfx)zdump.o): Likewise.
31905         ($(objpfx)version.h): New target.
31906
31907         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31908         2012i.
31909         * timezone/README: Don't mention modification to tzselect.ksh.
31910         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31911         work on unmodified tzselect.ksh.  Substitute version numbers in
31912         tzselect.ksh.
31913
31914         * Makefile (format-me): Remove.
31915         (INSTALL): Adjust indentation.  Use commands directly instead of
31916         using $(format-me).
31917
31918         * aclocal.m4 (ACX_PKGVERSION): New macro.
31919         (ACX_BUGURL): Likewise.
31920         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31921         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31922         (REPORT_BUGS_TO): Likewise.
31923         * configure: Regenerated.
31924         * config.h.in (PKGVERSION): New macro.
31925         (REPORT_BUGS_TO): Likewise.
31926         * config.make.in (PKGVERSION): New variable.
31927         (PKGVERSION_TEXI): Likewise.
31928         (REPORT_BUGS_TO): Likewise.
31929         (REPORT_BUGS_TEXI): Likewise.
31930         * Makefile (format-me): Use -I$(common-objpfx)manual.
31931         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31932         ($(common-objpfx)manual/%): New target.
31933         (manual/%): Remove target.
31934         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31935         (print_version): Use PKGVERSION.
31936         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31937         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31938         and REPORT_BUGS_TO.
31939         ($(objpfx)xtrace): Likewise.
31940         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31941         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31942         (print_version): Use PKGVERSION.
31943         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31944         (do_version): Use PKGVERSION.
31945         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31946         REPORT_BUGS_TO.
31947         (common-ldd-rewrite): Likewise.
31948         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31949         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31950         (print_version): Use PKGVERSION.
31951         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31952         * elf/pldd.c (argp_program_bug_address): Remove variable.
31953         (more_help): New function.
31954         (argp): Use more_help.
31955         (print_version): Use PKGVERSION.
31956         * elf/sln.c (main): Use PKGVERSION.
31957         (usage): Use REPORT_BUGS_TO.
31958         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31959         (top level): Use PKGVERSION.
31960         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31961         (print_version): Use PKGVERSION.
31962         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31963         (print_version): Use PKGVERSION.
31964         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31965         (print_version): Use PKGVERSION.
31966         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31967         (print_version): Use PKGVERSION.
31968         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31969         (print_version): Use PKGVERSION.
31970         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31971         (print_version): Use PKGVERSION.
31972         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31973         and BUGURL.
31974         ($(objpfx)memusage): Likewise.
31975         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31976         (do_version): Use PKGVERSION.
31977         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31978         (print_version): Use PKGVERSION.
31979         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31980         ($PKGVERSION): New variable.
31981         ($REPORT_BUGS_TO): Likewise.
31982         (usage): Use $REPORT_BUGS_TO.
31983         (top level): Use $PKGVERSION.
31984         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31985         ($(objpfx)pkgvers.texi): New rule.
31986         ($(objpfx)stamp-pkgvers): Likewise.
31987         * manual/install.texi: Include pkgvers.texi.
31988         (--with-pkgversion): Document new configure option.
31989         (--with-bugurl): Likewise.
31990         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31991         than necessarily for this particular distribution.  Use
31992         REPORT_BUGS_TO for where to report bugs.
31993         * INSTALL: Regenerated.
31994         * manual/libc.texinfo: Include pkgvers.texi.
31995         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31996         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31997         (print_version): Use PKGVERSION.
31998         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31999         (print_version): Use PKGVERSION.
32000         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32001         (print_version): Use PKGVERSION.
32002         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32003         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32004         macro.
32005         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32006         (print_version): Use PKGVERSION.
32007         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32008         (print_version): Use PKGVERSION.
32009         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32010         and PKGVERSION.
32011
32012         * timezone/checktab.awk: Update from tzcode 2012i.
32013         * timezone/ialloc.c: Likewise.
32014         * timezone/private.h: Likewise.
32015         * timezone/scheck.c: Likewise.
32016         * timezone/tzfile.h: Likewise.
32017         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32018         (TZVERSION): Hardcode tzcode version number.
32019         * timezone/zdump.c: Update from tzcode 2012i.
32020         * timezone/zic.c: Likewise.
32021         * timezone/version.h: New file.
32022         * timezone/README: Describe version.h.  Update upstream location.
32023
32024         [BZ #14824]
32025         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32026         (mktemp): Enable declaration.
32027         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32028         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32029         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32030         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32031         Likewise.
32032         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32033         Likewise.
32034         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32035         Likewise.
32036         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32037         Likewise.
32038         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32039         Likewise.
32040         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32041         Likewise.
32042
32043         [BZ #14821]
32044         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32045         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32046         for copies of such integer values.
32047         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32048         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32049
32050 2012-11-09  Andreas Jaeger  <aj@suse.de>
32051
32052         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32053         definitions and declarations that are provided by
32054         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32055
32056 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32057
32058         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32059         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32060         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32061         definition.
32062
32063 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32064
32065         * elf/elf.h: Update comment before AArch64 relocations.
32066
32067 2012-11-07  David S. Miller  <davem@davemloft.net>
32068
32069         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32070         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32071         (__start_context): Declare.
32072         (__makecontext_ret): Delete.
32073         (__makecontext): Hook up __start_context instead of
32074         __makecontext_ret.
32075         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32076         (sysdep_routines): Add __start_context when in stdlib.
32077
32078 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32079
32080         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32081         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32082         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32083         hardcoded "nm".
32084         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32085         (READELF): New variable.  Use it instead of hardcoded "readelf".
32086
32087 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32088
32089         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32090         * sysdeps/x86/Makefile: Here.
32091         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32092         * sysdeps/x86/tst-xmmymm.sh: This.
32093
32094 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32095
32096         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32097         expectations.
32098         [UNIX98] (pthread_barrier_t): Do not expect.
32099         [UNIX98] (pthread_barrierattr_t): Likewise.
32100         [UNIX98] (pthread_spinlock_t): Likewise.
32101         [UNIX98] (pthread_barrier_destroy): Likewise.
32102         [UNIX98] (pthread_barrier_init): Likewise.
32103         [UNIX98] (pthread_barrier_wait): Likewise.
32104         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32105         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32106         [UNIX98] (pthread_barrierattr_init): Likewise.
32107         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32108         [UNIX98] (pthread_getcpuclockid): Likewise.
32109         [UNIX98] (pthread_mutex_timedlock): Likewise.
32110         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32111         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32112         [UNIX98] (pthread_sigmask): Likewise.
32113         [UNIX98] (pthread_spin_destroy): Likewise.
32114         [UNIX98] (pthread_spin_init): Likewise.
32115         [UNIX98] (pthread_spin_lock): Likewise.
32116         [UNIX98] (pthread_spin_trylock): Likewise.
32117         [UNIX98] (pthread_spin_unlock): Likewise.
32118         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32119         Do not expect.
32120         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32121         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32122         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32123         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32124         [XPG3 || XPG4] (pthread_key_t): Likewise.
32125         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32126         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32127         [XPG3 || XPG4] (pthread_once_t): Likewise.
32128         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32129         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32130         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32131         [XPG3 || XPG4] (pthread_t): Likewise.
32132
32133         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32134         not expect.
32135         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32136
32137         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32138         Change function return type to int.
32139
32140         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32141         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32142         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32143         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32144         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32145         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32146         [!POSIX] (posix_madvise): Likewise.
32147         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32148         && !UNIX98].
32149         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32150         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32151         (mode_t): Likewise.
32152         (posix_mem_offset): Likewise.
32153         (posix_typed_mem_get_info): Likewise.
32154         (posix_typed_mem_open): Likewise.
32155
32156         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32157         Change condition to [XOPEN2K8].
32158
32159         * conform/conformtest.pl: Preprocess allow-header data with -x c
32160         instead of from stdin.
32161         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32162         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32163         [C99-based standards] (cerfc): Likewise.
32164         [C99-based standards] (cexp2): Likewise.
32165         [C99-based standards] (cexpm1): Likewise.
32166         [C99-based standards] (clog10): Likewise.
32167         [C99-based standards] (clog1p): Likewise.
32168         [C99-based standards] (clog2): Likewise.
32169         [C99-based standards] (clgamma): Likewise.
32170         [C99-based standards] (ctgamma): Likewise.
32171         [C99-based standards] (cerff): Likewise.
32172         [C99-based standards] (cerfcf): Likewise.
32173         [C99-based standards] (cexp2f): Likewise.
32174         [C99-based standards] (cexpm1f): Likewise.
32175         [C99-based standards] (clog10f): Likewise.
32176         [C99-based standards] (clog1pf): Likewise.
32177         [C99-based standards] (clog2f): Likewise.
32178         [C99-based standards] (clgammaf): Likewise.
32179         [C99-based standards] (ctgammaf): Likewise.
32180         [C99-based standards] (cerfl): Likewise.
32181         [C99-based standards] (cerfcl): Likewise.
32182         [C99-based standards] (cexp2l): Likewise.
32183         [C99-based standards] (cexpm1l): Likewise.
32184         [C99-based standards] (clog10l): Likewise.
32185         [C99-based standards] (clog1pl): Likewise.
32186         [C99-based standards] (clog2l): Likewise.
32187         [C99-based standards] (clgammal): Likewise.
32188         [C99-based standards] (ctgammal): Likewise.
32189         * conform/data/inttypes.h-data [C99-based standards]: Include
32190         stdint.h-data.  Remove all expectations for stdint.h contents.
32191         [C99-based standards] (PRI*): Do not allow.
32192         [C99-based standards] (SCN*): Likewise.
32193         [C99-based standards] (*_t): Likewise.
32194         [C99-based-standards] (PRId8): Expect macro.
32195         [C99-based-standards] (PRIi8): Likewise.
32196         [C99-based-standards] (PRIo8): Likewise.
32197         [C99-based-standards] (PRIu8): Likewise.
32198         [C99-based-standards] (PRIx8): Likewise.
32199         [C99-based-standards] (PRIX8): Likewise.
32200         [C99-based-standards] (SCNd8): Likewise.
32201         [C99-based-standards] (SCNi8): Likewise.
32202         [C99-based-standards] (SCNo8): Likewise.
32203         [C99-based-standards] (SCNu8): Likewise.
32204         [C99-based-standards] (SCNx8): Likewise.
32205         [C99-based-standards] (PRIdLEAST8): Likewise.
32206         [C99-based-standards] (PRIiLEAST8): Likewise.
32207         [C99-based-standards] (PRIoLEAST8): Likewise.
32208         [C99-based-standards] (PRIuLEAST8): Likewise.
32209         [C99-based-standards] (PRIxLEAST8): Likewise.
32210         [C99-based-standards] (PRIXLEAST8): Likewise.
32211         [C99-based-standards] (SCNdLEAST8): Likewise.
32212         [C99-based-standards] (SCNiLEAST8): Likewise.
32213         [C99-based-standards] (SCNoLEAST8): Likewise.
32214         [C99-based-standards] (SCNuLEAST8): Likewise.
32215         [C99-based-standards] (SCNxLEAST8): Likewise.
32216         [C99-based-standards] (PRIdFAST8): Likewise.
32217         [C99-based-standards] (PRIiFAST8): Likewise.
32218         [C99-based-standards] (PRIoFAST8): Likewise.
32219         [C99-based-standards] (PRIuFAST8): Likewise.
32220         [C99-based-standards] (PRIxFAST8): Likewise.
32221         [C99-based-standards] (PRIXFAST8): Likewise.
32222         [C99-based-standards] (SCNdFAST8): Likewise.
32223         [C99-based-standards] (SCNiFAST8): Likewise.
32224         [C99-based-standards] (SCNoFAST8): Likewise.
32225         [C99-based-standards] (SCNuFAST8): Likewise.
32226         [C99-based-standards] (SCNxFAST8): Likewise.
32227         [C99-based-standards] (PRId16): Likewise.
32228         [C99-based-standards] (PRIi16): Likewise.
32229         [C99-based-standards] (PRIo16): Likewise.
32230         [C99-based-standards] (PRIu16): Likewise.
32231         [C99-based-standards] (PRIx16): Likewise.
32232         [C99-based-standards] (PRIX16): Likewise.
32233         [C99-based-standards] (SCNd16): Likewise.
32234         [C99-based-standards] (SCNi16): Likewise.
32235         [C99-based-standards] (SCNo16): Likewise.
32236         [C99-based-standards] (SCNu16): Likewise.
32237         [C99-based-standards] (SCNx16): Likewise.
32238         [C99-based-standards] (PRIdLEAST16): Likewise.
32239         [C99-based-standards] (PRIiLEAST16): Likewise.
32240         [C99-based-standards] (PRIoLEAST16): Likewise.
32241         [C99-based-standards] (PRIuLEAST16): Likewise.
32242         [C99-based-standards] (PRIxLEAST16): Likewise.
32243         [C99-based-standards] (PRIXLEAST16): Likewise.
32244         [C99-based-standards] (SCNdLEAST16): Likewise.
32245         [C99-based-standards] (SCNiLEAST16): Likewise.
32246         [C99-based-standards] (SCNoLEAST16): Likewise.
32247         [C99-based-standards] (SCNuLEAST16): Likewise.
32248         [C99-based-standards] (SCNxLEAST16): Likewise.
32249         [C99-based-standards] (PRIdFAST16): Likewise.
32250         [C99-based-standards] (PRIiFAST16): Likewise.
32251         [C99-based-standards] (PRIoFAST16): Likewise.
32252         [C99-based-standards] (PRIuFAST16): Likewise.
32253         [C99-based-standards] (PRIxFAST16): Likewise.
32254         [C99-based-standards] (PRIXFAST16): Likewise.
32255         [C99-based-standards] (SCNdFAST16): Likewise.
32256         [C99-based-standards] (SCNiFAST16): Likewise.
32257         [C99-based-standards] (SCNoFAST16): Likewise.
32258         [C99-based-standards] (SCNuFAST16): Likewise.
32259         [C99-based-standards] (SCNxFAST16): Likewise.
32260         [C99-based-standards] (PRId32): Likewise.
32261         [C99-based-standards] (PRIi32): Likewise.
32262         [C99-based-standards] (PRIo32): Likewise.
32263         [C99-based-standards] (PRIu32): Likewise.
32264         [C99-based-standards] (PRIx32): Likewise.
32265         [C99-based-standards] (PRIX32): Likewise.
32266         [C99-based-standards] (SCNd32): Likewise.
32267         [C99-based-standards] (SCNi32): Likewise.
32268         [C99-based-standards] (SCNo32): Likewise.
32269         [C99-based-standards] (SCNu32): Likewise.
32270         [C99-based-standards] (SCNx32): Likewise.
32271         [C99-based-standards] (PRIdLEAST32): Likewise.
32272         [C99-based-standards] (PRIiLEAST32): Likewise.
32273         [C99-based-standards] (PRIoLEAST32): Likewise.
32274         [C99-based-standards] (PRIuLEAST32): Likewise.
32275         [C99-based-standards] (PRIxLEAST32): Likewise.
32276         [C99-based-standards] (PRIXLEAST32): Likewise.
32277         [C99-based-standards] (SCNdLEAST32): Likewise.
32278         [C99-based-standards] (SCNiLEAST32): Likewise.
32279         [C99-based-standards] (SCNoLEAST32): Likewise.
32280         [C99-based-standards] (SCNuLEAST32): Likewise.
32281         [C99-based-standards] (SCNxLEAST32): Likewise.
32282         [C99-based-standards] (PRIdFAST32): Likewise.
32283         [C99-based-standards] (PRIiFAST32): Likewise.
32284         [C99-based-standards] (PRIoFAST32): Likewise.
32285         [C99-based-standards] (PRIuFAST32): Likewise.
32286         [C99-based-standards] (PRIxFAST32): Likewise.
32287         [C99-based-standards] (PRIXFAST32): Likewise.
32288         [C99-based-standards] (SCNdFAST32): Likewise.
32289         [C99-based-standards] (SCNiFAST32): Likewise.
32290         [C99-based-standards] (SCNoFAST32): Likewise.
32291         [C99-based-standards] (SCNuFAST32): Likewise.
32292         [C99-based-standards] (SCNxFAST32): Likewise.
32293         [C99-based-standards] (PRId64): Likewise.
32294         [C99-based-standards] (PRIi64): Likewise.
32295         [C99-based-standards] (PRIo64): Likewise.
32296         [C99-based-standards] (PRIu64): Likewise.
32297         [C99-based-standards] (PRIx64): Likewise.
32298         [C99-based-standards] (PRIX64): Likewise.
32299         [C99-based-standards] (SCNd64): Likewise.
32300         [C99-based-standards] (SCNi64): Likewise.
32301         [C99-based-standards] (SCNo64): Likewise.
32302         [C99-based-standards] (SCNu64): Likewise.
32303         [C99-based-standards] (SCNx64): Likewise.
32304         [C99-based-standards] (PRIdLEAST64): Likewise.
32305         [C99-based-standards] (PRIiLEAST64): Likewise.
32306         [C99-based-standards] (PRIoLEAST64): Likewise.
32307         [C99-based-standards] (PRIuLEAST64): Likewise.
32308         [C99-based-standards] (PRIxLEAST64): Likewise.
32309         [C99-based-standards] (PRIXLEAST64): Likewise.
32310         [C99-based-standards] (SCNdLEAST64): Likewise.
32311         [C99-based-standards] (SCNiLEAST64): Likewise.
32312         [C99-based-standards] (SCNoLEAST64): Likewise.
32313         [C99-based-standards] (SCNuLEAST64): Likewise.
32314         [C99-based-standards] (SCNxLEAST64): Likewise.
32315         [C99-based-standards] (PRIdFAST64): Likewise.
32316         [C99-based-standards] (PRIiFAST64): Likewise.
32317         [C99-based-standards] (PRIoFAST64): Likewise.
32318         [C99-based-standards] (PRIuFAST64): Likewise.
32319         [C99-based-standards] (PRIxFAST64): Likewise.
32320         [C99-based-standards] (PRIXFAST64): Likewise.
32321         [C99-based-standards] (SCNdFAST64): Likewise.
32322         [C99-based-standards] (SCNiFAST64): Likewise.
32323         [C99-based-standards] (SCNoFAST64): Likewise.
32324         [C99-based-standards] (SCNuFAST64): Likewise.
32325         [C99-based-standards] (SCNxFAST64): Likewise.
32326         [C99-based-standards] (PRIdMAX): Likewise.
32327         [C99-based-standards] (PRIiMAX): Likewise.
32328         [C99-based-standards] (PRIoMAX): Likewise.
32329         [C99-based-standards] (PRIuMAX): Likewise.
32330         [C99-based-standards] (PRIxMAX): Likewise.
32331         [C99-based-standards] (PRIXMAX): Likewise.
32332         [C99-based-standards] (SCNdMAX): Likewise.
32333         [C99-based-standards] (SCNiMAX): Likewise.
32334         [C99-based-standards] (SCNoMAX): Likewise.
32335         [C99-based-standards] (SCNuMAX): Likewise.
32336         [C99-based-standards] (SCNxMAX): Likewise.
32337         [C99-based-standards] (PRIdPTR): Likewise.
32338         [C99-based-standards] (PRIiPTR): Likewise.
32339         [C99-based-standards] (PRIoPTR): Likewise.
32340         [C99-based-standards] (PRIuPTR): Likewise.
32341         [C99-based-standards] (PRIxPTR): Likewise.
32342         [C99-based-standards] (PRIXPTR): Likewise.
32343         [C99-based-standards] (SCNdPTR): Likewise.
32344         [C99-based-standards] (SCNiPTR): Likewise.
32345         [C99-based-standards] (SCNoPTR): Likewise.
32346         [C99-based-standards] (SCNuPTR): Likewise.
32347         [C99-based-standards] (SCNxPTR): Likewise.
32348         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32349         allow.
32350         * conform/data/stdint.h-data: Update comments to clarify
32351         requirements.
32352         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32353         type.
32354         [C99-based standards] (INT8_MAX): Likewise.
32355         [C99-based standards] (INT16_MIN): Likewise.
32356         [C99-based standards] (INT16_MAX): Likewise.
32357         [C99-based standards] (INT32_MIN): Likewise.
32358         [C99-based standards] (INT32_MAX): Likewise.
32359         [C99-based standards] (INT64_MIN): Likewise.
32360         [C99-based standards] (INT64_MAX): Likewise.
32361         [C99-based standards] (UINT8_MAX): Likewise.
32362         [C99-based standards] (UINT16_MAX): Likewise.
32363         [C99-based standards] (UINT32_MAX): Likewise.
32364         [C99-based standards] (UINT64_MAX): Likewise.
32365         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32366         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32367         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32368         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32369         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32370         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32371         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32372         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32373         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32374         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32375         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32376         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32377         [C99-based standards] (INT_FAST8_MIN): Likewise.
32378         [C99-based standards] (INT_FAST8_MAX): Likewise.
32379         [C99-based standards] (INT_FAST16_MIN): Likewise.
32380         [C99-based standards] (INT_FAST16_MAX): Likewise.
32381         [C99-based standards] (INT_FAST32_MIN): Likewise.
32382         [C99-based standards] (INT_FAST32_MAX): Likewise.
32383         [C99-based standards] (INT_FAST64_MIN): Likewise.
32384         [C99-based standards] (INT_FAST64_MAX): Likewise.
32385         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32386         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32387         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32388         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32389         [C99-based standards] (INTPTR_MIN): Likewise.
32390         [C99-based standards] (INTPTR_MAX): Likewise.
32391         [C99-based standards] (UINTPTR_MAX): Likewise.
32392         [C99-based standards] (INTMAX_MIN): Likewise.
32393         [C99-based standards] (INTMAX_MAX): Likewise.
32394         [C99-based standards] (UINTMAX_MAX): Likewise.
32395         [C99-based standards] (PTRDIFF_MIN): Likewise.
32396         [C99-based standards] (PTRDIFF_MAX): Likewise.
32397         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32398         [C99-based standards] (SIZE_MAX): Likewise.
32399         [C99-based standards] (WCHAR_MAX): Likewise.
32400         [C99-based standards] (WINT_MAX): Likewise.
32401         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32402         constraint on value.
32403         [C99-based standards] (WCHAR_MIN): Likewise.
32404         [C99-based standards] (WINT_MIN): Likewise.
32405         [C99-based standards] (*_t): Allow.
32406         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32407         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32408         Include math.h-data and complex.h-data.  Remove all expectations
32409         of math.h and complex.h contents.
32410         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32411         at end of line.
32412         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32413         (struct tm): Expect tag.
32414         [C99-based-standards] (wcstof): Expect function.
32415         [C99-based-standards] (wcstold): Likewise.
32416         [C99-based-standards] (wcstoll): Likewise.
32417         [C99-based-standards] (wcstoull): Likewise.
32418         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32419         macro-int-constant.  Specify type.
32420         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32421         constraint on value.
32422         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32423         Specify type.
32424         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32425         Specify value.
32426         [ISO C standards]: Do not allow headers.
32427         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32428         wcs[abcdefghijklmnopqrstuvwxyz]*.
32429         [ISO C standards] (*_t): Do not allow.
32430         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32431         Expect function.
32432         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32433         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32434         Specify type.
32435         [ISO C standards]: Do not allow headers.
32436         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32437         is[abcdefghijklmnopqrstuvwxyz]*.
32438         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32439         to[abcdefghijklmnopqrstuvwxyz]*.
32440         [ISO C standards] (*_t): Do not allow.
32441         * conform/data/stdalign.h-data: New file.
32442         * conform/data/stdbool.h-data: Likewise.
32443         * conform/data/stdnoreturn.h-data: Likewise.
32444
32445 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32446
32447         [BZ #14815]
32448         * manual/filesys.texi (Directory Entries): Typo fix.
32449         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32450
32451 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32452
32453         * elf/elf.h (EM_AARCH64): New macro.
32454         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32455         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32456         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32457         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32458         (R_AARCH64_TLSDESC): Likewise.
32459         (NT_ARM_TLS): Likewise.
32460         (NT_ARM_HW_BREAK): Likewise.
32461         (NT_ARM_HW_WATCH): Likewise.
32462
32463 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32464
32465         [BZ #14811]
32466         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32467         (__ieee754_powl): Saturate nonzero exponents with absolute value
32468         below 0x1p-79 to +/- 0x1p-79.
32469         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32470         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32471         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32472         nonzero exponents with absolute value below 0x1p-32 to +/-
32473         0x1p-32.
32474         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32475         (__ieee754_powl): Saturate nonzero exponents with absolute value
32476         below 0x1p-79 to +/- 0x1p-79.
32477         * math/libm-test.inc (pow_test): Add more tests.
32478
32479 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32480
32481         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32482         _dl_s390_cap_flags with kernel. Increase string length.
32483         (_dl_s390_platforms): Add z196 and zEC12.
32484
32485 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32486
32487         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32488         Change XOPEN21K to XOPEN2K.
32489
32490 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32491
32492         * string/memmove.c: Use memcpy when possible.
32493
32494 2012-11-06  Andreas Jaeger  <aj@suse.de>
32495
32496         * po/eo.po: Update from translation team.
32497
32498 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32499
32500         [BZ #14793]
32501         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32502         exponent and small x and y exponents, scale x or y up.  Increase
32503         by 2 the exponent used in scaling up.
32504         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32505         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32506         * math/libm-test.inc (fma_test): Add more tests.
32507         (fma_test_towardzero): Likewise.
32508         (fma_test_downward): Likewise.
32509         (fma_test_upward): Likewise.
32510
32511 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32512
32513         [BZ #14805]
32514         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32515         fenv_t *.
32516
32517         [BZ #14801]
32518         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32519         namespace for names of struct fields.
32520         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32521         fenv_t fields.
32522         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32523         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32524
32525 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32526
32527         [BZ #3665]
32528         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32529
32530 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32531
32532         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32533         PTR_DEMANGLE.
32534
32535         [BZ #5246]
32536         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32537         PTR_DEMANGLE.
32538
32539 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32540
32541         [BZ #14797]
32542         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32543         definitely overflow as x * y not x * y + z.
32544         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32545         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32546         * math/libm-test.inc (fma_test): Add more tests.
32547         (fma_test_towardzero): Likewise.
32548         (fma_test_downward): Likewise.
32549         (fma_test_upward): Likewise.
32550
32551 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32552
32553         [BZ #157]
32554
32555         * include/stub-tag.h: Remove file.
32556         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32557         '#include' of it.
32558         * manual/maint.texi (Porting): Don't reference it.
32559         * Makerules ($(objpfx)stubs): Likewise.
32560         * dirent/closedir.c: Don't include <stub-tag.h>.
32561         * dirent/dirfd.c: Likewise.
32562         * dirent/fdopendir.c: Likewise.
32563         * dirent/getdents.c: Likewise.
32564         * dirent/getdents64.c: Likewise.
32565         * dirent/opendir.c: Likewise.
32566         * dirent/readdir.c: Likewise.
32567         * dirent/readdir64.c: Likewise.
32568         * dirent/readdir64_r.c: Likewise.
32569         * dirent/readdir_r.c: Likewise.
32570         * dirent/rewinddir.c: Likewise.
32571         * dirent/seekdir.c: Likewise.
32572         * dirent/telldir.c: Likewise.
32573         * gmon/profil.c: Likewise.
32574         * grp/setgroups.c: Likewise.
32575         * inet/if_index.c: Likewise.
32576         * io/access.c: Likewise.
32577         * io/chdir.c: Likewise.
32578         * io/chmod.c: Likewise.
32579         * io/chown.c: Likewise.
32580         * io/close.c: Likewise.
32581         * io/dup.c: Likewise.
32582         * io/dup2.c: Likewise.
32583         * io/dup3.c: Likewise.
32584         * io/euidaccess.c: Likewise.
32585         * io/faccessat.c: Likewise.
32586         * io/fchdir.c: Likewise.
32587         * io/fchmod.c: Likewise.
32588         * io/fchmodat.c: Likewise.
32589         * io/fchown.c: Likewise.
32590         * io/fchownat.c: Likewise.
32591         * io/fcntl.c: Likewise.
32592         * io/flock.c: Likewise.
32593         * io/fstatfs.c: Likewise.
32594         * io/fstatfs64.c: Likewise.
32595         * io/fstatvfs.c: Likewise.
32596         * io/fstatvfs64.c: Likewise.
32597         * io/futimens.c: Likewise.
32598         * io/fxstat.c: Likewise.
32599         * io/fxstat64.c: Likewise.
32600         * io/fxstatat.c: Likewise.
32601         * io/fxstatat64.c: Likewise.
32602         * io/getcwd.c: Likewise.
32603         * io/isatty.c: Likewise.
32604         * io/lchmod.c: Likewise.
32605         * io/lchown.c: Likewise.
32606         * io/link.c: Likewise.
32607         * io/linkat.c: Likewise.
32608         * io/lseek.c: Likewise.
32609         * io/lseek64.c: Likewise.
32610         * io/lxstat64.c: Likewise.
32611         * io/mkdir.c: Likewise.
32612         * io/mkdirat.c: Likewise.
32613         * io/mkfifo.c: Likewise.
32614         * io/mkfifoat.c: Likewise.
32615         * io/open.c: Likewise.
32616         * io/open64.c: Likewise.
32617         * io/openat.c: Likewise.
32618         * io/openat64.c: Likewise.
32619         * io/pipe.c: Likewise.
32620         * io/pipe2.c: Likewise.
32621         * io/poll.c: Likewise.
32622         * io/posix_fadvise.c: Likewise.
32623         * io/posix_fadvise64.c: Likewise.
32624         * io/posix_fallocate.c: Likewise.
32625         * io/posix_fallocate64.c: Likewise.
32626         * io/read.c: Likewise.
32627         * io/readlink.c: Likewise.
32628         * io/readlinkat.c: Likewise.
32629         * io/rmdir.c: Likewise.
32630         * io/sendfile.c: Likewise.
32631         * io/sendfile64.c: Likewise.
32632         * io/statfs.c: Likewise.
32633         * io/statfs64.c: Likewise.
32634         * io/statvfs.c: Likewise.
32635         * io/statvfs64.c: Likewise.
32636         * io/symlink.c: Likewise.
32637         * io/symlinkat.c: Likewise.
32638         * io/ttyname.c: Likewise.
32639         * io/ttyname_r.c: Likewise.
32640         * io/umask.c: Likewise.
32641         * io/unlink.c: Likewise.
32642         * io/unlinkat.c: Likewise.
32643         * io/utime.c: Likewise.
32644         * io/utimensat.c: Likewise.
32645         * io/write.c: Likewise.
32646         * io/xmknod.c: Likewise.
32647         * io/xmknodat.c: Likewise.
32648         * io/xstat.c: Likewise.
32649         * io/xstat64.c: Likewise.
32650         * login/getpt.c: Likewise.
32651         * login/grantpt.c: Likewise.
32652         * login/unlockpt.c: Likewise.
32653         * math/e_acoshl.c: Likewise.
32654         * math/e_acosl.c: Likewise.
32655         * math/e_asinl.c: Likewise.
32656         * math/e_atan2l.c: Likewise.
32657         * math/e_atanhl.c: Likewise.
32658         * math/e_coshl.c: Likewise.
32659         * math/e_expl.c: Likewise.
32660         * math/e_fmodl.c: Likewise.
32661         * math/e_gammal_r.c: Likewise.
32662         * math/e_hypotl.c: Likewise.
32663         * math/e_j0l.c: Likewise.
32664         * math/e_j1l.c: Likewise.
32665         * math/e_jnl.c: Likewise.
32666         * math/e_lgammal_r.c: Likewise.
32667         * math/e_log10l.c: Likewise.
32668         * math/e_log2l.c: Likewise.
32669         * math/e_logl.c: Likewise.
32670         * math/e_powl.c: Likewise.
32671         * math/e_rem_pio2l.c: Likewise.
32672         * math/e_sinhl.c: Likewise.
32673         * math/e_sqrtl.c: Likewise.
32674         * math/fclrexcpt.c: Likewise.
32675         * math/fedisblxcpt.c: Likewise.
32676         * math/feenablxcpt.c: Likewise.
32677         * math/fegetenv.c: Likewise.
32678         * math/fegetexcept.c: Likewise.
32679         * math/fegetround.c: Likewise.
32680         * math/feholdexcpt.c: Likewise.
32681         * math/fesetenv.c: Likewise.
32682         * math/fesetround.c: Likewise.
32683         * math/feupdateenv.c: Likewise.
32684         * math/fgetexcptflg.c: Likewise.
32685         * math/fraiseexcpt.c: Likewise.
32686         * math/fsetexcptflg.c: Likewise.
32687         * math/ftestexcept.c: Likewise.
32688         * math/k_cosl.c: Likewise.
32689         * math/k_rem_pio2l.c: Likewise.
32690         * math/k_sinl.c: Likewise.
32691         * math/k_tanl.c: Likewise.
32692         * math/s_asinhl.c: Likewise.
32693         * math/s_atanl.c: Likewise.
32694         * math/s_cbrtl.c: Likewise.
32695         * math/s_erfl.c: Likewise.
32696         * math/s_expm1l.c: Likewise.
32697         * math/s_log1pl.c: Likewise.
32698         * math/s_tanhl.c: Likewise.
32699         * misc/acct.c: Likewise.
32700         * misc/brk.c: Likewise.
32701         * misc/chflags.c: Likewise.
32702         * misc/chroot.c: Likewise.
32703         * misc/fchflags.c: Likewise.
32704         * misc/fgetxattr.c: Likewise.
32705         * misc/flistxattr.c: Likewise.
32706         * misc/fremovexattr.c: Likewise.
32707         * misc/fsetxattr.c: Likewise.
32708         * misc/fsync.c: Likewise.
32709         * misc/ftruncate.c: Likewise.
32710         * misc/futimes.c: Likewise.
32711         * misc/futimesat.c: Likewise.
32712         * misc/getdomain.c: Likewise.
32713         * misc/getdtsz.c: Likewise.
32714         * misc/gethostid.c: Likewise.
32715         * misc/gethostname.c: Likewise.
32716         * misc/getloadavg.c: Likewise.
32717         * misc/getpagesize.c: Likewise.
32718         * misc/getsysstats.c: Likewise.
32719         * misc/getxattr.c: Likewise.
32720         * misc/gtty.c: Likewise.
32721         * misc/ioctl.c: Likewise.
32722         * misc/lgetxattr.c: Likewise.
32723         * misc/listxattr.c: Likewise.
32724         * misc/llistxattr.c: Likewise.
32725         * misc/lremovexattr.c: Likewise.
32726         * misc/lsetxattr.c: Likewise.
32727         * misc/lutimes.c: Likewise.
32728         * misc/madvise.c: Likewise.
32729         * misc/mincore.c: Likewise.
32730         * misc/mlock.c: Likewise.
32731         * misc/mlockall.c: Likewise.
32732         * misc/mmap.c: Likewise.
32733         * misc/mprotect.c: Likewise.
32734         * misc/msync.c: Likewise.
32735         * misc/munlock.c: Likewise.
32736         * misc/munlockall.c: Likewise.
32737         * misc/munmap.c: Likewise.
32738         * misc/preadv.c: Likewise.
32739         * misc/preadv64.c: Likewise.
32740         * misc/ptrace.c: Likewise.
32741         * misc/pwritev.c: Likewise.
32742         * misc/pwritev64.c: Likewise.
32743         * misc/readv.c: Likewise.
32744         * misc/reboot.c: Likewise.
32745         * misc/remap_file_pages.c: Likewise.
32746         * misc/removexattr.c: Likewise.
32747         * misc/revoke.c: Likewise.
32748         * misc/select.c: Likewise.
32749         * misc/setdomain.c: Likewise.
32750         * misc/setegid.c: Likewise.
32751         * misc/seteuid.c: Likewise.
32752         * misc/sethostid.c: Likewise.
32753         * misc/sethostname.c: Likewise.
32754         * misc/setregid.c: Likewise.
32755         * misc/setreuid.c: Likewise.
32756         * misc/setxattr.c: Likewise.
32757         * misc/sstk.c: Likewise.
32758         * misc/stty.c: Likewise.
32759         * misc/swapoff.c: Likewise.
32760         * misc/swapon.c: Likewise.
32761         * misc/sync.c: Likewise.
32762         * misc/syncfs.c: Likewise.
32763         * misc/syscall.c: Likewise.
32764         * misc/truncate.c: Likewise.
32765         * misc/ualarm.c: Likewise.
32766         * misc/usleep.c: Likewise.
32767         * misc/ustat.c: Likewise.
32768         * misc/utimes.c: Likewise.
32769         * misc/vhangup.c: Likewise.
32770         * misc/writev.c: Likewise.
32771         * posix/_exit.c: Likewise.
32772         * posix/alarm.c: Likewise.
32773         * posix/execve.c: Likewise.
32774         * posix/fexecve.c: Likewise.
32775         * posix/fork.c: Likewise.
32776         * posix/fpathconf.c: Likewise.
32777         * posix/getaddrinfo.c: Likewise.
32778         * posix/getegid.c: Likewise.
32779         * posix/geteuid.c: Likewise.
32780         * posix/getgid.c: Likewise.
32781         * posix/getgroups.c: Likewise.
32782         * posix/getlogin.c: Likewise.
32783         * posix/getlogin_r.c: Likewise.
32784         * posix/getpgid.c: Likewise.
32785         * posix/getpid.c: Likewise.
32786         * posix/getppid.c: Likewise.
32787         * posix/getresgid.c: Likewise.
32788         * posix/getresuid.c: Likewise.
32789         * posix/getsid.c: Likewise.
32790         * posix/getuid.c: Likewise.
32791         * posix/glob64.c: Likewise.
32792         * posix/nanosleep.c: Likewise.
32793         * posix/pathconf.c: Likewise.
32794         * posix/pause.c: Likewise.
32795         * posix/posix_madvise.c: Likewise.
32796         * posix/pread.c: Likewise.
32797         * posix/pread64.c: Likewise.
32798         * posix/pwrite.c: Likewise.
32799         * posix/pwrite64.c: Likewise.
32800         * posix/sched_getaffinity.c: Likewise.
32801         * posix/sched_getp.c: Likewise.
32802         * posix/sched_gets.c: Likewise.
32803         * posix/sched_primax.c: Likewise.
32804         * posix/sched_primin.c: Likewise.
32805         * posix/sched_rr_gi.c: Likewise.
32806         * posix/sched_setaffinity.c: Likewise.
32807         * posix/sched_setp.c: Likewise.
32808         * posix/sched_sets.c: Likewise.
32809         * posix/sched_yield.c: Likewise.
32810         * posix/setgid.c: Likewise.
32811         * posix/setlogin.c: Likewise.
32812         * posix/setpgid.c: Likewise.
32813         * posix/setresgid.c: Likewise.
32814         * posix/setresuid.c: Likewise.
32815         * posix/setsid.c: Likewise.
32816         * posix/setuid.c: Likewise.
32817         * posix/sleep.c: Likewise.
32818         * posix/spawni.c: Likewise.
32819         * posix/sysconf.c: Likewise.
32820         * posix/times.c: Likewise.
32821         * posix/wait.c: Likewise.
32822         * posix/wait3.c: Likewise.
32823         * posix/wait4.c: Likewise.
32824         * posix/waitpid.c: Likewise.
32825         * resolv/gai_sigqueue.c: Likewise.
32826         * resource/getpriority.c: Likewise.
32827         * resource/getrlimit.c: Likewise.
32828         * resource/getrusage.c: Likewise.
32829         * resource/nice.c: Likewise.
32830         * resource/setpriority.c: Likewise.
32831         * resource/setrlimit.c: Likewise.
32832         * resource/ulimit.c: Likewise.
32833         * rt/aio_cancel.c: Likewise.
32834         * rt/aio_fsync.c: Likewise.
32835         * rt/aio_read.c: Likewise.
32836         * rt/aio_sigqueue.c: Likewise.
32837         * rt/aio_suspend.c: Likewise.
32838         * rt/aio_write.c: Likewise.
32839         * rt/clock_getres.c: Likewise.
32840         * rt/clock_gettime.c: Likewise.
32841         * rt/clock_nanosleep.c: Likewise.
32842         * rt/clock_settime.c: Likewise.
32843         * rt/lio_listio.c: Likewise.
32844         * rt/mq_close.c: Likewise.
32845         * rt/mq_getattr.c: Likewise.
32846         * rt/mq_notify.c: Likewise.
32847         * rt/mq_open.c: Likewise.
32848         * rt/mq_receive.c: Likewise.
32849         * rt/mq_send.c: Likewise.
32850         * rt/mq_setattr.c: Likewise.
32851         * rt/mq_timedreceive.c: Likewise.
32852         * rt/mq_timedsend.c: Likewise.
32853         * rt/mq_unlink.c: Likewise.
32854         * rt/shm_open.c: Likewise.
32855         * rt/shm_unlink.c: Likewise.
32856         * rt/timer_create.c: Likewise.
32857         * rt/timer_delete.c: Likewise.
32858         * rt/timer_getoverr.c: Likewise.
32859         * rt/timer_gettime.c: Likewise.
32860         * rt/timer_settime.c: Likewise.
32861         * setjmp/__longjmp.c: Likewise.
32862         * setjmp/setjmp.c: Likewise.
32863         * signal/kill.c: Likewise.
32864         * signal/killpg.c: Likewise.
32865         * signal/raise.c: Likewise.
32866         * signal/sigaction.c: Likewise.
32867         * signal/sigaltstack.c: Likewise.
32868         * signal/sigblock.c: Likewise.
32869         * signal/sigignore.c: Likewise.
32870         * signal/sigintr.c: Likewise.
32871         * signal/signal.c: Likewise.
32872         * signal/sigpause.c: Likewise.
32873         * signal/sigpending.c: Likewise.
32874         * signal/sigqueue.c: Likewise.
32875         * signal/sigreturn.c: Likewise.
32876         * signal/sigset.c: Likewise.
32877         * signal/sigsetmask.c: Likewise.
32878         * signal/sigstack.c: Likewise.
32879         * signal/sigsuspend.c: Likewise.
32880         * signal/sigtimedwait.c: Likewise.
32881         * signal/sigvec.c: Likewise.
32882         * signal/sigwait.c: Likewise.
32883         * signal/sigwaitinfo.c: Likewise.
32884         * signal/sysv_signal.c: Likewise.
32885         * socket/accept.c: Likewise.
32886         * socket/accept4.c: Likewise.
32887         * socket/bind.c: Likewise.
32888         * socket/connect.c: Likewise.
32889         * socket/getpeername.c: Likewise.
32890         * socket/getsockname.c: Likewise.
32891         * socket/getsockopt.c: Likewise.
32892         * socket/isfdtype.c: Likewise.
32893         * socket/listen.c: Likewise.
32894         * socket/recv.c: Likewise.
32895         * socket/recvfrom.c: Likewise.
32896         * socket/recvmsg.c: Likewise.
32897         * socket/send.c: Likewise.
32898         * socket/sendmsg.c: Likewise.
32899         * socket/sendto.c: Likewise.
32900         * socket/setsockopt.c: Likewise.
32901         * socket/shutdown.c: Likewise.
32902         * socket/sockatmark.c: Likewise.
32903         * socket/socket.c: Likewise.
32904         * socket/socketpair.c: Likewise.
32905         * stdio-common/ctermid.c: Likewise.
32906         * stdio-common/cuserid.c: Likewise.
32907         * stdio-common/remove.c: Likewise.
32908         * stdio-common/rename.c: Likewise.
32909         * stdio-common/renameat.c: Likewise.
32910         * stdio-common/tempname.c: Likewise.
32911         * stdlib/getcontext.c: Likewise.
32912         * stdlib/makecontext.c: Likewise.
32913         * stdlib/setcontext.c: Likewise.
32914         * stdlib/swapcontext.c: Likewise.
32915         * stdlib/system.c: Likewise.
32916         * streams/fattach.c: Likewise.
32917         * streams/fdetach.c: Likewise.
32918         * streams/getmsg.c: Likewise.
32919         * streams/getpmsg.c: Likewise.
32920         * streams/putmsg.c: Likewise.
32921         * streams/putpmsg.c: Likewise.
32922         * sysdeps/unix/bsd/getpt.c: Likewise.
32923         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32924         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32925         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32927         Likewise.
32928         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32929         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32930         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32931         * sysvipc/msgctl.c: Likewise.
32932         * sysvipc/msgget.c: Likewise.
32933         * sysvipc/msgrcv.c: Likewise.
32934         * sysvipc/msgsnd.c: Likewise.
32935         * sysvipc/semctl.c: Likewise.
32936         * sysvipc/semget.c: Likewise.
32937         * sysvipc/semop.c: Likewise.
32938         * sysvipc/semtimedop.c: Likewise.
32939         * sysvipc/shmat.c: Likewise.
32940         * sysvipc/shmctl.c: Likewise.
32941         * sysvipc/shmdt.c: Likewise.
32942         * sysvipc/shmget.c: Likewise.
32943         * termios/tcdrain.c: Likewise.
32944         * termios/tcflow.c: Likewise.
32945         * termios/tcflush.c: Likewise.
32946         * termios/tcgetattr.c: Likewise.
32947         * termios/tcgetpgrp.c: Likewise.
32948         * termios/tcsendbrk.c: Likewise.
32949         * termios/tcsetattr.c: Likewise.
32950         * termios/tcsetpgrp.c: Likewise.
32951         * time/adjtime.c: Likewise.
32952         * time/clock.c: Likewise.
32953         * time/getitimer.c: Likewise.
32954         * time/gettimeofday.c: Likewise.
32955         * time/setitimer.c: Likewise.
32956         * time/settimeofday.c: Likewise.
32957         * time/stime.c: Likewise.
32958         * time/time.c: Likewise.
32959
32960 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32961
32962         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32963         /usr/old/bin.
32964
32965         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32966         instead of spaces.
32967         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32968
32969 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32970
32971         [BZ #14796]
32972         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32973         FE_TONEAREST before applying Dekker multiplication and Knuth
32974         addition.  Clear inexact exceptions and check for exact zero
32975         results afterwards.
32976         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32977         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32978         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32979         * math/libm-test.inc (fma_test): Add more tests.
32980         (fma_test_towardzero): Likewise.
32981         (fma_test_downward): Likewise.
32982         (fma_test_upward): Likewise.
32983         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32984         function.
32985         (libc_fesetround): New macro.
32986         (libc_fesetroundf): Likewise.
32987         (libc_fesetroundl): Likewise.
32988         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32989         function.
32990         (libc_fesetround_387): Likewise.
32991         (libc_fesetroundf): New macro.
32992         (libc_fesetround): Likewise.
32993         (libc_fesetroundl): Likewise.
32994         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32995         function.
32996         (libc_fesetroundf): New macro.
32997         (libc_fesetround): Likewise.
32998         (libc_fesetroundl): Likewise.
32999         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33000         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33001         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33002         libm_hidden_ver.
33003         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33004         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33005         libm_hidden_def.
33006         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33007         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33008         libm_hidden_ver.
33009         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33010         libm_hidden_def.
33011
33012         [BZ #3439]
33013         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33014         integer constant usable in #if and use that to give value to enum
33015         constant.
33016         (FE_DIVBYZERO): Likewise.
33017         (FE_UNDERFLOW): Likewise.
33018         (FE_OVERFLOW): Likewise.
33019         (FE_INVALID): Likewise.
33020         (FE_INVALID_SNAN): Likewise.
33021         (FE_INVALID_ISI): Likewise.
33022         (FE_INVALID_IDI): Likewise.
33023         (FE_INVALID_ZDZ): Likewise.
33024         (FE_INVALID_IMZ): Likewise.
33025         (FE_INVALID_COMPARE): Likewise.
33026         (FE_INVALID_SOFTWARE): Likewise.
33027         (FE_INVALID_SQRT): Likewise.
33028         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33029         (FE_TONEAREST): Likewise.
33030         (FE_TOWARDZERO): Likewise.
33031         (FE_UPWARD): Likewise.
33032         (FE_DOWNWARD): Likewise.
33033         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33034         (FE_DIVBYZERO): Likewise.
33035         (FE_OVERFLOW): Likewise.
33036         (FE_UNDERFLOW): Likewise.
33037         (FE_INEXACT): Likewise.
33038         (FE_TONEAREST): Likewise.
33039         (FE_DOWNWARD): Likewise.
33040         (FE_UPWARD): Likewise.
33041         (FE_TOWARDZERO): Likewise.
33042         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33043         (FE_UNDERFLOW): Likewise.
33044         (FE_OVERFLOW): Likewise.
33045         (FE_DIVBYZERO): Likewise.
33046         (FE_INVALID): Likewise.
33047         (FE_TONEAREST): Likewise.
33048         (FE_TOWARDZERO): Likewise.
33049         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33050         (FE_OVERFLOW): Likewise.
33051         (FE_UNDERFLOW): Likewise.
33052         (FE_DIVBYZERO): Likewise.
33053         (FE_INEXACT): Likewise.
33054         (FE_TONEAREST): Likewise.
33055         (FE_TOWARDZERO): Likewise.
33056         (FE_UPWARD): Likewise.
33057         (FE_DOWNWARD): Likewise.
33058         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33059         (FE_DIVBYZERO): Likewise.
33060         (FE_OVERFLOW): Likewise.
33061         (FE_UNDERFLOW): Likewise.
33062         (FE_INEXACT): Likewise.
33063         (FE_TONEAREST): Likewise.
33064         (FE_DOWNWARD): Likewise.
33065         (FE_UPWARD): Likewise.
33066         (FE_TOWARDZERO): Likewise.
33067
33068 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33069
33070         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33071
33072 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33073
33074         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33075         commands.  Quote $PWD.
33076         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33077         -x" by "export".
33078         (remove_newlines): Remove.
33079
33080 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33081
33082         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33083         * stdlib/stdlib.h (atof): Moved to ...
33084         * include/bits/stdlib-float.h: Here.  New file.
33085         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33086         * stdlib/bits/stdlib-float.h: New file.
33087         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33088         -mno-sse -mno-mmx.
33089         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33090         <xmmintrin.h>.
33091
33092 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33093
33094         * conform/conformtest.pl (@headers): Add fenv.h.
33095         * conform/data/fenv.h-data: New file.
33096         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33097         include of <math/fenv.h>.
33098
33099         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33100         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33101         && !UNIX98].  Enables tests for XOPEN2K8.
33102         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33103         POSIX2008]: Likewise.
33104
33105         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33106         (struct rusage): Do not expect type or its members.
33107
33108         [BZ #3439]
33109         * math/math.h (FP_NAN): Define macro to integer constant usable in
33110         #if and use that to give value to enum constant.
33111         (FP_INFINITE): Likewise.
33112         (FP_ZERO): Likewise.
33113         (FP_SUBNORMAL): Likewise.
33114         (FP_NORMAL): Likewise.
33115
33116 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33117
33118         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33119         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33120         arguments.
33121
33122 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33123
33124         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33125         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33126         autoconf-time if not.
33127         * configure.in: Remove AC_PREREQ.
33128
33129 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33130
33131         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33132         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33133         of the internal implementation.
33134
33135 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33136
33137         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33138         except include of <misc/sys/syslog.h>.
33139
33140 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33141
33142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33143         function returns with a NULL context exit with zero.
33144
33145 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33146
33147         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33148
33149 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33150
33151         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33152         (run_program_cmd): This.
33153         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33154         (tst_langinfo): New variable.  Use it.
33155
33156 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33157
33158         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33159         floating point opcodes.
33160
33161 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33162
33163         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33164         variable.
33165
33166         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33167
33168         * sysdeps/mach/hurd/powerpc: Remove directory.
33169         * sysdeps/mach/powerpc: Likewise.
33170
33171 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33172
33173         * scripts/check-local-headers.sh: Ignore c++ headers.
33174
33175 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33176
33177         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33178         __libc_cleanup_region_start argument.
33179
33180 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33181
33182         [BZ #14784]
33183         [BZ #14785]
33184         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33185         x * y using scaling, not as x * y + z.
33186         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33187         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33188         * math/libm-test.inc (fma_test): Add more tests.
33189         (fma_test_towardzero): Likewise.
33190         (fma_test_downward): Likewise.
33191         (fma_test_upward): Likewise.
33192
33193 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33194
33195         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33196
33197 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33198
33199         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33200         New variable.
33201
33202 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33203
33204         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33205
33206 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33207
33208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33209         Fix sort order.
33210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33211         Likewise.
33212
33213 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33214
33215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33216         Fix the order of the list for glibc 2.17.
33217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33218         Likewise.
33219
33220 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33221
33222         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33223
33224 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33225
33226         [BZ #14610]
33227         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33228         for low part of x being zero before using __atanl (y).
33229         * math/libm-test.inc (atan2_test): Add another test.
33230
33231         * manual/install.texi (Configuring and compiling): Document
33232         general use of test-wrapper and test-wrapper-env.
33233         * INSTALL: Regenerated.
33234
33235         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33236         (__fma): Do not extract and scale down low bits on after-rounding
33237         systems when result rounded to normal precision would have normal
33238         exponent.
33239         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33240         (__fmal): Do not extract and scale down low bits on after-rounding
33241         systems when result rounded to normal precision would have normal
33242         exponent.
33243         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33244         (__fmal): Do not extract and scale down low bits on after-rounding
33245         systems when result rounded to normal precision would have normal
33246         exponent.
33247         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33248         macro.
33249         (fma_test): Add more tests.
33250         (fma_test_towardzero): Likewise.
33251         (fma_test_downward): Likewise.
33252         (fma_test_upward): Likewise.
33253
33254 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33255
33256         * sysdeps/i386/tininess.h: Renamed to ...
33257         * sysdeps/x86/tininess.h: This.
33258         * sysdeps/x86_64/tininess.h: Removed.
33259
33260 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33261
33262         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33263         input.  Use $(build-program-cmd).
33264         ($(objpfx)tst-array1-static.out): Likewise.
33265         ($(objpfx)tst-array2.out): Likewise.
33266         ($(objpfx)tst-array3.out): Likewise.
33267         ($(objpfx)tst-array4.out): Likewise.
33268         ($(objpfx)tst-array5.out): Likewise.
33269         ($(objpfx)tst-array5-static.out): Likewise.
33270
33271 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33272
33273         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33274         if defined.
33275
33276         * nss/nsswitch.h (nss_interface_function): Provide new
33277         macro for use with NSS functions.
33278         * grp/initgroups.c: Use new macro.
33279         * nss/getXXbyYY.c: Likewise.
33280         * nss/getXXbyYY_r.c: Likewise.
33281         * nss/getXXent.c: Likewise.
33282         * nss/getXXent_r.c: Likewise.
33283         * sysdeps/posix/getaddrinfo.c: Likewise.
33284
33285 2012-10-30  Andreas Jaeger  <aj@suse.de>
33286
33287         * po/ru.po: Update Russion translation from translation project.
33288
33289 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33290
33291         [BZ #14152]
33292         [BZ #14783]
33293         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33294         result and shift together with sticky bit instead of replicating
33295         round-to-nearest rounding.
33296         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33297         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33298         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33299         missing underflow exceptions.
33300         (fma_test_towardzero): Add more tests.
33301         (fma_test_downward): Likewise.
33302         (fma_test_upward): Likewise.
33303
33304         [BZ #14047]
33305         * sysdeps/generic/tininess.h: New file.
33306         * sysdeps/i386/tininess.h: Likewise.
33307         * sysdeps/sh/tininess.h: Likewise.
33308         * sysdeps/x86_64/tininess.h: Likewise.
33309         * stdlib/tst-strtod-underflow.c: Likewise.
33310         * stdlib/tst-tininess.c: Likewise.
33311         * stdlib/strtod_l.c: Include <tininess.h>.
33312         (round_and_return): Do not set errno for exact underflow cases.
33313         Force an underflow exception when setting errno for underflow.
33314         Determine underflow based on rounding to normal precision if
33315         TININESS_AFTER_ROUNDING.
33316         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33317         ERANGE for exact underflow cases.
33318         * stdlib/Makefile (tests): Add tst-tininess and
33319         tst-strtod-underflow.
33320         ($(objpfx)tst-tininess): Use $(link-libm).
33321         ($(objpfx)tst-strtod-underflow): Likewise.
33322
33323 2012-10-30  Andreas Jaeger  <aj@suse.de>
33324
33325         [BZ#14767]
33326         * elf/Makefile (tests): Remove conditional for have-initfini-array
33327         since this is now always required and the variable does not exist
33328         anymore.
33329         (tests-static): Likewise.
33330         (modules-names): Likewise.
33331
33332         * po/eo.po: Add Esperanto translation from translation project.
33333
33334         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33335         merged with constructor/destructor.
33336         (init_array): Likewise.
33337         * elf/tst-array2dep.c (fini_array): Likewise.
33338         (init_array): Likewise.
33339
33340 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33341
33342         * manual/message.texi: Delete @cartouche tags.
33343
33344 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33345
33346         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33347         EOPNOTSUPP.
33348         * sysdeps/mach/hurd/fsync.c: Likewise.
33349
33350         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33351         [_POSIX_REALTIME_SIGNALS]: Change condition to
33352         [_POSIX_REALTIME_SIGNALS > 0].
33353
33354 2012-10-27  Andreas Jaeger  <aj@suse.de>
33355
33356         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33357         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33358         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33359         [__WORDSIZE != 64]: Likewise.
33360
33361 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33362
33363         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33364         *  iconvdata/tst-tables.sh: Likewise.
33365
33366 2012-10-25  David S. Miller  <davem@davemloft.net>
33367
33368         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33369         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33370         of strtoull.
33371
33372         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33373         ifunc-impl-list.c
33374         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33375         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33376         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33377         file.
33378
33379 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33380
33381         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33382         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33383         __getdirentries.
33384
33385 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33386             Jim Blandy  <jimb@codesourcery.com>
33387
33388         * scripts/cross-test-ssh.sh: New file.
33389         * manual/install.texi (Configuring and compiling): Document use of
33390         cross-test-ssh.sh.
33391         * INSTALL: Regenerated.
33392
33393 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33394
33395         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33396         EOPNOTSUPP.
33397
33398 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33399
33400         * Makeconfig (run-program-prefix): Fix comment.
33401
33402 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33403             Jim Blandy  <jimb@codesourcery.com>
33404
33405         * Makeconfig (test-wrapper): New variable,
33406         (test-wrapper-env): Likewise.
33407         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33408         (run-built-tests): Define to yes.
33409         (run-program-prefix): Use $(test-wrapper).
33410         (built-program-cmd): Likewise.
33411         * Rules (make-test-out): Use $(test-wrapper-env) and
33412         $(host-built-program-cmd).
33413         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33414         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33415         tst-pathopt.sh.
33416         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33417         $(test-wrapper-env) to tst-rtld-load-self.sh.
33418         ($(objpfx)order2.out): Use $(test-wrapper).
33419         ($(objpfx)tst-initorder.out): Likewise.
33420         ($(objpfx)tst-initorder2.out): Likewise.
33421         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33422         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33423         (test_wrapper_env): New variable.  Use it to run ld.so.
33424         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33425         Use it to run ld.so.
33426         (test_wrapper_env): Likewise.
33427         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33428         $(test-wrapper) to run-iconv-test.sh.
33429         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33430         (ICONV): Use $test_wrapper.
33431         * posix/Makefile ($(objpfx)globtest.out): Pass
33432         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33433         globtest.sh, not $(run-program-prefix).
33434         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33435         (test_wrapper): Likewise.
33436         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33437         set together with run_via_rtld_prefix.
33438         (run_program_prefix): Define in terms of test_wrapper and
33439         run_via_rtld_prefix.
33440
33441 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33442
33443         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33444         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33445         Targets removed.
33446
33447         [BZ #14743]
33448         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33449         Declare __clock_getres, __clock_gettime, __clock_settime,
33450         __clock_nanosleep, and __clock_getcpuclockid.
33451         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33452         Remove librt_hidden_def (clock_gettime).
33453         * sysdeps/unix/clock_gettime.c: Likewise.
33454         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33455         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33456         * rt/clock_getres.c: Define __clock_getres as an alias.
33457         * sysdeps/posix/clock_getres.c: Likewise.
33458         * rt/clock_settime.c: Define __clock_settime as an alias.
33459         * sysdeps/unix/clock_settime.c: Likewise.
33460         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33461         * sysdeps/unix/clock_nanosleep.c: Likewise.
33462         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33463         * rt/clock-compat.c: New file.
33464         * rt/Makefile (librt-routines): Add clock-compat and move
33465         $(clock-routines) to ...
33466         (routines): ... here, new variable.
33467         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33468         Don't add get_clockfreq here.
33469         * rt/Versions (libc: GLIBC_2.17): New version set.
33470         Add clock_* symbols here.
33471         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33472         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33473         (GLIBC_2.17): Add clock_* symbols.
33474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33475         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33476         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33478         Likewise.
33479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33480         Likewise.
33481         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33482         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33483         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33485         * NEWS: Mention the move.
33486
33487         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33488         Use __open, __read, __close rather than their public counterparts.
33489         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33490         (__get_clockfreq_via_cpuinfo): Likewise.
33491         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33492         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33493
33494         * config.h.in (HAVE_IFUNC): New #undef.
33495         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33496         was successful.
33497         * configure: Regenerated.
33498
33499 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33500
33501         * configure.in: Move READELF check to start of file.
33502         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33503         libc_cv_asm_gnu_indirect_function in the process.
33504         * configure: Regenerated.
33505
33506 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33507
33508         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33509         send the output to /dev/null.
33510         (libc_cv_cc_with_libunwind): Likewise.
33511         (libc_cv_as_noexecstack): Likewise.
33512         * configure: Regenerate.
33513
33514 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33515
33516         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33517
33518         * posix/globtest.sh (TMPDIR): Do not set.
33519         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33520         (testout): Likewise.
33521
33522 2012-10-24  Andreas Jaeger  <aj@suse.de>
33523
33524         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33525         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33526         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33527         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33528         posix_fadvise64, posix_fallocate64.
33529
33530         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33531         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33532         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33533         Likewise.
33534         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33535         Likewise.
33536         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33537
33538         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33539         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33540         <bits/fcntl-linux.h>.
33541         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33542
33543         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33544         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33545         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33546         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33547         [__WORDSIZE != 64]: Likewise.
33548
33549 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33550
33551         * Makeconfig (run-built-tests): New variable.
33552         * Rules [$(cross-compiling) = yes]: Change condition to
33553         [$(run-built-tests) = no].
33554         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33555         to [$(run-built-tests) = yes].
33556         * elf/Makefile [$(cross-compiling) = no]: Likewise
33557         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33558         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33559         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33560         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33561         * io/Makefile [$(cross-compiling) = no]: Likewise.
33562         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33563         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33564         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33565         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33566         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33567         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33568         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33569         * string/Makefile [$(cross-compiling) = no]: Likewise.
33570
33571         * posix/Makefile ($(objpfx)globtest.out): Pass
33572         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33573         $(rtld-installed-name).
33574         * posix/globtest.sh (elf_objpfx): Remove variable.
33575         (rtld_installed_name): Likewise.
33576         (library_path): Likewise.
33577         (run_program_prefix): New variable.  Use for running globtest
33578         binary.
33579
33580 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33581             Joseph Myers  <joseph@codesourcery.com>
33582
33583         * Makeconfig (host-built-program-cmd): New variable.
33584         * elf/Makefile (tst-stackguard1-ARGS): Use
33585         $(host-built-program-cmd).
33586         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33587         (tst-spawn-ARGS): Likewise.
33588         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33589
33590 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33591             Jim Blandy  <jimb@codesourcery.com>
33592
33593         * Makeconfig (run-via-rtld-prefix): New variable.
33594         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33595         (built-program-cmd): Likewise.
33596
33597 2012-10-22  Andreas Jaeger  <aj@suse.de>
33598
33599         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33600         __O_RSYNC if it exists, otherwise to O_SYNC.
33601
33602 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33603             Joseph Myers  <joseph@codesourcery.com>
33604
33605         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33606         /dev/null.
33607         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33608         from /dev/null
33609         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33610         /dev/null.
33611
33612 2012-10-22  Andreas Jaeger  <aj@suse.de>
33613
33614         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33615         Define always.
33616         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33617
33618         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33619         bits/fcntl-linux.h.
33620
33621         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33622         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33623
33624         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33625         to __O_LARGEFILE.
33626         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33627         to __O_LARGEFILE.
33628
33629 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33630             Joseph Myers  <joseph@codesourcery.com>
33631
33632         * config.make.in (NM): New variable.
33633
33634 2012-10-21  Andreas Jaeger  <aj@suse.de>
33635
33636         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33637         definitions and declarations that are provided by
33638         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33639
33640 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33641
33642         [BZ #14683]
33643         * elf/Makefile (tests-static): Add tst-leaks1-static.
33644         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33645         ($(objpfx)tst-leaks1-static): New rule.
33646         ($(objpfx)tst-leaks1-static-mem): Likewise.
33647         (tst-leaks1-static-ENV): New macro.
33648         * elf/dl-open.c (dl_open_worker): Check the main application
33649         only if SHARED is defined.
33650         * elf/tst-leaks1-static.c: New file.
33651
33652 2012-10-20  Andreas Jaeger  <aj@suse.de>
33653
33654         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33655         generic values for Linux.
33656         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33657         and declarations that are provided by <bits/fcntl-linux.h> and
33658         include <bits/fcntl-linux.h>.
33659         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33660         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33661
33662 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33663
33664         * io/fcntl.h: Move include of <bits/types.h> to the top and
33665         include it unconditionally.
33666
33667 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33668
33669         * wcsmbs/Makefile (tests-ifunc): New variable.
33670         (tests): Add $(tests-ifunc).
33671         * wcsmbs/test-wcschr-ifunc.c: New file.
33672         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33673         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33674         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33675         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33676         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33677
33678         * string/Makefile (tests-ifunc): New variable.
33679         (tests): Add $(tests-ifunc).
33680         * string/test-memccpy.c (TEST_NAME): New macro.
33681         * string/test-memchr.c (TEST_NAME): Likewise.
33682         * string/test-memcmp.c (TEST_NAME): Likewise.
33683         * string/test-memcpy.c (TEST_NAME): Likewise.
33684         * string/test-memmem.c (TEST_NAME): Likewise.
33685         * string/test-memmove.c (TEST_NAME): Likewise.
33686         * string/test-memset.c (TEST_NAME): Likewise.
33687         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33688         * string/test-stpcpy.c (TEST_NAME): Likewise.
33689         * string/test-stpncpy.c (TEST_NAME): Likewise.
33690         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33691         * string/test-strcasestr.c (TEST_NAME): Likewise.
33692         * string/test-strcat.c (TEST_NAME): Likewise.
33693         * string/test-strchr.c (TEST_NAME): Likewise.
33694         * string/test-strcmp.c(TEST_NAME): Likewise.
33695         * string/test-strcpy.c (TEST_NAME): Likewise.
33696         * string/test-strcspn.c (TEST_NAME): Likewise.
33697         * string/test-strlen.c (TEST_NAME): Likewise.
33698         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33699         * string/test-strncmp.c (TEST_NAME): Likewise.
33700         * string/test-strncpy.c (TEST_NAME): Likewise.
33701         * string/test-strnlen.c (TEST_NAME): Likewise.
33702         * string/test-strpbrk.c (TEST_NAME): Likewise.
33703         * string/test-strrchr.c (TEST_NAME): Likewise.
33704         * string/test-strspn.c (TEST_NAME): Likewise.
33705         * string/test-strstr.c (TEST_NAME): Likewise.
33706         * string/test-bcopy-ifunc.c: New file.
33707         * string/test-bzero-ifunc.c: Likewise.
33708         * string/test-memccpy-ifunc.c: Likewise.
33709         * string/test-memchr-ifunc.c: Likewise.
33710         * string/test-memcmp-ifunc.c: Likewise.
33711         * string/test-memcpy-ifunc.c: Likewise.
33712         * string/test-memmem-ifunc.c: Likewise.
33713         * string/test-memmove-ifunc.c: Likewise.
33714         * string/test-mempcpy-ifunc.c: Likewise.
33715         * string/test-memset-ifunc.c: Likewise.
33716         * string/test-rawmemchr-ifunc.c: Likewise.
33717         * string/test-stpcpy-ifunc.c: Likewise.
33718         * string/test-stpncpy-ifunc.c: Likewise.
33719         * string/test-strcasecmp-ifunc.c: Likewise.
33720         * string/test-strcasestr-ifunc.c: Likewise.
33721         * string/test-strcat-ifunc.c: Likewise.
33722         * string/test-strchr-ifunc.c: Likewise.
33723         * string/test-strchrnul-ifunc.c: Likewise.
33724         * string/test-strcmp-ifunc.c: Likewise.
33725         * string/test-strcpy-ifunc.c: Likewise.
33726         * string/test-strcspn-ifunc.c: Likewise.
33727         * string/test-strlen-ifunc.c: Likewise.
33728         * string/test-strncasecmp-ifunc.c: Likewise.
33729         * string/test-strncat-ifunc.c: Likewise.
33730         * string/test-strncmp-ifunc.c: Likewise.
33731         * string/test-strncpy-ifunc.c: Likewise.
33732         * string/test-strnlen-ifunc.c: Likewise.
33733         * string/test-strpbrk-ifunc.c: Likewise.
33734         * string/test-strrchr-ifunc.c: Likewise.
33735         * string/test-strspn-ifunc.c: Likewise.
33736         * string/test-strstr-ifunc.c: Likewise.
33737
33738         * debug/Makefile (tests-ifunc): New variable.
33739         (tests): Add $(tests-ifunc).
33740         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33741         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33742         * debug/test-stpcpy_chk-ifunc.c: New file.
33743         * debug/test-strcpy_chk-ifunc.c: Likewise.
33744
33745 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33746
33747         [BZ #13601]
33748         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33749         header is not read in.
33750
33751 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33752
33753         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33754         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33755         directly.  Pass built executable to script as
33756         $(built-program-cmd).
33757         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33758         $testprogram without using LD_LIBRARY_PATH and $ldso.
33759
33760         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33761         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33762         $(rtld-installed-name).
33763         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33764         (rtld_installed_name): Likewise.
33765         (library_path): Likewise.
33766         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33767         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33768         $(run-program-prefix) to tst-tables.sh.
33769         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33770         it to run tst-table-from and tst-table-to.
33771         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33772         Pass it to tst-table.sh.
33773         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33774         $(run-program-prefix) to tst-gettext.sh.
33775         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33776         tst-translit.sh.
33777         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33778         tst-gettext2.sh.
33779         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33780         to run tst-gettext.
33781         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33782         to run tst-gettext2.
33783         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33784         to run tst-translit.
33785         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33786         $(run-program-prefix) to tst-mtrace.sh.
33787         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33788         to run tst-mtrace.
33789         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33790         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33791         $(rtld-installed-name).
33792         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33793         (rtld_installed_name): Likewise.
33794         (run_program_prefix): New variable.  Use it to run wordexp-test.
33795
33796         * Makeconfig (ARCH): Remove all definitions.
33797         (machine): Likewise.
33798         [ARCH]: Remove conditional code.
33799         [!objdir]: Give error.
33800         [!objdir] (objpfx): Remove.
33801         [!objdir] (common-objpfx): Likewise.
33802         [!objdir] (common-objdir): Likewise.
33803         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33804         AC_CONFIG_FILES call.
33805         * configure: Regenerated.
33806
33807         [BZ #13888]
33808         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33809         or TMPDIR.
33810         (testout): Likewise.
33811
33812         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33813         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33814         $(rtld-installed-name).
33815         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33816         (rtld_installed_name): Likwise.
33817         (runit): Remove function.
33818         (run_getconf): New variable,  Use it for running getconf binary.
33819
33820 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33821
33822         [BZ #14716]
33823         * string/test-memmem.c (check_result): New function.
33824         (do_one_test): Use it.
33825         (check1): New function.
33826         (test_main): Use it.
33827
33828 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33829
33830         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33831
33832 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33833
33834         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33835         (_G_LSEEK64): Likewise.
33836         (_G_MMAP64): Likewise.
33837         (_G_FSTAT64): Likewise.
33838         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33839         (_G_LSEEK64): Likewise.
33840         (_G_MMAP64): Likewise.
33841         (_G_FSTAT64): Likewise.
33842         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33843         unconditional.  Call __mmap64 directly.
33844         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33845         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33846         __lseek64 directly.
33847         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33848         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33849         __mmap64 directly.
33850         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33851         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33852         __lseek64 directly.
33853         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33854         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33855         __lseek64 directly.
33856         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33857         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33858         __lseek64 directly.
33859         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33860         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33861         __fxstat64 directly.
33862         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33863         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33864         unconditional.
33865         (freopen64) [!_G_OPEN64]: Remove conditional code.
33866         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33867         unconditional.
33868         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33869         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33870         unconditional.
33871         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33872         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33873         unconditional.
33874         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33875         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33876         unconditional.
33877         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33878         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33879         unconditional.
33880         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33881         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33882         unconditional.
33883         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33884         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33885         unconditional.
33886         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33887
33888 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33889
33890         [BZ #12140]
33891         * manual/memory.texi (Malloc Tunable Parameters): Add note
33892         about free list pointers overwriting some perturb bytes.
33893         Wording suggested by Roland McGrath.
33894
33895 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33896
33897         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33898         (lgamma_test): Likewise.
33899         (tgamma_test): Likewise.
33900
33901 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33902
33903         [BZ #14700]
33904         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33905         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33906
33907 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33908
33909         * NEWS: Mention BZ #14716.
33910         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33911         when removing AVAILABLE1_USES_J macro.
33912
33913 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33914
33915         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33916         (__bswap_64): __uint64_t for unsigned 64-bit int.
33917
33918 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33919
33920         * include/string.h (memmem): Declare libc hidden alias.
33921         * string/memmem.c (memmem): Define libc hidden alias.
33922         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33923         __read, __close instead of open, read, close.
33924
33925 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33926
33927         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33928         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33929         global and hidden.
33930         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33931         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33932         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33933         Likewise.
33934         (__rawmemchr_sse2): Likewise.
33935         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33936         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33937         (__strchr_sse2): Likewise.
33938         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33939         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33940         (__strcasecmp_sse2): Likewise.
33941         (__strncasecmp_sse2): Likewise.
33942         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33943         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33944         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33945         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33946         (__strrchr_sse2): Likewise.
33947         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33948         ifunc-impl-list.c.
33949         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33950         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33951         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33952         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33953         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33954         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33955         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33956         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33957         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33958         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33959         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33960         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33961         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33962         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33963         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33964         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33965         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33966         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33967         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33968         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33969         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33970         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33971         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33972         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33973         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33974         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33975         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33976         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33977         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33978         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33979
33980         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33981         global and hidden.
33982         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33983         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33984         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33985         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33986         Likewise.
33987         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33988         Likewise.
33989         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33990         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33991         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33992         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33993         ifunc-impl-list.c.
33994         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33995         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33996         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33997         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33998         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33999         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34000         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34001         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34002         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34003         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34004         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34005         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34006         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34007         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34008         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34009         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34010         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34011         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34012         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34013         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34014         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34015         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34016         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34017         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34018         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34019         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34020         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34021         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34022         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34023         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34024         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34025         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34026         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34027         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34028         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34029         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34030         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34031         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34032         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34033         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34034         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34035
34036         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34037         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34038         * include/ifunc-impl-list.h: New file.
34039         * misc/ifunc-impl-list.c: Likewise.
34040         * misc/Makefile (routines): Add ifunc-impl-list.
34041         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34042         * string/test-string.h: Include <ifunc-impl-list.h>.
34043         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34044         TEST_NAME]: New variables.
34045         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34046         are defined.
34047         (test_init): Call __libc_ifunc_impl_list to initialize
34048         func_list if TEST_IFUNC and TEST_NAME are defined.
34049
34050         * string/Makefile (strop-tests): Add bcopy and bzero.
34051         * string/test-bcopy.c: New file.
34052         * string/test-bzero.c: Likewise.
34053         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34054         defined.
34055         * string/test-memset.c: Support bzero test if TEST_BZERO is
34056         defined.
34057         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34058         __libc_memmove.
34059         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34060         __libc_memset.
34061         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34062         of memset.
34063
34064 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34065
34066         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34067         * configure: Regenerated.
34068
34069         * Makeconfig (+link-static-before-libc): Don't include
34070         $(link-static-libc).
34071
34072         * libio/libio.h (_IO_pos_t): Remove.
34073
34074 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34075
34076         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34077         McGrath.
34078
34079 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34080
34081         * crypt/crypt-entry.c: Include fips-private.h.
34082         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34083         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34084         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34085         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34086
34087 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34088
34089         * crypt/crypt-private.h: Include stdbool.h.
34090         (_ufc_setup_salt_r): Return bool.
34091         * crypt/crypt-entry.c: Include errno.h.
34092         (__crypt_r): Return NULL with EINVAL for bad salt.
34093         * crypt/crypt_util.c (bad_for_salt): New.
34094         (_ufc_setup_salt_r): Check that salt is long enough and within
34095         the specified alphabet.
34096         * crypt/badsalttest.c: New file.
34097         * crypt/Makefile (tests): Add it.
34098         ($(objpfx)badsalttest): New.
34099
34100 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34101
34102         * NEWS: Add entry for BZ #14602.
34103
34104 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34105
34106         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34107         type-generic.
34108         * math/libm-test.inc: Update comment listing what functions and
34109         macros are tested.
34110         (isgreater_test): New function.
34111         (isgreaterequal_test): Likewise.
34112         (isless_test): Likewise.
34113         (islessequal_test): Likewise.
34114         (islessgreater_test): Likewise.
34115         (isunordered_test): Likewise.
34116         (main): Call the new functions.
34117
34118 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34119
34120         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34121         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34122         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34123         * sysdeps/i386/configure: Regenerated.
34124         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34125         * sysdeps/mach/configure: Regenerated.
34126         * sysdeps/mach/hurd/configure: Regenerated.
34127         * sysdeps/powerpc/configure: Regenerated.
34128         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34129         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34130         * sysdeps/s390/s390-32/configure: Regenerated.
34131         * sysdeps/s390/s390-64/configure: Regenerated.
34132         * sysdeps/sh/configure: Regenerated.
34133         * sysdeps/sparc/configure: Regenerated.
34134         * sysdeps/unix/sysv/linux/configure: Regenerated.
34135         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34136         * sysdeps/x86_64/configure: Regenerated.
34137
34138         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34139         defined.  Don't check if MAP is NULL.
34140
34141 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34142
34143         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34144         (_G_stat64): Likewise.
34145         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34146         (_G_stat64): Likewise.
34147         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34148         instead of struct _G_stat64.
34149         * libio/fileops.c (mmap_remap_check): Likewise.
34150         (decide_maybe_mmap): Likewise.
34151         (_IO_new_file_seekoff): Likewise.
34152         (_IO_file_stat): Likewise.
34153         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34154         _G_off64_t.
34155         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34156         instead of struct _G_stat64.
34157         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34158
34159 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34160
34161         [BZ #14602]
34162         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34163         Replace with ...
34164         (CHECK_EOL): New macro.
34165         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34166         CHECK_EOL.
34167         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34168         Replace with CHECK_EOL.
34169         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34170         Replace with CHECK_EOL.
34171
34172 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34173
34174         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34175         type-generic.
34176         * math/libm-test.inc: Update comment listing what functions and
34177         macros are tested.
34178         (finite_test): New function.
34179         (isinf_test): Likewise.
34180         (isnan_test): Likewise.
34181         (fpclassify_test): Test subnormal input.
34182         (isfinite_test): Likewise.
34183         (isnormal_test): Likewise.
34184         (main): Call the new functions.
34185
34186 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34187
34188         [BZ #14660]
34189         * Makerules (%.dynsym): Force C locale when running
34190         $(OBJDUMP) --dynamic-syms.
34191
34192 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34193
34194         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34195         <stdint.h>.
34196
34197 2012-10-06  David S. Miller  <davem@davemloft.net>
34198
34199         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34200         upper 32-bits of the length value in %o2 since we use branch-on-register
34201         tests which consider the entire 64-bit register.
34202
34203 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34204
34205         * string/test-strstr.c (check2): Add a test for page boundary.
34206
34207 2012-10-05  David S. Miller  <davem@davemloft.net>
34208
34209         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34210         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34211         file.
34212         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34213         sysdep_routines.
34214         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34215         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34216         and bzero when HWCAP_SPARC_CRYPTO is present.
34217
34218 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34219
34220         [BZ #14602]
34221         * string/test-strstr.c (check2): New function.
34222         (test_main): Call check2.
34223
34224         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34225         and bug-strchr1.
34226         * string/bug-strcasestr1.c (do_test): Moved to ...
34227         * string/test-strcasestr.c (check1): Here.  New function.
34228         (do_one_test): Break out result checking code into ...
34229         (check_result): This.  New function.
34230         (do_one_test): Call check_result.
34231         (test_main): Call check1.
34232         * string/bug-strchr1.c (do_test): Moved to ...
34233         * string/test-strchr.c (check1): Here.  New function.
34234         (do_one_test): Break out result checking code into ...
34235         (check_result): This.  New function.
34236         (do_one_test): Call check_result.
34237         (test_main): Call check1.
34238         * string/bug-strstr1.c (main): Moved to ...
34239         * string/test-strstr.c (check1): Here.  New function.
34240         (do_one_test): Break out result checking code into ...
34241         (check_result): This.  New function.
34242         (do_one_test): Call check_result.
34243         (test_main): Call check1.
34244         * string/bug-strcasestr1.c: Removed.
34245         * string/bug-strchr1.c: Likewise.
34246         * string/bug-strstr1.c: Likewise.
34247
34248         * elf/Makefile (dl-routines): Add hwcaps.
34249         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34250         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34251         (_dl_important_hwcaps): Moved to ...
34252         * elf/dl-hwcaps.c: Here.  New file.
34253         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34254
34255         [BZ #14557]
34256         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34257         if IS_IN_rtld isn't defined.
34258
34259         * elf/dl-support.c (_dl_sysinfo_map): New.
34260         Include "get-dynamic-info.h" and "setup-vdso.h".
34261         (_dl_non_dynamic_init): Call setup_vdso.
34262         * elf/dynamic-link.h: Don't include <assert.h>.
34263         (elf_get_dynamic_info): Moved to ...
34264         * elf/get-dynamic-info.h: Here.  New file.
34265         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34266         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34267         * elf/setup-vdso.h: Here.  New file.
34268         * elf/rtld.c: Include "setup-vdso.h".
34269         (dl_main): Call setup_vdso.
34270
34271 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34272
34273         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34274         creal in comment listing functions tested.  List finite, isinf,
34275         isnan, isless, islessequal, isgreater, isgreaterequal,
34276         islessgreater, isunordered, lgamma_r and pow10 as functions and
34277         macros not tested.  Mention which functions not tested are aliases
34278         for other functions.  Fix typo.  Note that signs of NaNs are not
34279         tested.
34280
34281         * scripts/config.guess: Update from config.git.
34282         * scripts/config.sub: Likewise.
34283
34284 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34285
34286         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34287         * misc/madvise.c (madvise): Renamed to __madvise.
34288         Make madvise a weak alias.
34289         * include/sys/mman.h: Declare __madvise.
34290         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34291         * sysdeps/unix/syscalls.list
34292         (madvise): Make __madvise the strong name, and madvise a weak alias.
34293         * sysdeps/unix/sysv/linux/syscalls.list
34294         (madvise, mmap): Remove redundant entries.
34295         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34296         * malloc/malloc.c (mtrim): Likewise.
34297         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34298
34299 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34300
34301         * sysdeps/mach/hurd/dl-cache.c: File removed.
34302         * config.h.in (USE_LDCONFIG): New #undef.
34303         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34304         * configure: Regenerated.
34305         * elf/Makefile (dl-routines): Add dl-cache only under
34306         [$(use-ldconfig) = yes].
34307         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34308         cache on [USE_LDCONFIG].
34309         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34310         [USE_LDCONFIG].
34311         * elf/rtld.c (dl_main): Likewise.
34312
34313 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34314
34315         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34316         _SC_LEVEL4_CACHE_LINESIZE.
34317
34318 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34319
34320         * sysdeps/unix/bsd/confstr.h: File removed.
34321
34322 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34323
34324         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34325         sys/sdt-config.h.
34326
34327 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34328
34329         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34330         Make 'mapoff' field ElfW(Off) rather than off_t.
34331
34332 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34333
34334         * nscd/Makefile: Remove nscd-cflags and all its users.
34335         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34336         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34337
34338         [BZ #10631]
34339         * malloc.c (malloc_printerr): Clarify error message.
34340
34341 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34342
34343         [BZ #14648]
34344         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34345         Set bit_FMA_Usable if FMA is supported.
34346         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34347         macro.
34348         (bit_FMA4_Usable): Updated.
34349         (index_FMA_Usable): New macro.
34350         (CPUID_FMA): Likewise
34351         (HAS_FMA): Defined with bit_FMA_Usable.
34352
34353 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34354
34355         * bits/types.h (__swblk_t): Type removed.
34356         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34357         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34358         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34359         (__SWBLK_T_TYPE): Likewise.
34360         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34361         (__SWBLK_T_TYPE): Likewise.
34362         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34363         (__SWBLK_T_TYPE): Likewise.
34364         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34365         (__SWBLK_T_TYPE): Likewise.
34366
34367 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34368             Honza Horak <hhorak@redhat.com>
34369
34370         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34371         (xdr_mapname): Use YPMAXMAP as maxsize.
34372         (xdr_peername): Use YPMAXPEER as maxsize.
34373         (xdr_keydat): Use YPAXRECORD as maxsize.
34374         (xdr_valdat): Use YPMAXRECORD as maxsize.
34375
34376 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34377
34378         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34379
34380         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34381         * csu/init-first.c: ... here.
34382         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34383         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34384         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34385         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34386         * sysdeps/i386/init-first.c: File removed.
34387         * sysdeps/sh/init-first.c: File removed.
34388
34389 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34390
34391         [BZ #14645]
34392         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34393         if x * y might underflow to zero and z is zero.
34394         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34395         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34396         * math/libm-test.inc (min_subnorm_value): New variable.
34397         (fma_test): Add more tests.
34398         (fma_test_towardzero): Likewise.
34399         (fma_test_downward): Likewise
34400         (fma_test_upward): Likewise.
34401         (initialize): Set min_subnorm_value.
34402
34403 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34404
34405         [BZ #14638]
34406         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34407         0 + 0.
34408         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34409         mode for addition resulting in exact zero.
34410         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34411         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34412         exact 0 + 0.
34413         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34414         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34415         * math/libm-test.inc (fma_test): Add more tests.
34416         (fma_test_towardzero): New function.
34417         (fma_test_downward): Likewise.
34418         (fma_test_upward): Likewise.
34419         (main): Call the new functions.
34420
34421 2012-09-28  David S. Miller  <davem@davemloft.net>
34422
34423         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34424
34425 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34426
34427         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34428         instead of SIGALRM.
34429
34430         * sysdeps/gnu/_G_config.h: Moved to ...
34431         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34432         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34433         * sysdeps/generic/_G_config.h: ... here.
34434
34435         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34436
34437         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34438
34439         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34440         Conditionalize target on [libnss_test1.so-version].
34441
34442         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34443
34444         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34445         (elfobjdir): Move out of conditionals.
34446
34447         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34448         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34449         (__nss_lookup_function): Conditionalize label remove_from_tree on
34450         [!DO_STATIC_NSS || SHARED], matching its only use.
34451
34452 2012-09-28  David S. Miller  <davem@davemloft.net>
34453
34454         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34455         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34456         file.
34457         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34458         sysdep_routines.
34459         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34460         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34461         when HWCAP_SPARC_CRYPTO is present.
34462
34463 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34464
34465         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34466
34467 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34468
34469         [BZ #6530]
34470         * stdio-common/vfprintf.c (process_string_arg): Revert
34471         2000-07-22 change.
34472
34473 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34474
34475         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34476         for testcase.
34477         * stdio-common/tst-sprintf.c: Include <locale.h>
34478         (main): Test sprintf's handling of incomplete multibyte
34479         characters.
34480
34481 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34482
34483         * elf/dl-runtime.c (VERSYMIDX): Removed.
34484         * elf/dl-version.c (VERSYMIDX): Likewise.
34485         * elf/do-rel.h (VERSYMIDX): Likewise.
34486         (VALIDX): Likewise.
34487         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34488         * elf/rtld.c (VALIDX): Likewise.
34489         (ADDRIDX): Likewise.
34490         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34491         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34492         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34493         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34494         (VALIDX): Likewise.
34495         (ADDRIDX): Likewise.
34496
34497 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34498
34499         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34500
34501 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34502
34503         [BZ #11438]
34504         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34505         to global scope.
34506         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34507         addresses are in the same scope as 192.0.2/24.
34508         * posix/gai.conf: Document new scope table defaults.
34509
34510 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34511
34512         [BZ #5298]
34513         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34514         for ftell.  Compute offsets from write pointers instead.
34515         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34516
34517 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34518
34519         [BZ #14543]
34520         * libio/Makefile (tests): New test case tst-fseek.
34521         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34522         combination works in wide mode.
34523         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34524         state when the external buffer state changes.
34525
34526 2012-09-27  David S. Miller  <davem@davemloft.net>
34527
34528         [BZ #14376]
34529         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34530         pass reloc->r_addend in as the 'high' argument to
34531         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34532
34533         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34534
34535 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34536
34537         * rt/tst-aio2.c: Include <pthread.h>.
34538         * rt/tst-aio3.c: Likewise.
34539
34540 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34541
34542         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34543
34544 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34545
34546         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34547         contents on [SHARED].
34548
34549 2012-09-26  Marek Polacek  <polacek@redhat.com>
34550
34551         [BZ #14530]
34552         [BZ #13741]
34553         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34554         for C++ and GCC <4.3 as well as for non GCC compilers.
34555
34556 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34557
34558         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34559
34560 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34561
34562         * Makefile.in (all, install): Declare with .PHONY.
34563         Reported by Michael Hope <michael.hope@linaro.org>.
34564
34565 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34566
34567         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34568         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34569         system header.
34570         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34571         Likewise.
34572         (sydep_routines): Add the new and the internal functions.
34573         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34574         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34576         (GLIBC_2.17): Add the new function.
34577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34578         (GLIBC_2.17): Likewise.
34579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34580         (GLIBC_2.17): Likewise.
34581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34582         (GLIBC_2.17): Likewise.
34583         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34584
34585 2012-09-25  Alan Modra  <amodra@gmail.com>
34586
34587         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34588         Add release barrier before setting once_control to say
34589         initialisation is done.  Add hints on lwarx.  Use macro in
34590         place of isync.
34591         (clear_once_control): Add release barrier.
34592
34593 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34594
34595         [BZ #13629]
34596         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34597         specially.
34598         * math/s_clog10.c (__clog10): Likewise.
34599         * math/s_clog10f.c (__clog10f): Likewise.
34600         * math/s_clog10l.c (__clog10l): Likewise.
34601         * math/s_clogf.c (__clogf): Likewise.
34602         * math/s_clogl.c (__clogl): Likewise.
34603         * math/Makefile (libm-calls): Add x2y2m1.
34604         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34605         (__x2y2m1): Likewise.
34606         (__x2y2m1l): Likewise.
34607         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34608         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34609         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34610         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34611         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34612         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34613         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34614         * sysdeps/i386/fpu/libm-test-ulps: Update.
34615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34616
34617         [BZ #14621]
34618         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34619         int as type of variable DEPTH.
34620         (glob): Use size_t instead of int as type of variables NEWCOUNT
34621         and OLD_PATHC.
34622
34623 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34624
34625         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34626         Add s_sincosf-sse2.
34627         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34628         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34629         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34630         macros for using routine as __sincosf_ia32.
34631         Use macro for function declaration and weak_alias.
34632         * sysdeps/i386/fpu/libm-test-ulps: Update.
34633
34634         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34635         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34636
34637         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34638         subnormal argument.
34639         * math/s_cexpf.c (__cexpf): Likewise.
34640         * math/s_csinf.c (__csinf): Likewise.
34641         * math/s_csinhf.c (__csinhf): Likewise.
34642         * math/s_ctanf.c (__ctanf): Likewise.
34643         * math/s_ctanhf.c (__ctanhf): Likewise.
34644         * math/s_ccosh.c (__ccoshf): Likewise.
34645         * math/s_cexp.c (__cexpl): Likewise.
34646         * math/s_csin.c (__csin): Likewise.
34647         * math/s_csinh.c (__csinh): Likewise.
34648         * math/s_ctan.c (__ctan): Likewise.
34649         * math/s_ctanh.c (ctanh): Likewise.
34650         * math/s_ccoshl.c (__ccoshl): Likewise.
34651         * math/s_cexpl.c (__cexpl): Likewise.
34652         * math/s_csinl.c (__csinl): Likewise.
34653         * math/s_csinhl.c (__csinhl): Likewise.
34654         * math/s_ctanl.c (__ctanl): Likewise.
34655         * math/s_ctanhl.c (__ctanhl): Likewise.
34656
34657 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34658
34659         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34660         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34661         (_IO_off_t): Define to __off_t, not _G_off_t.
34662         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34663         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34664         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34665         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34666         type of __dummy and __dummy2 fields.
34667         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34668         (_G_ssize_t): Likewise.
34669         (_G_off_t): Likewise.
34670         (_G_pid_t): Likewise.
34671         (_G_uid_t): Likewise.
34672         (_G_wchar_t): Likewise.
34673         (_G_wint_t): Likewise.
34674         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34675         (_G_ssize_t): Likewise.
34676         (_G_off_t): Likewise.
34677         (_G_pid_t): Likewise.
34678         (_G_uid_t): Likewise.
34679         (_G_wchar_t): Likewise.
34680         (_G_wint_t): Likewise.
34681         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34682         (_G_ssize_t): Likewise.
34683         (_G_off_t): Likewise.
34684         (_G_pid_t): Likewise.
34685         (_G_uid_t): Likewise.
34686         (_G_wchar_t): Likewise.
34687         (_G_wint_t): Likewise.
34688
34689 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34690
34691         * malloc/arena.c: Include malloc-sysdep.h.
34692         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34693         is sufficient to shrink the heap or an unmap is needed.
34694         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34695         new function check_may_shrink_heap.
34696         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34697         new function check_may_shrink_heap.
34698
34699 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34700
34701         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34702         comments.
34703
34704 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34705
34706         * catgets/test-gencat.sh: Add "set -e".
34707         * elf/tst-pathopt.sh: Likewise.
34708         * grp/tst_fgetgrent.sh: Likewise.
34709         * iconvdata/run-iconv-test.sh: Likewise.
34710         * intl/tst-gettext.sh: Likewise.
34711         * intl/tst-gettext2.sh: Likewise.
34712         * intl/tst-gettext4.sh: Likewise.
34713         * intl/tst-gettext6.sh: Likewise.
34714         * intl/tst-translit.sh: Likewise.
34715         * io/ftwtest-sh: Likewise.
34716         * libio/test-freopen.sh: Likewise.
34717         * malloc/tst-mtrace.sh: Likewise.
34718         * posix/globtest.sh: Likewise.
34719         * posix/tst-getconf.sh: Likewise.
34720         * posix/wordexp-tst.sh: Likewise.
34721         * stdio-common/tst-printf.sh: Likewise.
34722         * stdio-common/tst-unbputc.sh: Likewise.
34723         * stdlib/tst-fmtmsg.sh: Likewise.
34724         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34725         * catgets/Makefile: Do not specify -e option when running
34726         testsuite shell scripts.
34727         * elf/Makefile: Likewise.
34728         * grp/Makefile: Likewise.
34729         * iconvdata/Makefile: Likewise.
34730         * intl/Makefile: Likewise.
34731         * io/Makefile: Likewise.
34732         * libio/Makefile: Likewise.
34733         * malloc/Makefile: Likewise.
34734         * posix/Makefile: Likewise.
34735         * stdio-common/Makefile: Likewise.
34736         * stdlib/Makefile: Likewise.
34737         * sysdeps/x86_64/Makefile: Likewise.
34738
34739         * io/ftwtest-sh: Add copyright header.
34740         * posix/globtest.sh: Likewise.
34741         * posix/tst-getconf.sh: Likewise.
34742         * posix/wordexp-tst.sh: Likewise.
34743         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34744
34745 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34746
34747         [BZ #13679]
34748         * Makeconfig (+link): Defined as $(+link-static) if
34749         $(build-shared) isn't yes.
34750         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34751         isn't yes.
34752         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34753
34754         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34755
34756         [BZ #14562]
34757         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34758         new chunk size with MALLOC_ALIGN_MASK.
34759
34760 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34761
34762         [BZ #5044]
34763         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34764         <rounding-mode.h>.
34765         (__printf_fphex): Determine rounding using get_rounding_mode and
34766         round_away.
34767         * stdio-common/tst-printf-round.c (struct hex_test): New
34768         structure.
34769         (hex_tests): New variable.
34770         (test_hex_in_one_mode): New function.
34771         (do_test): Also run tests for hex float output.
34772
34773 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34774
34775         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34776         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34777         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34778         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34779         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34780         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34781         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34782         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34783
34784 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34785
34786         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34787         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34788         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34789         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34790
34791 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34792
34793         [BZ #14579]
34794         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34795         mode only.
34796         * elf/tst-rtld-load-self.sh: New test.
34797         * elf/Makefile: Run it.
34798
34799 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34800
34801         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34802         (tst-writev-ENV): Remove.
34803         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34804
34805 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34806
34807         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34808
34809 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34810
34811         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34812         unconditional.
34813         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34814         Likewise.
34815         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34816         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34817         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34818         Likewise.
34819
34820 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34821
34822         [BZ #14587]
34823         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34824         * config.make.in (have-cpp-asm-debuginfo): Removed.
34825         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34826         * configure: Regenerated.
34827
34828 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34829
34830         [BZ #5044]
34831         * stdio-common/printf_fp.c: Include <stdbool.h> and
34832         <rounding-mode.h>.
34833         (___printf_fp): Determine rounding using get_rounding_mode and
34834         round_away.
34835         * stdio-common/tst-printf-round.c: New file.
34836         * stdio-common/Makefile (tests): Add tst-printf-round.
34837         (link-libm): New variable.
34838         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34839
34840 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34841
34842         [BZ #14576]
34843         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34844         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34845         Likewise.
34846         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34847         Likewise.
34848
34849 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34850
34851         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34852         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34853         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34854         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34855
34856 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34857
34858         [BZ #14518]
34859         * include/rounding-mode.h: New file.
34860         * sysdeps/generic/get-rounding-mode.h: Likewise.
34861         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34862         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34863         (MAX_VALUE): New macro.
34864         (MIN_VALUE): Likewise.
34865         (overflow_value): New function.
34866         (underflow_value): Likewise.
34867         (round_and_return): Use overflow_value and underflow_value to
34868         determine return values in overflow and underflow cases.  Use
34869         round_away to determine rounding depending on rounding mode.
34870         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34871         determine return values in overflow and underflow cases.
34872         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34873         (struct test_results): New structure.
34874         (struct test): Use struct test_results to store expected results
34875         for all rounding modes.
34876         (TEST): Include expected results for all rounding modes.
34877         (test_in_one_mode): New function.
34878         (do_test): Use test_in_one_mode to compute and check results.
34879         Check results for all rounding modes.
34880         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34881         $(link-libm).
34882
34883 2012-12-09  Allan McRae  <allan@archlinux.org>
34884
34885         * sysdeps/i386/fpu/libm-test-ulps: Update
34886
34887 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34888
34889         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34890         (_G_int32_t): Likewise.
34891         (_G_uint16_t): Likewise.
34892         (_G_uint32_t): Likewise.
34893         (_G_HAVE_BOOL): Likewise.
34894         (_G_HAVE_ATEXIT): Likewise.
34895         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34896         (_G_HAVE_IO_FILE_OPEN): Likewise.
34897         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34898         (_G_int32_t): Likewise.
34899         (_G_uint16_t): Likewise.
34900         (_G_uint32_t): Likewise.
34901         (_G_HAVE_BOOL): Likewise.
34902         (_G_HAVE_ATEXIT): Likewise.
34903         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34904         (_G_HAVE_IO_FILE_OPEN): Likewise.
34905         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34906         (_G_int32_t): Likewise.
34907         (_G_uint16_t): Likewise.
34908         (_G_uint32_t): Likewise.
34909         (_G_HAVE_BOOL): Likewise.
34910         (_G_HAVE_ATEXIT): Likewise.
34911         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34912         (_G_HAVE_IO_FILE_OPEN): Likewise.
34913
34914 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34915
34916         * csu/libc-tls.c: Update copyright years.
34917
34918 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34919
34920         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34921         [!_G_USING_THUNKS]: Remove conditional code.
34922         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34923         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34924
34925         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34926         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34927         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34928         (_G_VTABLE_LABEL_PREFIX): Likewise.
34929         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34930         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34931         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34932         (_G_VTABLE_LABEL_PREFIX): Likewise.
34933         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34934         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34935         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34936         (_G_VTABLE_LABEL_PREFIX): Likewise.
34937         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34938
34939 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34940
34941         * libio/Makefile: Include ../Makeconfig before tests.
34942         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34943         only if $(build-shared) is yes.
34944
34945         * iconv/gconv_db.c: Update copyright years.
34946
34947 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34948
34949         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34950         unwind info if defined PIC. Fix special cases description.
34951         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34952
34953         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34954         DP_HI_MASK entry.
34955         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34956
34957 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34958
34959         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34960
34961         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34962         is NULL.
34963
34964         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34965         (LDLIBS-tst-chk4): This.
34966         (LDFLAGS-tst-chk5): Renamed to ...
34967         (LDLIBS-tst-chk5): This.
34968         (LDFLAGS-tst-chk6): Renamed to ...
34969         (LDLIBS-tst-chk6): This.
34970         (LDFLAGS-tst-lfschk4): Renamed to ...
34971         (LDLIBS-tst-lfschk4): This.
34972         (LDFLAGS-tst-lfschk5): Renamed to ...
34973         (LDLIBS-tst-lfschk5): This.
34974         (LDFLAGS-tst-lfschk6): Renamed to ...
34975         (LDLIBS-tst-lfschk6): This.
34976
34977         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34978         on $(common-objpfx)soversions.mk.
34979
34980 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34981
34982         [BZ #10014]
34983         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34984         example host name.
34985
34986 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34987
34988         * malloc/arena.c (arena_get_retry): New function that gets
34989         another arena for the caller to try its request on.
34990         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34991         current arena cannot fulfill the request.
34992         (__libc_memalign): Likewise.
34993         (__libc_memalign): Likewise.
34994         (__libc_pvalloc): Likewise.
34995         (__libc_calloc): Likewise.
34996
34997 2012-09-05  John Tobey  <john.tobey@gmail.com>
34998
34999         [BZ #13542]
35000         * manual/arith.texi (Operations on Complex): Fix description
35001         of carg branch cut.
35002
35003 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35004
35005         [BZ #10014]
35006         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35007         host name.
35008
35009         [BZ #10038]
35010         * manual/memory.texi (Memory): Make order of menu items match
35011         order of sections.
35012
35013 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35014
35015         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35016         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35017         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35018
35019 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35020
35021         * csu/libc-tls.c (static_dtv): Renamed to ...
35022         (_dl_static_dtv): This.  Make it global.
35023         (_dl_initial_dtv): Removed.
35024         (__libc_setup_tls): Updated.
35025         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35026         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35027         DL_INITIAL_DTV.
35028
35029 2012-09-06  Petr Machata  <pmachata@redhat.com>
35030
35031         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35032         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35033         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35034         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35035
35036 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35037
35038         [BZ #14545]
35039         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35040         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35041         freeing dtv[-1].
35042
35043 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35044
35045         [BZ #14544]
35046         * Makeconfig (link-static-before-libc): Replace $(+prector)
35047         with $(+prectorT).
35048         (link-static-after-libc): Replace $(+postctor) with
35049         $(+postctorT).
35050         (link-bounded): Replace $(+prector)/$(+postctor) with
35051         $(+prectorT)/$(+postctorT).
35052         (+prectorT): New macro.
35053         (+postctorT): Likewise.
35054
35055 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35056
35057         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35058         (round_str): Handle values above the maximum for IBM long double
35059         as inexact.
35060         * stdlib/tst-strtod-round.c (tests): Regenerated.
35061
35062 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35063
35064         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35065         assembler flag.
35066         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35067         zarch_nohighgprs around the zarch optimized routines.
35068         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35069         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35070         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35071         for zarch.
35072
35073 2012-09-05  David S. Miller  <davem@davemloft.net>
35074
35075         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35076
35077         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35078         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35079         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35080         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35081         entries.
35082
35083 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35084
35085         * malloc/arena.c: Fold copyright years.
35086         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35087
35088 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35089
35090         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35091
35092 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35093
35094         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35095
35096 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35097
35098         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35099         change internal state upon failure.
35100
35101 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35102
35103         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35104         * malloc/memusage.c (mmap): Likewise.
35105         (mmap64, mremap): Likewise.  Adjust name in comment.
35106
35107 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35108
35109         * libio/fileops.c: Fix typos in comments.
35110         * libio/oldfileops.c: Likewise.
35111         * libio/wfileops.c: Likewise.
35112
35113 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35114
35115         [BZ #1349]
35116         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35117         (tst-malloc-usable-ENV): Set environment for test case.
35118         * malloc/hooks.c (malloc_check_get_size): New function to get
35119         requested size.
35120         * malloc/malloc.c (musable): Use malloc_check_get_size.
35121         * malloc/tst-malloc-usable.c: New test case.
35122
35123 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35124
35125         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35126
35127 2012-09-05  Allan McRae  <allan@archlinux.org>
35128
35129         [BZ #13966]
35130         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35131         determine header location.
35132         * configure: Regenerated.
35133
35134 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35135
35136         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35137         float format.
35138         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35139         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35140         format.
35141         (test): Regenerate.
35142
35143 2012-09-04  David S. Miller  <davem@davemloft.net>
35144
35145         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35146         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35147         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35148
35149 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35150
35151         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35152         failures.
35153
35154         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35155
35156 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35157
35158         [BZ #9914]
35159         * libio/iogetdelim.c: Include <limits.h>.
35160         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35161         + len + 1 would overflow.
35162
35163 2012-09-03  Andreas Jaeger  <aj@suse.de>
35164
35165         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35166         * sysdeps/i386/fpu/libm-test-ulps: Update.
35167
35168 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35169
35170         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35171         Add s_sinf-sse2, s_conf-sse2.
35172
35173         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35174         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35175         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35176         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35177
35178         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35179         for using routine as __sinf_ia32.
35180         Use macro for function declaration and weak_alias.
35181         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35182         for using routine as __cosf_ia32.
35183         Use macro for function declaration and weak_alias.
35184
35185         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35186         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35187
35188         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35189         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35191
35192         * math/libm-test.inc (cos_test): Add more test cases.
35193         (sin_test): Likewise.
35194         (sincos_test): Likewise.
35195
35196 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35197
35198         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35199         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35200         hidden.
35201         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35202
35203 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35204
35205         [BZ #14538]
35206         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35207         first element of the GOT.
35208         (elf_machine_load_address): Return the difference between
35209         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35210
35211 2012-09-01  Allan McRae  <allan@archlinux.org>
35212
35213         [BZ #13412]
35214         * configure.in (AWK): Require gawk version 3.0 or later.
35215         * configure: Regenerated.
35216
35217 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35218
35219         * sysdeps/unix/sysv/linux/kernel-features.h
35220         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35221         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35222         [__NR_clock_getres]: Make code unconditional.
35223         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35224         (clock_getcpuclockid): Remove code left unreachable by removal of
35225         conditionals.
35226         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35227         code unconditional.
35228         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35229         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35230         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35231         Make code unconditional.
35232         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35233         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35234         * sysdeps/unix/sysv/linux/clock_settime.c
35235         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35236         conditional code.
35237         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35238         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35239
35240 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35241
35242         [BZ #14476]
35243         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35244         scripts/test-installation.pl.
35245
35246         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35247         and $ld_so_version if it is set.
35248
35249 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35250
35251         [BZ #14516]
35252         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35253         failure if reading from procfs failed.
35254         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35255
35256 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35257
35258         * sysdeps/unix/sysv/linux/kernel-features.h
35259         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35260         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35261         Remove conditional code.
35262         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35263         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35264         Remove conditional code.
35265         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35266         * sysdeps/unix/sysv/linux/i386/fxstat.c
35267         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35268         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35269         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35270         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35271         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35272         * sysdeps/unix/sysv/linux/i386/lxstat.c
35273         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35274         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35275         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35276         Remove conditional code.
35277         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35278         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35279         Remove conditional code.
35280         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35281         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35282         <kernel-features.h>.
35283         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35284         Remove.
35285         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35286         Remove conditional code.
35287         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35288         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35289         Remove conditional.
35290
35291 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35292
35293         [BZ #5400]
35294         * NEWS: Add fixed bug number.
35295
35296 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35297
35298         [BZ #14519]
35299         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35300         underflowing exponent in case of negative sign.
35301         * stdlib/tst-strtod-round-data: Add more tests.
35302         * stdlib/tst-strtod-round.c (tests): Regenerated.
35303
35304         [BZ #3479]
35305         * stdlib/strtod_l.c (NDIG): Remove.
35306         (HEXNDIG): Likewise.
35307         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35308         smallest representable value.
35309         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35310         lie within an exact representation of 1/2 ulp of the result.
35311         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35312         unconditionally.
35313         (TENS_P9_IDX): Define unconditionally.
35314         (TENS_P9_SIZE): Likewise.
35315         (TENS_P10_IDX): Likewise.
35316         (TENS_P10_SIZE): Likewise.
35317         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35318         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35319         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35320         entries for 10^2^13 and 10^2^14.
35321         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35322         (TENS_P13_IDX): Define.
35323         (TENS_P13_SIZE): Likewise.
35324         (TENS_P14_IDX): Likewise.
35325         (TENS_P14_SIZE): Likewise.
35326         (_fpioconst_pow10): Change array size to
35327         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35328         unconditional.
35329         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35330         1024]: Add entries for 10^2^13 and 10^2^14.
35331         [LAST_POW10 > _LAST_POW10]: Remove #error.
35332         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35333         (_fpioconst_pow10): Change array size to
35334         FPIOCONST_POW10_ARRAY_SIZE.
35335         * stdlib/gen-fpioconst.c: New file.
35336         * stdlib/gen-tst-strtod-round.c: Likewise.
35337         * stdlib/tst-strtod-round-data: Likewise.
35338         * stdlib/tst-strtod-round.c: Likewise.
35339         * stdlib/Makefile (tests): Add tst-strtod-round.
35340
35341         [BZ #14459]
35342         * stdlib/strtod_l.c: Include <stdint.h>.
35343         (NDEBUG): Do not define.
35344         (round_and_return): Change EXPONENT parameter to type intmax_t.
35345         Rearrange calculations to avoid internal overflow possibilities.
35346         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35347         Rearrange calculations to avoid internal overflow possibilities.
35348         Assert that number fits inside MPNSIZE limbs.
35349         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35350         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35351         calculations and add assertions to avoid internal overflow
35352         possibilities.  Add casts to avoid signed/unsigned operations.
35353         * stdlib/tst-strtod-overflow.c: New file.
35354         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35355
35356 2012-08-25  Marek Polacek  <polacek@redhat.com>
35357
35358         * time/time.h: Fix some typos in comments.
35359
35360 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35361
35362         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35363         * posix/tst-rfc3484-2.c: Likewise.
35364         * posix/tst-rfc3484-3.c: Likewise.
35365
35366 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35367
35368         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35369         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35370
35371 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35372
35373         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35374         #include of fxstatat64.c.
35375
35376 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35377
35378         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35379         * shadow/getspent_r.c: Likewise.
35380         * shadow/getspnam.c: Likewise.
35381         * shadow/getspnam_r.c: Likewise.
35382         * gshadow/getsgent.c: Likewise.
35383         * gshadow/getsgent_r.c: Likewise.
35384         * gshadow/getsgnam.c: Likewise.
35385         * gshadow/getsgnam_r.c: Likewise.
35386         * inet/getnetbyad.c: Likewise.
35387         * inet/getnetbyad_r.c: Likewise.
35388         * inet/getnetbynm.c: Likewise.
35389         * inet/getnetbynm_r.c: Likewise.
35390         * inet/getnetent.c: Likewise.
35391         * inet/getnetent_r.c: Likewise.
35392         * inet/getproto.c: Likewise.
35393         * inet/getproto_r.c: Likewise.
35394         * inet/getprtent.c: Likewise.
35395         * inet/getprtent_r.c: Likewise.
35396         * inet/getprtname.c: Likewise.
35397         * inet/getprtname_r.c: Likewise.
35398         * inet/getrpcbyname.c: Likewise.
35399         * inet/getrpcbyname_r.c: Likewise.
35400         * inet/getrpcbynumber.c: Likewise.
35401         * inet/getrpcbynumber_r.c: Likewise.
35402         * inet/getrpcent.c: Likewise.
35403         * inet/getrpcent_r.c: Likewise.
35404         * inet/getaliasent.c: Likewise.
35405         * inet/getaliasent_r.c: Likewise.
35406         * inet/getaliasname.c: Likewise.
35407         * inet/getaliasname_r.c: Likewise.
35408         * nscd/getgrgid_r.c: Likewise.
35409         * nscd/getgrnam_r.c: Likewise.
35410         * nscd/gethstbyad_r.c: Likewise.
35411         * nscd/gethstbynm3_r.c: Likewise.
35412         * nscd/getpwnam_r.c: Likewise.
35413         * nscd/getpwuid_r.c: Likewise.
35414         * nscd/getsrvbynm_r.c: Likewise.
35415         * nscd/getsrvbypt_r.c: Likewise.
35416         * nscd/gai.c: Likewise.
35417
35418         * configure.in (build_nscd): New substituted variable, set
35419         by --disable-build-nscd and defaults to $use_nscd.
35420         * configure: Regenerated.
35421         * config.make.in (build-nscd): New substituted variable.
35422         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35423         Change conditional to require [$(build-nscd) = yes] as well.
35424         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35425
35426         [BZ# 13696]
35427         * configure.in (use_nscd): New substituted variable, set by
35428         --disable-nscd.  If enabled, define USE_NSCD.
35429         * configure: Regenerated.
35430         * config.h.in: Add USE_NSCD.
35431         * config.make.in (use-nscd): New substituted variable.
35432         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35433         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35434         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35435         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35436         (CFLAGS-getgrnam_r.c): Likewise.
35437         (CFLAGS-initgroups.c): Likewise.
35438         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35439         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35440         Variables removed.
35441         * inet/getnetgrent_r.c
35442         (nscd_setnetgrent): New function, broken out of ...
35443         (setnetgrent): ... here.  Call it.
35444         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35445         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35446         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35447         * nscd/Makefile (routines, aux): Move definitions after include of
35448         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35449         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35450         Conditionalize on [USE_NSCD].
35451         (is_nscd, nscd_init_cb): Likewise.
35452         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35453         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35454         * nss/nss_db/db-init.c: Likewise.
35455         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35456         [USE_NSCD].
35457         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35458         (make_request): Use it.
35459         (cache_valid_p): New function.
35460         (__check_pf): Use it.
35461         * NEWS: Add item for --disable-nscd.
35462
35463 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35464
35465         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35466         to support sed >= 4.2.1-20-ga9bf076.
35467         * configure: Regenerated.
35468
35469 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35470
35471         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35472         Conditionalize whole body on [IREL].
35473
35474 2012-08-22  Jeff Law <law@redhat.com>
35475
35476         [BZ #14505]
35477         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35478         if the family is PF_UNSPEC.
35479
35480 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35481
35482         * Makerules (lib-version): Rename from V.
35483         (install-lib-nosubdir): Change V to lib-version.
35484
35485 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35486
35487         [BZ #14252]
35488         * powerpc32/power6/wcschr.c: New file.
35489         * powerpc32/power6/wcscpy.c: New file.
35490         * powerpc32/power6/wcsrchr.c: New file.
35491         * powerpc64/power6/wcschr.c: New file.
35492         * powerpc64/power6/wcscpy.c: New file.
35493         * powerpc64/power6/wcsrchr.c: New file.
35494
35495 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35496
35497         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35498         (two_way_short_needle): Use it.
35499         * string/strstr.c (AVAILABLE1_USES_J): Define.
35500         * string/strcasestr.c: Likewise.
35501
35502         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35503         array references.
35504         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35505
35506         [BZ #11607]
35507         * NEWS: Add an entry.
35508         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35509         define their defaults.
35510         (two_way_short_needle): Detect end-of-string on-the-fly.
35511         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35512         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35513         * string/bug-strcasestr1.c: New test.
35514         * string/Makefile: Run it.
35515
35516 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35517
35518         [BZ #11607]
35519         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35520         the first character.
35521
35522 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35523
35524         * csu/elf-init.c (__libc_csu_irel): Function removed.
35525         * csu/libc-start.c (apply_irel): New function.
35526         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35527
35528 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35529
35530         * sysdeps/unix/sysv/linux/kernel-features.h
35531         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35532         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35533         <kernel-features.h>.
35534         [__NR_fadvise64_64]: Make code unconditional.
35535         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35536         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35537         !__NR_fadvise64_64)]: Likewise.
35538         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35539         !__NR_fadvise64_64))]: Likewise.
35540         [__NR_fadvise64]: Make code unconditional.
35541         [!__NR_fadvise64]: Remove conditional code.
35542         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35543         <kernel-features.h>.
35544         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35545         unconditional.
35546         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35547         conditional code.
35548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35549         not include <kernel-features.h>.
35550         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35551         unconditional.
35552         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35553         conditional code.
35554         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35555         include <kernel-features.h>.
35556         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35557         unconditional.
35558         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35559         conditional code.
35560
35561 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35562
35563         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35564         slight instruction rearrangements per scrollpipe analysis.
35565         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35566
35567 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35568
35569         * manual/syslog.texi (syslog; vsyslog, closelog):
35570         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35571         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35572
35573         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35574         DSOCAPS to match condition on defining it.
35575
35576 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35577
35578         * sysdeps/unix/sysv/linux/kernel-features.h
35579         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35581         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35582         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35584         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35585         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35587         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35588         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35589
35590         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35591         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35592
35593         * sysdeps/unix/sysv/linux/kernel-features.h
35594         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35595         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35596         unconditional.
35597         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35598         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35599         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35600         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35601         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35602         Make code unconditional.
35603         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35604         (__mmap64) [!__NR_mmap2]: Likewise.
35605         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35606         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35607         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35608         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35609         [__NR_mmap2]: Make code unconditional.
35610         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35611         (__mmap64) [!__NR_mmap2]: Likewise.
35612
35613 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35614
35615         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35616
35617 2012-08-18  Andreas Jaeger  <aj@suse.de>
35618
35619         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35620
35621 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35622
35623         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35624         * include/unistd.h (__have_sock_cloexec): Likewise.
35625         (__have_pipe2): Likewise.
35626         (__have_dup3): Likewise.
35627
35628 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35629
35630         [BZ #9685]
35631         * include/unistd.h (__have_pipe2): Change define into an extern int.
35632         (__have_dup3): Likewise.
35633         * socket/have_sock_cloexec.c: Include fcntl.h.
35634         (__have_pipe2): New variable.
35635         (__have_dup3): Likewise.
35636
35637 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35638
35639         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35640
35641 2012-08-17  Marek Polacek  <polacek@redhat.com>
35642
35643         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35644         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35645
35646 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35647
35648         * configure.in: Add AC_SUBST for sysheaders.
35649         * configure: Regenerated.
35650         * config.make.in (sysheaders): New substituted variable.
35651
35652         * sysdeps/unix/mkfifo.c: Moved ...
35653         * sysdeps/posix/mkfifo.c: ... here.
35654         * sysdeps/unix/mkfifoat.c: Moved ...
35655         * sysdeps/posix/mkfifoat.c: ... here.
35656
35657         * sysdeps/unix/utime.c: Moved ...
35658         * sysdeps/posix/utime.c: ... here.
35659
35660         * sysdeps/unix/time.c: Moved ...
35661         * sysdeps/posix/time.c: ... here.
35662         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35663         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35664
35665         * sysdeps/unix/nice.c: Moved ...
35666         * sysdeps/posix/nice.c: ... here.
35667
35668         * sysdeps/unix/alarm.c: Moved ...
35669         * sysdeps/posix/alarm.c: ... here.
35670
35671         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35672
35673 2012-08-17  Jeff Law <law@redhat.com>
35674
35675         * intl/Makefile (codeset_mo): New variable.
35676         ($(codeset_mo)): New target.
35677         (tst-codeset.out): Depend on that.  Remove explicit rule.
35678         (tst-gettext3.out, tst-gettext5.out): Likewise.
35679         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35680         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35681         * intl/tst-codeset.sh: Remove.
35682         * intl/tst-gettext3.sh: Likewise.
35683         * intl/tst-gettext5.sh: Likewise.
35684
35685 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35686
35687         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35688         * sysdeps/unix/syscalls.list: ... here.
35689
35690         * sysdeps/posix/getaddrinfo.c
35691         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35692         (gaiconf_init, gaiconf_reload): Use them.
35693         [!_STATBUF_ST_NSEC]
35694         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35695         Define using time_t rather than struct timespec.
35696
35697         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35698         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35699         Macros removed.
35700         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35701         [!NO_THREADS].
35702         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35703         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35704         Likewise.
35705
35706         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35707         __libc_cleanup_push argument.
35708
35709         * bits/param.h: New file.
35710         * misc/sys/param.h: New file.
35711         * include/sys/param.h: New file.
35712         * misc/Makefile (headers): Add bits/param.h.
35713         * sysdeps/generic/sys/param.h: File removed.
35714         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35715         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35716         * sysdeps/mach/hurd/bits/param.h: New file.
35717         * sysdeps/mach/hurd/sys/param.h: File removed.
35718
35719         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35720         last change.
35721
35722         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35723         [_IO_MTSAFE_IO].
35724         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35725         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35726         New macros.
35727
35728         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35729         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35730         rather than -D_IO_MTSAFE_IO conditionally.
35731         * stdio-common/Makefile (CPPFLAGS): Likewise.
35732         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35733         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35734         Use $(libio-mtsafe).
35735         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35736         of -D_IO_MTSAFE_IO.
35737         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35738         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35739         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35740         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35741         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35742         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35743         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35744         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35745         (CFLAGS-fread_u_chk.c): Likewise.
35746         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35747         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35748         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35749         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35750         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35751         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35752         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35753         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35754         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35755
35756         * libio/Makefile: Test [$(libc-reentrant) = yes]
35757         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35758
35759         * Makeconfig
35760         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35761         * sysdeps/pthread/configure: File removed.
35762         * sysdeps/pthread/Makeconfig: New file.
35763         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35764         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35765
35766 2012-08-16  Gary Benson  <gbenson@redhat.com>
35767
35768         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35769         unmapping the first object in a namespace.
35770
35771 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35772
35773         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35774         (__internal_setnetgrent): ... this.  Add internal_function to
35775         definition.  Add libc_hidden_def.
35776         (setnetgrent): Update caller.
35777         (internal_endnetgrent): Renamed to ...
35778         (__internal_endnetgrent): ... this.  Add internal_function to
35779         definition.  Add libc_hidden_def.
35780         (endnetgrent): Update caller.
35781         (internal_getnetgrent_r): Renamed to ...
35782         (__internal_getnetgrent_r): ... this.  Add internal_function to
35783         definition.  Add libc_hidden_def.
35784         (__getnetgrent_r): Update caller.
35785         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35786
35787 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35788
35789         * stdlib/longlong.h: Update from GCC.
35790
35791 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35792
35793         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35794         on _QL, which is set by umul_ppmm but never used.
35795         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35796         variables, which are set by GMP macros but never used.
35797         * stdio-common/_itowa.c (_itowa): Likewise.
35798         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35799         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35800
35801 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35802
35803         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35804         struct La_sh_regs is not constant.
35805         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35806         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35807         and struct La_sparc64_regs are not constant.
35808
35809 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35810
35811         * sysdeps/unix/sysv/linux/kernel-features.h
35812         (__ASSUME_POSIX_TIMERS): Remove.
35813         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35814         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35815         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35816         Make code unconditional.
35817         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35818         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35819         Make code unconditional.
35820         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35821         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35822         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35823         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35824         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35825         Make code unconditional.
35826         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35827         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35828         (__libc_missing_posix_timers): Remove.
35829
35830 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35831
35832         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35833         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35834
35835         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35836
35837         * elf/dl-sym.c: Include <stdlib.h>.
35838
35839         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35840         constants, which avoids warnings in 32-bit builds.
35841
35842         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35843         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35844
35845         * misc/lseek.c: File moved to ...
35846         * io/lseek.c: ... here.
35847
35848         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35849
35850         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35851         shifting LEN more than 31 bits at once.
35852
35853 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35854
35855         [BZ #14195]
35856         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35857         segmentation fault for a case of two empty input strings.
35858         * string/test-strncasecmp.c (check1): Renamed to...
35859         (bz12205): ...this.
35860         (bz14195): Add new testcase for two empty input strings and N > 0.
35861         (test_main): Call new testcase, adapt for renamed function.
35862
35863 2012-08-15  Andreas Jaeger  <aj@suse.de>
35864
35865         [BZ #14090]
35866         * crypt/md5test2.c: New test, based on test supplied by Serge
35867         Belyshev <belyshev@depni.sinp.msu.ru>.
35868         * crypt/Makefile (xtests): Add md5test-giant..
35869         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35870
35871 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35872
35873         [BZ #14090]
35874         * crypt/md5.c (md5_process_block): Don't assume the buffer
35875         length is less than 2**32.
35876         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35877         length is less than 2**64.
35878
35879 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35880
35881         * string/str-two-way.h: Include <sys/param.h>.
35882         (MAX): Macro removed.
35883
35884         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35885         Move #define and #undef of memmove to just before and after
35886         including <string.h>.
35887
35888         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35889         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35890         and after including <string.h>.  Move declarations of
35891         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35892         to before #include "string/memmove.c".
35893
35894         * include/dirent.h: Declare __getdirentries.
35895
35896         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35897         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35898
35899 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35900
35901         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35902         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35903         * sysdeps/i386/configure: Regenerated.
35904         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35905         STABS_CURRENT_FILE, and STABS_FUN.
35906         (END): Remove call to STABS_FUN_END.
35907         (STABS_CURRENT_FILE1): Delete.
35908         (STABS_CURRENT_FILE): Likewise.
35909         (STABS_FUN): Likewise.
35910         (STABS_FUN_END): Likewise.
35911         (STABS_FUN2): Likewise.
35912         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35913         * sysdeps/x86_64/configure: Regenerated.
35914
35915 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35916
35917         * elf/dl-open.c: Include <atomic.h>.
35918         * elf/dl-lookup.c: Likewise.
35919
35920 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35921
35922         * sysdeps/unix/sysv/linux/kernel-features.h
35923         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35924         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35925         unconditionally.
35926         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35927         unconditionally.
35928         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35929         condition on __ASSUME_CLONE_THREAD_FLAGS.
35930
35931 2012-08-14  Andreas Jaeger  <aj@suse.de>
35932
35933         * sysdeps/i386/fpu/libm-test-ulps: Update.
35934
35935 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35936
35937         * include/atomic.h (atomic_exchange_and_add): Split into ...
35938         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35939         New atomic macros.
35940
35941 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35942
35943         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35944
35945 2012-08-13  Jeff Law <law@redhat.com>
35946
35947         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35948         null byte in the output string.
35949
35950 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35951
35952         * sysdeps/unix/sysv/linux/kernel-features.h
35953         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35954         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35955         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35956         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35957         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35958         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35959         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35960
35961 2012-08-09  Jeff Law <law@redhat.com>
35962
35963         [BZ #13939]
35964         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35965         When avoid_arena is set, don't retry in the that arena.  Pick the
35966         next one, whatever it might be.
35967         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35968         (arena_lock): Pass in new parameter to arena_get2.
35969         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35970         arena_get2.
35971         (__libc_malloc): Unify retrying after main arena failure with
35972         __libc_memalign version.
35973         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35974
35975 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35976
35977         [BZ #14166]
35978         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35979         to __redirect_strstr.
35980         (__strstr_sse42): Use typeof __redirect_strstr.
35981         (__strstr_ia32): Likewise.
35982         (__libc_strstr): New prototype.
35983         (strstr): Renamed to ...
35984         (__libc_strstr): This.
35985         (strstr): New strong alias of __libc_strstr.
35986         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35987         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35988         __redirect_time.
35989         Include <time.h>.
35990         (__libc_time): New prototype.
35991         (time_ifunc): Replace time with __libc_time.
35992         (time): New strong alias and hidden definition of __libc_time.
35993         (__GI_time): Remove strong alias.
35994         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35995         Include <stddef.h>.
35996         (memmove): Redefined to __redirect_memmove.
35997         (__memmove_sse2): Use typeof __redirect_memmove.
35998         (__memmove_ssse3): Likewise.
35999         (__memmove_ssse3_back): Likewise.
36000         (__libc_memmove): New prototype.
36001         (memmove): Renamed to ...
36002         (__libc_memmove): This.
36003         (memmove): New strong alias of __libc_memmove.
36004
36005 2012-08-08  Mark Salter  <msalter@redhat.com>
36006
36007         * elf/elf.h
36008         (R_MN10300_TLS_GD): Define.
36009         (R_MN10300_TLS_LD): Likewise.
36010         (R_MN10300_TLS_LDO): Likewise.
36011         (R_MN10300_TLS_GOTIE): Likewise.
36012         (R_MN10300_TLS_IE): Likewise.
36013         (R_MN10300_TLS_LE): Likewise.
36014         (R_MN10300_TLS_DTPMOD): Likewise.
36015         (R_MN10300_TLS_DTPOFF): Likewise.
36016         (R_MN10300_TLS_TPOFF): Likewise.
36017         (R_MN10300_SYM_DIFF): Likewise.
36018         (R_MN10300_ALIGN): Likewise.
36019         (R_MN10300_NUM): Update.
36020
36021 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36022
36023         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36024         Remove.
36025
36026 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36027
36028         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36029
36030         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36031         sysdeps/unix -> sysdeps/posix move.
36032         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36033
36034 2012-08-07      Allan McRae     <allan@archlinux.org>
36035
36036         [BZ #14303]
36037         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36038         (SUNOS_CPP): Likewise.
36039         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36040         not found.
36041         (open_input): Call CPP using execvp.
36042
36043 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36044
36045         * sysdeps/unix/sysv/linux/kernel-features.h
36046         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36047         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36048         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36049         (__ASSUME_WAITID_SYSCALL): Likewise.
36050         * sysdeps/unix/sysv/linux/dl-execstack.c
36051         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36052         code unconditional.
36053         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36054         conditional code.
36055         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36056         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36057         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36058         code.
36059         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36060         unconditional.
36061         [__ASSUME_WAITID_SYSCALL]: Likewise.
36062         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36063
36064 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36065
36066         * sysdeps/unix/closedir.c: Renamed to ...
36067         * sysdeps/posix/closedir.c: ... here.
36068         * sysdeps/unix/dirfd.c: Renamed to ...
36069         * sysdeps/posix/dirfd.c: ... here.
36070         * sysdeps/unix/dirstream.h: Renamed to ...
36071         * sysdeps/posix/dirstream.h: ... here.
36072         * sysdeps/unix/fdopendir.c: Renamed to ...
36073         * sysdeps/posix/fdopendir.c: ... here.
36074         * sysdeps/unix/opendir.c: Renamed to ...
36075         * sysdeps/posix/opendir.c: ... here.
36076         * sysdeps/unix/readdir.c: Renamed to ...
36077         * sysdeps/posix/readdir.c: ... here.
36078         * sysdeps/unix/readdir_r.c: Renamed to ...
36079         * sysdeps/posix/readdir_r.c: ... here.
36080         * sysdeps/unix/rewinddir.c: Renamed to ...
36081         * sysdeps/posix/rewinddir.c: ... here.
36082         * sysdeps/unix/seekdir.c: Renamed to ...
36083         * sysdeps/posix/seekdir.c: ... here.
36084         * sysdeps/unix/telldir.c: Renamed to ...
36085         * sysdeps/posix/telldir.c: ... here.
36086         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36087         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36088         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36089         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36090
36091         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36092         * bits/fcntl.h: ... here.
36093
36094         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36095         not 0.
36096         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36097         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36098         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36099         (struct flock): Move l_start, l_len to the beginning.
36100         Use __pid_t for l_pid.
36101         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36102         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36103         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36104         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36105         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36106         [__USE_LARGEFILE64] (struct flock64): New type.
36107         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36108
36109         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36110         * bits/dirent.h: ... here.
36111
36112         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36113         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36114
36115 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36116
36117         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36118         Change from 2.6.0 to 2.6.16.
36119         * sysdeps/unix/sysv/linux/configure: Regenerated.
36120         * sysdeps/unix/sysv/linux/kernel-features.h
36121         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36122         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36123         version.
36124         (__ASSUME_UTIMES): Likewise.
36125         (__ASSUME_CLONE_STOPPED): Remove.
36126         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36127         architectures, not kernel version.
36128         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36129         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36130         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36131         (__ASSUME_WAITID_SYSCALL): Likewise.
36132         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36133         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36134         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36135         refer to older versions.
36136
36137 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36138
36139         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36140         Define alphasort64 as an alias.
36141         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36142         Define versionsort64 as an alias.
36143         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36144         Define scandir64 as an alias.
36145         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36146         Define scandirat64 as an alias.
36147         * dirent/alphasort64.c (alphasort64):
36148         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36149         * dirent/versionsort64.c: Likewise.
36150         * dirent/scandir64.c: Likewise.
36151         * dirent/scandirat64.c: Likewise.
36152         * sysdeps/wordsize-64/alphasort.c: File removed.
36153         * sysdeps/wordsize-64/alphasort64.c: File removed.
36154         * sysdeps/wordsize-64/scandir.c: File removed.
36155         * sysdeps/wordsize-64/scandir64.c: File removed.
36156         * sysdeps/wordsize-64/scandirat.c: File removed.
36157         * sysdeps/wordsize-64/scandirat64.c: File removed.
36158         * sysdeps/wordsize-64/versionsort.c: File removed.
36159         * sysdeps/wordsize-64/versionsort64.c: File removed.
36160         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36161         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36162         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36163         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36164         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36165         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36166         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36167         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36168
36169         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36170         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36171         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36172         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36173         [defined __arch64__ || defined __sparcv9]
36174         (__INO_T_MATCHES_INO64_T): New macro.
36175         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36176         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36177         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36178         * sysdeps/unix/sysv/linux/bits/dirent.h
36179         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36180         (_DIRENT_MATCHES_DIRENT64): New macro.
36181
36182         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36183         Define lockf64 as an alias.
36184         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36185         Define fseeko64 as an alias.
36186         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36187         Define ftello64 as an alias.
36188         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36189         Define _IO_fgetpos64 and fgetpos64 as aliases.
36190         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36191         Define _IO_fsetpos64 and fsetpos64 as aliases.
36192         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36193         Conditionalize body on this.
36194         * libio/fseeko64.c: Likewise.
36195         * libio/ftello64.c: Likewise.
36196         * libio/iofgetpos64.c: Likewise.
36197         * libio/iofsetpos64.c: Likewise.
36198         * sysdeps/wordsize-64/lockf.c: File removed.
36199         * sysdeps/wordsize-64/lockf64.c: File removed.
36200         * sysdeps/wordsize-64/fseeko.c: File removed.
36201         * sysdeps/wordsize-64/fseeko64.c: File removed.
36202         * sysdeps/wordsize-64/ftello.c: File removed.
36203         * sysdeps/wordsize-64/ftello64.c: File removed.
36204         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36205         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36206         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36207         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36208         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36209         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36210         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36211         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36212         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36213         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36214         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36215         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36216         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36217         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36218
36219         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36220         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36221         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36222         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36223         [defined __arch64__ || defined __sparcv9]
36224         (__OFF_T_MATCHES_OFF64_T): New macro.
36225         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36226         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36227         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36228         (__OFF_T_MATCHES_OFF64_T): New macro.
36229
36230 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36231
36232         * stdlib/secure-getenv.c (__secure_getenv): Replace
36233         GLIBC_2_16 with GLIBC_2_17.
36234
36235 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36236
36237         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36238         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36239
36240 2012-08-03  David S. Miller  <davem@davemloft.net>
36241
36242         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36243
36244 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36245
36246         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36247         Remove.
36248         (__ASSUME_CORRECT_SI_PID): Likewise.
36249         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36250         (__ASSUME_TMPFS_NAME): Likewise.
36251         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36252         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36253         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36254         (HAVE_AUX_SECURE): Make definition unconditional.
36255         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36256         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36257
36258 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36259
36260         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36261         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36262         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36263         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36264         __eloop_threshold instead of SYMLOOP_MAX.
36265
36266         * sysdeps/generic/eloop-threshold.h: New file.
36267         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36268         of MAXSYMLINKS.
36269         * elf/chroot_canon.c (chroot_canon): Likewise.
36270
36271 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36272
36273         [BZ #13717]
36274         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36275         Change to 2.6.0 everywhere.
36276         * sysdeps/unix/sysv/linux/configure: Regenerated.
36277         * sysdeps/unix/sysv/linux/kernel-features.h
36278         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36279         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36280         kernel versions.
36281         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36282         (__ASSUME_FUTEX_REQUEUE): Remove.
36283         (__ASSUME_STATFS64): Define unconditionally.
36284         (__ASSUME_AT_SECURE): Likewise.
36285         (__ASSUME_CORRECT_SI_PID): Likewise.
36286         (__ASSUME_TGKILL): Define without depending on kernel version for
36287         i386.
36288         (__ASSUME_UTIMES): Likewise.
36289         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36290         kernel version.
36291         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36292         (__ASSUME_TMPFS_NAME): Likewise.
36293         * README: Update reference to Linux kernel versions.
36294
36295 2012-08-02  Marek Polacek  <polacek@redhat.com>
36296
36297         [BZ# 14150]
36298         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36299         libc_cv_asm_type_prefix with %.
36300         * configure: Regenerated.
36301         * include/libc-symbols.h: Remove comment about
36302         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36303         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36304         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36305         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36306         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36307         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36308         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36309         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36310         * elf/tst-unique2mod1.c: Likewise.
36311         * elf/tst-unique1mod2.c: Likewise.
36312         * elf/tst-unique1mod1.c: Likewise.
36313         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36314         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36315         Replace ASM_TYPE_DIRECTIVE with .type.
36316         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36317         * sysdeps/i386/sysdep.h: Likewise.
36318         * sysdeps/x86_64/sysdep.h: Likewise.
36319         * sysdeps/sh/sysdep.h: Likewise.
36320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36321         Do not define ASM_TYPE_DIRECTIVE.
36322         * sysdeps/powerpc/sysdep.h: Likewise.
36323         * sysdeps/powerpc/powerpc32/sysdep.h:
36324         Replace ASM_TYPE_DIRECTIVE with .type.
36325         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36326         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36327         * sysdeps/i386/fpu/e_powf.S: Likewise.
36328         * sysdeps/i386/fpu/e_expl.S: Likewise.
36329         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36330         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36331         * sysdeps/i386/fpu/e_pow.S: Likewise.
36332         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36333         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36334         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36335         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36336         * sysdeps/i386/fpu/e_log2.S: Likewise.
36337         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36338         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36339         * sysdeps/i386/fpu/e_powl.S: Likewise.
36340         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36341         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36342         * sysdeps/i386/fpu/e_logl.S: Likewise.
36343         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36344         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36345         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36346         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36347         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36348         * sysdeps/i386/fpu/e_log.S: Likewise.
36349         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36350         * sysdeps/i386/fpu/e_logf.S: Likewise.
36351         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36352         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36353         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36354         * sysdeps/i386/fpu/e_log10.S: Likewise.
36355         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36356         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36357         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36358         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36359         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36360         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36361         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36362         * sysdeps/i386/i686/strtok.S: Likewise.
36363         * sysdeps/i386/i386-mcount.S: Likewise.
36364         * sysdeps/i386/strtok.S: Likewise.
36365         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36366         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36367         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36368         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36369         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36370         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36371         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36372         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36373         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36374         * sysdeps/x86_64/_mcount.S: Likewise.
36375         * sysdeps/x86_64/strtok.S: Likewise.
36376         * sysdeps/sh/_mcount.S: Likewise.
36377
36378 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36379
36380         * libio/iofopen.c: Include <fcntl.h>.
36381         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36382         (_IO_fopen64, fopen64): Define as aliases.
36383         * libio/iofopen64.c: Include <fcntl.h>.
36384         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36385         Conditionalize body on this.
36386         * sysdeps/wordsize-64/iofopen.c: File removed.
36387         * sysdeps/wordsize-64/iofopen64.c: File removed.
36388
36389 2012-08-01  Marek Polacek  <polacek@redhat.com>
36390
36391         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36392         Use dlfcn directly instead of a variable.
36393         (binfmt-subdir): Do not define.
36394         (dlfcn): Likewise.
36395
36396 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36397
36398         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36399         Remove all definitions.
36400         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36401         <kernel-features.h>.
36402         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36403         (miss_F_GETOWN_EX): Remove all definitions.
36404         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36405         macro definition.
36406         [!__ASSUME_FCNTL64]: Remove conditional code.
36407         [__ASSUME_FCNTL64]: Make code unconditional.
36408         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36409         <kernel-features.h>.
36410         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36411         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36412         (lockf64) [__NR_fcntl64]: Make code unconditional.
36413         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36414
36415         * sysdeps/unix/sysv/linux/kernel-features.h
36416         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36417         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36418         Make code unconditional.
36419         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36420         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36422         [__NR_vfork]: Make code unconditional.
36423         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36424         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36426         [__NR_vfork]: Make code unconditional.
36427         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36428         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36429
36430 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36431
36432         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36433         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36434
36435         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36436         Define mkstemp64 as an alias.
36437         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36438         Define mkstemps64 as an alias.
36439         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36440         Define mkostemp64 as an alias.
36441         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36442         Define mkostemps64 as an alias.
36443         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36444         Conditionalize body on this.
36445         * misc/mkostemp64.c: Likewise.
36446         * misc/mkostemps64.c: Likewise.
36447         * misc/mkstemps64.c: Likewise.
36448         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36449         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36450         * sysdeps/wordsize-64/mkostemp.c: File removed.
36451         * sysdeps/wordsize-64/mkstemp.c: File removed.
36452         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36453         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36454         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36455         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36456
36457         [BZ #14138]
36458         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36459         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36460         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36461         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36462
36463         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36464         compat_symbol macros from <shlib-compat.h> rather than the underlying
36465         default_symbol_version and symbol_version macros, so that DEFAULT
36466         lines in shlib-versions are respected.
36467         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36468
36469 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36470
36471         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36472         Declare with warn_unused_result.
36473         (setgid, setregid, setegid, setresgid): Likewise.
36474         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36475         Likewise.
36476         * WUR-REPORT: Remove set*id functions.
36477
36478 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36479
36480         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36481
36482 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36483
36484         [BZ #10191]
36485         * include/sys/socket.h (__libc_accept, __libc_accept4):
36486         Add attribute_hidden.
36487         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36488
36489         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36490         use of PTR_MANGLE.
36491         * inet/getnetgrent_r.c (setup): Likewise.
36492
36493         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36494
36495 2012-07-31  David S. Miller  <davem@davemloft.net>
36496
36497         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36498
36499 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36500
36501         [BZ #13629]
36502         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36503         value between 1.0 and 2.0 and smaller part has absolute value less
36504         than 1.0.
36505         * math/s_clog10.c (__clog10): Likewise.
36506         * math/s_clog10f.c (__clog10f): Likewise.
36507         * math/s_clog10l.c (__clog10l): Likewise.
36508         * math/s_clogf.c (__clogf): Likewise.
36509         * math/s_clogl.c (__clogl): Likewise.
36510         * math/libm-test.inc (clog_test): Add more tests.
36511         (clog10_test): Likewise.
36512         * sysdeps/i386/fpu/libm-test-ulps: Update.
36513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36514
36515 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36516
36517         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36518         Exit with zero in case no suitable GID is found, and write a
36519         message to standard error.
36520
36521 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36522
36523         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36524         rather than to 1.
36525         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36526         (MAXPATHLEN): Removed.
36527         (NOGROUP, NODEV): New macros.
36528         (setbit, clrbit, isset, isclr): New macros.
36529         (howmany, roundup, powerof2): New macros.
36530         (DEV_BSIZE): New macro.
36531
36532         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36533         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36534
36535         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36536         definition on [!__NO_LONG_DOUBLE_MATH].
36537
36538         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36539         PTR_MANGLE and PTR_DEMANGLE.
36540
36541         * socket/accept4.c (accept4): Rename to __libc_accept4.
36542         Define accept4 as a weak alias.
36543
36544         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36545         on [_DIRENT_HAVE_D_TYPE].
36546         * io/ftw.c (ftw_dir): Likewise.
36547
36548         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36549
36550         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36551
36552         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36553         Use the BSD numbers rather than the arbitrary ones we had.
36554         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36555         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36556         (SIGXCPU, SIGXFSZ): New macros.
36557         (_NSIG): Now 32.
36558
36559         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36560         initializer on [_LIBC_REENTRANT].
36561
36562         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36563         definitions inside [_POSIX_MAPPED_FILES].
36564
36565         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36566
36567         * dirent/opendir.c: Include <fcntl.h>.
36568
36569         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36570         (__libc_getspecific): Likewise.
36571         (__libc_key_create): Likewise.
36572
36573         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36574         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36575         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36576         (tmpfile64): Define as alias.
36577         * sysdeps/wordsize-64/tmpfile.c: File removed.
36578         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36579         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36580         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36581
36582         * stdio-common/vfscanf.c: Include <stdbool.h>.
36583         * nss/makedb.c: Likewise.
36584         * stdio-common/_i18n_number.h: Likewise.
36585         * argp/argp-help.c: Likewise.
36586         * posix/wordexp.c: Likewise.
36587         * sysdeps/posix/spawni.c: Likewise.
36588         * nss/nss_files/files-initgroups.c: Likewise.
36589         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36590         * nss/nss_files/files-initgroups.c: Likewise.
36591         * nss/nss_db/db-netgrp.c: Likewise.
36592         * nss/nss_db/db-initgroups.c: Likewise.
36593         * io/fchmodat.c: Include <sys/stat.h>.
36594
36595         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36596         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36597
36598         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36599         [HAVE_MMAP].
36600
36601         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36602         Add multiple inclusion protection.
36603
36604 2012-07-27  David S. Miller  <davem@davemloft.net>
36605
36606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36607
36608 2012-07-27  Gary Benson  <gbenson@redhat.com>
36609
36610         [BZ #14298]
36611         * elf/rtld.c: Include <stap-probe.h>.
36612         (dl_main): Added static probes "init_start" and "init_complete".
36613         * elf/dl-load.c: Include <stap-probe.h>.
36614         (lose): Take new parameter "nsid".
36615         Added static probe "map_failed".
36616         (_dl_map_object_from_fd): Pass namespace id to lose.
36617         Added static probe "map_start".
36618         (open_verify): Pass namespace id to lose.
36619         * elf/dl-open.c: Include <stap-probe.h>.
36620         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36621         and "reloc_complete".
36622         * elf/dl-close.c: Include <stap-probe.h>.
36623         (_dl_close_worker): Added static probes "unmap_start" and
36624         "unmap_complete".
36625         * elf/rtld-debugger-interface.txt: New file documenting the above.
36626
36627 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36628
36629         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36630         rather than a string variable.
36631         * sunrpc/rpc_main.c (h_output): Likewise.
36632         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36633
36634 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36635
36636         * inet/check_native.c: New file.
36637
36638 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36639
36640         [BZ #13629]
36641         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36642         if larger part has absolute value 1.0.
36643         * math/s_clog10.c (__clog10): Likewise.
36644         * math/s_clog10f.c (__clog10f): Likewise.
36645         * math/s_clog10l.c (__clog10l): Likewise.
36646         * math/s_clogf.c (__clogf): Likewise.
36647         * math/s_clogl.c (__clogl): Likewise.
36648         * math/libm-test.inc (clog_test): Add more tests.
36649         (clog10_test): Likewise.
36650         * sysdeps/i386/fpu/libm-test-ulps: Update.
36651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36652
36653         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36654         (pltexit): Likewise.
36655         (La_regs): Likewise.
36656         (La_retval): Likewise.
36657         (int_retval): Likewise.
36658         Update #error for removed macros to refer only to definitions in
36659         tst-audit.h.
36660         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36661         macro.
36662         (pltexit): Likewise.
36663         (La_regs): Likewise.
36664         (La_retval): Likewise.
36665         (int_retval): Likewise.
36666         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36667         macro.
36668         (pltexit): Likewise.
36669         (La_regs): Likewise.
36670         (La_retval): Likewise.
36671         (int_retval): Likewise.
36672         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36673         macro.
36674         (pltexit): Likewise.
36675         (La_regs): Likewise.
36676         (La_retval): Likewise.
36677         (int_retval): Likewise.
36678         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36679         macro.
36680         (pltexit): Likewise.
36681         (La_regs): Likewise.
36682         (La_retval): Likewise.
36683         (int_retval): Likewise.
36684         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36685         macro.
36686         (pltexit): Likewise.
36687         (La_regs): Likewise.
36688         (La_retval): Likewise.
36689         (int_retval): Likewise.
36690         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36691         macro.
36692         (pltexit): Likewise.
36693         (La_regs): Likewise.
36694         (La_retval): Likewise.
36695         (int_retval): Likewise.
36696         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36697         macro definitions in tst-audit.h.
36698         * sysdeps/i386/tst-audit.h: New file.
36699         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36700         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36701         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36702         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36703         * sysdeps/sh/tst-audit.h: Likewise.
36704         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36705         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36706         * sysdeps/x86_64/tst-audit.h: Likewise.
36707
36708 2012-07-26  Andreas Jaeger  <aj@suse.de>
36709
36710         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36711         ptrace.
36712
36713         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36714         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36715         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36716         PTRACE_O_MASK.
36717         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36718         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36719         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36720
36721         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36722         value.
36723
36724         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36725         _sigsys.
36726         (si_call_addr, si_syscall, si_arch): Define new macro.
36727         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36728         _sigsys.
36729         (si_call_addr, si_syscall, si_arch): Define new marcro.
36730         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36731         _sigsys.
36732         (si_call_addr, si_syscall, si_arch): Define new macro.
36733         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36734         _sigsys.
36735         (si_call_addr, si_syscall, si_arch): Define new macro.
36736
36737 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36738
36739         [BZ #13717]
36740         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36741         Change to 2.4.21 where previously 2.4.1.
36742         * sysdeps/unix/sysv/linux/configure: Regenerated.
36743         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36744         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36745         Linux kernel version.
36746         (__ASSUME_STD_AUXV): Remove.
36747         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36748         kernel version.
36749         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36750         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36751         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36752         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36753         (__ASSUME_NETLINK_SUPPORT): Likewise.
36754         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36755         (__no_netlink_support): Remove conditional definition.
36756         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36757         Remove.
36758         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36759         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36760         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36761         (if_nameindex_ioctl): Remove.
36762         (if_nameindex_netlink): Do not handle __no_netlink_support.
36763         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36764         code.
36765         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36766         Remove conditional code.
36767         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36768         code.
36769         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36770         unconditional.
36771         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36772         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36773         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36774         Remove.
36775         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36776         [!__ASSUME_STD_AUXV]: Remove conditional code.
36777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36778         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36779         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36781         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36782         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36783         code.
36784         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36786         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36787         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36788         conditional code.
36789         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36791         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36792         code.
36793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36794         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36795         conditional code.
36796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36797         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36798         code unconditional.
36799         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36800         conditional code.
36801         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36802         unconditional.
36803         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36804         conditional code.
36805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36806         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36807         unconditional.
36808         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36809         conditional code.
36810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36811         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36812         code unconditional.
36813         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36814         conditional code.
36815         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36816         unconditional.
36817         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36818         conditional code.
36819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36820         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36821         code unconditional.
36822         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36823         conditional code.
36824         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36825         unconditional.
36826         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36827         conditional code.
36828
36829 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36830
36831         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36832         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36833         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36834         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36835         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36836         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36837         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36838         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36839         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36840         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36841         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36842         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36843         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36844         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36845         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36846         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36847         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36848         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36849         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36850         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36851         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36852         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36853         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36854
36855 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36856
36857         * Versions.def: Add GLIBC_2.17.
36858         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36859         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36860         Introduce __libc_secure_getenv.
36861         * stdlib/Versions (2.17): Add secure_getenv
36862         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36863         * stdlib/secure-getenv.c: Rename __secure_getenv to
36864         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36865         symbol __secure_getenv for GLIBC_2.0.
36866         * stdlib/tst-secure-getenv.c: New.
36867         * stdlib/Makefile (tests): Add testcase.
36868         * manual/startup.texi (Environment Access): Document
36869         secure_getenv.
36870         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36871         __libc_secure_getenv.
36872         * inet/ruserpass.c (ruserpass): Likewise.
36873         * malloc/mtrace.c (mtrace): Likewise.
36874         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36875         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36876         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36877         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36878         HAVE_SECURE_GETENV.
36879         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36880         __secure_getenv to __libc_secure_getenv.
36881         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36883         Likewise.
36884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36885         Likewise.
36886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36888         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36889         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36893
36894 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36895
36896         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36897         (struct La_i86_retval): Likewise.
36898         (struct La_x86_64_regs): Likewise.
36899         (struct La_x86_64_retval): Likewise.
36900         (struct La_x32_regs): Likewise.
36901         (struct La_x32_retval): Likewise.
36902         (struct La_ppc32_regs): Likewise.
36903         (struct La_ppc32_retval): Likewise.
36904         (struct La_ppc64_regs): Likewise.
36905         (struct La_ppc64_retval): Likewise.
36906         (struct La_sh_regs): Likewise.
36907         (struct La_sh_retval): Likewise.
36908         (struct La_s390_32_regs): Likewise.
36909         (struct La_s390_32_retval): Likewise.
36910         (struct La_s390_64_regs): Likewise.
36911         (struct La_s390_64_retval): Likewise.
36912         (struct La_sparc32_regs): Likewise.
36913         (struct La_sparc32_retval): Likewise.
36914         (struct La_sparc64_regs): Likewise.
36915         (struct La_sparc64_retval): Likewise.
36916         (struct audit_ifaces): Remove architecture-specific pltenter and
36917         pltexit members.
36918         * sysdeps/i386/ldsodefs.h: New file.
36919         * sysdeps/powerpc/ldsodefs.h: Likewise.
36920         * sysdeps/s390/ldsodefs.h: Likewise.
36921         * sysdeps/sh/ldsodefs.h: Likewise.
36922         * sysdeps/sparc/ldsodefs.h: Likewise.
36923         * sysdeps/x86_64/ldsodefs.h: Likewise.
36924
36925 2012-07-25  Marek Polacek  <polacek@redhat.com>
36926
36927         [BZ #6808]
36928         * math/libm-test.inc (yn_test): Add another test.
36929         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36930         to ERANGE when the result is +-Inf.
36931         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36932         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36933         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36934         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36935
36936 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36937
36938         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36939         equal to 0.
36940         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36941         clock_t.
36942         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36943
36944 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36945
36946         * configure.in <sysdeps resolving>: Correct printing
36947         Implies_before.
36948         * configure: Regenerate.
36949
36950 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36951
36952         * math/w_ilogb.c: Include <limits.h>.
36953         * math/w_ilogbl.c: Likewise.
36954
36955 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36956
36957         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36958         va_copy.  Document allowing for unavailable va_copy only as
36959         pre-C99 compatibility.
36960         * manual/string.texi (Copying and Concatenation): Use va_copy
36961         instead of __va_copy in concat example.
36962
36963 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36964
36965         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36966         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36967         it if not null.
36968
36969         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36970         with O_NOLINK passed to __file_name_lookup.
36971
36972         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36973         with O_NOLINK passed to __file_name_lookup.
36974
36975         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36976         negative N or less than NGIDS.
36977
36978         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36979         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36980         enough.  Use memcpy instead of strncpy.
36981
36982 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36983
36984         * elf/Makefile (check-data): Remove.
36985         (localplt.data): New vpath directive.
36986         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36987         instead of $(check-data).
36988         * scripts/data/localplt-generic.data: Move to ...
36989         * sysdeps/generic/localplt.data: ... here.
36990         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36991         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36992         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36994         ... here.
36995         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36997         ... here.
36998         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36999         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37000         ... here.
37001         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37002         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37003         ... here.
37004         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37006         ... here.
37007         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37008         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37009         ... here.
37010
37011 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37012
37013         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37014         PPC32 and PPC64 files.
37015         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37016         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37017
37018 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37019
37020         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37021         __makecontext_ret to ...
37022         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37023         ... here and call exit if uc_link is NULL.  New file.
37024         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37025         __makecontext_ret.S.
37026         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37027         __makecontext_ret to ...
37028         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37029         ... here and call exit if uc_link is NULL.  New file.
37030         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37031         __makecontext_ret.S.
37032
37033 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37034
37035         * elf/elf.h (R_390_IRELATIVE): New definition.
37036         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37037         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37038         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37039         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37040         (elf_machine_lazy_rel): Likewise.
37041         * sysdeps/s390/dl-irel.h: New file.
37042         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37043         * sysdeps/s390/s390-64/memset.S: New asm code.
37044         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37045         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37046         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37047         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37048         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37049         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37050         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37051         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37052         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37053         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37054         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37055         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37056         * sysdeps/s390/s390-32/memset.S: New asm code.
37057         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37058
37059 2012-07-17  Marek Polacek  <polacek@redhat.com>
37060
37061         [BZ #14349]
37062         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37063         * sysdeps/s390/s390-64/configure.in: Likewise.
37064         * sysdeps/sparc/configure.in: Likewise.
37065         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37066         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37067         * sysdeps/i386/configure.in: Likewise.
37068         * sysdeps/x86_64/configure.in: Likewise.
37069         * sysdeps/sh/configure.in: Likewise.
37070         * sysdeps/s390/s390-32/configure: Regenerated.
37071         * sysdeps/s390/s390-64/configure: Likewise.
37072         * sysdeps/x86_64/configure: Likewise.
37073         * sysdeps/sh/configure: Likewise.
37074         * sysdeps/powerpc/powerpc64/configure: Likewise.
37075         * sysdeps/powerpc/powerpc32/configure: Likewise.
37076         * sysdeps/sparc/configure: Likwise.
37077         * sysdeps/i386/configure: Likewise.
37078
37079         * elf/dl-open.c: Comment fixes.
37080
37081 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37082
37083         * Makefile [CXX] (check-data): Remove.
37084         [CXX] (c++-types.data): New vpath directive.
37085         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37086         vpath.  Do not allow for C++ type data being missing.
37087         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37088         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37089         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37090         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37091         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37092         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37093         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37095         ... here.
37096         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37098         ... here.
37099         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37101         ... here.
37102         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37103         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37104         ... here.
37105         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37106         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37107         ... here.
37108         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37110         ... here.
37111         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37112         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37113         ... here.
37114         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37116
37117         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37118         definitions to architecture-specific files.
37119         (TLS_IE): Likewise.
37120         (TLS_LD): Likewise.
37121         (TLS_GD): Likewise.
37122         * sysdeps/i386/tls-macros.h: New file.
37123         * sysdeps/powerpc/tls-macros.h: Likewise.
37124         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37125         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37126         * sysdeps/sh/tls-macros.h: Likewise.
37127         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37128         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37129         * sysdeps/x86_64/tls-macros.h: Likewise.
37130
37131 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37132
37133         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37134         zero value for regular exit case.
37135
37136         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37137         (__start_context): Preserve zero value for regular exit case.
37138
37139 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37140             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37141
37142         * manual/setjmp.texi (setcontext): Clarify normal process
37143         termination when uc_link is the null pointer.
37144         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37145         exit call.
37146
37147 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37148
37149         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37150         preprocessor.  Test for each exception mask separately.
37151
37152 2012-07-16  Andreas Jaeger  <aj@suse.de>
37153
37154         * po/ru.po: Update from translation team.
37155
37156 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37157
37158         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37159         equal to 0.
37160         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37161         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37162         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37163         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37164         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37165
37166 2012-07-13  Andreas Jaeger  <aj@suse.de>
37167
37168         * po/fr.po: Update from translation team.
37169
37170 2012-07-12  Marek Polacek  <polacek@redhat.com>
37171
37172         [BZ #14173]
37173         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37174         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37175         loop condition.
37176
37177 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37178
37179         [BZ #13717]
37180         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37181         Change to 2.4.1 where previously 2.4.0.
37182         * sysdeps/unix/sysv/linux/configure: Regenerated.
37183         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37184         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37185         version.
37186         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37187         (__ASSUME_AT_CLKTCK): Remove.
37188         (__ASSUME_AT_PAGESIZE): Likewise.
37189         (__ASSUME_AT_XID): Likewise.
37190         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37191         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37192         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37193         unconditionally.
37194         (HAVE_AUX_PAGESIZE): Likewise.
37195         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37196         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37197         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37198
37199 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37200
37201         [BZ #14307]
37202         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37203         the temporary buffer used to invoke __gethostbyname2_r,
37204         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37205         host_data / struct gaih_addrtuple.
37206         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37207         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37208         header file nss/nsswitch.h.
37209         * nss/nsswitch.h (global scope): Add definition of implementation
37210         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37211         resolv/nss_dns/dns-host.c).
37212
37213 2012-07-11  Andreas Jaeger  <aj@suse.de>
37214
37215         * po/fr.po: Update from translation team.
37216
37217         * po/sv.po: Update from translation team
37218         * po/fr.po: Another update from translation team.
37219
37220 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37221
37222         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37223         for subnormals or multiply small sinh result by itself.
37224         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37225         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37226
37227 2012-07-11  David S. Miller  <davem@davemloft.net>
37228
37229         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37230
37231 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37232
37233         [BZ #14347]
37234         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37235         (INTERNAL_MARK): Shift it here.
37236
37237 2012-07-10  Marek Polacek  <polacek@redhat.com>
37238
37239         [BZ #14151]
37240         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37241         libc_cv_asm_global_directive with .globl.
37242         * configure: Regenerated.
37243         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37244         with .globl.
37245         * sysdeps/i386/configure: Regenerated.
37246         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37247         with .globl.
37248         * sysdeps/x86_64/configure: Regenerated.
37249         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37250         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37251         * elf/tst-unique2mod2.c: Likewise.
37252         * elf/tst-unique2mod1.c: Likewise.
37253         * elf/tst-unique1mod2.c: Likewise.
37254         * elf/tst-unique1mod1.c: Likewise.
37255         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37256         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37257         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37258         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37259         * sysdeps/mach/sysdep.h: Likewise.
37260         * sysdeps/i386/sysdep.h: Likewise.
37261         * sysdeps/i386/i386-mcount.S: Likewise.
37262         * sysdeps/x86_64/_mcount.S: Likewise.
37263         * sysdeps/x86_64/sysdep.h: Likewise.
37264         * sysdeps/sh/_mcount.S: Likewise.
37265         * sysdeps/sh/sysdep.h: Likewise.
37266         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37267         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37268         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37269         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37270         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37271         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37272         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37273         * locale/localeinfo.h: Likewise.
37274         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37275         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37276
37277 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37278
37279         [BZ #14336]
37280         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37281         system".
37282         * manual/message.texi (The Uniforum approach): Likewise.
37283         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37284         (glibc iconv Implementation): Likewise.
37285
37286 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37287
37288         [BZ #14337]
37289         * math/s_clog.c (__clog): Avoid scaling a value down where that
37290         could result in underflow.
37291         * math/s_clog10.c (__clog10): Likewise.
37292         * math/s_clog10f.c (__clog10f): Likewise.
37293         * math/s_clog10l.c (__clog10l): Likewise.
37294         * math/s_clogf.c (__clogf): Likewise.
37295         * math/s_clogl.c (__clogl): Likewise.
37296         * math/libm-test.inc (clog_test): Add more tests.
37297         (clog10_test): Likewise.
37298         * sysdeps/i386/fpu/libm-test-ulps: Update.
37299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37300
37301 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37302
37303         [BZ #14283]
37304         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37305         by 7 not 8 to examine high bit of fractional part.
37306
37307         [BZ #14042]
37308         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37309         for call to __mcount_internal.
37310         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37311         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37312         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37313
37314 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37315
37316         [BZ #14154]
37317         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37318         approximation for values within 0x1p-13f of an odd multiple of
37319         pi/4.
37320         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37321         exception.  Add more tests.
37322         * sysdeps/i386/fpu/libm-test-ulps: Update.
37323
37324         [BZ #6778]
37325         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37326         inputs and return -1 for them.  Do not check for +Inf in case not
37327         reachable for +Inf.
37328         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37329         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37330         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37331         and return -1 for them.  Do not check for +Inf in case not
37332         reachable for +Inf.
37333         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37334         define.
37335         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37336         and return -1 for them.  Do not check for +Inf in case not
37337         reachable for +Inf.
37338         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37339         spurious underflow.
37340         * sysdeps/i386/fpu/libm-test-ulps: Update.
37341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37342
37343 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37344
37345         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37346
37347 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37348
37349         [BZ #14157]
37350         [BZ #14331]
37351         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37352         could result in spurious underflow.  Scale down values above
37353         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37354         * math/s_csqrtf.c (__csqrtf): Likewise.
37355         * math/s_csqrtl.c (__csqrtl): Likewise.
37356         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37357         spurious underflow.
37358         * sysdeps/i386/fpu/libm-test-ulps: Update.
37359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37360
37361 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37362
37363         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37364         xopen-msg.sed.
37365         * catgets/xopen-msg.awk: New file.
37366         * catgets/xopen-msg.sed: Removed.
37367
37368         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37369         po2text.sed.
37370         * intl/po2test.awk: New file.
37371         * intl/po2test.sed: Removed.
37372
37373 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37374
37375         [BZ #14328]
37376         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37377         or multiply small sinh result by itself.
37378         * math/s_ctanf.c (__ctanf): Likewise.
37379         * math/s_ctanh.c (__ctanh): Likewise.
37380         * math/s_ctanhf.c (__ctanhf): Likewise.
37381         * math/s_ctanhl.c (__ctanhl): Likewise.
37382         * math/s_ctanl.c (__ctanl): Likewise.
37383         * math/libm-test.inc (ctan_test_tonearest): New function.
37384         (ctan_test_towardzero): Likewise.
37385         (ctan_test_downward): Likewise.
37386         (ctan_test_upward): Likewise.
37387         (ctanh_test_tonearest): Likewise.
37388         (ctanh_test_towardzero): Likewise.
37389         (ctanh_test_downward): Likewise.
37390         (ctanh_test_upward): Likewise.
37391         (main): Call these new functions.
37392         * sysdeps/i386/fpu/libm-test-ulps: Update.
37393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37394
37395 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37396
37397         * .gitignore: Delete /ports entry.
37398
37399 2012-07-03  Andreas Jaeger  <aj@suse.de>
37400
37401         * po/bg.po: Update from translation team.
37402         * po/cs.po: Likewise.
37403         * po/de.po: Likewise.
37404         * po/hr.po: Likewise.
37405         * po/nl.pl: Likewise.
37406         * po/pl.po: Likewise.
37407         * po/vi.po: Likewise.
37408
37409 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37410
37411         * Makeconfig [!+link] (+link-before-libc): New variable.
37412         [!+link] (+link-after-libc): Likewise.
37413         [!+link] (+link-tests): Likewise.
37414         [!+link] (+link): Define in terms of $(+link-before-libc) and
37415         $(+link-after-libc).
37416         [!+link-static] (+link-static-before-libc): New variable.
37417         [!+link-static] (+link-static-after-libc): Likewise.
37418         [!+link-static] (+link-static-tests): Likewise.
37419         [!+link-static] (+link-static): Define in terms of
37420         $(+link-static-before-libc) and $(+link-static-after-libc).
37421         [build-shared] (link-libc-before-gnulib): New variable.
37422         [build-shared] (link-libc-tests): Likewise.
37423         [build-shared] (link-libc): Define in terms of
37424         $(link-libc-before-gnulib).
37425         [!build-shared] (link-libc-tests): New variable.
37426         (link-libc-static-tests): New variable.
37427         [!gnulib] (gnulib-arch): New variable.
37428         [!gnulib] (gnulib-tests): Likewise.
37429         [!gnulib] (static-gnulib-arch): Likewise.
37430         [!gnulib] (static-gnulib-tests): Likewise.
37431         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37432         Define with "=" instead of ":=".
37433         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37434         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37435         * Rules (binaries-all-notests): New variable.
37436         (binaries-all-tests): Likewise.
37437         (binaries-static-notests): Likewise.
37438         (binaries-static-tests): Likewise.
37439         (binaries-all): Define using $(binaries-all-notests) and
37440         $(binaries-all-tests).
37441         (binaries-static): Define using $(binaries-static-notests) and
37442         $(binaries-static-tests).
37443         (binaries-shared-tests): New variable.
37444         (binaries-shared-notests): Likewise.
37445         (binaries-shared): Remove variable.
37446         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37447         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37448         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37449         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37450         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37451         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37452         * elf/Makefile (sln-modules): New variable.
37453         (extra-objs): Add $(sln-modules:=.o).
37454         (ldconfig-modules): Add static-stubs.
37455         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37456         * elf/static-stubs.c: New file.
37457
37458         [BZ #14283]
37459         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37460         by 7 not 8 to examine high bit of fractional part.  Use volatile
37461         variables when splitting into final array of floats if
37462         __FLT_EVAL_METHOD__ != 0.
37463         * math/libm-test.inc (cos_test): Add another test.
37464         (sin_test): Likewise.
37465         * sysdeps/i386/fpu/libm-test-ulps: Update.
37466
37467         [BZ #14273]
37468         * math/libm-test.inc (cosh_test): Add more tests.
37469
37470         * version.h (RELEASE): Set to "development".
37471         (VERSION): Set to "2.16.90".
37472
37473 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37474
37475         * NEWS: Update copyright. Remove last-updated date.
37476         Mention math library bug fixes and timezone data changes.
37477         * README: Mention GNU/Hurd, x32, and HPPA support status.
37478
37479 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37480
37481         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37482
37483 2012-06-27  Andreas Jaeger  <aj@suse.de>
37484
37485         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37486
37487 2012-06-25  Andreas Jaeger  <aj@suse.de>
37488
37489         * sysdeps/s390/fpu/libm-test-ulps: Update.
37490
37491 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37492             Thomas Schwinge  <thomas@codesourcery.com>
37493
37494         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37495         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37496         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37497         fanotify_mark.
37498
37499 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37500
37501         * sysdeps/mach/start.c: Remove file.
37502         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37503         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37504         * sysdeps/sh/init-first.c: Likewise.
37505
37506         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37507         registers for frame unwinding purposes, add CFI directives.
37508         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37509         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37510         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37511         Likewise.
37512
37513         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37514         __fortify_fail returning.
37515         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37516
37517         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37518         sysdeps/sh/____longjmp_chk.S.
37519         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37520         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37521         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37522         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37523
37524         * sysdeps/sh/abort-instr.h: New file.
37525         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37526         process in case exit returns.
37527
37528         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37529         initialize the GOT register before use.
37530
37531         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37532         calculation of ARGC > 4.
37533
37534         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37535         meaningful names to some local labels.
37536
37537 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37538             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37539
37540         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37541         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37542         (__arch_compare_and_exchange_val_16_acq): Likewise.
37543         (__arch_compare_and_exchange_val_32_acq): Likewise.
37544         (atomic_exchange_and_add): Fix gUSA sequence.
37545         (atomic_add): Likewise.
37546         (atomic_add_negative): Likewise.
37547         (atomic_add_zero): Likewise.
37548         (atomic_bit_test_set): Likewise.
37549
37550 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37551
37552         [BZ #13579]
37553         * include/link.h (struct link_map): Add l_free_initfini.
37554         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37555         l_initfini.
37556         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37557         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37558         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37559         set.
37560
37561 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37562
37563         * configure.in: Use AC_LANG_SOURCE.
37564         * configure: Regenerate.
37565
37566 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37567
37568         * configure.in (libc_cv_localstatedir): New substituted variable.
37569         * configure: Regenerated.
37570         * config.make.in (localstatedir): New variable, substituted from
37571         libc_cv_localstatedir.
37572         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37573         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37574         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37575         * sysdeps/gnu/configure: Regenerated.
37576
37577 2012-06-21  Jeff Law  <law@redhat.com>
37578
37579         [BZ #14277]
37580         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37581         free.  Simplify list management for _LIBC case.
37582
37583 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37584
37585         [BZ #14273]
37586         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37587         Clear sign bit of 64-bit integer value before comparing against
37588         overflow value.
37589
37590         * sysdeps/mach/configure: Regenerated.
37591
37592 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37593
37594         [BZ #14278]
37595         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37596
37597 2012-06-21  Jeff Law  <law@redhat.com>
37598
37599         [BZ #13882]
37600         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37601         uint16_t for elements in the "seen" array to avoid char overflows.
37602         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37603         * elf/dl-open.c (dl_open_worker): Likewise.
37604
37605 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37606
37607         * scripts/list-sources.sh: Scan PORTS for translations.
37608         * po/libc.pot: Regenerated.
37609
37610 2012-06-21  Andreas Jaeger  <aj@suse.de>
37611
37612         [BZ #12194]
37613         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37614         warning.
37615         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37616         * bits/byteswap-16.h (__bswap_16): Likewise.
37617         * bits/byteswap.h (__bswap_constant_16): Likewise.
37618
37619 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37620
37621         [BZ #14117]
37622         * sysdeps/i386/fpu_control.h: Removed.
37623         * sysdeps/x86_64/fpu_control.h: Moved to ...
37624         * sysdeps/x86/fpu_control.h: Here.
37625
37626         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37627         (_FPU_SETCW): Likewise.
37628
37629 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37630
37631         [BZ #14117]
37632         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37633         * sysdeps/x86/fpu/bits/mathinline.h: This.
37634         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37635
37636         [BZ #14050]
37637         [BZ #14117]
37638         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37639         functions if __x86_64__ is defined.
37640
37641 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37642
37643         * string/endian.h: Add !__ASSEMBLER__ condition for including
37644         conversion interfaces.
37645
37646 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37647
37648         [BZ #14241]
37649         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37650         of ABS(x) in calculating zero to negative powers other than odd
37651         integers.
37652         * math/libm-test.inc (pow_test): Add more tests.
37653
37654 2012-06-15  Andreas Jaeger  <aj@suse.de>
37655
37656         * manual/contrib.texi (Contributors): Update entry of Liubov
37657         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37658         Machado Filho.
37659
37660 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37661
37662         * string/string.h: Add __wur to GNU version of strerror_r.
37663
37664 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37665
37666         [BZ #14229]
37667         * string/Makefile (tests): Add tst-strtok_r.
37668         * string/tst-strtok_r.c: New file.
37669         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37670         RAX_LP/RDX_LP on SAVE_PTR.
37671
37672 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37673
37674         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37675
37676 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37677
37678         * libm_test.inc (csqrt_test): Allow more spurious underflow
37679         exceptions.
37680         (j0_test): Likewise.
37681         (j1_test): Likewise.
37682         (y0_test): Likewise.
37683         (y1_test): Likewise.
37684
37685 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37686
37687         * po/Makefile (libc.pot): Use UTF-8 charset.
37688
37689 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37690
37691         [BZ #14210]
37692         Suppress sign-conversion warning from FD_SET.
37693         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37694         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37695         not unsigned long int.
37696         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37697
37698 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37699
37700         [BZ #14050]
37701         [BZ #14117]
37702         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37703         __extern_always_inline instead of __extern_inline.
37704         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37705         (__signbit): Likewise.
37706         (__signbitl): Support C++ namespace.
37707         (lrintf): New inline function.
37708         (lrint): Likewise.
37709         (llrintf): Likewise.
37710         (llrint): Likewise.
37711         (fmaxf): Likewise.
37712         (fmax): Likewise.
37713         (fminf): Likewise.
37714         (fmin): Likewise.
37715         (rint): Likewise.
37716         (rintf): Likewise.
37717         (ceil): Likewise.
37718         (ceilf): Likewise.
37719         (floor): Likewise.
37720         (floorf): Likewise.
37721         (nearbyint): Likewise.
37722         (nearbyintf): Likewise.
37723
37724 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37725
37726         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37727         non-default versions.
37728
37729 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37730
37731         [BZ #14218]
37732         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37733
37734 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37735
37736         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37737         (FE_UPWARD, FE_DOWNWARD): Don't define.
37738         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37739         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37740
37741         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37742         reading it.
37743         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37744         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37745
37746 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37747
37748         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37749         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37750         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37751         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37752
37753 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37754
37755         [BZ #14117]
37756         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37757         * sysdeps/i386/fpu/Implies: New file.
37758         * sysdeps/x86_64/fpu/Implies: Likewise.
37759         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37760         * sysdeps/x86/fpu/bits/fenv.h: This.
37761
37762         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37763         __SSE_MATH__.
37764
37765 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37766
37767         [BZ #14134]
37768         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37769         character 0xffff that matches the last element of the
37770         conversion table.
37771
37772 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37773
37774         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37775         fmodl commit.
37776
37777 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37778
37779         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37780         values higher than 25.6283.
37781
37782 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37783
37784         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37785         subnormal exponent extraction and add some __builtin_expect.
37786         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37787         Fix for subnormal mantissa calculation.
37788
37789 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37790
37791         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37792         cpu2 is -1 and errno is not ENOSYS.
37793
37794 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37795
37796         [BZ #14117]
37797         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37798         * sysdeps/x86/bits/string.h: This.
37799         * sysdeps/x86_64/bits/string.h: Removed.
37800
37801         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37802         if not compiling for x86-64, but compiling for >= i486.
37803
37804         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37805         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37806
37807         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37808         New macro from Linux kernel 3.4.0.
37809         (FP_XSTATE_MAGIC2): Likewise.
37810         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37811         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37812         (struct _fpx_sw_bytes): New struct.
37813         (struct _xsave_hdr): Likewise.
37814         (struct _ymmh_state): Likewise.
37815         (struct _xstate): Likewise.
37816
37817         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37818         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37819         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37820         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37821         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37822         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37823
37824         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37825         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37826         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37827         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37828         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37829         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37830
37831 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37832
37833         [BZ #13743]
37834         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37835         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37836         (sysdep_headers): Include sys/platform/ppc.h.
37837         * sysdeps/powerpc/test-gettimebase.c: Test for
37838         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37839         * manual/Makefile (appendices): Include platform.texi.
37840         * manual/contrib.texi (Contributors): Update @node pointers.
37841         * manual/maint.texi (Maintenance): Likewise.
37842         (Platform): New node.
37843         * manual/platform.texi: New file.  Document the new features.
37844
37845 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37846             Jakub Jelinek  <jakub@redhat.com>
37847
37848         [BZ #14188]
37849         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37850         where __builtin_expect is unavailable.
37851
37852 2012-06-03  David S. Miller  <davem@davemloft.net>
37853
37854         * stdlib/longlong.h: Updated from GCC.
37855
37856 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37857
37858         [BZ #14042]
37859         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37860         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37861         __mcount_internal.
37862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37863         (GLIBC_2.16): Likewise.
37864
37865 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37866
37867         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37868
37869 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37870
37871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37872         (default-abi): New variable.
37873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37874         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37875         variable.
37876         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37877         Likewise.
37878         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37879         Likewise.
37880         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37881         Likewise.
37882
37883         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37884         definition.  Document in comment.
37885
37886 2012-06-01  David S. Miller  <davem@davemloft.net>
37887
37888         * stdlib/longlong.h: Updated from GCC.
37889
37890 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37891
37892         [BZ #14117]
37893         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37894         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37895         sys/debugreg.h sys/io.h here.
37896         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37897         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37898         sys/io.h.
37899         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37900         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37901         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37902         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37903         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37904         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37905
37906         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37907         Define only if __x86_64__ is defined.
37908
37909 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37910
37911         [BZ #14048]
37912         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37913         Use int64_t for variable i.
37914         * math/libm-test.inc (fmod_test): Add more tests.
37915
37916         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37917         z computation is not scheduled after fetestexcept.
37918         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37919         Use math_force_eval instead of asm to ensure calculation scheduled
37920         before exception test.
37921         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37922         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37923
37924 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37925
37926         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37927         computation is not scheduled after fetestexcept.
37928
37929 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37930
37931         [BZ #14117]
37932         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37933         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37934
37935 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37936
37937         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37938         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37939
37940 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37941
37942         [BZ #14117]
37943         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37944         <bits/wordsize.h>.
37945         (__WCHAR_MIN): Support __WORDSIZE == 64.
37946         (__WCHAR_MAX): Likewise.
37947
37948         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37949         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37950
37951         [BZ #14183]
37952         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37953         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37954
37955         [BZ #14117]
37956         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37957         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37958
37959         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37960         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37961
37962         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37963         Defined to 1 if __x86_64__ isn't defined.
37964         (_STAT_VER_LINUX_OLD): New.
37965         (st_atime): Remove duplicate.
37966         (st_mtime): Likewise.
37967         (st_ctime): Likewise.
37968
37969 2012-05-31  David S. Miller  <davem@davemloft.net>
37970
37971         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37972         entries.
37973
37974 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37975
37976         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37977         gen-libm-test.pl.
37978
37979         [BZ #14132]
37980         * elf/dl-reloc.c: Include <_itoa.h>.
37981         (_dl_reloc_bad_type): Remove use of INTUSE.
37982         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37983         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37984         * stdio-common/psiginfo.c (psiginfo): Likewise.
37985         * stdio-common/psignal.c (psignal): Likewise.
37986         * string/strsignal.c (strsignal): Likewise.
37987         * include/signal.h (_sys_siglist): Declare hidden proto.
37988         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37989         INTVARDEF with libc_hidden_data_def.
37990         * stdio-common/itoa-udigits.c: Likewise.
37991         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37992         (_itoa_lower_digits_internal): Remove declaration.
37993         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37994         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37995         (_sys_sigabbrev_internal): Remove aliases.
37996         (_sys_siglist): Define hidden alias.
37997
37998 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37999
38000         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38001         bits/sysctl.h.
38002
38003 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38004
38005         [BZ #14117]
38006         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38007         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38008
38009         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38010         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38011         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38012         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38013         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38014         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38015
38016         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38017         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38018         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38019
38020         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38021         with __addr.
38022         (insw): Likewise.
38023         (insl): Likewise.
38024         (outsb): Likewise.
38025         (outsw): Likewise.
38026         (outsl): Likewise.
38027
38028         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38029         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38030         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38031
38032         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38033         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38034         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38035         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38036         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38037         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38038
38039         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38040         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38041
38042         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38043         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38044
38045         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38046         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38047         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38048
38049         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38050         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38051         to ...
38052         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38053
38054         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38055         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38056         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38057
38058         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38059         for x86-64.
38060         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38061
38062 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38063
38064         * math/math.h (M_El): Use two more decimal places.
38065         (M_LOG2El): Likewise.
38066         (M_LOG10El): Likewise.
38067         (M_LN2l): Likewise.
38068         (M_LN10l): Likewise.
38069         (M_PIl): Likewise.
38070         (M_PI_2l): Likewise.
38071         (M_PI_4l): Likewise.
38072         (M_1_PIl): Likewise.
38073         (M_2_PIl): Likewise.
38074         (M_2_SQRTPIl): Likewise.
38075         (M_SQRT2l): Likewise.
38076         (M_SQRT1_2l): Likewise.
38077
38078 2012-05-31  David S. Miller  <davem@davemloft.net>
38079
38080         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38081         values between float registers.
38082         * sysdeps/sparc/sparc64/memset.S: Likewise.
38083         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38084
38085 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38086
38087         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38088         -D_FORTIFY_SOURCE=1.
38089         (CPPFLAGS-tst-longjmp_chk.c): Define.
38090         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38091         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38092         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38093         CFLAGS-tst-wchar-h.c.
38094
38095 2012-05-31  Marek Polacek  <polacek@redhat.com>
38096
38097         [BZ #14132]
38098         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38099         __endmntent_internal): Remove declaration.
38100         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38101         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38102         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38103
38104 2012-05-30  David S. Miller  <davem@davemloft.net>
38105
38106         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38107         (___Q_simulate_exceptions): Use real FP ops rather than writing
38108         into the %fsr.
38109         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38110         Likewise.
38111
38112 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38113
38114         [BZ #14117]
38115         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38116         * sysdeps/x86/bits/xtitypes.h: This.
38117
38118         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38119         * sysdeps/x86/bits/wordsize.h: This.
38120
38121         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38122         * sysdeps/x86/bits/huge_vall.h: This.
38123
38124         * sysdeps/i386/bits/select.h: Removed.
38125         * sysdeps/x86_64/bits/select.h: Renamed to ...
38126         * sysdeps/x86/bits/select.h: This.
38127
38128         * sysdeps/i386/bits/setjmp.h: Removed.
38129         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38130         * sysdeps/x86/bits/setjmp.h: This.
38131
38132         * sysdeps/i386/bits/mathdef.h: Removed.
38133         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38134         * sysdeps/x86/bits/mathdef.h: This.
38135
38136 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38137
38138         [BZ #14132]
38139         * include/sys/socket.h (__connect_internal)
38140         (__libc_sa_len_internal): Remove declaration.
38141         (__connect, __libc_sa_len): Declare hidden_proto.
38142         (SA_LEN): Remove use of INTUSE.
38143         * socket/connect.c: Add libc_hidden_def.
38144         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38145         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38146         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38147         alias.
38148         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38149         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38150         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38151         of adding _internal alias.
38152
38153 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38154
38155         [BZ #14117]
38156         * sysdeps/i386/bits/link.h: Removed.
38157         * sysdeps/i386/bits/linkmap.h: Likewise.
38158         * sysdeps/x86_64/bits/link.h: Renamed to ...
38159         * sysdeps/x86/bits/link.h: This.
38160         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38161         * sysdeps/x86/bits/linkmap.h: This.
38162
38163         * sysdeps/i386/bits/endian.h: Removed.
38164         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38165         * sysdeps/x86/bits/endian.h: This.
38166
38167         * sysdeps/i386/bits/byteswap.h: Removed.
38168         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38169         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38170         * sysdeps/x86/bits/byteswap.h: This.
38171         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38172         * sysdeps/x86/bits/byteswap-16.h: This.
38173         * sysdeps/i386/Implies: Add x86.
38174         * sysdeps/x86_64/Implies: Likewise.
38175
38176 2012-05-30  David S. Miller  <davem@davemloft.net>
38177
38178         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38179         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38180         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38181         (FP_TRAPPING_EXCEPTIONS): Define.
38182         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38183         (FP_TRAPPING_EXCEPTIONS): Define.
38184         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38185         subnormals only when inexact has been signalled or underflow
38186         exceptions are enabled.
38187         (_FP_PACK_CANONICAL): Likewise.
38188
38189 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38190
38191         [BZ #14183]
38192         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38193         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38194
38195 2012-05-30  Richard Henderson  <rth@twiddle.net>
38196
38197         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38198         with #ifndef NOT_IN_libc.
38199
38200         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38201         marked to avoid plt entry.
38202
38203 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38204
38205         [BZ #14112]
38206         * Makeconfig (default-abi): New macro.
38207         (abi-includes): Likewise.
38208         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38209         $(abi-$(default-abi)-lib-soname) for soname if defined.
38210         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38211         abi-variants.
38212         * Makefile (installed-stubs): Likewise.
38213         * include/stubs-biarch.h: Removed.
38214         * scripts/lib-names.awk: Only handle one library at a time.
38215         * scripts/soversions.awk: Remove WORDSIZE support.
38216         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38217         entries.
38218         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38219         Removed.
38220         (syscall-list-default-condition): Likewise.
38221         (syscall-list-default-condition): Likewise.
38222         (syscall-list-includes): Likewise.
38223         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38224         syscall-list-* with abi-*.  Handle undefined abi-variants.
38225         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38226         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38227         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38228         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38229         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38230         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38231         Removed.
38232         (syscall-list-32-options): Likewise.
38233         (syscall-list-32-condition): Likewise.
38234         (syscall-list-64-options): Likewise.
38235         (syscall-list-64-condition): Likewise.
38236         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38237         macro.
38238         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38239         Renamed to ...
38240         (abi-*): This.
38241         (abi-64-ld-soname): New macro.
38242         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38243         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38244         Renamed to ...
38245         (abi-*): This.
38246         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38247         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38248
38249 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38250
38251         * sysdeps/unix/sysv/linux/kernel-features.h
38252         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38253         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38254         include <kernel-features.h>.
38255         [!__NR_ftruncate64]: Remove conditional code.
38256         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38257         [__NR_ftruncate64]: Make code unconditional.
38258         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38259         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38260         include <kernel-features.h>.
38261         [!__NR_ftruncate64]: Remove conditional code.
38262         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38263         [__NR_ftruncate64]: Make code unconditional.
38264         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38266         include <kernel-features.h>.
38267         [!__NR_ftruncate64]: Remove conditional code.
38268         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38269         [__NR_ftruncate64]: Make code unconditional.
38270         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38272         include <kernel-features.h>.
38273         [!__NR_ftruncate64]: Remove conditional code.
38274         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38275         [__NR_ftruncate64]: Make code unconditional.
38276         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38277
38278         * configure.in (libc_cv_fpie): Weaken to a compile test using
38279         LIBC_TRY_CC_OPTION.
38280         * configure: Regenerated.
38281
38282 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38283
38284         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38285         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38286         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38288         Refreshed.
38289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38290         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38292         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38293         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38294         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38295         Refreshed.
38296
38297 2012-05-27  David S. Miller  <davem@davemloft.net>
38298
38299         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38300         (___Q_zero): New.
38301         (__Q_simulate_exceptions): Return void.  Change to simulate
38302         exceptions by writing into the %fsr.
38303         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38304         (__Qp_handle_exceptions): Likewise.
38305         (numbers): Delete.
38306         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38307         __Qp_handle_exceptions.
38308         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38309         __Qp_handle_exceptions.
38310         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38311         as unused and give dummy FP_RND_NEAREST initializer.
38312         (FP_INHIBIT_RESULTS): Define.
38313         (___Q_simulate_exceptions): Update declaration.
38314         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38315         formatting.
38316         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38317         as unused and give dummy FP_RND_NEAREST initializer.
38318         (__Qp_handle_exceptions): Update declaration.
38319         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38320         formatting.
38321
38322 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38323
38324         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38325         the temporary FPU control word.
38326         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38327         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38328         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38329         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38330         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38331         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38332         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38333         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38334         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38335         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38336         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38337
38338 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38339
38340         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38341         fields.
38342
38343 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38344
38345         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38346         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38347         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38348         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38349         Likewise.
38350         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38351         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38352         Likewise.
38353
38354 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38355
38356         * po/h.po: Update from translation team.
38357
38358 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38359
38360         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38361
38362         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38363         handling of denormals.
38364         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38365         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38366         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38367         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38368         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38369         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38370         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38371         Likewise.
38372
38373 2012-05-26  Marek Polacek  <polacek@redhat.com>
38374
38375         [BZ #14152]
38376         * math/libm-test.inc (fma_test): Don't always expect underflow
38377         exception.
38378
38379 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38380
38381         [BZ #12416]
38382         * elf/tst-execstack.c: Include stackinfo.h.
38383         (do_test): Adjust test case to ensure that pthread_getattr_np
38384         behaviour remains the same after marking stack executable.
38385
38386 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38387
38388         * sysdeps/unix/sysv/linux/kernel-features.h
38389         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38390         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38391         kernel-features.h.
38392         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38393         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38394         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38395         kernel-features.h.
38396         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38397         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38398
38399 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38400
38401         * configure.in: Define the default includes to being none.
38402         * configure: Regenerated.
38403
38404 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38405
38406         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38407         * sysdeps/x86_64/setjmp.S: Likewise.
38408         * sysdeps/i386/bsd-setjmp.S: Likewise.
38409         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38410         * sysdeps/i386/setjmp.S: Likewise.
38411         * sysdeps/i386/__longjmp.S: Likewise.
38412         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38413         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38414
38415         * include/stap-probe.h: New file.
38416         * configure.in: Handle --enable-systemtap.
38417         * configure: Regenerated.
38418         * config.h.in (USE_STAP_PROBE): New #undef.
38419         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38420         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38421         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38422
38423 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38424
38425         [BZ #13717]
38426         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38427         to 2.4.0 where earlier.
38428         * sysdeps/unix/sysv/linux/configure: Regenerated.
38429         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.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/fchownat.c (fchownat)
38438         [__ASSUME_32BITUIDS]: Make code unconditional.
38439         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38440         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38441         <kernel-features.h>.
38442         [__ASSUME_32BITUIDS]: Make code unconditional.
38443         [!__ASSUME_32BITUIDS]: Remove conditional code.
38444         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38445         <kernel-features.h>.
38446         [__ASSUME_32BITUIDS]: Make code unconditional.
38447         [!__ASSUME_32BITUIDS]: Remove conditional code.
38448         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38449         <kernel-features.h>.
38450         [__ASSUME_32BITUIDS]: Make code unconditional.
38451         [!__ASSUME_32BITUIDS]: Remove conditional code.
38452         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38453         <kernel-features.h>.
38454         [__ASSUME_32BITUIDS]: Make code unconditional.
38455         [!__ASSUME_32BITUIDS]: Remove conditional code.
38456         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38457         <kernel-features.h>.
38458         [__ASSUME_32BITUIDS]: Make code unconditional.
38459         [!__ASSUME_32BITUIDS]: Remove conditional code.
38460         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38461         <kernel-features.h>.
38462         [__ASSUME_32BITUIDS]: Make code unconditional.
38463         [!__ASSUME_32BITUIDS]: Remove conditional code.
38464         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38465         <kernel-features.h>.
38466         [__ASSUME_32BITUIDS]: Make code unconditional.
38467         [!__ASSUME_32BITUIDS]: Remove conditional code.
38468         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38469         <kernel-features.h>.
38470         [__ASSUME_32BITUIDS]: Make code unconditional.
38471         [!__ASSUME_32BITUIDS]: Remove conditional code.
38472         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38473         <kernel-features.h>.
38474         [__ASSUME_32BITUIDS]: Make code unconditional.
38475         [!__ASSUME_32BITUIDS]: Remove conditional code.
38476         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38477         <kernel-features.h>.
38478         [__ASSUME_32BITUIDS]: Make code unconditional.
38479         [!__ASSUME_32BITUIDS]: Remove conditional code.
38480         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38481         <kernel-features.h>.
38482         [__NR_setresgid] (__setresgid): Do not declare.
38483         [__ASSUME_32BITUIDS]: Make code unconditional.
38484         [!__ASSUME_32BITUIDS]: Remove conditional code.
38485         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38486         <kernel-features.h>.
38487         [__NR_setresuid] (__setresuid): Do not declare.
38488         [__ASSUME_32BITUIDS]: Make code unconditional.
38489         [!__ASSUME_32BITUIDS]: Remove conditional code.
38490         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38491         <kernel-features.h>.
38492         [__ASSUME_32BITUIDS]: Make code unconditional.
38493         [!__ASSUME_32BITUIDS]: Remove conditional code.
38494         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38495         <kernel-features.h>.
38496         [__ASSUME_32BITUIDS]: Make code unconditional.
38497         [!__ASSUME_32BITUIDS]: Remove conditional code.
38498         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38499         <kernel-features.h>.
38500         [__ASSUME_32BITUIDS]: Make code unconditional.
38501         [!__ASSUME_32BITUIDS]: Remove conditional code.
38502         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38503         <kernel-features.h>.
38504         [__ASSUME_32BITUIDS]: Make code unconditional.
38505         [!__ASSUME_32BITUIDS]: Remove conditional code.
38506         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38507         <kernel-features.h>.
38508         [__ASSUME_32BITUIDS]: Make code unconditional.
38509         [!__ASSUME_32BITUIDS]: Remove conditional code.
38510         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38511         <kernel-features.h>.
38512         [__ASSUME_32BITUIDS]: Make code unconditional.
38513         [!__ASSUME_32BITUIDS]: Remove conditional code.
38514         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38515         <kernel-features.h>.
38516         [__ASSUME_32BITUIDS]: Make code unconditional.
38517         [!__ASSUME_32BITUIDS]: Remove conditional code.
38518         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38519         <kernel-features.h>.
38520         [__ASSUME_32BITUIDS]: Make code unconditional.
38521         [!__ASSUME_32BITUIDS]: Remove conditional code.
38522         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38523         <kernel-features.h>.
38524         [__ASSUME_32BITUIDS]: Make code unconditional.
38525         [!__ASSUME_32BITUIDS]: Remove conditional code.
38526         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38527         <kernel-features.h>.
38528         [__ASSUME_32BITUIDS]: Make code unconditional.
38529         [!__ASSUME_32BITUIDS]: Remove conditional code.
38530         * sysdeps/unix/sysv/linux/kernel-features.h
38531         (__ASSUME_SETRESUID_SYSCALL): Remove.
38532         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38533         (__ASSUME_32BITUIDS): Likewise.
38534         (__ASSUME_LDT_WORKS): Likewise.
38535         (__ASSUME_O_DIRECTORY): Likewise.
38536         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38537         architecture but not kernel version.
38538         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38539         (__ASSUME_MMAP2_SYSCALL): Likewise.
38540         (__ASSUME_STAT64_SYSCALL): Likewise.
38541         (__ASSUME_IPC64): Likewise.
38542         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38543         <kernel-features.h>.
38544         [__ASSUME_32BITUIDS]: Make code unconditional.
38545         [!__ASSUME_32BITUIDS]: Remove conditional code.
38546         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38547         <kernel-features.h>.
38548         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38549         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38550         132096]: Remove conditional code.
38551         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38552         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38553         <kernel-features.h>.
38554         [__ASSUME_32BITUIDS]: Make code unconditional.
38555         [!__ASSUME_32BITUIDS]: Remove conditional code.
38556         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38557         <kernel-features.h>.
38558         [__ASSUME_32BITUIDS]: Make code unconditional.
38559         [!__ASSUME_32BITUIDS]: Remove conditional code.
38560         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38561         <kernel-features.h>.
38562         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38563         unconditional.
38564         (__setresgid): Do not declare.
38565         [__ASSUME_32BITUIDS]: Make code unconditional.
38566         [!__ASSUME_32BITUIDS]: Remove conditional code.
38567         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38568         <kernel-features.h>.
38569         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38570         unconditional.
38571         (__setresuid): Do not declare.
38572         [__ASSUME_32BITUIDS]: Make code unconditional.
38573         [!__ASSUME_32BITUIDS]: Remove conditional code.
38574         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38575         <kernel-features.h>.
38576         [__ASSUME_32BITUIDS]: Make code unconditional.
38577         [!__ASSUME_32BITUIDS]: Remove conditional code.
38578         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38579         <kernel-features.h>.
38580         [__ASSUME_32BITUIDS]: Make code unconditional.
38581         [!__ASSUME_32BITUIDS]: Remove conditional code.
38582
38583 2012-05-25  Richard Henderson  <rth@twiddle.net>
38584
38585         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38586         dl_hwcap to ifunc resolver.
38587         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38588         elf_ifunc_invoke.
38589         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38590         dl_hwcap to ifunc resolver.
38591         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38592
38593 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38594
38595         [BZ #14153]
38596         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38597         for |x| <= 2**-26, not 2**-57.
38598         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38599         exception.
38600
38601 2012-05-24  Jeff Law  <law@redhat.com>
38602
38603         * stdio-common/Makefile (tests): Add bug25.
38604         * stdio-common/bug25.c: New test.
38605
38606 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38607
38608         [BZ #13576]
38609         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38610         multiple of MALLOC_ALIGNMENT in size.
38611         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38612
38613 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38614
38615         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38616         Require >= 256.
38617         (FILENAME_MAX): Use macro-int-constant.
38618         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38619         (_IOFBF): Use macro-int-constant.
38620         (_IOLBF): Likewise.
38621         (_IONBF): Likewise.
38622         (SEEK_CUR): Likewise.
38623         (SEEK_END): Likewise.
38624         (SEEK_SET): Likewise.
38625         (TMP_MAX): Likewise.
38626         (EOF): Use macro-int-constant.  Require < 0.
38627         (NULL): Use macro-constant.  Require == 0.
38628         (stdin): Require type to be FILE *.
38629         (stdout): Likewise.
38630         (stderr): Likewise.
38631         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38632         macro-int-constant.
38633         (EXIT_SUCCESS): Likewise.
38634         (NULL): Use macro-constant.  Require == 0.
38635         (RAND_MAX): Use macro-int-constant.
38636         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38637         [C99-based standards] (strtof): Require function.
38638         [C99-based standards] (strtold): Likewise.
38639         [C99-based standards] (strtoll): Likewise.
38640         [C99-based standards] (strtoull): Likewise.
38641         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38642         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38643         [ISO || ISO99 || ISO11] (math.h): Likewise.
38644         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38645         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38646         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38647
38648 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38649
38650         [BZ #14132]
38651         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38652         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38653         * intl/dgettext.c (DCGETTEXT): Likewise.
38654         * intl/gettext.c (DCGETTEXT): Likewise.
38655         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38656         * posix/regex_internal.h (gettext): Likewise.
38657         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38658         Remove declaration.
38659         * include/argz.h (__argz_count_internal)
38660         (__argz_stringify_internal): Remove declaration.
38661         (__argz_count, __argz_stringify): Declare hidden proto.
38662         * intl/dcgettext.c: Remove use of INTDEF.
38663         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38664         * string/argz-stringify.c: Likewise.
38665         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38666         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38667         Declare hidden proto.
38668         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38669         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38670         Declare hidden proto.
38671         * include/stdio.h (__asprintf_internal): Don't declare.
38672         (__asprintf): Don't define as macro.  Declare hidden proto.
38673         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38674         (__fsetlocking): Declare hidden proto.
38675         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38676         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38677         hidden proto.
38678         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38679         (_IO_setlinebuf): Remove use of INTUSE.
38680         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38681         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38682         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38683         Remove declaration.
38684         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38685         (_IO_do_flush): Remove use of INTUSE.
38686         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38687         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38688         (_IO_adjust_column, _IO_least_wmarker)
38689         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38690         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38691         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38692         (_IO_default_doallocate, _IO_wdefault_doallocate)
38693         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38694         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38695         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38696         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38697         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38698         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38699         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38700         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38701         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38702         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38703         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38704         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38705         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38706         proto.
38707         (_IO_flush_all_internal, _IO_adjust_column_internal)
38708         (_IO_default_uflow_internal, _IO_default_finish_internal)
38709         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38710         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38711         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38712         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38713         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38714         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38715         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38716         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38717         (_IO_file_close_internal, _IO_file_close_it_internal)
38718         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38719         (_IO_file_init_internal, _IO_file_attach_internal)
38720         (_IO_file_fopen_internal, _IO_file_read_internal)
38721         (_IO_file_sync_internal, _IO_file_seek_internal)
38722         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38723         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38724         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38725         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38726         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38727         (_IO_list_all_internal, _IO_link_in_internal)
38728         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38729         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38730         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38731         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38732         (_IO_do_write_internal, _IO_padn_internal)
38733         (_IO_getline_info_internal, _IO_getline_internal)
38734         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38735         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38736         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38737         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38738         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38739         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38740         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38741         with libc_hidden_ver, remove use of INTUSE.
38742         * libio/genops.c: Likewise.
38743         * libio/freopen.c: Likewise.
38744         * libio/freopen64.c: Likewise.
38745         * libio/iofclose.c: Likewise.
38746         * libio/iofdopen.c: Likewise.
38747         * libio/iofflush.c: Likewise.
38748         * libio/iofflush_u.c: Likewise.
38749         * libio/iofgets.c: Likewise.
38750         * libio/iofgets_u.c: Likewise.
38751         * libio/iofopen.c: Likewise.
38752         * libio/iofopncook.c: Likewise.
38753         * libio/iofread.c: Likewise.
38754         * libio/iofread_u.c: Likewise.
38755         * libio/ioftell.c: Likewise.
38756         * libio/iofwrite.c: Likewise.
38757         * libio/iogetline.c: Likewise.
38758         * libio/iogets.c: Likewise.
38759         * libio/iogetwline.c: Likewise.
38760         * libio/iopadn.c: Likewise.
38761         * libio/iopopen.c: Likewise.
38762         * libio/ioseekoff.c: Likewise.
38763         * libio/ioseekpos.c: Likewise.
38764         * libio/iosetbuffer.c: Likewise.
38765         * libio/iosetvbuf.c: Likewise.
38766         * libio/ioungetc.c: Likewise.
38767         * libio/ioungetwc.c: Likewise.
38768         * libio/iovdprintf.c: Likewise.
38769         * libio/iovsprintf.c: Likewise.
38770         * libio/iovsscanf.c: Likewise.
38771         * libio/memstream.c: Likewise.
38772         * libio/obprintf.c: Likewise.
38773         * libio/oldfileops.c: Likewise.
38774         * libio/oldiofclose.c: Likewise.
38775         * libio/oldiofdopen.c: Likewise.
38776         * libio/oldiofopen.c: Likewise.
38777         * libio/oldiopopen.c: Likewise.
38778         * libio/oldstdfiles.c: Likewise.
38779         * libio/putc.c: Likewise.
38780         * libio/setbuf.c: Likewise.
38781         * libio/setlinebuf.c: Likewise.
38782         * libio/stdfiles.c: Likewise.
38783         * libio/strops.c: Likewise.
38784         * libio/vasprintf.c: Likewise.
38785         * libio/vscanf.c: Likewise.
38786         * libio/vsnprintf.c: Likewise.
38787         * libio/vswprintf.c: Likewise.
38788         * libio/wfiledoalloc.c: Likewise.
38789         * libio/wfileops.c: Likewise.
38790         * libio/wgenops.c: Likewise.
38791         * libio/wmemstream.c: Likewise.
38792         * libio/wstrops.c: Likewise.
38793         * libio/__fpurge.c: Likewise.
38794         * libio/__fsetlocking.c: Likewise.
38795         * assert/assert.c: Likewise.
38796         * debug/fgets_chk.c: Likewise.
38797         * debug/fgets_u_chk.c: Likewise.
38798         * debug/fread_chk.c: Likewise.
38799         * debug/fread_u_chk.c: Likewise.
38800         * debug/gets_chk.c: Likewise.
38801         * debug/obprintf_chk.c: Likewise.
38802         * debug/vasprintf_chk.c: Likewise.
38803         * debug/vdprintf_chk.c: Likewise.
38804         * debug/vsnprintf_chk.c: Likewise.
38805         * debug/vsprintf_chk.c: Likewise.
38806         * malloc/mtrace.c: Likewise.
38807         * misc/error.c: Likewise.
38808         * misc/syslog.c: Likewise.
38809         * stdio-common/asprintf.c: Likewise.
38810         * stdio-common/fxprintf.c: Likewise.
38811         * stdio-common/getw.c: Likewise.
38812         * stdio-common/isoc99_fscanf.c: Likewise.
38813         * stdio-common/isoc99_scanf.c: Likewise.
38814         * stdio-common/isoc99_vfscanf.c: Likewise.
38815         * stdio-common/isoc99_vscanf.c: Likewise.
38816         * stdio-common/isoc99_vsscanf.c: Likewise.
38817         * stdio-common/printf-prs.c: Likewise.
38818         * stdio-common/printf_fp.c: Likewise.
38819         * stdio-common/printf_fphex.c: Likewise.
38820         * stdio-common/printf_size.c: Likewise.
38821         * stdio-common/putw.c: Likewise.
38822         * stdio-common/scanf.c: Likewise.
38823         * stdio-common/sprintf.c: Likewise.
38824         * stdio-common/tmpfile.c: Likewise.
38825         * stdio-common/vfprintf.c: Likewise.
38826         * stdio-common/vfscanf.c: Likewise.
38827         * stdlib/strfmon_l.c: Likewise.
38828         * sunrpc/openchild.c: Likewise.
38829         * sunrpc/xdr_stdio.c: Likewise.
38830         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38831         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38832
38833 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38834
38835         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38836
38837         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38838         in the third column, to generate for the shared library an IFUNC
38839         that uses _dl_vdso_vsym.
38840         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38841         * Makeconfig (object-suffixes-noshared): New variable.
38842
38843         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38844         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38845         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38846         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38847
38848         [BZ #14132]
38849         * include/sys/time.h (__gettimeofday): Remove macro.
38850         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38851         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38852         Remove INTDEF.
38853         (__gettimeofday): Add libc_hidden_def.
38854         (gettimeofday): Add libc_hidden_weak.
38855         * sysdeps/mach/gettimeofday.c: Likewise.
38856         * sysdeps/posix/gettimeofday.c: Likewise.
38857         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38858         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38859         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38860         (__gettimeofday_internal): Remove strong_alias.
38861         (__gettimeofday): Add libc_hidden_def.
38862         (gettimeofday): Add libc_hidden_weak.
38863         * sysdeps/unix/syscalls.list (gettimeofday):
38864         Remove __gettimeofday_internal alias.
38865
38866 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38867             H.J. Lu  <hongjiu.lu@intel.com>
38868
38869         [BZ #12495]
38870         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38871         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38872         (largebin_index_32_big): New.
38873         (largebin_index): Use it for 16-byte alignment.
38874         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38875         correction with front_misalign.
38876
38877 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38878
38879         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38881         Likewise.
38882         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38883         Likewise.
38884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38885         Likewise.
38886         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38887         Likewise.
38888         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38889         Likewise.
38890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38891         Likewise.
38892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38893         Likewise.
38894         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38895         Likewise.
38896         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38897         Likewise.
38898         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38899         Likewise.
38900         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38901         Likewise.
38902         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38903         Likewise.
38904
38905         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38906         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38907
38908 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38909
38910         [BZ #10846]
38911         [BZ #14036]
38912         * math/libm-test.inc (exp_test): Add test from bug 14036.
38913         (pow_test): Add test from bug 10846.
38914
38915         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38916         and other flags.
38917         (special_function): Do not include flags in test name.
38918         (parse_args): Likewise.
38919         * sysdeps/i386/fpu/libm-test-ulps: Update.
38920         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38921         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38922         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38924
38925         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38926         exceptions.
38927         * math/libm-test.inc ("Philosophy"): Update comment about
38928         exception testing.
38929         (UNDERFLOW_EXCEPTION): New macro.
38930         (UNDERFLOW_EXCEPTION_OK): Likewise.
38931         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38932         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38933         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38934         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38935         (INVALID_EXCEPTION_OK): Update value.
38936         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38937         (OVERFLOW_EXCEPTION_OK): Likewise.
38938         (IGNORE_ZERO_INF_SIGN): Likewise.
38939         (test_exceptions): Handle underflow exceptions.
38940         (acos_test): Update for underflow exception expectations.
38941         (cexp_test): Likewise.
38942         (clog_test): Likewise.
38943         (clog10_test): Likewise.
38944         (csqrt_test): Likewise.
38945         (ctan_test): Likewise.
38946         (ctanh_test): Likewise.
38947         (exp_test): Likewise.
38948         (exp10_test): Likewise.
38949         (exp2_test): Likewise.
38950         (expm1_test): Likewise.
38951         (fma_test): Likewise.
38952         (j0_test): Likewise.
38953         (jn_test): Likewise.
38954         (nexttoward_test): Likewise.
38955         (pow_test): Likewise.
38956         (scalbn_test): Likewise.
38957         (scalbln_test): Likewise.
38958         (tan_test): Likewise.
38959         (y1_test): Likewise.
38960         * sysdeps/i386/fpu/libm-test-ulps: Update.
38961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38962
38963 2012-05-23  David S. Miller  <davem@davemloft.net>
38964
38965         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38966         (__libc_sigaction): Remove unused local variables.
38967
38968 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38969
38970         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38971
38972 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38973
38974         mktime: avoid signed integer overflow
38975         * time/mktime.c (__mktime_internal): Do not mishandle the case
38976         where diff == INT_MIN.
38977
38978         mktime: simplify computation of average
38979         * time/mktime.c (ranged_convert): Use new time_t_avg function
38980         instead of rolling our own (probably-slower) code.
38981
38982         mktime: do not assume signed right shift propagates sign bit
38983         * time/mktime.c (isdst_differ): New static function.
38984         (__mktime_internal): No need to normalize tm_isdst now.
38985         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38986         tm_isdst values.
38987
38988         mktime: merge another wrapv change from gnulib
38989         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38990         from some compilers.
38991
38992         mktime: remove incorrect attempt at unusual arithmetics
38993         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38994         The code didn't really work on such machines anyway.
38995         (TYPE_MINIMUM): Assume two's complement.
38996         (twos_complement_arithmetic): Verify that long_int and time_t
38997         are two's complement (or unsigned, in the latter case).
38998
38999         mktime: check signed shifts on long_int and time_t, too
39000         * time/mktime.c (SHR): Check that shifts work as desired
39001         on the types long_int and time_t too, as SHR is used on
39002         such types.
39003
39004         mktime: do not assume 'long' is wide enough
39005         * time/mktime.c (verify): Move decl up.
39006         (long_int): New type.
39007         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39008         to remove assumption in the code that 'long' is wide enough to
39009         store year values.  This assumption is not true on x32 and on
39010         some non-glibc platforms.
39011
39012         mktime: merge wrapv change from gnulib
39013         * time/mktime.c (WRAPV): New macro.
39014         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39015         (guess_time_tm, __mktime_internal): Do not assume that signed
39016         integer overflow wraps around; modern compilers generate code
39017         where this assumption is no longer valid.
39018
39019 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39020
39021         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39022         Replace "jmp L(pseudo_end)" with "ret".
39023         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39024         Likewise.
39025
39026 2012-05-23  Andreas Jaeger  <aj@suse.de>
39027
39028         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39029         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39030
39031 2012-05-23  Andreas Jaeger  <aj@suse.de>
39032             Maximilian Attems  <max@stro.at>
39033
39034         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39035         New macros.
39036
39037 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39038
39039         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39040         code so that pseudo_end is just ret and the stack pointer is
39041         correct also for static library in error case.
39042
39043 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39044
39045         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39046         move to syscalls.list.
39047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39051
39052         * manual/install.texi (Running make install): Do not mention Linux
39053         kernel version for which pt_chown is not needed.
39054         (Linux): Do not mention problems with nscd with 2.0 kernels.
39055         * INSTALL: Regenerated.
39056
39057 2012-05-23  Andreas Jaeger  <aj@suse.de>
39058
39059         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39060         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39061         macro.
39062         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39063         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39064         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39065         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39066         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39067         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39068         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39069         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39070         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39071         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39072         * sysdeps/unix/sysv/linux/bits/in.h
39073         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39074
39075 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39076
39077         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39078         (PREPARE_VERSION): Just use assert instead, it will be elided
39079         under [NDEBUG] anyway.
39080
39081 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39082
39083         * sysdeps/unix/sysv/linux/Makefile: Include
39084         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39085         (sysdep_routines): Remove sysctl.
39086         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39087         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39088         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39089         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39090         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39091
39092 2012-05-22  Andreas Jaeger  <aj@suse.de>
39093
39094         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39095         that pseudo_end is just ret and the stack pointer is correct also
39096         for static library in error case.
39097
39098 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39099
39100         [BZ #14122]
39101         * nss/nsswitch.c (defconfig_entries): New variable.
39102         (__nss_database_lookup): Don't leak defconfig entries.
39103         (nss_parse_service_list): Don't leak on error paths.
39104         (free_database_entries): New function.
39105         (free_defconfig): New function.
39106         (free_mem): Move common code to free_database_entries.
39107
39108 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39109
39110         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39111         Add arch_prctl.
39112         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39113
39114         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39115         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39116         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39117         New macro.
39118         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39119         (INTERNAL_SYSCALL_TYPES): Likewise.
39120         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39121         (LOAD_REGS_TYPES_[1-6]): Likewise.
39122         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39123         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39124
39125 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39126
39127         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39128         copysignl for GLIBC_2_0.
39129         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39130         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39131         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39132         logbl for GLIBC_2_0.
39133         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39134         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39135
39136 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39137
39138         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39139         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39140
39141         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39142         Use "neg %eax".
39143
39144         * time/mktime.c: Update copyright years.
39145
39146 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39147
39148         mktime: merge comment-quoting-style change from gnulib
39149         * time/mktime.c: Quote 'like this' in comments.
39150         The GNU coding standards suggest that we no longer quote `like this',
39151         as "`" and "'" are typically rendered asymmetrically nowadays.
39152         The typical gnulib style is to quote 'like this' when quoting
39153         code, and "like this" when quoting English.
39154
39155         * time/mktime.c (compile-command): Add "-I.".
39156
39157         mktime: merge mktime-internal.h change from gnulib
39158         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39159
39160         mktime: merge time_r change from gnulib
39161         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39162
39163         mktime: merge DEBUG change from gnulib
39164         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39165         case system <time.h> has a #define.
39166
39167         mktime: merge <sys/types.h> change from gnulib
39168         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39169         since <time.t> is now guaranteed to define time_t.
39170
39171         mktime: merge HAVE_CONFIG_H change from gnulib
39172         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39173
39174 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39175
39176         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39177         Use "neg %eax".
39178
39179         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39180         __rlim_t cast.
39181         (struct rusage): Use anonymous union to pad each field to
39182         __syscall_slong_t.
39183
39184 2012-05-21  David S. Miller  <davem@davemloft.net>
39185
39186         * Makefules (o-iterator): Remove .s cases.
39187         (compile-command.s): Delete.
39188         (COMPILE.s): Delete.
39189         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39190
39191 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39192
39193         * configure.in (libc_cv_predef_stack_protector): Only consider
39194         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39195         * configure: Regenerated.
39196
39197 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39198
39199         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39200         New macro.  Use R*LP on int and pointer.
39201         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39202         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39203         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39204         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39205
39206         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39207         [__WORDSIZE_TIME64_COMPAT32] instead of
39208         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39209         (struct utmp): Likewise.
39210         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39211         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39212         Renamed to ...
39213         (__WORDSIZE_TIME64_COMPAT32): This.
39214         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39215         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39216         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39217         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39218         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39219         (__WORDSIZE_TIME64_COMPAT32): New macro.
39220
39221 2012-05-21  Andreas Jaeger  <aj@suse.de>
39222
39223         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39224         only if [SHARED]. Add prototype for __wcschr_ia32.
39225
39226 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39227
39228         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39229         of %rbp unmolested in the jmp_buf while mangling the low bits.
39230         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39231         unmolested high bits of %rbp while demangling the low bits.
39232         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39233
39234 2012-05-21  Andreas Jaeger  <aj@suse.de>
39235
39236         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39237         * sunrpc/svc_simple.c: Use it for registerrpc.
39238         * sunrpc/xcrypt.c: Use it for passwd2des.
39239
39240         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39241
39242 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39243
39244         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39245         Don't define if [__SYSCALL_WORDSIZE != 32].
39246         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39247         New macro.
39248
39249 2012-05-21  Bruno Haible  <bruno@clisp.org>
39250             Andreas Jaeger  <aj@suse.de>
39251
39252         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39253         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39254         inptr and inend for must_buffer_ch.
39255         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39256         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39257         * stdio-common/Makefile (tests): Remove bug15.
39258         (bug15-ENV): Remove macro.
39259         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39260         anymore.
39261
39262 2012-05-19  Andreas Jaeger  <aj@suse.de>
39263             Roland McGrath  <roland@hack.frob.com>
39264
39265         * manual/contrib.texi: Completely rewritten. It contains now an
39266         alphabetical list of contributors and their contributions.
39267
39268 2012-05-21  Richard Henderson  <rth@twiddle.net>
39269
39270         * misc/getauxval.c (__getauxval): Use unsigned long int.
39271         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39272         (getauxval): Use unsigned long int.
39273
39274 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39275
39276         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39277
39278 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39279
39280         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39281         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39282         __alignof__ (long double).
39283
39284 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39285
39286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39287
39288 2012-05-20  Richard Henderson  <rth@twiddle.net>
39289
39290         * misc/getauxval.c: New file.
39291         * misc/sys/auxv.h: New file.
39292         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39293         (routines): Add getauxval.
39294         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39295         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39296         * elf/dl-sysdep.c (_dl_auxv): Remove.
39297         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39298         * elf/dl-support.c (_dl_auxv): New variable.
39299         (_dl_aux_init): Initialize it.
39300         * manual/startup.texi (Auxiliary Vector): New node.
39301         * sysdeps/generic/bits/hwcap.h: New file.
39302         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39303         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39304         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39305         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39306         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39307         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39309         Update.
39310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39313         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39314         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39315         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39316         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39317         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39318
39319 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39320
39321         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39322
39323 2012-05-19  David S. Miller  <davem@davemloft.net>
39324
39325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39326
39327 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39328
39329         [BZ #14123]
39330         * math/s_ccosh.c: Include <float.h>
39331         (__ccosh): Avoid internal overflow calculating sinh and cosh
39332         values before multiplying by sin and cos values.
39333         * math/s_ccoshf.c: Likewise.
39334         * math/s_ccoshl.c: Likewise.
39335         * math/s_csin.c: Likewise.
39336         * math/s_csinf.c: Likewise.
39337         * math/s_csinl.c: Likewise.
39338         * math/s_csinh.c: Likewise.
39339         * math/s_csinhf.c: Likewise.
39340         * math/s_csinhl.c: Likewise.
39341         * math/libm-test.inc (ccos_test): Add more tests.
39342         (ccosh_test): Likewise.
39343         (csin_test): Likewise.
39344         (csinh_test): Likewise.
39345         * sysdeps/i386/fpu/libm-test-ulps: Update.
39346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39347
39348 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39349
39350         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39351         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39352
39353         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39354
39355 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39356
39357         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39358         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39359         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39360         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39361         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39362         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39363         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39364         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39365         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39366         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39367         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39368         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39369         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39370         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39371         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39372         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39373         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39374         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39375         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39376         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39377         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39378         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39379         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39380         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39381         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39382         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39383         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39384         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39385         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39386         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39387         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39388
39389 2012-05-18  Andreas Jaeger  <aj@suse.de>
39390
39391         * csu/.gitignore: Delete.
39392
39393 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39394
39395         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39396         (timex): Use __syscall_slong_t.
39397
39398 2012-05-18  Andreas Jaeger  <aj@suse.de>
39399             Carlos O'Donell  <carlos_odonell@mentor.com>
39400
39401         * manual/install.texi (Configuring and compiling): Update
39402         description about files modified in the source directory.
39403         * INSTALL: Regenerated.
39404
39405 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39406
39407         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39408         value.  Use "or" to set return value to -1.
39409         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39410         negate return value.
39411
39412 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39413
39414         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39415         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39416         failure if the compiler has Graphite support disabled.
39417         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39418         Likewise.
39419         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39420         (CFLAGS-memmove.c): Likewise.
39421         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39422         Likewise.
39423
39424 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39425
39426         * sysdeps/x86_64/x32/_itoa.h: New file.
39427
39428         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39429         getdents system call only if kernel and user dirents have the
39430         same d_ino and d_off.
39431
39432         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39433         LLONG_MAX != LONG_MAX.
39434         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39435         (_fitoa_word): Likewise.
39436
39437         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39438         years.
39439         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39440         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39441         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39442
39443         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39444         include <bits/wordsize.h>.  Check __x86_64__ instead of
39445         __WORDSIZE.
39446         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39447         if __x86_64__ is defined.  Use anonymous union on fpstate.
39448
39449         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39450         anonymous union.
39451
39452 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39453
39454         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39455         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39456         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39457         Refer to _rtld_local_ro instead of _rtld_global_ro.
39458         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39459         Likewise.
39460         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39461         Likewise.
39462         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39463         Likewise.
39464         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39465         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39466         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39467
39468         * sysdeps/powerpc/powerpc32/dl-machine.c
39469         (__elf_machine_runtime_setup) [PROF]: Don't reference
39470         _dl_prof_resolve.
39471
39472 2012-05-18  Andreas Jaeger  <aj@suse.de>
39473
39474         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39475         function only available for GCCs before 3.4 since GCC 3.4
39476         introduced a builtin.
39477         (lrint): Likewise.
39478         (llrintf): Likewise.
39479         (llrint): Likewise.
39480         (fmaxf): Likewise.
39481         (fmax): Likewise.
39482         (fminf): Likewise.
39483         (fmin): Likewise.
39484         (rint): Likewise.
39485         (rintf): Likewise.
39486         (nearbyint): Likewise.
39487         (nearbyintf): Likewise.
39488         (ceil): Likewise.
39489         (ceilf): Likewise.
39490         (floor): Likewise.
39491         (floorf): Likewise.
39492
39493 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39494
39495         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39496         on both fields and cast pointer to __syscall_ulong_t.
39497
39498         * bits/types.h (__fsword_t): New type.
39499         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39500         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39501         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39502         (__FSWORD_T_TYPE): Likewise.
39503         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39504         (__FSWORD_T_TYPE): Likewise.
39505         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39506         (__FSWORD_T_TYPE): Likewise.
39507         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39508         (__FSWORD_T_TYPE): Likewise.
39509         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39510         __SWORD_TYPE with __fsword_t.
39511         (statfs64): Likewise.
39512
39513 2012-05-17  David S. Miller  <davem@davemloft.net>
39514
39515         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39516
39517 2012-05-17  Andreas Jaeger  <aj@suse.de>
39518
39519         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39520         warning.
39521
39522 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39523
39524         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39525
39526 2012-05-17  Andreas Jaeger  <aj@suse.de>
39527
39528         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39529         when it is used.
39530
39531 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39532
39533         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39534
39535 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39536
39537         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39538         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39539
39540 2012-05-17  Andreas Jaeger  <aj@suse.de>
39541             Carlos O'Donell  <carlos_odonell@mentor.com>
39542
39543         [BZ #14059]
39544         * sysdeps/x86_64/multiarch/init-arch.h
39545         (bit_YMM_Usable): Rename to...
39546         (bit_AVX_Usable): ... this.
39547         (bit_FMA4_Usable): New macro.
39548         (bit_XMM_state): New macro.
39549         (bit_YMM_state): New macro.
39550         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39551         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39552         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39553         (CPUID_OSXSAVE): New macro.
39554         (CPUID_AVX): New macro.
39555         (CPUID_FMA4): New macro.
39556         (index_YMM_Usable): Rename to...
39557         (index_AVX_Usable): ... this.
39558         (HAS_AVX): Use HAS_ARCH_FEATURE.
39559         (HAS_FMA4): Likewise.
39560         (HAS_YMM_USABLE): Remove.
39561         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39562         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39563         are present.
39564         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39565         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39566         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39567         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39568         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39569
39570 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39571
39572         * math/libm-test.c: Support platforms without multiple rounding modes.
39573         * math/bug-nextafter.c: Support platforms without FP exceptions.
39574         * math/bug-nexttoward.c: Likewise.
39575         * math/test-fenv.c: Likewise.
39576         * math/test-misc.c: Likewise.
39577         * stdlib/bug-getcontext.c: Likewise.
39578
39579 2012-05-17  Andreas Jaeger  <aj@suse.de>
39580
39581         * manual/examples/search.c (critter_cmp): Change signature to
39582         avoid warnings.
39583         * manual/string.texi (Collation Functions): Likewise.
39584
39585 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39586
39587         * bits/types.h: Fold copyright years.
39588         * bits/typesizes.h: Likewise.
39589         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39590         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39591         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39592         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39593         * time/time.h: Likewise.
39594
39595 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39596
39597         [BZ #208]
39598         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39599         in instead of returning them.  Return void.
39600         (__libc_mallinfo): Accumulate over all arenas.
39601         (__malloc_stats): Adjust for change in int_mallinfo interface.
39602
39603 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39604
39605         [BZ #10375]
39606         * configure.in (NM): Add AC_CHECK_TOOL for it.
39607         (libc_extra_cflags): New substituted variable.
39608         Check for -fstack-protector being used implicitly.
39609         * configure: Regenerated.
39610         * config.make.in (config-extra-cflags): New variable,
39611         gets @libc_extra_cflags@.
39612         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39613
39614         [BZ #10375]
39615         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39616         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39617         * configure: Regenerated.
39618         * config.make.in (CPPUNDEFS): New substituted variable.
39619         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39620         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39621         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39622
39623 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39624
39625         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39626         (mq_attr): Use __syscall_slong_t.
39627
39628 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39629
39630         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39631         Check __x86_64__ instead of __WORDSIZE.
39632         (_STAT_VER_LINUX): Likewise.
39633         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39634         __syscall_ulong_t and __syscall_slong_t.
39635         (stat64): Likewise.
39636
39637 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39638
39639         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39640
39641 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39642
39643         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39644
39645 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39646
39647         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39648         __syscall_ulong_t.
39649
39650         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39651         include <bits/wordsize.h>.  Check __x86_64__ instead of
39652         __WORDSIZE.
39653         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39654         defined.
39655         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39656
39657         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39658         include <bits/wordsize.h>.  Check __x86_64__ instead of
39659         __WORDSIZE.
39660         (user_regs_struct): Use "__extension__ unsigned long long"
39661         instead of "unsigned long" if __x86_64__ is defined.
39662         (user): Likewise.  Pad after pointer field if __ILP32__ is
39663         defined.
39664
39665 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39666
39667         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39668         versions 5 to 9.
39669         * configure: Regenerated.
39670         * manual/install.texi (texinfo): Increase version requirement to
39671         4.5 or later.
39672         * INSTALL: Regenerated.
39673
39674         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39675
39676 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39677
39678         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39679
39680         * sysdeps/x86_64/x32/ffs.c: New file.
39681
39682         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39683         __syscall_ulong_t.
39684         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39685         defined.  Use __syscall_ulong_t.
39686         (shminfo): Use __syscall_ulong_t.
39687         (shm_info): Likewise.
39688
39689         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39690         __syscall_ulong_t.
39691
39692         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39693         <bits/wordsize.h>.
39694         (msgqnum_t): Use __syscall_ulong_t.
39695         (msglen_t): Likewise.
39696         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39697         __syscall_ulong_t.
39698
39699         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39700         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39701
39702         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39703
39704         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39705         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39706
39707         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39708         __syscall_slong_t.
39709
39710         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39711         include <bits/wordsize.h>.  Check __x86_64__ instead of
39712         __WORDSIZE.
39713
39714         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39715         "unsigned long long int" if __x86_64__ is defined.
39716         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39717
39718         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39719         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39720         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39721
39722         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39723         <stdint.h>.
39724         (GET_PC): Cast to uintptr_t first.
39725         (GET_FRAME): Likewise.
39726         (GET_STACK): Likewise.
39727
39728         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39729         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39730         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39731         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39732         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39733         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39734         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39735         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39736         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39737         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39738         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39739         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39740         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39741         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39742         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39743         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39744         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39745         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39746         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39747         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39748         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39749         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39750         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39751         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39752         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39753         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39754         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39755         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39756         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39757
39758 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39759
39760         * Makerules (+depfiles): Also collect depfiles from .oS in
39761         $(extra-objs).
39762         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39763         .oS, $(libnldbl-routines)).
39764
39765         * Makerules (native-compile-mkdep-flags): Define.
39766         * sunrpc/Makefile (extra-objs): Add $(addprefix
39767         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39768         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39769         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39770         calling $(make-target-directory).
39771
39772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39773
39774         * bits/types.h (__snseconds_t): Removed.
39775         * time/time.h (struct timespec): Replace __snseconds_t with
39776         __syscall_slong_t.
39777         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39778         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39779         Likewise.
39780         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39781         (__SNSECONDS_T_TYPE): Likewise.
39782         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39783         (__SNSECONDS_T_TYPE): Likewise.
39784         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39785         (__SNSECONDS_T_TYPE): Likewise.
39786
39787 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39788
39789         * sysdeps/mach/hurd/bits/typesizes.h
39790         (__SYSCALL_SLONG_TYPE): New macro.
39791         (__SYSCALL_ULONG_TYPE): Likewise.
39792
39793 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39794
39795         * bits/types.h (__syscall_slong_t): New type.
39796         (__syscall_ulong_t): Likewise.
39797
39798         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39799         (__SYSCALL_ULONG_TYPE): Likewise.
39800         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39801         (__SYSCALL_SLONG_TYPE): Likewise.
39802         (__SYSCALL_ULONG_TYPE): Likewise.
39803         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39804         (__SYSCALL_SLONG_TYPE): Likewise.
39805         (__SYSCALL_ULONG_TYPE): Likewise.
39806         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39807         (__SYSCALL_SLONG_TYPE): Likewise.
39808         (__SYSCALL_ULONG_TYPE): Likewise.
39809
39810 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39811
39812         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39813         Add sigaltstack-offsets.sym.
39814         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39815         <sigaltstack-offsets.h>.
39816         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39817         longjmp_msg pointer.
39818         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39819         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39820         signal stack.
39821         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39822
39823 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39824
39825         * elf/stackguard-macros.h: Remove file.
39826         * sysdeps/generic/stackguard-macros.h: New file.
39827         * sysdeps/i386/stackguard-macros.h: Likewise.
39828         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39829         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39830         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39831         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39832         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39833         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39834         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39835         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39836         <elf/stackguard-macros.h>.
39837
39838         [BZ #14109]
39839         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39840         __aligned__ in attribute.
39841         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39842         (gregset_t): Likewise.
39843
39844 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39845
39846         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39847         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39848         * sysdeps/x86_64/x32/Implies-after: New file.
39849
39850 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39851
39852         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39853         and access return value for _dl_profile_fixup.  Use R10_LP to
39854         load frame size.
39855
39856 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39857
39858         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39859
39860 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39861
39862         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39863         * sysdeps/x86_64/x32/sysdep.h: New file.
39864
39865 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39866
39867         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39868         * sysdeps/x86_64/setjmp.S: Likewise.
39869
39870 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39871
39872         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39873         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39874         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39875         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39876         remove unused global constant.
39877
39878 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39879
39880         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39881         include of <not-cancel.h>.
39882
39883 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39884
39885         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39886
39887 2012-05-15  Jeff Law  <law@redhat.com>
39888             Andreas Jaeger  <aj@suse.de>
39889
39890         [BZ #13594]
39891         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39892         out from...
39893         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39894         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39895         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39896         code changing __hst_map_handle.map.
39897
39898 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39899
39900         * configure.in (sysnames): Look for Implies-before and Implies-after
39901         files.
39902         * configure: Regenerated.
39903
39904 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39905
39906         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39907         8-byte data alignment with LP_SIZE alignment.
39908
39909 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39910
39911         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39912         into R10_LP.
39913
39914 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39915
39916         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39917
39918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39919
39920         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39921         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39922         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39923         Likewise.
39924         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39925
39926 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39927
39928         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39929         (stackinfo_sub_sp): Likewise.
39930
39931 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39932
39933         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39934         RAX_LP.
39935
39936 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39937
39938         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39939         into R*_LP.
39940
39941 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39942
39943         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39944         sizes into R*_LP.
39945
39946 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39947
39948         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39949
39950 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39951
39952         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39953         into R11_LP and load __x86_64_shared_cache_size_half into
39954         R8_LP.
39955
39956 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39957
39958         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39959         R8_LP.
39960
39961 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39962
39963         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39964         logb for POWER7.
39965         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39966         logbf for POWER7.
39967         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39968         logbl for POWER7.
39969         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39970         powerpc32/power7/fpu/s_logb.c via #include.
39971         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39972         powerpc32/power7/fpu/s_logbf.c via #include.
39973         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39974         powerpc32/power7/fpu/s_logbl.c via #include.
39975
39976 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39977
39978         * README.libm: Remove file.
39979
39980 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39981
39982         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39983         count for x32.  Use R*_LP and omit operand-size suffix.
39984
39985 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39986
39987         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39988         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39989         * sysdeps/x86_64/x32/shlib-versions: New file.
39990
39991 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39992
39993         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39994         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39995         Use _dl_fatal_printf instead.
39996
39997 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39998
39999         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40000         set if not set by the user.  Do not allow for being unset.
40001         * sysdeps/unix/sysv/linux/configure: Regenerated.
40002
40003 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40004
40005         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40006         the `q' suffix from lea and replace .quad with ASM_ADDR.
40007
40008 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40009
40010         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40011         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40012         instead of $17.
40013         (PTR_DEMANGLE): Likewise.
40014
40015 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40016
40017         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40018         (LP_OP): Likewise.
40019         (ASM_ADDR): Likewise.
40020         (RAX_LP): Likewise.
40021         (RBP_LP): Likewise.
40022         (RBX_LP): Likewise.
40023         (RCX_LP): Likewise.
40024         (RDI_LP): Likewise.
40025         (RSI_LP): Likewise.
40026         (RSP_LP): Likewise.
40027         (R8_LP): Likewise.
40028         (R9_LP): Likewise.
40029         (R10_LP): Likewise.
40030         (R10_LP): Likewise.
40031         (R11_LP): Likewise.
40032         (R12_LP): Likewise.
40033         (R13_LP): Likewise.
40034         (R14_LP): Likewise.
40035         (R15_LP): Likewise.
40036
40037 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40038
40039         * sysdeps/x86_64/x32/dl-machine.h: New file.
40040
40041 2012-05-14  Andreas Jaeger  <aj@suse.de>
40042
40043         * manual/Makefile (subdir): Remove export of subdir.
40044         (all): Remove target.
40045         (.PHONY): Remove all from list.
40046         (mkinstalldirs): Remove.
40047         (.PHONY): Remove installdirs from list.
40048         ($(inst_infodir)/libc.info): Use make-target-directory.
40049         (installdirs): Remove.
40050         (subdir_%): Remove.
40051         (glibc-targets): Remove.
40052         (lib): Remove.
40053         (stubs): Remove.
40054         ($(objpfx)stubs ../po/manual.pot): Remove.
40055         ($(objpfx)stamp%): Remove.
40056         (make-target-directory): Remove.
40057         (subdir_install): Remove.
40058         (routines): Remove.
40059         (aux): Remove.
40060         (sources): Remove.
40061         (objects): Remove.
40062         (headers): Remove.
40063
40064         [BZ #13750]
40065         * manual/.gitignore: Remove, it's not needed anymore.
40066         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40067         all files in it.
40068         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40069         directory.
40070         (texis): Renamed to $(objpfx)texis.
40071         (texis-path): New, contains path to generated files.
40072         (chapters.%): Use texis-path for complete path, add extra argument
40073         libc-texinfo.sh.
40074         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40075         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40076         (summary,texi, stamp-summary): Use complete path of
40077         files. Generate files in build dir.
40078         (dir-add.texi): Build in build dir.
40079         (libm-err.texi,stamp-libm-err): Likewise.
40080         (version.texi, stamp-version): Likewise.
40081         (.%c.texi): Likewise.
40082         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40083         (mostlyclean): Remove target.
40084         (realclean): Remove target.
40085         (generated): Add new variable with contents from mostlyclean and
40086         realclean, remove entries duplicated in common-mostlyclean, add
40087         stamp-libm-err and stamp-version.
40088         (generated-dirs): Add libc directory.
40089         ($(inst_infodir)/libc.info): Install files from build dir.
40090
40091         * manual/install.texi (Configuring and compiling): Adjust since
40092         the info files are not part of the tar ball anymore.
40093
40094 2012-05-14  Andreas Jaeger  <aj@suse.de>
40095
40096         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40097         variable.
40098
40099 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40100
40101         [BZ #13717]
40102         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40103         to 2.2.0 where earlier.
40104         * sysdeps/unix/sysv/linux/configure: Regenerated.
40105         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40106         Remove conditional code.
40107         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40108         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40109         Remove conditional code.
40110         [!__NR_lchown]: Likewise.
40111         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40112         [__NR_lchown]: Likewise.
40113         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40114         comment referencing __ASSUME_LCHOWN_SYSCALL.
40115         * sysdeps/unix/sysv/linux/i386/sigaction.c
40116         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40117         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40118         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40119         Remove conditional code.
40120         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40121         (__protocol_available): Remove #if 0 code.
40122         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40123         conditional code.
40124         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40125         * sysdeps/unix/sysv/linux/kernel-features.h
40126         (__ASSUME_GETCWD_SYSCALL): Don't define.
40127         (__ASSUME_REALTIME_SIGNALS): Likewise.
40128         (__ASSUME_PREAD_SYSCALL): Likewise.
40129         (__ASSUME_PWRITE_SYSCALL): Likewise.
40130         (__ASSUME_POLL_SYSCALL): Likewise.
40131         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40132         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40133         non-SPARC.
40134         (__ASSUME_SIOCGIFNAME): Don't define.
40135         (__ASSUME_MSG_NOSIGNAL): Likewise.
40136         (__ASSUME_SENDFILE): Define unconditionally.
40137         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40138         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40139         conditional code.
40140         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40141         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40142         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40143         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40144         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40145         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40146         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40148         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40149         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40151         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40152         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40154         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40155         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40157         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40158         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40160         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40161         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40163         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40164         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40166         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40167         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40169         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40170         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40171         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40172         Remove conditional code.
40173         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40174         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40175         Remove conditional code.
40176         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40177         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40178         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40179         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40180         Remove conditional code.
40181         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40182         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40183         Remove conditional code.
40184         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40185         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40186         Remove conditional code.
40187         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40188         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40189         Remove conditional code.
40190         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40191         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40192         Remove conditional code.
40193         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40194         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40195         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40196         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40197         * sysdeps/unix/sysv/linux/sigaction.c
40198         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40199         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40200         * sysdeps/unix/sysv/linux/sigpending.c
40201         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40202         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40203         * sysdeps/unix/sysv/linux/sigprocmask.c
40204         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40205         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40206         * sysdeps/unix/sysv/linux/sigsuspend.c
40207         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40208         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40209         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40210         (__libc_missing_rt_sigs): Remove.
40211         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40212         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40213         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40214         Remove conditional code.
40215         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40216         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40217         return 1.
40218         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40219         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40220         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40221         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40222
40223 2012-05-14  Andreas Jaeger  <aj@suse.de>
40224
40225         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40226         it's not used in glibc.
40227         (__coshm1): Likewise.
40228         (__acosh1p): Likewise.
40229         (__sgn): Likewise.
40230
40231         * manual/string.texi (Copying and Concatenation): Add missing
40232         variable in concat example.
40233         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40234
40235 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40236
40237         [BZ #14103]
40238         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40239         __builtin_clzl with __builtin_clzll.
40240
40241 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40242
40243         [BZ #14104]
40244         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40245         libc_freeres_ptr.
40246
40247 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40248
40249         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40250         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40251         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40252         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40253
40254 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40255
40256         * NEWS: Update ia64 info.
40257
40258 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40259
40260         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40261         used as bcopy.
40262
40263 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40264
40265         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40266         * sysdeps/unix/syscalls.list (dup3): Likewise.
40267         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40268         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40269
40270 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40271
40272         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40273         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40274
40275 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40276
40277         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40278         thread pointer.
40279         (TLS_IE): Use mov/add instead of movq/addq to load thread
40280         pointer.
40281         (TLS_GD_PREFIX): New.
40282         (TLS_GD): Use it.
40283
40284 2012-05-11  David S. Miller  <davem@davemloft.net>
40285
40286         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40287         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40288         (_FPU_SETCW): Likewise.
40289
40290 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40291
40292         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40293         is 32-byte aligned.
40294
40295 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40296
40297         [BZ #11837]
40298         * iconvdata/gb18030.c: Update tables.
40299         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40300         characters specially.
40301         (BODY for TO_LOOP): Add encoding of missing ranges.
40302
40303 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40304
40305         [BZ #13673]
40306         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40307         * sysdeps/mach/hurd/dup3.c: Likewise.
40308         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40309         * sysdeps/powerpc/memmove.c:: Likewise.
40310
40311 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40312
40313         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40314         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40315
40316 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40317
40318         * elf/elf.h (R_X86_64_RELATIVE64): New.
40319         (R_X86_64_NUM): Updated.
40320         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40321         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40322         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40323         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40324         tst-quad1pie tst-quad2pie
40325         (modules-names): Add tst-quadmod1 tst-quadmod2.
40326         ($(objpfx)tst-quad1): New dependency.
40327         ($(objpfx)tst-quad2): Likewise.
40328         ($(objpfx)tst-quad1pie): Likewise.
40329         ($(objpfx)tst-quad2pie): Likewise.
40330         * sysdeps/x86_64/tst-quad1.c: New file.
40331         * sysdeps/x86_64/tst-quad1pie.c: New file.
40332         * sysdeps/x86_64/tst-quad2.c: Likewise.
40333         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40334         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40335         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40336         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40337         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40338
40339 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40340
40341         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40342         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40343         * streams/stropts.h (t_scalar_t): Define type.
40344
40345         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40346         (_PATH_PRESERVE): Set to "/var/lib".
40347         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40348
40349         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40350         instead of int.
40351
40352         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40353         if __dir_mkfile succeeded.
40354
40355         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40356         checking for _hurd_dtablesize.  Unlock it right after having
40357         finished _hurd_dtable allocation.
40358
40359 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40360
40361         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40362         * sysdeps/mach/hurd/configure: Regenerated.
40363         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40364         special-casing to...
40365         * sysdeps/gnu/configure.in: ... this new file.
40366         * sysdeps/unix/sysv/linux/configure: Regenerated.
40367         * sysdeps/gnu/configure: New generated file.
40368
40369         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40370         for Linux: use nsec instead of usec, as well as:
40371         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40372         members of type struct timespec.
40373         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40374         New macros.
40375         (struct stat64): Likewise.
40376         (_STATBUF_ST_NSEC): New macro.
40377         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40378
40379         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40380         __strtoul_internal rather than strtoul.
40381
40382 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40383
40384         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40385         and reject them.
40386
40387 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40388
40389         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40390         which preserves existing values.
40391         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40392
40393 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40394
40395         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40396         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40397         greater than FD_SETSIZE.
40398
40399 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40400
40401         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40402         allocated, call __vm_protect to finish enabling the existing space, and
40403         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40404         allocate the remainder.
40405
40406 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40407
40408         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40409         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40410
40411 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40412
40413         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40414         sysdeps/mach/hurd/readlink.c.
40415
40416         * posix/tst-sysconf.c (posix_options): Only use
40417         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40418         _POSIX_SYNCHRONIZED_IO when they are defined
40419         * sysdeps/mach/hurd/bits/posix_opt.h:
40420         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40421         (_XOPEN_REALTIME): Undefine macro.
40422         (_XOPEN_REALTIME_THREADS): Undefine macro.
40423         (_XOPEN_SHM): Undefine macro.
40424         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40425         macro to -1.
40426         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40427         macro to -1.
40428         (_POSIX_ASYNC_IO): Undefine macro.
40429         (_POSIX_PRIORITIZED_IO): Undefine macro.
40430         (_POSIX_SPIN_LOCKS): Define macro to -1.
40431
40432         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40433         SA_NODEFER, SA_RESETHAND.
40434         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40435         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40436         F_DUPFD_CLOEXEC.
40437
40438 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40439
40440         * elf/Makefile (pldd-modules): Define unconditionally.
40441
40442 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40443
40444         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40445
40446 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40447
40448         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40449         Return ENOENT when name is empty.
40450         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40451
40452 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40453
40454         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40455
40456         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40457
40458 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40459
40460         Fix mlock in all cases except non-readable pages.
40461         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40462         instead of VM_PROT_ALL as parameter to __vm_wire function.
40463
40464         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40465         (__mkdir): When path is `/', just fail with EEXIST.
40466         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40467
40468 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40469
40470         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40471         <sys/uio.h> (for writev).
40472         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40473         and <sys/param.h> (for MIN).
40474
40475 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40476
40477         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40478         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40479         if interrupted.
40480
40481 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40482
40483         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40484         Depend on against $(link-rpcuserlibs).
40485
40486 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40487
40488         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40489         (__libc_stack_end): Do not use attribute_relro.
40490         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40491         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40492         to libthread-provided value.
40493         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40494         attribute_relro.
40495
40496 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40497
40498         [BZ #3748]
40499         * bits/libc-lock.h (__libc_once_get): New macro.
40500         * sysdeps/mach/bits/libc-lock.h: Likewise.
40501         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40502         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40503         instead of using implementation details.
40504
40505         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40506         * libio/freopen.c: Likewise.
40507         * libio/freopen64.c: Likewise.
40508         * misc/syslog.c: Likewise.
40509         * nscd/connections.c: Likewise.
40510         * nscd/netgroupcache.c: Likewise.
40511         * sysdeps/posix/getcwd.c: Likewise.
40512
40513 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40514
40515         * math/w_ilogbf.c: Add #include <limits.h>.
40516
40517 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40518
40519         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40520         path instead of returning without unlocking.
40521
40522         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40523         immediate-write ioctls.
40524         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40525
40526 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40527
40528         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40529         __builtin_frame_address instead of making assumptions about the
40530         location of the return address relative to DATA.  Force early load of
40531         the return address.
40532         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40533         __builtin_frame_address.
40534
40535         dup3 for GNU Hurd.
40536         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40537         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40538         implement dup3 and do some further code clean-ups.
40539         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40540         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40541
40542 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40543
40544         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40545
40546         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40547         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40548         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40549         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40550         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40551         d->port.lock.
40552
40553         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40554         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40555         when handler == SIG_ERR, not when handler != SIG_ERR.
40556
40557 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40558
40559         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40560         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40561         definitions.
40562
40563         accept4 for GNU Hurd.
40564         * include/sys/socket.h (__libc_accept4): New prototype.
40565         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40566         to implement __libc_accept4.
40567         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40568         __libc_accept4.
40569         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40570
40571         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40572         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40573         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40574         signal-defines.sym.
40575
40576 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40577
40578         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40579
40580 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40581
40582         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40583         assertion on O_CLOEXEC flag.
40584         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40585         * hurd/intern-fd.c: Likewise.
40586         * hurd/port2fd.c: Likewise.
40587
40588 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40589
40590         [BZ #3906]
40591         * bits/in.h (IPV6_PKTINFO): Define new macro.
40592         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40593
40594 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40595
40596         [BZ #13954]
40597         [BZ #13955]
40598         [BZ #13956]
40599         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40600         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40601         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40602         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40603         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40604         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40605         * math/libm-test.inc (logb_test) : Additional logb tests.
40606
40607 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40608             Andreas Jaeger  <aj@suse.de>
40609
40610         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40611         * configure: Regenerated.
40612         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40613         * config.make.in (link-obsolete-rpc): New substituted variable.
40614         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40615         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40616         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40617         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40618         so that libc.a contains the symbols.
40619         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40620         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40621         * sunrpc/auth_none.c: Likewise.
40622         * sunrpc/auth_unix.c: Likewise.
40623         * sunrpc/authdes_prot.c: Likewise.
40624         * sunrpc/authuxprot.c: Likewise.
40625         * sunrpc/clnt_gen.c: Likewise.
40626         * sunrpc/clnt_perr.c: Likewise.
40627         * sunrpc/clnt_raw.c: Likewise.
40628         * sunrpc/clnt_simp.c: Likewise.
40629         * sunrpc/clnt_tcp.c: Likewise.
40630         * sunrpc/clnt_udp.c: Likewise.
40631         * sunrpc/clnt_unix.c: Likewise.
40632         * sunrpc/des_crypt.c: Likewise.
40633         * sunrpc/des_soft.c: Likewise.
40634         * sunrpc/get_myaddr.c: Likewise.
40635         * sunrpc/key_call.c: Likewise.
40636         * sunrpc/key_prot.c: Likewise.
40637         * sunrpc/netname.c: Likewise.
40638         * sunrpc/pm_getmaps.c: Likewise.
40639         * sunrpc/pm_getport.c: Likewise.
40640         * sunrpc/pmap_clnt.c: Likewise.
40641         * sunrpc/pmap_prot.c: Likewise.
40642         * sunrpc/pmap_prot2.c: Likewise.
40643         * sunrpc/pmap_rmt.c: Likewise.
40644         * sunrpc/publickey.c: Likewise.
40645         * sunrpc/rpc_cmsg.c: Likewise.
40646         * sunrpc/rpc_common.c: Likewise.
40647         * sunrpc/rpc_dtable.c: Likewise.
40648         * sunrpc/rpc_prot.c: Likewise.
40649         * sunrpc/rpc_thread.c: Likewise.
40650         * sunrpc/rtime.c: Likewise.
40651         * sunrpc/svc.c: Likewise.
40652         * sunrpc/svc_auth.c: Likewise.
40653         * sunrpc/svc_raw.c: Likewise.
40654         * sunrpc/svc_run.c: Likewise.
40655         * sunrpc/svc_tcp.c: Likewise.
40656         * sunrpc/svc_udp.c: Likewise.
40657         * sunrpc/svc_unix.c: Likewise.
40658         * sunrpc/svcauth_des.c: Likewise.
40659         * sunrpc/xcrypt.c: Likewise.
40660         * sunrpc/xdr.c: Likewise.
40661         * sunrpc/xdr_array.c: Likewise.
40662         * sunrpc/xdr_float.c: Likewise.
40663         * sunrpc/xdr_intXX_t.c: Likewise.
40664         * sunrpc/xdr_mem.c: Likewise.
40665         * sunrpc/xdr_rec.c: Likewise.
40666         * sunrpc/xdr_ref.c: Likewise.
40667         * sunrpc/xdr_sizeof.c: Likewise.
40668         * sunrpc/xdr_stdio.c: Likewise.
40669
40670 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40671
40672         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40673         change.  Update copyright years.
40674
40675 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40676
40677         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40678
40679 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40680             Joseph Myers  <joseph@codesourcery.com>
40681             Paul Pluzhnikov  <ppluzhnikov@google.com>
40682
40683         [BZ #14012]
40684         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40685         requiring rpcgen.
40686         [cross-compiling] (extra-libs): Likewise.
40687         [cross-compiling] (extra-libs-others): Likewise.
40688         [cross-compiling] (librpcsvc-routines): Likewise.
40689         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40690         [cross-compiling] (omit-deps): Likewise.
40691         (sunrpc-CPPFLAGS): New variable.
40692         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40693         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40694         (cross-rpcgen-objs): New variable.
40695         (extra-objs): Append $(cross-rpcgen-objs).
40696         ($(cross-rpcgen-objs)): New rule.
40697         ($(objpfx)cross-rpcgen): Likewise.
40698         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40699         comment.
40700         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40701         ($(objpfx)x%.stmp): Likewise.
40702         * sunrpc/proto.h [IS_IN_build] (_): Define.
40703         [IS_IN_build] (_libc_intl_domainname): Likewise.
40704
40705 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40706
40707         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40708         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40709         and R_X86_64_TPOFF64.
40710
40711 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40712
40713         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40714         sysdeps/unix/sysv/syscalls.list.
40715         (stime): Likewise.
40716         (utime): Likewise.
40717         * sysdeps/unix/sysv/syscalls.list: Remove file.
40718
40719 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40720
40721         [BZ #3440]
40722         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40723         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40724         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40725         (__LC_IDENTIFICATION): Make these macros useful in #if
40726         expressions, as required by C99.
40727
40728 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40729
40730         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40731         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40732         after this.
40733
40734 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40735
40736         * stdlib/longlong.h: Updated from GCC.
40737
40738 2012-05-09  Andreas Jaeger  <aj@suse.de>
40739
40740         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40741         default is first entry.
40742         (run_mode): Set type.
40743         (main): Remove informal message about syslog.
40744         (options): Fix typo.
40745
40746         [BZ #14053]
40747         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40748         to asm.
40749         (lrint): Likewise.
40750         (llrintf): Likewise.
40751         (llrint): Likewise.
40752         (rint): Likewise.
40753         (rintf): Likewise.
40754         (nearbyint): Likewise.
40755         (nearbyintf): Likewise.
40756
40757 2012-05-09  Andreas Jaeger  <aj@suse.de>
40758             Pedro Alves  <palves@redhat.com>
40759
40760         * nscd/nscd.c (run_mode): Use enum.
40761         (main): Cleanup coding style issue.
40762
40763 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40764             Andreas Jaeger  <aj@suse.de>
40765
40766         * nscd/nscd.c (go_background): Replaced with...
40767         (run_mode): ... this.
40768         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40769         (options): Add -F --foreground.
40770         (main): Implement it.
40771         (parse_opt): Parse it.
40772
40773 2012-05-09  Andreas Jaeger  <aj@suse.de>
40774
40775         [BZ #14083]
40776         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40777         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40778         -Wconversion warning.
40779         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40780         Likewise.
40781
40782 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40783
40784         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40785         == 0.
40786         (LC_ALL): Use macro-int-constant.
40787         (LC_COLLATE): Likewise.
40788         (LC_CTYPE): Likewise.
40789         (LC_MESSAGES): Likewise.
40790         (LC_MONETARY): Likewise.
40791         (LC_NUMERIC): Likewise.
40792         (LC_TIME): Likewise.
40793         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40794         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40795         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40796         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40797         Specify type.
40798         [C99-based standards] (float_t): Expect type.
40799         [C99-based standards] (double_t): Expect type.
40800         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40801         type.
40802         [C99-based standards] (HUGE_VALL): Likewise.
40803         [C99-based standards] (INFINITY): Likewise.
40804         [C99-based standards] (NAN): Likewise.
40805         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40806         [C99-based standards] (FP_NAN): Likewise.
40807         [C99-based standards] (FP_NORMAL): Likewise.
40808         [C99-based standards] (FP_SUBNORMAL): Likewise.
40809         [C99-based standards] (FP_ZERO): Likewise.
40810         [C99-based standards] (FP_FAST_FMA): Use
40811         optional-macro-int-constant.  Specify type.  Require == 1.
40812         [C99-based standards] (FP_FAST_FMAF): Likewise.
40813         [C99-based standards] (FP_FAST_FMAL): Likewise.
40814         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40815         [C99-based standards] (FP_ILOGBNAN): Likewise.
40816         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40817         Specify type.
40818         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40819         [C99-based standards] (math_errhandling): Specify type.
40820         [ISO99 || ISO11] (signgam): Do not allow.
40821         [non-C99-based standards] (copysignf): Do not allow.
40822         [non-C99-based standards] (exp2f): Likewise.
40823         [non-C99-based standards] (log2f): Likewise.
40824         [non-C99-based standards] (modff): Allow.
40825         [non-C99-based standards] (erff): Do not allow.
40826         [non-C99-based standards] (erfcf): Likewise.
40827         [non-C99-based standards] (gammaf): Likewise.
40828         [non-C99-based standards] (hypotf): Likewise.
40829         [non-C99-based standards] (j0f): Likewise.
40830         [non-C99-based standards] (j1f): Likewise.
40831         [non-C99-based standards] (jnf): Likewise.
40832         [non-C99-based standards] (lgammaf): Likewise.
40833         [non-C99-based standards] (tgammaf): Likewise.
40834         [non-C99-based standards] (y0f): Likewise.
40835         [non-C99-based standards] (y1f): Likewise.
40836         [non-C99-based standards] (ynf): Likewise.
40837         [non-C99-based standards] (isnanf): Likewise.
40838         [non-C99-based standards] (acoshf): Likewise.
40839         [non-C99-based standards] (asinhf): Likewise.
40840         [non-C99-based standards] (atanhf): Likewise.
40841         [non-C99-based standards] (cbrtf): Likewise.
40842         [non-C99-based standards] (expm1f): Likewise.
40843         [non-C99-based standards] (ilogbf): Likewise.
40844         [non-C99-based standards] (log1pf): Likewise.
40845         [non-C99-based standards] (logbf): Likewise.
40846         [non-C99-based standards] (nextafterf): Likewise.
40847         [non-C99-based standards] (remainderf): Likewise.
40848         [non-C99-based standards] (rintf): Likewise.
40849         [non-C99-based standards] (scalbf): Likewise.
40850         [non-C99-based standards] (copysignl): Likewise.
40851         [non-C99-based standards] (exp2l): Likewise.
40852         [non-C99-based standards] (log2l): Likewise.
40853         [non-C99-based standards] (modfl): Allow.
40854         [non-C99-based standards] (erfl): Do not allow.
40855         [non-C99-based standards] (erfcl): Likewise.
40856         [non-C99-based standards] (gammal): Likewise.
40857         [non-C99-based standards] (hypotl): Likewise.
40858         [non-C99-based standards] (j0l): Likewise.
40859         [non-C99-based standards] (j1l): Likewise.
40860         [non-C99-based standards] (jnl): Likewise.
40861         [non-C99-based standards] (lgammal): Likewise.
40862         [non-C99-based standards] (tgammal): Likewise.
40863         [non-C99-based standards] (y0l): Likewise.
40864         [non-C99-based standards] (y1l): Likewise.
40865         [non-C99-based standards] (ynl): Likewise.
40866         [non-C99-based standards] (isnanl): Likewise.
40867         [non-C99-based standards] (acoshl): Likewise.
40868         [non-C99-based standards] (asinhl): Likewise.
40869         [non-C99-based standards] (atanhl): Likewise.
40870         [non-C99-based standards] (cbrtl): Likewise.
40871         [non-C99-based standards] (expm1l): Likewise.
40872         [non-C99-based standards] (ilogbl): Likewise.
40873         [non-C99-based standards] (log1pl): Likewise.
40874         [non-C99-based standards] (logbl): Likewise.
40875         [non-C99-based standards] (nextafterl): Likewise.
40876         [non-C99-based standards] (remainderl): Likewise.
40877         [non-C99-based standards] (rintl): Likewise.
40878         [non-C99-based standards] (scalbl): Likewise.
40879         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40880         [non-C99-based standards] (FP_*): Do not allow.
40881         [C99-based standards] (FP_*): Change to
40882         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40883         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40884         allow.
40885         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40886         (SIG_ERR): Likewise.
40887         [X/Open-based standards] (SIG_HOLD): Likewise.
40888         (SIG_IGN): Likewise.
40889         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40890         positive value.
40891         (SIGFPE): Likewise.
40892         (SIGILL): Likewise.
40893         (SIGINT): Likewise.
40894         (SIGSEGV): Likewise.
40895         (SIGTER): Likewise.
40896         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40897         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40898         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40899         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40900         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40901         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40902         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40903         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40904         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40905         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40906         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40907         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40908         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40909         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40910         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40911         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40912         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40913         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40914         [X/Open-based standards] (SIGTRAP): Likewise.
40915         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40916         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40917         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40918         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40919         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40920         allow.
40921
40922 2012-05-08  Ian Wienand  <ianw@vmware.com>
40923
40924         [BZ #14080]
40925         * time/tzset.c (__tzset_parse_tz): Update default rules for
40926         daylight time changes in the Energy Policy Act of 2005.
40927
40928 2012-05-09  Andreas Jaeger  <aj@suse.de>
40929
40930         [BZ #13983]
40931         * elf/ldconfig.c (parse_conf): Change string to make clear that
40932         ldconfig only issued a warning if ld.so.conf does not exist.
40933
40934 2012-05-08  David S. Miller  <davem@davemloft.net>
40935
40936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40937         movxtod instead of popping the value on the stack.
40938
40939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40940
40941 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40942
40943         * config.h.in: Add HAVE_ARM_PCS_VFP.
40944
40945 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40946
40947         [BZ #13979]
40948         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40949         checking but the checks are disabled for any reason.
40950
40951 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40952
40953         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40954         and ELF64_R_TYPE with ELFW(R_TYPE).
40955
40956 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40957
40958         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40959         (ulimit): Likewise.
40960
40961         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40962         (settimeofday): Likewise.
40963
40964 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40965
40966         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40967         a struct th_u2 inside the union, and move tu_block/tu_code into
40968         a new th_u3 union of tu_block/tu_code inside of that.  Move
40969         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40970         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40971         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40972         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40973         (th_stuff): Change to th_u1.tu_stuff.
40974         (th_data): Define.
40975         (th_msg): Change to th_u1.th_u2.tu_data.
40976
40977 2012-05-07  David S. Miller  <davem@davemloft.net>
40978
40979         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40980
40981         [BZ #14074]
40982         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40983         (SETUP_PIC_REG): Use it.
40984         (SETUP_PIC_REG_LEAF): Use it.
40985
40986 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40987
40988         [BZ #13885]
40989         [BZ #13923]
40990         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40991         USE_AS_EXPM1L.
40992         (EXPL_FINITE): Likewise.
40993         (FLDLOG): Likewise.
40994         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40995         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40996         e_expl.S.
40997         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40998         USE_AS_EXPM1L.
40999         (EXPL_FINITE): Likewise.
41000         (FLDLOG): Likewise.
41001         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41002         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41003         e_expl.S.
41004         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41005         test of -max_value argument for long double.
41006         * sysdeps/i386/fpu/libm-test-ulps: Update.
41007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41008
41009 2012-05-06  David S. Miller  <davem@davemloft.net>
41010
41011         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41012         quad soft-float symbols whose references which are compiler
41013         generated.
41014         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41015
41016 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41017
41018         [BZ #13884]
41019         [BZ #13914]
41020         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41021         USE_AS_EXP10L.
41022         (EXPL_FINITE): Likewise.
41023         (FLDLOG): Likewise.
41024         (c0): Likewise.
41025         (c1): Likewise.
41026         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41027         Adjust comments for base varying.
41028         (__expl_finite): Change alias to EXPL_FINITE.
41029         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41030         e_expl.S.
41031         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41032         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41033         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41034         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41035         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41036         USE_AS_EXP10L.
41037         (EXPL_FINITE): Likewise.
41038         (FLDLOG): Likewise.
41039         (c0): Likewise.
41040         (c1): Likewise.
41041         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41042         Adjust comments for base varying.
41043         (__expl_finite): Change alias to EXPL_FINITE.
41044         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41045         tests for bugs.
41046         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41047
41048         [BZ #14064]
41049         * math/libm-test.inc (check_float_internal): Correct ulp
41050         calculation for subnormal expected results.
41051
41052 2012-05-06  Andreas Jaeger  <aj@suse.de>
41053
41054         * Makeconfig (+math-flags): New, set to -frounding-math.
41055         (+cflags): Add +math-flags so that all of glibc gets compiled with
41056         it.
41057
41058         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41059
41060 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41061
41062         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41063         Disable one test.
41064
41065         [BZ #13787]
41066         [BZ #13922]
41067         [BZ #14036]
41068         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41069         (__ieee754_expl): Allow for and saturate large arguments.
41070         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41071         (u_threshold): Likewise.
41072         (__exp): Call __ieee754_exp before checking for overflow and
41073         underflow.
41074         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41075         (u_threshold): Likewise.
41076         (__expf): Call __ieee754_expf before checking for overflow and
41077         underflow.
41078         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41079         (u_threshold): Likewise.
41080         (__expl): Call __ieee754_expl before checking for overflow and
41081         underflow.
41082         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41083         (__ieee754_expl): Allow for and saturate large arguments.
41084         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41085         missing overflow exception on overflow.
41086         (expm1_test): Do not allow missing overflow exception on overflow.
41087
41088         * sysdeps/i386/fpu/e_expl.c: Move to ...
41089         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41090         rather than using inline asm.
41091         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41092         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41093         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41094
41095         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41096         (nice): Likewise.
41097         (poll): Likewise.
41098         (signal): Likewise.
41099         (time): Likewise.
41100         (times): Likewise.
41101
41102 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41103
41104         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41105         sysdeps/unix/common/syscalls.list.
41106         (fchmod): Likewise.
41107         (fchown): Likewise.
41108         (ftruncate): Likewise.
41109         (getrusage): Likewise.
41110         (gettimeofday): Likewise.
41111         (setpgid): Likewise.
41112         (setregid): Likewise.
41113         (setreuid): Likewise.
41114         (sigaction): Likewise.
41115         (truncate): Likewise.
41116         (vhangup): Likewise.
41117         * sysdeps/unix/common/syscalls.list: Remove file.
41118         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41119         * sysdeps/unix/sysv/linux/Implies: Likewise.
41120
41121 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41122
41123         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41125         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41126         Moved to ...
41127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41128         Here.
41129         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41130         to ...
41131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41132         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41133         to ...
41134         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41135         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41136         to ...
41137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41138         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41139         to ...
41140         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41141         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41142         to ...
41143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41144         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41145         to ...
41146         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41147         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41148         to ...
41149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41150         Here.
41151         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41152         to ...
41153         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41154         Here.
41155         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41156         to ...
41157         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41158         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41159         Moved to ...
41160         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41161         Here.
41162         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41163         to ...
41164         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41165
41166 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41167
41168         * sysdeps/unix/common/bits/dirent.h: Remove file.
41169         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41170
41171         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41172         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41173         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41174         * sysdeps/unix/bsd/isatty.c: Likewise.
41175         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41176         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41177         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41178
41179 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41180
41181         [BZ #13563]
41182         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41183         long double comparison inaccuracies.
41184         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41185         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41186
41187 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41188
41189         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41190         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41191
41192 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41193
41194         [BZ #14049]
41195         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41196         nonzero digits before rounding a hex value.
41197         * stdlib/tst-strtod.c (tests): Add another test.
41198
41199 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41200
41201         * sysdeps/s390/fpu/libm-test-ulps: Update.
41202
41203 2012-05-03  Andreas Jaeger  <aj@suse.de>
41204
41205         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41206         does not get optimized out.
41207         (malloc_opt_barrier): New.
41208
41209 2012-05-03  Andreas Jaeger  <aj@suse.de>
41210             Roland McGrath  <roland@hack.frob.com>
41211
41212         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41213         intermediate file deletion.
41214         (generated): Add .symlist files.
41215
41216 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41217
41218         [BZ #13775]
41219         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41220         Redirect under this condition.
41221         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41222         [__USE_GNU] (__dprintf_chk): Not under this condition.
41223         [__USE_GNU] (__vdprintf_chk): Likewise.
41224         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41225         under this condition.
41226         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41227         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41228         [__USE_XOPEN2K8] (vdprintf): Likewise.
41229         [__USE_GNU] (__dprintf_chk): Not under this condition.
41230         [__USE_GNU] (__vdprintf_chk): Likewise.
41231         [__USE_GNU] (dprintf): Likewise.
41232         [__USE_GNU] (vdprintf): Likewise.
41233
41234 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41235
41236         * elf/Makefile (common-generated): Set this instead of generated for
41237         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41238         $(all-built-dso)-derived lists.
41239
41240 2012-05-03  Andreas Jaeger  <aj@suse.de>
41241
41242         * sysdeps/i386/fpu/libm-test-ulps: Update.
41243
41244         * FAQ: Removed.
41245         * FAQ.in: Likewise.
41246         * scripts/gen-FAQ.pl: Likewise.
41247         * manual/install.texi (Installation): Point to online location of
41248         FAQ.
41249         * Makefile (files-for-dist): Remove FAQ.
41250         (FAQ): Remove.
41251
41252 2012-05-02  Allan McRae  <allan@archlinux.org>
41253
41254         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41255         (LDFLAGS-reldepmod5.so): Likewise.
41256         (LDFLAGS-reldep6mod1.so): Likewise.
41257         (LDFLAGS-reldep6mod4.so): Likewise.
41258         (LDFLAGS-reldep8mod3.so): Likewise.
41259         (LDFLAGS-unload4mod1.so): Likewise.
41260         (LDFLAGS-unload4mod2.so): Likewise.
41261         (LDFLAGS-tst-initorder): Likewise.
41262         (LDFLAGS-tst-initordera2.so): Likewise.
41263         (LDFLAGS-tst-initordera3.so): Likewise.
41264         (LDFLAGS-tst-initordera4.so): Likewise.
41265         (LDFLAGS-tst-initorderb2.so): Likewise.
41266         (LDFLAGS-noload): Likewise.
41267         (LDFLAGS-next): Likewise.
41268         (LDFLAGS-order2mod1.so): Likewise.
41269         (LDFLAGS-order2mod2.so): Likewise.
41270         (LDFLAGS-tst-initorder2): Likewise.
41271         (LDFLAGS-tst-initorder2a.so): Likewise.
41272         (LDFLAGS-tst-initorder2b.so): Likewise.
41273         (LDFLAGS-tst-initorder2c.so): Likewise.
41274         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41275
41276 2012-05-02  David S. Miller  <davem@davemloft.net>
41277
41278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41279
41280 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41281
41282         [BZ #14055]
41283         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41284
41285 2012-05-02  Andreas Jaeger  <aj@suse.de>
41286
41287         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41288         since we manipulate rounding mode.
41289         (CPPFLAGS-test-idouble.c): Likewise.
41290         (CPPFLAGS-test-ifloat.c): Likewise.
41291         (CFLAGS-test-ldouble.c): Likewise.
41292         (CFLAGS-test-double.c): Likewise.
41293         (CFLAGS-test-float.c): Likewise.
41294         (CFLAGS-test-misc.c): Likewise.
41295         (CFLAGS-test-test-fenv.c): Likewise.
41296
41297 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41298
41299         [BZ #2550]
41300         [BZ #2570]
41301         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41302         comparisons to determine direction to adjust input.
41303
41304 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41305
41306         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41307         output to the target.
41308
41309         * scripts/localplt.awk: New file.
41310         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41311         (check-localplt-CFLAGS): Variable removed.
41312         ($(all-built-dso:=.jmprel)): New static pattern rule.
41313         (generated): Add those targets.
41314         (localplt-built-dso): New variable.
41315         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41316
41317         * elf/check-localplt.c: File removed.
41318
41319         * scripts/check-execstack.awk: New file.
41320         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41321         (check-execstack-CFLAGS): Variable removed.
41322         ($(objpfx)check-execstack.h): Target removed.
41323         ($(objpfx)execstack-default): New target.
41324         (generated): Add that instead of check-execstack.h.
41325         ($(all-built-dso:=.phdr)): New static pattern rule.
41326         (generated): Add those targets.
41327         * elf/check-execstack.c: File removed.
41328
41329         * scripts/check-textrel.awk: New file.
41330         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41331         (check-textrel-CFLAGS): Variable removed.
41332         (all-built-dso): Use := to define.o
41333         ($(all-built-dso:=.dyn)): New static pattern rule.
41334         (generated): Add those targets.
41335         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41336         * config.make.in (READELF): New substituted variable.
41337         * elf/check-textrel.c: File removed.
41338
41339 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41340
41341         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41342         allow.
41343         * conform/data/ctype.h-data [C99-based standards] (isblank):
41344         Expect function.
41345         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41346         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41347         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41348         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41349         Specify type.  Require positive value.
41350         (EILSEQ): Likewise.
41351         (ERANGE): Likewise.
41352         [ISO || POSIX] (EILSEQ): Do not expect.
41353         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41354         Specify type.  Require positive value.
41355         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41356         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41357         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41358         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41359         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41360         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41361         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41362         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41363         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41364         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41365         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41366         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41367         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41368         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41369         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41370         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41371         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41372         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41373         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41374         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41375         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41376         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41377         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41378         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41379         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41380         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41381         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41382         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41383         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41384         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41385         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41386         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41387         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41388         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41389         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41390         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41391         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41392         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41393         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41394         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41395         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41396         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41397         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41398         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41399         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41400         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41401         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41402         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41403         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41404         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41405         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41406         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41407         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41408         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41409         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41410         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41411         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41412         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41413         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41414         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41415         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41416         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41417         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41418         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41419         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41420         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41421         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41422         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41423         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41424         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41425         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41426         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41427         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41428         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41429         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41430         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41431         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41432         Require >= 2.
41433         (FLT_ROUNDS): Expect as macro, not constant.
41434         (FLT_MANT_DIG): Use macro-int-constant.
41435         (DBL_MANT_DIG): Likewise.
41436         (LDBL_MANT_DIG): Likewise.
41437         (FLT_DIG): Likewise.
41438         (DBL_DIG): Likewise.
41439         (LDBL_DIG): Likewise.
41440         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41441         (DBL_MIN_EXP): Likewise.
41442         (LDBL_MIN_EXP): Likewise.
41443         (FLT_MAX_EXP): Use macro-int-constant.
41444         (DBL_MAX_EXP): Likewise.
41445         (LDBL_MAX_EXP): Likewise.
41446         (FLT_MAX_10_EXP): Likewise.
41447         (DBL_MAX_10_EXP): Likewise.
41448         (LDBL_MAX_10_EXP): Likewise.
41449         (FLT_MAX): Use macro-constant.
41450         (DBL_MAX): Likewise.
41451         (LDBL_MAX): Likewise.
41452         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41453         (DBL_EPSILON): Likewise.
41454         (LDBL_EPSILON): Likewise.
41455         (FLT_MIN): Likewise.
41456         (DBL_MIN): Likewise.
41457         (LDBL_MIN): Likewise.
41458         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41459         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41460         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41461         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41462         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41463         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41464         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41465         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41466         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41467         [ISO11] (FLT_TRUE_MIN): Likewise.
41468         [ISO11] (LDBL_TRUE_MIN): Likewise.
41469         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41470         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41471         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41472         (SCHAR_MAX): Likewise.
41473         (UCHAR_MAX): Likewise.
41474         (CHAR_MIN): Likewise.
41475         (CHAR_MAX): Likewise.
41476         (MB_LEN_MAX): Use macro-int-constant.
41477         (SHRT_MIN): Use macro-int-constant.  Specify type.
41478         (SHRT_MAX): Likewise.
41479         (USHRT_MAX): Likewise.
41480         (INT_MAX): Likewise.
41481         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41482         bound negative.
41483         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41484         bound with "U".
41485         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41486         bound with "L".
41487         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41488         bound negative.  Suffix upper bound with "L".
41489         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41490         bound with "UL".
41491         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41492         Specify type.
41493         [C99-based standards] (LLONG_MAX): Likewise.
41494         [C99-based standards] (ULLONG_MAX): Likewise.
41495         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41496         == 0.
41497         [ISO11] (max_align_t): Require type.
41498         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41499
41500         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41501         from $CFLAGS, without defining away __attribute__ calls.
41502         (checknamespace): Use $CFLAGS_namespace.
41503
41504         * conform/conformtest.pl (@keywords): Only include C99 keywords
41505         for standards based on C99 or C11.
41506
41507         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41508         Disable tests.
41509         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41510         UNIX98]: Likewise.
41511
41512         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41513         usability of symbols in #if.
41514
41515         * conform/conformtest.pl: If macro or constant types start
41516         "promoted:", expect the symbol to be of the following type
41517         promoted by the integer promotions.
41518
41519         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41520         in one place.  Also handle "macro-constant".
41521
41522         * conform/conformtest.pl: Only accept expected macro values with
41523         "==".  Parse all "macro" lines in one place.
41524         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41525
41526         * conform/conformtest.pl: Handle braced types on "constant" lines
41527         instead of handling "typed-constant".
41528         * conform/data/signal.h-data: Use "constant" instead of
41529         "typed-constant".
41530
41531         * conform/conformtest.pl: Handle "optional-" at start of lines in
41532         one place rather than duplicating several cases.  Handle each
41533         format of "macro" line with initial "optional-".
41534
41535         * conform/conformtest.pl: Only accept expected constant or
41536         optional-constant values with "==".  Parse all "constant" lines in
41537         one place.  Parse all "optional-constant" lines in one place.
41538         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41539         * conform/data/fmtmsg.h-data: Likewise.
41540         * conform/data/netinet/in.h-data: Likewise.
41541         * conform/data/tar.h-data: Likewise.
41542         * conform/data/limits.h-data: Use "==" form on "constant" and
41543         "optional-constant" lines.
41544
41545         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41546         Use -std=c99 for XOPEN2K.
41547         (@knownproblems): Remove.
41548         (newtoken): Don't check %isknown.
41549
41550         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41551         Do not expect macro.
41552         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41553         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41554         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41555         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41556         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41557         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41558         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41559         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41560         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41561         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41562         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41563         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41564         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41565         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41566         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41567         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41568         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41569         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41570         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41571         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41572         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41573         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41574         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41575         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41576         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41577         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41578         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41579         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41580         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41581         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41582         [XPG3] (acosh): Likewise.
41583         [XPG3] (asinh): Likewise.
41584         [XPG3] (atanh): Likewise.
41585         [XPG3] (cbrt): Likewise.
41586         [XPG3] (expm1): Likewise.
41587         [XPG3] (ilogb): Likewise.
41588         [XPG3] (log1p): Likewise.
41589         [XPG3] (logb): Likewise.
41590         [XPG3] (nextafter): Likewise.
41591         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41592         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41593         [XPG3] (remainder): Likewise.
41594         [XPG3] (rint): Likewise.
41595         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41596         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41597         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41598         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41599         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41600         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41601         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41602         [UNIX98 || XOPEN2K] (scalb): Expect.
41603         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41604         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41605         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41606         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41607         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41608         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41609         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41610         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41611         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41612         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41613         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41614         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41615         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41616         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41617         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41618         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41619         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41620         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41621         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41622         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41623         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41624         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41625         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41626         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41627         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41628         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41629         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41630         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41631         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41632         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41633         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41634         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41635         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41636         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41637         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41638         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41639         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41640         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41642         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41643         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41648         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41649         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41652         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41653         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41656         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41657         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41658         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41659         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41660         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41661         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41662         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41663         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41664         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41665         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41666         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41667         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41668         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41669         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41670         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41671         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41672         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41673         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41674         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41675         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41676         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41677         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41678         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41680         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41681         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41682         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41686         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41687         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41688         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41690         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41691         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41692         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41693         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41694         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41695         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41696         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41697         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41698         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41699         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41700         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41734         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41735         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41736         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41737         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41738         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41739         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41740
41741         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41742         _XOPEN_SOURCE_EXTENDED for XPG4.
41743
41744         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41745
41746         * Makeconfig (localtime): Remove variable.
41747         (inst_localtime-file): Likewise.
41748
41749 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41750
41751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41752         Update.
41753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41754         Update.
41755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41756         Update.
41757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41758         Update.
41759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41760         Update.
41761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41762         Update.
41763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41764         Update.
41765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41766         Update.
41767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41768         Update.
41769
41770 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41771
41772         [BZ #2550]
41773         [BZ #2570]
41774         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41775         comparisons to determine direction to adjust input.
41776         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41777         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41778         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41779         Likewise.
41780         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41781         Likewise.
41782         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41783         Likewise.
41784         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41785         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41786         Likewise.
41787         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41788         Likewise.
41789         * math/libm-test.inc (nexttoward_test): Add more tests.
41790
41791 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41792
41793         [BZ #14040]
41794         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41795         in version GLIBC_2.1, not GLIBC_2.0.
41796         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41797         Likewise.
41798
41799 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41800
41801         [BZ #13942]
41802         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41803         (1 - x) * (1 + x).
41804         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41805         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41806         * math/libm-test.inc (acos_test): Add more tests.
41807         (asin_test): Likewise.
41808         * sysdeps/i386/fpu/libm-test-ulps: Update.
41809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41810
41811         [BZ #14034]
41812         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41813         of square root.
41814         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41815         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41816         * math/libm-test.inc (acos_test_tonearest): New function.
41817         (acos_test_towardzero): Likewise.
41818         (acos_test_downward): Likewise.
41819         (acos_test_upward): Likewise.
41820         (asin_test_tonearest): Likewise.
41821         (asin_test_towardzero): Likewise.
41822         (asin_test_downward): Likewise.
41823         (asin_test_upward): Likewise.
41824         (main): Call the new functions.
41825         * sysdeps/i386/fpu/libm-test-ulps: Update.
41826         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41827
41828         [BZ #13884]
41829         [BZ #13924]
41830         * math/e_exp10.c: Include <float.h>.
41831         (__ieee754_exp10): Handle underflow here rather than multiplying
41832         large negative argument by M_LN10.
41833         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41834         of __ieee754_expf.
41835         * math/e_exp10l.c: Include <float.h>.
41836         (__ieee754_exp10l): Handle underflow here rather than multiplying
41837         large negative argument by M_LN10l.
41838         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41839         spurious overflow exception on underflow.
41840
41841 2012-04-29  Marek Polacek  <polacek@redhat.com>
41842
41843         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41844         (__fortify_function): New macro.
41845         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41846         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41847         __extern_always_inline.
41848         * libio/bits/stdio2.h: Likewise.
41849         * libio/bits/stdio.h: Likewise.
41850         * string/string.h: Likewise.
41851         * string/bits/string3.h: Likewise.
41852         * include/stdio.h: Likewise.
41853         * stdlib/bits/stdlib.h: Likewise.
41854         * stdlib/stdlib.h: Likewise.
41855         * rt/bits/mqueue2.h: Likewise.
41856         * rt/mqueue.h: Likewise.
41857         * posix/bits/unistd.h: Likewise.
41858         * posix/unistd.h: Likewise.
41859         * io/bits/poll2.h: Likewise.
41860         * io/bits/fcntl2.h: Likewise.
41861         * io/fcntl.h: Likewise.
41862         * io/sys/poll.h: Likewise.
41863         * misc/bits/syslog.h: Likewise.
41864         * misc/bits/syslog-ldbl.h: Likewise.
41865         * misc/sys/syslog.h: Likewise.
41866         * socket/bits/socket2.h: Likewise.
41867         * socket/sys/socket.h: Likewise.
41868         * debug/tst-chk1.c: Likewise.
41869         * wcsmbs/bits/wchar2.h: Likewise.
41870         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41871         * wcsmbs/wchar.h: Likewise.
41872
41873 2012-04-29  Andreas Jaeger  <aj@suse.de>
41874
41875         * Makerules (tests): Remove enable-check-abi protection.
41876         (check-abi-warn): Remove.
41877         (check-abi-%): Remove check-abi-warn usage.
41878
41879         * configure.in: Remove check-abi configure option.
41880         * configure: Regenerated.
41881         * config.make.in (enable-check-abi): Remove.
41882
41883 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41884
41885         [BZ #14033]
41886         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41887         double functions to double *_finite functions.
41888
41889         [BZ #13941]
41890         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41891         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41892         LDBL_MIN_EXP.
41893         * stdio-common/Makefile (tests): Add tst-sprintf3.
41894         * stdio-common/tst-sprintf3.c: New file.
41895
41896         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41897         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41898
41899 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41900
41901         * conform/conformtest.pl: Remove duplicate typed-constant
41902         handling.
41903
41904 2012-04-28  David S. Miller  <davem@davemloft.net>
41905
41906         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41907         (check-abi-%): Remove AWK script prerequisite and explicit
41908         abilist directory.
41909         (check-abi): Rewrite to just diff the symlist with the abilist.
41910         (config-tls, config-abi-config): Delete, no longer used.
41911         (update-abi-%): Remove AWK script and explicit abilist directory.
41912         (update-abi): Rewrite to simply compare and conditionally copy the
41913         symlist and the sysdep abilist file.  Remove update-abi-config
41914         checks.
41915         * abilist/ld.abilist: Remove.
41916         * abilist/libBrokenLocale.abilist: Remove.
41917         * abilist/libanl.abilist: Remove.
41918         * abilist/libcrypt.abilist: Remove.
41919         * abilist/libdl.abilist: Remove.
41920         * abilist/librt.abilist: Remove.
41921         * abilist/libthread_db.abilist: Remove.
41922         * abilist/libutil.abilist: Remove.
41923         * scripts/extract-abilist.awk: Remove.
41924         * scripts/merge-abilist.awk: Remove.
41925         * sysdeps/generic/libcidn.abilist: New file.
41926         * sysdeps/generic/libnss_compat.abilist: New file.
41927         * sysdeps/generic/libnss_db.abilist: New file.
41928         * sysdeps/generic/libnss_dns.abilist: New file.
41929         * sysdeps/generic/libnss_files.abilist: New file.
41930         * sysdeps/generic/libnss_hesiod.abilist: New file.
41931         * sysdeps/generic/libnss_nis.abilist: New file.
41932         * sysdeps/generic/libnss_nisplus.abilist: New file.
41933         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41934         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41935         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41936         file.
41937         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41938         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41939         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41940         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41941         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41942         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41943         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41944         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41945         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41946         file.
41947         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41948         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41949         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41950         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41951         file.
41952         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41953         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41954         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41955         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41956         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41957         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41958         file.
41959         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41960         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41961         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41962         file.
41963         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41964         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41965         New file.
41966         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41967         New file.
41968         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41969         New file.
41970         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41971         New file.
41972         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41973         New file.
41974         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41975         New file.
41976         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41977         New file.
41978         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41979         New file.
41980         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41981         New file.
41982         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41983         New file.
41984         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41985         New file.
41986         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41987         New file.
41988         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41989         New file.
41990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41991         file.
41992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41993         New file.
41994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41995         New file.
41996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41997         file.
41998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41999         New file.
42000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42001         New file.
42002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42003         file.
42004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42005         New file.
42006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42007         New file.
42008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42009         New file.
42010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42011         New file.
42012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42013         New file.
42014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42015         New file.
42016         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42018         file.
42019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42020         New file.
42021         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42022         file.
42023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42024         file.
42025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42026         file.
42027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42028         file.
42029         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42030         file.
42031         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42032         New file.
42033         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42034         file.
42035         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42036         file.
42037         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42038         New file.
42039         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42040         file.
42041         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42042         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42043         file.
42044         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42045         New file.
42046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42047         file.
42048         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42049         file.
42050         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42051         file.
42052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42053         file.
42054         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42055         file.
42056         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42057         New file.
42058         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42059         file.
42060         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42061         file.
42062         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42063         New file.
42064         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42065         file.
42066         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42067         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42068         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42069         file.
42070         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42071         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42072         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42073         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42074         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42075         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42076         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42077         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42078         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42079         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42080         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42082         file.
42083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42084         New file.
42085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42086         file.
42087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42088         file.
42089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42090         file.
42091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42092         file.
42093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42094         file.
42095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42096         New file.
42097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42098         New file.
42099         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42100         file.
42101         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42102         New file.
42103         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42104         file.
42105         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42107         file.
42108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42109         New file.
42110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42111         file.
42112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42113         file.
42114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42115         file.
42116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42117         file.
42118         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42119         file.
42120         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42121         New file.
42122         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42123         New file.
42124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42125         file.
42126         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42127         New file.
42128         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42129         file.
42130
42131 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42132
42133         * conform/conformtest.pl: Fix typo in handling typed-constant from
42134         allow-header.
42135
42136 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42137
42138         * README: Cut down references to pre-2.6 Linux kernels and
42139         Linuxthreads.  Update lists of configurations in libc and ports
42140         and sort alphabetically.  Say "or newer" with Linux kernel version
42141         requirements.
42142
42143         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42144
42145 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42146
42147         [BZ #887]
42148         * math/libm-test.inc (logb_test_downward): New test to expose
42149         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42150         rounding mode.
42151
42152 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42153
42154         [BZ #14027]
42155         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42156         to be done.
42157         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42158         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42159
42160 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42161
42162         * sysdeps/unix/i386/brk.S: Remove file.
42163         * sysdeps/unix/i386/dl-brk.S: Likewise.
42164         * sysdeps/unix/i386/pipe.S: Likewise.
42165         * sysdeps/unix/i386/sigreturn.S: Likewise.
42166         * sysdeps/unix/i386/syscall.S: Likewise.
42167         * sysdeps/unix/i386/vfork.S: Likewise.
42168         * sysdeps/unix/i386/wait.S: Likewise.
42169
42170         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42171         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42172
42173         * configure.in (arm*-none*): Do not allow without
42174         --enable-hacker-mode.
42175         (netbsd*): Remove case setting base_os.
42176         (386bsd*): Likewise.
42177         (freebsd*): Likewise.
42178         (bsdi*): Likewise.
42179         (osf*): Likewise.
42180         (sunos*): Likewise.
42181         (ultrix*): Likewise.
42182         (newsos*): Likewise.
42183         (dynix*): Likewise.
42184         (*bsd*): Likewise.
42185         (sysv*): Likewise.
42186         (isc*): Likewise.
42187         (esix*): Likewise.
42188         (sco*): Likewise.
42189         (minix*): Likewise.
42190         (irix4*): Likewise.
42191         (irix6*): Likewise.
42192         (solaris[2-9]*): Likewise.
42193         (none): Likewise.
42194         * configure: Regenerated.
42195
42196 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42197
42198         [BZ #11521]
42199         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42200         overflow or cancellation in calculating denominator.
42201         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42202         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42203         down expression to avoid unexpected rounding in newer GCCs.
42204         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42205
42206 2012-04-26  David S. Miller  <davem@davemloft.net>
42207
42208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42209         long-double compat symbols.
42210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42217         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42218         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42219         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42220         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42221         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42222         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42223
42224 2012-04-25  David S. Miller  <davem@davemloft.net>
42225
42226         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42227         HWCAP_* values only after the memory barriers have been defined.
42228         (atomic_full_barrier): Define.
42229         (atomic_read_barrier): Define.
42230         (atomic_write_barrier): Define.
42231
42232 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42233
42234         * shlib-versions: Add libgcc_s version information.
42235         * sysdeps/generic/libgcc_s.h: Remove.
42236         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42237         libgcc_s.h.
42238         * sysdeps/gnu/unwind-resume.c: Likewise.
42239         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42240
42241 2012-04-25  David S. Miller  <davem@davemloft.net>
42242
42243         * sysdeps/unix/sparc/brk.S: Delete.
42244         * sysdeps/unix/sparc/dl-brk.S: Delete.
42245         * sysdeps/unix/sparc/pipe.S: Delete.
42246         * sysdeps/unix/sparc/sysdep.S: Delete.
42247         * sysdeps/unix/sparc/sysdep.h: Delete.
42248         * sysdeps/unix/sparc/vfork.S: Delete.
42249         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42250         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42251         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42252         (ret_ERRVAL, r0, r1, MOVE): Define.
42253         (JUMPTARGET): Remove.
42254         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42255         sysdeps/unix/sparc/sysdep.h
42256         (ENTRY, END): Remove.
42257         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42258
42259 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42260
42261         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42262         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42263         -DIS_IN_build.
42264
42265         * timezone/README: Update upstream location and email address for
42266         tzcode and tzdata.
42267         * timezone/zdump.c: Update from tzcode 2012b.
42268         * timezone/zic.c: Likewise.
42269
42270         * configure.in (libc_cv_as_needed): Remove test.
42271         * configure: Regenerated.
42272         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42273         conditional definition.
42274         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42275         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42276         * config.make.in (have-as-needed): Remove variable.
42277
42278 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42279             Paul Pluzhnikov  <ppluzhnikov@google.com>
42280
42281         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42282         strings correctly.
42283
42284 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42285
42286         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42287         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42288         * sysdeps/sh/strlen.S: Likewise.
42289
42290 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42291
42292         * sysdeps/unix/fork.S: Remove file.
42293         * sysdeps/unix/i386/fork.S: Likewise.
42294         * sysdeps/unix/sparc/fork.S: Likewise.
42295
42296         * sysdeps/unix/system.c: Remove file.
42297         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42298
42299         * sysdeps/unix/getegid.S: Remove file.
42300         * sysdeps/unix/geteuid.S: Likewise.
42301
42302 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42303
42304         * scripts/check-localplt.awk: New file.
42305         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42306         of diff.
42307         * scripts/data/localplt-generic.data: Add a comment.
42308
42309         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42310         NODE when __dir_mkfile failed.
42311         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42312         Reported by Ludovic Courtès <ludo@gnu.org>.
42313
42314 2012-04-24  Andreas Jaeger  <aj@suse.de>
42315
42316         * Makerules (common-clean): Also remove gen-as-const-headers
42317         files.
42318
42319 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42320
42321         * Makerules (native-compile): Do not change working directory for
42322         build.  Use $(OUTPUT_OPTION) in command.
42323         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42324
42325 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42326
42327         [BZ #13886]
42328         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42329         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42330         * math/libm-test.inc (floor_test): Add more tests.
42331         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42332
42333 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42334
42335         * sysdeps/unix/getdents.c: Remove file.
42336         * sysdeps/unix/sysv/getdents.c: Likewise.
42337         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42338
42339         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42340         sysdeps/unix/mman/syscalls.list.
42341         (mmap): Likewise.
42342         (mprotect): Likewise.
42343         (msync): Likewise.
42344         (munmap): Likewise.
42345         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42346         * sysdeps/unix/mman/syscalls.list: Remove.
42347         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42348
42349         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42350         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42351         * configure: Regenerated.
42352         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42353         $(libgcc_s_suffix).
42354         * config.make.in (libgcc_s_suffix): Remove variable.
42355
42356 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42357
42358         * sysdeps/unix/sysv/gethostname.c: Move to ...
42359         * sysdeps/posix/gethostname.c: ... here.
42360
42361         * sysdeps/unix/execve.S: Remove file.
42362
42363         * sysdeps/unix/_exit.S: Remove file.
42364
42365 2012-04-23  Andreas Jaeger  <aj@suse.de>
42366
42367         [BZ #13739]
42368         * manual/Makefile: Remove make dist support, there's no
42369         need for a stand-alone documentation tar ball.
42370         (TEXI2DVI): Define always, it's not in Makeconfig.
42371         (dist): Removed.
42372         (tar-it): Removed.
42373         (edition): Removed.
42374         (glibc-doc-$(edition).tar): Removed
42375         (%.Z): Removed.
42376         (%.gz): Removed.
42377         (%.uu): Removed.
42378         (ETAGS): Remove, it's in Makeconfig.
42379         (move-if-change): Remove, it's in Makeconfig.
42380
42381 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42382
42383         [BZ #13970]
42384         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42385         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42386         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42387         (strtod_l, strtof_l, strtold_l): Remove __wur.
42388         It is not necessarily an error to ignore strtol's return value.
42389         One can reliably look at the stored endptr to decide whether
42390         the number had valid syntax.
42391
42392 2012-04-21  Andreas Jaeger  <aj@suse.de>
42393
42394         [BZ #13739]
42395         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42396
42397 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42398
42399         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42400         * sysdeps/unix/sysv/Versions: Remove file.
42401
42402 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42403
42404         [BZ #13927]
42405         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42406
42407 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42408
42409         [BZ #7064]
42410         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42411         version from __vm86.
42412
42413 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42414
42415         * sysdeps/unix/common/lxstat.c: Remove file.
42416         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42417
42418         * sysdeps/unix/sysv/Makefile: Remove file.
42419
42420         * sysdeps/unix/sysv/direct.h: Remove file.
42421
42422         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42423         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42424         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42425         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42426         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42427         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42428         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42429
42430         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42431
42432         * sysdeps/unix/xmknod.c: Remove file.
42433         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42434
42435         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42436
42437         * sysdeps/unix/sysv/i386/time.S: Remove file.
42438
42439         * sysdeps/unix/fxstat.c: Remove file.
42440         * sysdeps/unix/xstat.c: Likewise.
42441         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42442
42443         * sysdeps/unix/sysv/sigaction.c: Remove file.
42444
42445         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42446         (sysdep_headers): Remove variable.
42447         [termio.h not in sysdep_headers] (generated): Likewise.
42448         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42449         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42450         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42451         * sysdeps/unix/sysv/tcflow.c: Likewise.
42452         * sysdeps/unix/sysv/tcflush.c: Likewise.
42453         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42454         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42455         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42456         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42457         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42458
42459         * sysdeps/unix/siglist.c: Remove file.
42460
42461         * sysdeps/unix/getppid.S: Remove file.
42462
42463         * sysdeps/unix/mkdir.c: Remove file.
42464         * sysdeps/unix/rmdir.c: Likewise.
42465
42466 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42467
42468         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42469         ERR_MAX value.
42470         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42471         errlist-compat value.
42472
42473 2012-04-18  David S. Miller  <davem@davemloft.net>
42474
42475         * sysdeps/generic/memcopy.h (reg_char): Delete.
42476         * debug/strcat_chk.c: Use char, not reg_char.
42477         * debug/strcpy_chk.c: Likewise.
42478         * debug/strncat_chk.c: Likewise.
42479         * debug/strncpy_chk.c: Likewise.
42480         * string/memchr.c: Likewise.
42481         * string/memrchr.c: Likewise.
42482         * string/rawmemchr.c: Likewise.
42483         * string/strcat.c: Likewise.
42484         * string/strchr.c: Likewise.
42485         * string/strchrnul.c: Likewise.
42486         * string/strcmp.c: Likewise.
42487         * string/strcpy.c: Likewise.
42488         * string/strncat.c: Likewise.
42489         * string/strncmp.c: Likewise.
42490         * string/strncpy.c: Likewise.
42491
42492 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42493
42494         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42495         __builtin_memcopy is called when src and dest ranges are known to not
42496         overlap.
42497
42498 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42499
42500         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42501         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42502         fwd_align_merge macro call.
42503         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42504         bwd_align_merge macro call.
42505         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42506
42507 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42508
42509         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42510         bwd_align_merge macros.
42511         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42512         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42513         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42514
42515 2012-04-18  David S. Miller  <davem@davemloft.net>
42516
42517         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42518
42519 2012-04-18  Andreas Jaeger  <aj@suse.de>
42520
42521         [BZ# 6794]
42522         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42523         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42524         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42525
42526         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42527         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42528         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42529
42530         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42531         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42532         Adjust for changed ldbl-128 files.
42533
42534         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42535         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42536         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42537
42538 2012-04-17  David S. Miller  <davem@davemloft.net>
42539
42540         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42541
42542 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42543
42544         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42545         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42546         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42547         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42548         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42549         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42550
42551 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42552
42553         [BZ #6794]
42554         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42555         * math/libm-test.inc: Add ilogb errno and exception tests.
42556         * math/w_ilogb.c: New file: ilogb wrapper.
42557         * math/w_ilogbf.c: New file: ilogbf wrapper.
42558         * math/w_ilogbl.c: New file: ilogbl wrapper.
42559         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42560         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42561         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42562         exception being thrown with 0.0 as argument.
42563         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42564         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42565         exception being thrown with 0.0 as argument.
42566         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42567         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42568         exception being thrown with 0.0 as argument.
42569         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42570         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42571         exception being thrown with 0.0 as argument.
42572         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42573         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42574         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42575         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42576         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42577         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42578         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42579         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42580         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42581
42582 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42583
42584         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42585         with altivec.
42586
42587 2012-04-16  Marek Polacek  <polacek@redhat.com>
42588
42589         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42590
42591 2012-04-16  Marek Polacek  <polacek@redhat.com>
42592
42593         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42594         operands of fdivp instruction.
42595
42596 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42597
42598         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42599         * elf/tst-auditmod3b.c: Likewise.
42600         * elf/tst-auditmod4b.c: Likewise.
42601         * elf/tst-auditmod5b.c: Likewise.
42602         * elf/tst-auditmod6b.c: Likewise.
42603         * elf/tst-auditmod6c.c: Likewise.
42604         * elf/tst-auditmod7b.c: Likewise.
42605         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42606         * sysdeps/x86_64/preconfigure.in: Likewise.
42607         * sysdeps/x86_64/preconfigure: Regenerated.
42608
42609 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42610
42611         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42612         __ILP32__.
42613
42614 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42615
42616         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42617         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42618
42619 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42620
42621         [BZ #13973]
42622         * locale/iso-639.def: Fix gl language name. Spotted by
42623         Yaron Shahrabani.
42624
42625 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42626
42627         [BZ #2074]
42628         * libio/libio.h (__io_write_fn): Update comment.
42629
42630 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42631
42632         [BZ #2074]
42633         * stdio.texi (Hook Functions): The user provided writer function
42634         is not allowed to return -1.
42635
42636 2012-04-11  David S. Miller  <davem@davemloft.net>
42637
42638         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42639
42640 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42641
42642         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42643         Add a leading slash to rtkaio.
42644
42645 2012-04-11  Jim Meyering  <meyering@redhat.com>
42646
42647         [BZ #11959]
42648         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42649         It is not necessarily an error to ignore fwrite's return
42650         value.  One can reliably use ferror to test for errors after
42651         the fact.
42652
42653 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42654
42655         * bits/types.h (__snseconds_t): New type.
42656         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42657
42658         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42659         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42660         (__SNSECONDS_T_TYPE): Likewise.
42661         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42662         (__SNSECONDS_T_TYPE): Likewise.
42663         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42664         (__SNSECONDS_T_TYPE): Likewise.
42665
42666 2012-04-10  Andreas Jaeger  <aj@suse.de>
42667
42668         [BZ #2636]
42669         * manual/time.texi (Processor Time): Return type of times is
42670         elapsed real time since an arbitrary point in the past.
42671         (CPU Time): Move CLK_TCK from here...
42672         (Processor Time): ...to here.  Correct description.
42673         * manual/conf.texi (Constants for Sysconf): Correct description of
42674         _SC_CLK_TCK.
42675
42676 2012-04-10  David S. Miller  <davem@davemloft.net>
42677
42678         [BZ #13967]
42679         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42680         where the is a gap between DT_REL(A) and DT_JMPREL.
42681
42682 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42683
42684         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42685         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42686         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42687
42688 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42689
42690         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42691         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42692         (dl_main): Handle --inhibit-cache.
42693         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42694         _dl_inhibit_cache.
42695         * elf/dl-load.c (_dl_map_object): Use it.
42696         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42697
42698 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42699
42700         [BZ #13872]
42701         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42702         (__ieee754_powl): Saturate large exponents rather than testing for
42703         overflow of y*log2(x).
42704         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42705         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42706         exceptions.
42707
42708         [BZ #11521]
42709         * math/s_ctan.c: Include <float.h>.
42710         (__ctan): Avoid internal overflow or cancellation in calculating
42711         denominator.
42712         * math/s_ctanf.c: Likewise.
42713         * math/s_ctanl.c: Likewise.
42714         * math/s_ctanh.c: Likewise.
42715         * math/s_ctanhf.c: Likewise.
42716         * math/s_ctanhl.c: Likewise.
42717         * math/libm-test.inc (ctan_test): Add more tests.
42718         (ctanh_test): Likewise.
42719         * sysdeps/i386/fpu/libm-test-ulps: Update.
42720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42721
42722 2012-04-09  Andreas Jaeger  <aj@suse.de>
42723
42724         [BZ #6894]
42725         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42726         is an optional BSD extension.
42727
42728         [BZ #10254]
42729         * manual/stdio.texi (Opening Streams): Document additional fopen
42730         parameters.
42731
42732 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42733
42734         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42735         %eax without telling the compiler.
42736
42737 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42738
42739         [BZ # 13963]
42740         * manual/install.texi: Use sourceware.org.
42741
42742 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42743
42744         [BZ #13873]
42745         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42746         (__ieee754_pow): Generate overflow and underflow using huge*huge
42747         and tiny*tiny rather than just returning constant infinity or zero
42748         for large exponents.
42749         * math/libm-test.inc (pow_test): Require overflow exceptions for
42750         applicable cases of large exponents.
42751
42752         [BZ #706]
42753         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42754         (__ieee754_pow): Use iterative multiplication algorithm only for
42755         integer exponents with absolute value below 1024.  Check for odd
42756         integer exponents when using algorithm for real exponents.
42757         * math/libm-test.inc (pow_test): Add more tests.
42758         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42759
42760 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42761
42762         [BZ #13705]
42763         * math/libm-test.inc (exp_test): Do not allow overflow exception
42764         on underflow test.
42765
42766 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42767
42768         [BZ #13705]
42769         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42770         instead of __kernel_standard_f.
42771
42772 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42773
42774         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42775         * sysdeps/x86_64/memset_chk.S: Likewise.
42776
42777 2012-04-08  Andreas Jaeger  <aj@suse.de>
42778
42779         [BZ #10153]
42780         * manual/startup.texi (Environment Access): Describe return value
42781         for putenv and setenv.
42782
42783         [BZ #6895]
42784         * manual/filesys.texi (Directory Entries): Add description for
42785         DT_LNK.
42786
42787         [BZ #6890]
42788         * manual/filesys.texi (Directory Entries): Clarify that it's file
42789         system not operating system in the description of DT_UNKNOWN.
42790
42791         [BZ #6578]
42792         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42793
42794 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42795
42796         [BZ #6649]
42797         * manual/llio.texi (Opening and Closing Files): Add cross
42798         reference to explain mode argument.
42799
42800 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42801
42802         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42803         * sysdeps/x86_64/memset_chk.S: Likewise.
42804
42805 2012-04-07  David S. Miller  <davem@davemloft.net>
42806
42807         * elf/elf.h (R_SPARC_WDISP10): Define.
42808         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42809         R_SPARC_SIZE32.
42810         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42811         R_SPARC_SIZE64 and R_SPARC_H34.
42812
42813 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42814
42815         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42816         conditions and remove no longer applicable assertion.
42817
42818 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42819
42820         * bits/byteswap.h: Include <features.h>.
42821         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42822         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42823
42824 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42825
42826         * bits/byteswap.h (__bswap_16): Removed.
42827         Include <bits/byteswap-16.h> to get __bswap_16.
42828         * sysdeps/i386/bits/byteswap.h: Likewise.
42829         * sysdeps/s390/bits/byteswap.h: Likewise.
42830         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42831         * bits/byteswap-16.h: New file.
42832         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42833         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42834         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42835         * string/Makefile (headers): Add bits/byteswap-16.h.
42836
42837 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42838
42839         [BZ #13895]
42840         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42841         extra indirection.
42842         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42843         * nss/tst-nss-static.c: New.
42844
42845 2012-04-06  Robert Millan  <rmh@gnu.org>
42846
42847         [BZ #6486]
42848         * manual/llio.texi (File Position Primitive): lseek
42849         refers to WHENCE when it really means OFFSET.
42850
42851 2012-04-06  Andreas Jaeger  <aj@suse.de>
42852
42853         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42854         strncmp declarations.
42855
42856         * abilist/libc.abilist: Add __poll and __ppoll.
42857
42858 2012-04-05  David S. Miller  <davem@davemloft.net>
42859
42860         * scripts/check-local-headers.sh: Accept a host triplet in the
42861         path matched by the exclude regexp.
42862
42863         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42864         definition.
42865         * sysdeps/powerpc/powerpc32/dl-machine.h
42866         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42867         * sysdeps/s390/s390-32/dl-machine.h
42868         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42869         * sysdeps/sparc/sparc32/dl-machine.h
42870         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42871         * sysdeps/sparc/sparc64/dl-machine.h
42872         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42873
42874         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42875         lazy binding.
42876         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42877         undefined symbol errors.
42878
42879         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42880         DT_NEEDED entries.
42881
42882 2012-04-05  Michael Matz  <matz@suse.de>
42883
42884         [BZ #13592]
42885         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42886
42887 2012-04-05  Andreas Jaeger  <aj@suse.de>
42888
42889         [BZ #13908]
42890         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42891         comment.
42892
42893 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42894
42895         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42896         which ROUND is no valid rounding mode.
42897
42898 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42899
42900         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42901         read again.
42902         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42903
42904 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42905
42906         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42907         an exception using FPU order intentionally.
42908
42909 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42910
42911         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42912         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42913         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42914         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42915
42916 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42917
42918         [BZ #12340]
42919         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42920         EINVAL when BUFLEN is too smal.
42921
42922 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42923
42924         [BZ #13553]
42925         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42926         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42927
42928 2012-04-03  Andreas Jaeger  <aj@suse.de>
42929
42930         [BZ #13938]
42931         * manual/setjmp.texi (System V contexts): Fix sentence.
42932
42933         [BZ #13926]
42934         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42935         New macro for this case.
42936         [!__GNUC__] (__bswap_64): New inline function for this case.
42937         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42938         * bits/byteswap.h: Likewise.
42939         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42940         ull, guard with __GLIBC_HAVE_LONG_LONG.
42941
42942         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42943         __GLIBC_HAVE_LONG_LONG.
42944
42945         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42946         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42947
42948 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42949
42950         [BZ #13691]
42951         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42952         inptr and inend, rather than using last_ch.
42953
42954 2012-04-02  David S. Miller  <davem@davemloft.net>
42955
42956         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42957         * stdio-common/printf-parse.h (read_int): Change return type to
42958         'int', return -1 on INT_MAX overflow.
42959         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42960         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42961         overflows INT_MAX.  Check for overflow of in-format-string precision
42962         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42963         SIZE_MAX not INT_MAX for integer overflow test.
42964         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42965         skip the construct in the format string but do not record anything.
42966         * stdio-common/bug22.c: Adjust to test both width/prevision
42967         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42968         explicitly for proper errno values.
42969
42970 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42971
42972         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42973         CHAR_MAX.
42974         * string/test-strcmp.c [! WIDE]: Likewise.
42975         * time/tst-mktime2.c: Likewise for INT_MAX.
42976         * string/test-string.h: #include <sys/param.h> for MIN.
42977
42978         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42979         * sysdeps/i386/init-first.c (init): Likewise.
42980         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42981         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42982         * sysdeps/sh/init-first.c (init): Likewise.
42983
42984 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42985
42986         * po/ru.po: Update from translation team.
42987         * po/vi.po: Likewise.
42988
42989 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42990
42991         * resolv/nss_dns/dns-host.c: Merge copyright years.
42992
42993 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42994
42995         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42996         Optimize memcpy with prefetch if
42997         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42998         src, dst pointers have unequal 16 byte alignments.
42999
43000 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43001
43002         [BZ #13928]
43003         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43004         from a CNAME entry and return the minimum ttl for the query.
43005         (gaih_getanswer_slice): Likewise.
43006
43007 2012-03-30  Jeff Law  <law@redhat.com>
43008
43009         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43010         due to long keys.
43011         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43012         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43013
43014         * resolv/nss_dns/dns-host.c: Update copyright year.
43015
43016 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43017
43018         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43019         requests to save a system call.  Fix check that all bytes are sent.
43020
43021         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43022         comments for sendmmsg.
43023
43024 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43025
43026         [BZ #13691]
43027         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43028         with only 1 character between 0x0041 and 0x01b0.
43029         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43030         * wcsmbs/tst-mbsnrtowcs.c: New file.
43031
43032 2012-03-29  David S. Miller  <davem@davemloft.net>
43033
43034         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43035         small copies by hand.
43036
43037 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43038
43039         [BZ #13761]
43040         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43041         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43042         group memberships.
43043
43044 2012-03-28  David S. Miller  <davem@davemloft.net>
43045
43046         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43047         that branches into memcpy.
43048         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43049         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43050         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43051         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43052         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43053         bits.
43054         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43055         implementation too.
43056         * sysdeps/sparc/mempcpy.S: New file.
43057
43058         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43059         the IFUNC routine in the libc case.
43060         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43061
43062         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43063         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43064         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43065         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43066         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43067         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43068         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43069         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43070
43071         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43072         loop to 256 bytes instead of 64 bytes and fix test signedness.
43073
43074         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43075         * sysdeps/sparc/sparc32/Makefile: rather than here...
43076         * sysdeps/sparc/sparc64/Makefile: and here.
43077
43078 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43079
43080         * malloc/mallocbug.c: Avoid warnings about unused variables.
43081
43082 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43083
43084         [BZ #13760]
43085         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43086         in the right place. Discard and retry query if response is
43087         larger than input buffer size.
43088
43089 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43090
43091         [BZ #369]
43092         [BZ #2678]
43093         [BZ #3866]
43094         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43095         x for large integer exponent.
43096         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43097         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43098         sign of result as needed afterwards.
43099         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43100         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43101         result for underflowing pow the same as for overflow.
43102         (__kernel_standard_l): Handle powl overflow and underflow here
43103         rather than calling __kernel_standard.
43104         * math/libm-test.inc (pow_test): Add more tests.
43105
43106         [BZ #3868]
43107         [BZ #13879]
43108         [BZ #13910]
43109         [BZ #13911]
43110         [BZ #13912]
43111         [BZ #13913]
43112         [BZ #13915]
43113         [BZ #13916]
43114         [BZ #13917]
43115         [BZ #13918]
43116         [BZ #13919]
43117         [BZ #13920]
43118         [BZ #13921]
43119         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43120         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43121         (__kernel_standard_l): New function.
43122         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43123         __kernel_standard.
43124         * math/w_acosl.c (__acosl): Likewise.
43125         * math/w_asinl.c (__asinl): Likewise.
43126         * math/w_atan2l.c (__atan2l): Likewise.
43127         * math/w_atanhl.c (__atanhl): Likewise.
43128         * math/w_coshl.c (__coshl): Likewise.
43129         * math/w_exp10l.c (__exp10l): Likewise.
43130         * math/w_exp2l.c (__exp2l): Likewise.
43131         * math/w_fmodl.c (__fmodl): Likewise.
43132         * math/w_hypotl.c (__hypotl): Likewise.
43133         * math/w_j0l.c (__j0l, __y0l): Likewise.
43134         * math/w_j1l.c (__j1l, __y1l): Likewise.
43135         * math/w_jnl.c (__jnl, __ynl): Likewise.
43136         * math/w_lgammal.c (__lgammal): Likewise.
43137         * math/w_log10l.c (__log10l): Likewise.
43138         * math/w_log2l.c (__log2l): Likewise.
43139         * math/w_logl.c (__logl): Likewise.
43140         * math/w_powl.c (__powl): Likewise.
43141         * math/w_remainderl.c (__remainderl): Likewise.
43142         * math/w_scalbl.c (sysv_scalbl): Likewise.
43143         * math/w_sinhl.c (__sinhl): Likewise.
43144         * math/w_sqrtl.c (__sqrtl): Likewise.
43145         * math/w_tgammal.c (__tgammal): Likewise.
43146         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43147         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43148         * math/libm-test.inc (acos_test): Add more tests.
43149         (acosh_test): Likewise.
43150         (asin_test): Likewise.
43151         (atanh_test): Likewise.
43152         (exp_test): Likewise.
43153         (exp10_test): Likewise.
43154         (exp2_test): Likewise.
43155         (expm1_test): Likewise.
43156         (lgamma_test): Likewise.
43157         (log_test): Likewise.
43158         (log10_test): Likewise.
43159         (log1p_test): Likewise.
43160         (log2_test): Likewise.
43161         (pow_test): Do not allow some spurious overflow exceptions.
43162         (sqrt_test): Add more tests.
43163         (tgamma_test): Likewise.
43164         (y0_test): Likewise.
43165         (y1_test): Likewise.
43166         (yn_test): Likewise.
43167
43168 2012-03-27  Anton Blanchard  <anton@samba.org>
43169
43170         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43171         MAP_HUGETLB.
43172         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43173         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43174         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43175
43176 2012-03-27  David S. Miller  <davem@davemloft.net>
43177
43178         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43179
43180         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43181         have-as-vis3 check.
43182
43183 2012-03-27  Andreas Jaeger  <aj@suse.de>
43184
43185         * sysdeps/x86_64/elf/configure.in: Moved to ...
43186         * sysdeps/x86_64/configure.in: ... here.
43187         * sysdeps/x86_64/elf/start.S: Moved to ...
43188         * sysdeps/x86_64/start.S: ... here.
43189         * sysdeps/x86_64/elf/configure: Delete.
43190
43191         * sysdeps/x86_64/configure.in: Merge contents from
43192         sysdeps/i386/configure.in (without i686 check).
43193
43194         * sysdeps/i386/elf/Versions: Merge into ...
43195         * sysdeps/i386/Versions: ... this.
43196         * sysdeps/i386/elf/Versions: Delete file.
43197         * sysdeps/i386/elf/start.S: Moved to ...
43198         * sysdeps/i386/start.S: ...here.
43199         * sysdeps/i386/elf/configure.in: Merge into...
43200         * sysdeps/i386/configure.in: ...here.
43201         * sysdeps/i386/elf/configure.in: Delete file.
43202         * sysdeps/i386/elf/configure: Delete file.
43203
43204         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43205         * debug/backtracesyms.c: ... here.
43206         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43207         * debug/backtracesymsfd.c: ... here.
43208         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43209         * sysdeps/generic/ifunc-sel.h: ... here.
43210
43211         * sysdeps/unix/i386/start.c: Delete file.
43212         * sysdeps/unix/sparc/start.c: Delete file.
43213         * sysdeps/unix/start.c: Delete file.
43214
43215         * sysdeps/sh/elf/configure.in: Moved to ...
43216         * sysdeps/sh/configure.in: ... here.
43217         * sysdeps/sh/elf/start.S: Moved to ...
43218         * sysdeps/sh/start.S: ... here.
43219         * sysdeps/sh/elf/configure: Delete file.
43220
43221         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43222         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43223         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43224         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43225         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43226         * sysdeps/powerpc/powerpc64/start.S: here.
43227         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43228         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43229         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43230         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43231         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43232
43233         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43234         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43235         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43236         * sysdeps/powerpc/powerpc32/start.S: ... here.
43237         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43238         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43239         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43240
43241         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43242         * sysdeps/powerpc/ifunc-sel.h: ... here.
43243         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43244         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43245
43246         * sysdeps/sparc/elf/configure.in: Moved to ...
43247         * sysdeps/sparc/configure.in: ... here.
43248         * sysdeps/sparc/elf/configure: Delete file.
43249         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43250         * sysdeps/sparc/sparc32/start.S: ... here.
43251         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43252         * sysdeps/sparc/sparc64/start.S: ... here.
43253         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43254         * sysdeps/sparc/sparc32/Makefile: ... this.
43255         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43256         * sysdeps/sparc/sparc64/Makefile: ... this.
43257
43258         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43259         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43260         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43261         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43262         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43263         * sysdeps/s390/s390-32/setjmp.S: ... here.
43264         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43265         * sysdeps/s390/s390-32/configure.in: ... here.
43266         * sysdeps/s390/s390-32/elf/configure: Delete file.
43267         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43268         * sysdeps/s390/s390-32/start.S: ... here.
43269
43270         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43271         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43272         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43273         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43274         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43275         * sysdeps/s390/s390-64/setjmp.S: ... here.
43276         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43277         * sysdeps/s390/s390-64/configure.in: ... here
43278         * sysdeps/s390/s390-64/elf/configure: Delete file.
43279         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43280         * sysdeps/s390/s390-64/start.S: ... here.
43281         * sysdeps/s390/s390-64/elf/configure: Delete.
43282
43283         * configure.in: Remove support for elf directories in sysdeps.
43284
43285         * configure: Regenerated.
43286         * sysdeps/i386/configure: Regenerated.
43287         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43288         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43289         * sysdeps/s390/s390-32/configure: Regenerated.
43290         * sysdeps/s390/s390-64/configure: Regenerated.
43291         * sysdeps/sh/configure: Regenerated.
43292         * sysdeps/sparc/configure: Regenerated.
43293         * sysdeps/x86_64/configure: Regenerated.
43294
43295 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43296
43297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43298
43299         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43300         denormal result into account.
43301
43302 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43303
43304         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43305         Reported by Allan McRae <allan@archlinux.org>.
43306
43307 2012-03-23  Jeff Law  <law@redhat.com>
43308
43309         * nss/getnssent.c (__nss_getent): Fix typo.
43310
43311 2012-03-23  David S. Miller  <davem@davemloft.net>
43312
43313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43314
43315 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43316
43317         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43318         to pad to uint64_t for each field.
43319         (dl_tls_index): Replace unsigned long with uint64_t.
43320
43321 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43322         Paul Pluzhnikov  <ppluzhnikov@google.com>
43323
43324         [BZ #6528]
43325         * grp/Makefile (otherlibs): Don't set it.
43326         * inet/Makefile (otherlibs): Likewise.
43327         * login/Makefile (otherlibs): Likewise.
43328         * nscd/Makefile (otherlibs): Likewise.
43329         * posix/Makefile (otherlibs): Likewise.
43330         * pwd/Makefile (otherlibs): Likewise.
43331         * rt/Makefile (otherlibs): Likewise.
43332         * sunrpc/Makefile (otherlibs): Likewise.
43333         * nss/Makefile (otherlibs): Likewise.
43334         Add libnss_files to routines and static-only-routines.
43335         ($(objpfx)getent): Remove rule.
43336         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43337         static-only-routines.
43338
43339 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43340
43341         [BZ #13892]
43342         * math/s_cexp.c: Include <float.h>.
43343         (__cexp): Handle exp result overflowing not necessarily
43344         overflowing both real and imaginary parts of result.
43345         * math/s_cexpf.c: Likewise.
43346         * math/s_cexpl.c: Likewise.
43347         * math/libm-test.inc (cexp_test): Add more tests.
43348         * sysdeps/i386/fpu/libm-test-ulps: Update.
43349         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43350
43351 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43352
43353         * include/link.h (ELFW): New macro.
43354         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43355         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43356
43357 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43358
43359         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43360         with uint64_t.
43361
43362 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43363
43364         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43365         declaration.
43366         (struct La_x32_retval): Likewise.
43367
43368 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43369
43370         * sysdeps/x86_64/preconfigure.in: New file.
43371         * sysdeps/x86_64/preconfigure: New generated file.
43372
43373 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43374
43375         [BZ #13824]
43376         * math/e_exp2l.c: Include <float.h>.
43377         (__ieee754_exp2l): Handle overflow and underflow cases
43378         separately.  Only pass fractional part of argument to
43379         __ieee754_expl.
43380         * math/libm-test.inc (exp2_test): Add more tests.
43381
43382         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43383         negating x to take absolute value.
43384         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43385         Likewise.
43386         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43387         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43388         Likewise.
43389         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43390         computing low part if x was negated.
43391         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43392
43393 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43394
43395         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43396         la_x32_gnu_pltexit.
43397         (pltexit): Cast int_retval to ptrdiff_t.
43398         * elf/tst-auditmod3b.c: Likewise.
43399         * elf/tst-auditmod4b.c: Likewise.
43400         * elf/tst-auditmod5b.c: Likewise.
43401         * elf/tst-auditmod6b.c: Likewise.
43402         * elf/tst-auditmod6c.c: Likewise.
43403         * elf/tst-auditmod7b.c: Likewise.
43404
43405         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43406         and x32_gnu_pltexit.
43407
43408         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43409         __ELF_NATIVE_CLASS.
43410         (La_x32_regs): New macro.
43411         (La_x32_retval): Likewise.
43412         (la_x32_gnu_pltenter): New function prototype.
43413         (la_x32_gnu_pltexit): Likewise.
43414
43415 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43416
43417         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43418         exponent.
43419
43420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43421
43422         * configure.in (libc_cv_cc_nofma): Check for option to disable
43423         generation of FMA instructions.
43424         * configure: Regenerate.
43425         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43426         * sysdeps/ieee754/dbl-64/Makefile: New file.
43427         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43428         Remove brandred-fma4.
43429         (CFLAGS-brandred-fma4.c): Remove.
43430         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43431         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43432         define.
43433         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43434         define.
43435
43436 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43437
43438         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43439         LLONG_MAX != LONG_MAX.
43440         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43441         (_fitoa_word): Likewise.
43442         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43443         LLONG_MAX != LONG_MAX.
43444         * stdio-common/_itowa.h: Include <_itoa.h>.
43445         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43446         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43447         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43448         only if not defined.
43449         (_ITOA_WORD_TYPE): Likewise.
43450         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43451         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43452
43453 2012-03-21  David S. Miller  <davem@davemloft.net>
43454
43455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43456
43457 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43458
43459         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43460         of x86_64 when setting libc_cv_slibdir, libdir and
43461         libc_cv_localedir.
43462         * sysdeps/unix/sysv/linux/configure: Regenerated.
43463
43464 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43465
43466         * manual/lang.texi (Old Varargs): Remove section.
43467         (How Variadic): Update menu.
43468         (va_start): Do not mention varargs.h.
43469
43470 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43471             Joseph Myers  <joseph@codesourcery.com>
43472
43473         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43474         link test.
43475         * configure: Regenerated.
43476
43477 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43478
43479         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43480         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43481         conformtest.pl
43482
43483 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43484
43485         * NOTES: Remove.
43486         * Makefile (files-for-dist): Remove NOTES.
43487         (NOTES): Remove rule.
43488         * README: Don't refer to NOTES.
43489         * manual/creature.texi: Don't include macros.texi.
43490         * manual/intro.texi (creature.texi): Remove comment referring to
43491         NOTES.
43492
43493         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43494         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43495         * configure: Regenerated.
43496         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43497         LIBC_TRY_CC_OPTION.
43498         (libc_cv_as_i686): Likewise.
43499         (libc_cv_cc_avx): Likewise.
43500         (libc_cv_cc_sse2avx): Likewise.
43501         (libc_cv_cc_fma4): Likewise.
43502         (libc_cv_cc_novzeroupper): Likewise.
43503         * sysdeps/i386/configure: Regenerated.
43504
43505         [BZ #13883]
43506         * sysdeps/i386/fpu/s_cexp.S: Remove.
43507         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43508         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43509         * math/libm-test.inc (cexp_test): Add more tests.
43510         * sysdeps/i386/fpu/libm-test-ulps: Update.
43511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43512
43513 2012-03-21  Allan McRae  <allan@archlinux.org>
43514
43515         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43516
43517 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43518
43519         [BZ #13871]
43520         * math/w_exp2.c: Do not include <float.h>.
43521         (o_threshold, u_threshold): Remove.
43522         (__exp2): Calculate result before checking finiteness and calling
43523         __kernel_standard.
43524         * math/w_exp2f.c: Likewise.
43525         * math/w_exp2l.c: Likewise.
43526         * math/libm-test.inc (exp2_test): Require overflow exception for
43527         1e6 input.
43528
43529         [BZ #3866]
43530         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43531         range of signed 64-bit integers before using fistpll.  Remove
43532         checks for whether integers fit in mantissa bits.
43533         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43534         the range of signed 32-bit integers before using fistpl.  Remove
43535         checks for whether integers fit in mantissa bits.
43536         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43537         (__ieee754_powl): Test for y outside the range of signed 64-bit
43538         integers before using fistpll.  Reduce 64-bit values to 63-bit
43539         ones as needed.
43540         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43541         divide-by-zero is raised for zero to large negative powers.
43542         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43543         (__ieee754_powl): Test for y outside the range of signed 64-bit
43544         integers before using fistpll.  Reduce 64-bit values to 63-bit
43545         ones as needed.
43546         * math/libm-test.inc (pow_test): Add more tests.
43547
43548 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43549
43550         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43551         <stdio-common/_itoa.h>.
43552         * debug/segfault.c: Likewise.
43553         * elf/dl-cache.c: Likewise.
43554         * elf/dl-minimal.c: Likewise.
43555         * elf/dl-misc.c: Likewise.
43556         * elf/dl-sysdep.c: Likewise.
43557         * elf/dl-version.c: Likewise.
43558         * elf/rtld.c: Likewise.
43559         * hurd/hurdsock.c: Likewise.
43560         * hurd/lookup-retry.c: Likewise.
43561         * malloc/malloc.c: Likewise.
43562         * malloc/mtrace.c: Likewise.
43563         * nscd/nscd_getgr_r.c: Likewise.
43564         * nscd/nscd_getpw_r.c: Likewise.
43565         * nscd/nscd_getserv_r.c: Likewise.
43566         * posix/getopt_init.c: Likewise.
43567         * posix/wordexp.c: Likewise.
43568         * stdio-common/_itoa.c: Likewise.
43569         * stdio-common/printf_fphex.c: Likewise.
43570         * stdio-common/vfprintf.c: Likewise.
43571         * string/_strerror.c: Likewise.
43572         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43573         * sysdeps/i386/i686/hp-timing.h: Likewise.
43574         * sysdeps/mach/_strerror.c: Likewise.
43575         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43576         * sysdeps/mach/hurd/sethostid.c: Likewise.
43577         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43578         * sysdeps/mach/xpg-strerror.c: Likewise.
43579         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43580         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43581         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43582         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43583         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43584         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43585         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43586         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43587         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43588         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43589         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43590         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43591         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43592         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43593         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43594         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43595         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43596         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43597         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43598         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43599         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43600
43601         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43602
43603         * stdio-common/_itoa.h: Moved to ...
43604         * sysdeps/generic/_itoa.h: Here.
43605
43606         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43607
43608         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43609         instead of "_itoa.h" and "_itowa.h".
43610         * stdio-common/vfprintf.: Likewise.
43611
43612 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43613
43614         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43615         <bits/wordsize.h>.
43616         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43617         (__signbit): Likwise.
43618         (llrintf): Likwise.
43619         (llrint): Likwise.
43620
43621 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43622
43623         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43624         __WORDSIZE != 64.
43625
43626 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43627
43628         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43629         OVERFLOW_EXCEPTION_OK.
43630         * math/libm-test.inc ("Philosophy"): Update comment about
43631         exception testing.
43632         (OVERFLOW_EXCEPTION): Define.
43633         (OVERFLOW_EXCEPTION_OK): Likewise.
43634         (INVALID_EXCEPTION_OK): Renumber.
43635         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43636         (IGNORE_ZERO_INF_SIGN): Likewise.
43637         (test_exceptions): Handle FE_OVERFLOW.
43638         (exp10_test): Expect overflow exceptions.
43639         (exp2_test): Likewise.
43640         (expm1_test): Likewise.
43641         (nextafter_test): Likewise.
43642         (pow_test): Likewise.
43643         (scalbn_test): Likewise.
43644         (scalbln_test): Likewise.
43645
43646 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43647
43648         * sysdeps/x86_64/bits/atomic.h
43649         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43650         64bit integer.
43651         (atomic_exchange_acq): Likewise.
43652         (__arch_exchange_and_add_body): Likewise.
43653         (__arch_add_body): Likewise.
43654         (atomic_add_negative): Likewise.
43655         (atomic_add_zero): Likewise.
43656
43657 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43658
43659         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43660         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43661
43662 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43663
43664         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43665         Check __x86_64__ instead of __WORDSIZE.
43666
43667 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43668
43669         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43670
43671 2012-03-19  David S. Miller  <davem@davemloft.net>
43672
43673         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43674
43675         * sysdeps/sparc/fpu/fenv_private.h: New file.
43676         * sysdeps/sparc/fpu/math_private.h: Use it.
43677         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43678         Remove.
43679         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43680         (libc_feholdexcept_setroundl): Remove.
43681         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43682         Remove.
43683         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43684         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43685
43686 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43687
43688         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43689         int64_t instead of long int.
43690         (INSERT_WORDS64): Likwise.
43691
43692 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43693
43694         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43695         _Unwind_GetCFA return to _Unwind_Ptr first.
43696
43697 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43698
43699         [BZ #13629]
43700         * math/s_clog.c: Include <float.h>.
43701         (__clog): Scale large or subnormal inputs.
43702         * math/s_clogf.c: Likewise.
43703         * math/s_clogl.c: Likewise.
43704         * math/s_clog10.c: Include <float.h>.
43705         (M_LOG10_2): Define.
43706         (__clog10): Scale large or subnormal inputs.
43707         * math/s_clog10f.c: Likewise.
43708         * math/s_clog10l.c: Likewise.
43709         * math/libm-test.inc (clog_test): Add more tests.
43710         (clog10_test): Likewise.
43711         * sysdeps/i386/fpu/libm-test-ulps: Update.
43712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43713
43714         [BZ #11451]
43715         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43716         x and y.
43717         * math/libm-test.inc (atan2_test): Add another test.
43718
43719         * Makerules (common-objdir-compile): Remove.
43720         * sysdeps/unix/Makefile (config-generated): Do not add
43721         $(unix-generated) to variable.
43722         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43723         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43724         Remove rule.
43725         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43726         Likewise.
43727         [generic bits/local_lim.h] (before-compile): Do not append to
43728         variable.
43729         [generic bits/local_lim.h] (common-generated): Likewise.
43730         [generic sys/param.h] (before-compile): Do not append to variable.
43731         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43732         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43733         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43734         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43735         include.
43736         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43737         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43738         [generic sys/param.h] ($(addprefix
43739         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43740         [generic sys/param.h] (common-generated): Do not append to
43741         variable.
43742         [generic sys/param.h] (sysdep_headers): Likewise.
43743         [generic bits/errno.h] (before-compile): Do not append to
43744         variable.
43745         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43746         rule.
43747         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43748         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43749         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43750         [generic bits/errno.h] (common-generated): Do not append to
43751         variable.
43752         [generic bits/ioctls.h] (before-compile): Do not append to
43753         variable.
43754         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43755         rule.
43756         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43757         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43758         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43759         rule.
43760         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43761         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43762         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43763         [generic bits/ioctls.h] (common-generated): Do not append to
43764         variable.
43765         [generic sys/syscall.h] (syscall.h): Remove variable.
43766         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43767         rule.
43768         [generic sys/syscall.h] (before-compile): Do not append to
43769         variable.
43770         [generic sys/syscall.h] (common-generated): Likewise.
43771         * sysdeps/unix/errnos-tmpl.c: Remove file.
43772         * sysdeps/unix/errnos.awk: Likewise.
43773         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43774         * sysdeps/unix/ioctls.awk: Likewise.
43775         * sysdeps/unix/mk-local_lim.c: Likewise.
43776         * sysdeps/unix/snarf-ioctls: Likewise.
43777
43778 2012-03-19  Richard Henderson  <rth@twiddle.net>
43779
43780         * sysdeps/i386/fpu/fenv_private.h: New file.
43781         * sysdeps/i386/fpu/math_private.h: Use it.
43782         (math_opt_barrier, math_force_eval): Remove.
43783         (libc_feholdexcept_setround_53bit): Remove.
43784         (libc_feupdateenv_53bit): Remove.
43785         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43786         (math_opt_barrier, math_force_eval): Remove.
43787         (libc_feholdexcept): Remove.
43788         (libc_feholdexcept_setround): Remove.
43789         (libc_fetestexcept, libc_fesetenv): Remove.
43790         (libc_feupdateenv_test): Remove.
43791         (libc_feupdateenv, libc_feholdsetround): Remove.
43792         (libc_feresetround): Remove.
43793
43794         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43795         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43796
43797         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43798         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43799         (libc_feupdateenv_testl): New.
43800         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43801         (libc_feupdateenv_testf): New.
43802         (libc_feupdateenv): Use libc_feupdateenv_test.
43803         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43804         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43805
43806         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43807         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43808         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43809         (libc_feresetround_noex): New.
43810         (libc_feresetround_noexf): New.
43811         (libc_feresetround_noexl): New.
43812         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43813         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43814         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43815         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43816         SET_RESTORE_ROUND.
43817         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43818         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43819         (__cos): Likewise.
43820         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43821         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43822         SET_RESTORE_ROUND_NOEX.
43823         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43824         SET_RESTORE_ROUND_NOEXF.
43825         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43826         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43827         (libc_feholdsetroundf): New.
43828         (libc_feresetround, libc_feresetroundf): New.
43829
43830         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43831         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43832         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43833
43834         * sysdeps/generic/math_private.h: Include <fenv.h>.
43835         (default_libc_feholdexcept): New.
43836         (default_libc_feholdexcept_setround): New.
43837         (default_libc_fesetenv, default_libc_feupdateenv): New.
43838         (libc_feholdexcept): Only define if undefined.
43839         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43840         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43841         (libc_feholdexcept_setroundl): Likewise.
43842         (libc_feholdexcept_setround_53bit): Likewise.
43843         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43844         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43845         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43846         (libc_feupdateenv_53bit): Likewise.
43847         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43848         (libc_feholdexcept): Convert from macro to inline function.
43849         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43850         (libc_fesetenv, libc_feupdateenv): Likewise.
43851
43852         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43853         not previously defined.
43854         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43855         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43856         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43857         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43858         * sysdeps/ieee754/flt-32/math_private.h: New file.
43859         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43860         math_private.h below SET_FLOAT_WORD.
43861         (__isnan, __isinf_ns, __finite): Remove.
43862         (__isnanf, __isinf_nsf, __finitef): Remove.
43863
43864 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43865
43866         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43867
43868 2012-03-17  David S. Miller  <davem@davemloft.net>
43869
43870         [BZ #6471]
43871         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43872         for 2.16.
43873
43874 2012-03-16  David S. Miller  <davem@davemloft.net>
43875
43876         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43877         warnings.
43878
43879         [BZ #6471]
43880         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43881         properly.
43882         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43883         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43884         sysdep_routines when subdir is sysvipc.
43885         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43886         __getshmlba helper.
43887
43888         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43889
43890 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43891
43892         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43893         [__LP64__].
43894
43895 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43896
43897         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43898         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43899         (__lround): Renamed to ...
43900         (__llround): This.  Replace long int with long long int.
43901         Define lround functions as aliases of llround functions.
43902         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43903
43904 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43905
43906         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43907         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43908         adresses to uintptr_t.  Replace "long int" and "unsigned long
43909         int" with "greg_t" on va_arg.
43910
43911 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43912
43913         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43914         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43915
43916         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43917         Move e_machine check before EI_CLASS check.  Handle x32
43918         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43919         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43920         SKIP_EM_IA_64 and include
43921         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43922
43923         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43924         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43925         (add_system_dir): New macro.
43926
43927         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43928         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43929
43930 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43931
43932         [BZ #2551]
43933         [BZ #2552]
43934         [BZ #2553]
43935         [BZ #2554]
43936         [BZ #2562]
43937         [BZ #2563]
43938         [BZ #2565]
43939         [BZ #2566]
43940         [BZ #2576]
43941         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43942         (y0): Likewise.
43943         * math/w_j0f.c (j0f): Likewise.
43944         (y0f): Likewise.
43945         * math/w_j0l.c (__j0l): Likewise.
43946         (__y0l): Likewise.
43947         * math/w_j1.c (j1): Likewise.
43948         (y1): Likewise.
43949         * math/w_j1f.c (j1f): Likewise.
43950         (y1f): Likewise.
43951         * math/w_j1l.c (__j1l): Likewise.
43952         (__y1l): Likewise.
43953         * math/w_jn.c (jn): Likewise.
43954         (yn): Likewise.
43955         * math/w_jnf.c (jnf): Likewise.
43956         (ynf): Likewise.
43957         * math/w_jnl.c (__jnl): Likewise.
43958         (__ynl): Likewise.
43959         * math/libm-test.inc (j0_test): Add more tests.
43960         (j1_test): Likewise.
43961         (jn_test): Likewise.  Add trailing semicolon to existing test.
43962         (y0_test): Likewise.
43963         (y1_test): Likewise.
43964         * sysdeps/i386/fpu/libm-test-ulps: Update.
43965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43966
43967         [BZ #13851]
43968         [BZ #13854]
43969         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43970         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43971         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43972         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43973         (__tanl): Set errno for infinite argument.
43974         * sysdeps/i386/fpu/mptan.c: Remove.
43975         * sysdeps/i386/fpu/s_tan.S: Likewise.
43976         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43977         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43978         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43979         * math/libm-test.inc (tan_test): Add more tests and enable more
43980         tests for double and long double.
43981         * sysdeps/i386/fpu/libm-test-ulps: Update.
43982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43983
43984 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43985
43986         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43987         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43988
43989 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43990
43991         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43992         * configure.in: Use it for both main tree and add-ons.
43993         * configure: Regenerated.
43994
43995 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43996
43997         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43998
43999 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44000
44001         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44002         in comment.
44003
44004         [BZ #13851]
44005         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44006         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44007         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44008         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44009         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44010         infinite argument.
44011         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44012         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44013         != 0 for prec == 2.
44014         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44015         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44016         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44017         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44018         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44019         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44020         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44021         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44022         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44023         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44024         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44025         * math/libm-test.inc (cos_test): Add more tests and enable more
44026         tests for long double.
44027         (sin_test): Likewise.
44028         (sincos_test): Likewise.
44029         * sysdeps/i386/fpu/libm-test-ulps: Update.
44030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44031
44032 2012-03-16  David S. Miller  <davem@davemloft.net>
44033
44034         * sysdeps/sparc/fpu/math_private.h: New file.
44035
44036 2012-03-15  David S. Miller  <davem@davemloft.net>
44037
44038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44039         file.
44040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44042         file.
44043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44044         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44045         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44046         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44047         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44048         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44049         sysdep routines.
44050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44051
44052         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44053         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44054
44055         * sysdeps/sparc/sparc-ifunc.h: New file.
44056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44057         sparc-ifunc.h
44058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44059         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44060         Likewise.
44061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44062         Likewise.
44063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44067         Likewise.
44068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44073         Likewise.
44074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44075         Likewise.
44076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44080         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44081         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44082         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44083         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44084         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44085         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44086         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44087         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44088         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44089         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44090         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44091         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44092         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44093         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44094         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44095         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44096         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44097         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44098         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44099         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44100
44101 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44102
44103         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44104         scaling.
44105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44106
44107 2012-03-15  Andreas Jaeger  <aj@suse.de>
44108
44109         [BZ #13852]
44110         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44111         ieee754/flt-32 implementation for sin, cos and sincos.
44112         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44113         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44114         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44115         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44116         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44117         ieee754/flt-32 implementation for tan.
44118
44119         * math/libm-test.inc (cos_test): Enable some large input tests for
44120         float as well
44121         (sin_test): Likewise.
44122         (sincos_test): Likewise.
44123         (tan_test): Add tests for large input.
44124
44125         * sysdeps/i386/fpu/libm-test-ulps: Update.
44126
44127 2012-03-15  Andreas Jaeger  <aj@suse.de>
44128
44129         [BZ #13658]
44130         * math/libm-test.inc (cos_test): Add more test cases.
44131         (sin_test): Likewise.
44132         (sincos_test): Likewise.
44133
44134 2012-03-15  Andreas Jaeger  <aj@suse.de>
44135
44136         [BZ #13837]
44137         * math/libm-test.inc (cos_test): Add a test case for large input
44138         value.
44139         (sin_test): Likewise.
44140         (sincos_test): Likewise.
44141
44142 2012-03-15  Andreas Jaeger  <aj@suse.de>
44143             Joseph Myers  <joseph@codesourcery.com>
44144
44145         [BZ #13658]
44146         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44147         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44148         * sysdeps/i386/fpu/branred.c: Likewise.
44149         * sysdeps/i386/fpu/dosincos.c: Likewise.
44150         * sysdeps/i386/fpu/mpa.c: Likewise.
44151         * sysdeps/i386/fpu/s_cos.S: Likewise.
44152         * sysdeps/i386/fpu/s_sin.S: Likewise.
44153         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44154         * sysdeps/i386/fpu/sincos32.c: Likewise.
44155
44156         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44157         Define.
44158         (libc_feupdateenv_53bit): Define.
44159         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44160         Define.
44161         (libc_feupdateenv_53bit): Define.
44162
44163         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44164         53 bit (without extend i386 double precision).
44165
44166         * math/libm-test.inc (sincos_test): Add tests for large input.
44167         (sin): Likewise.
44168         (cos): Likewise.
44169
44170         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44171
44172 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44173
44174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44175
44176 2012-03-15  David S. Miller  <davem@davemloft.net>
44177
44178         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44179         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44180         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44181         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44182         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44183         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44184         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44185         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44186         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44187         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44188         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44189         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44190         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44191         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44192         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44194         file.
44195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44197         file.
44198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44200         file.
44201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44203         file.
44204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44205         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44206         fmin/fmax sysdep routines.
44207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44208
44209 2012-03-14  David S. Miller  <davem@davemloft.net>
44210
44211         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44212         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44213         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44214         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44215         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44216         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44217         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44218         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44219         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44220         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44221         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44222         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44223         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44224         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44225         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44226         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44227         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44228         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44229         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44230         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44231         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44232         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44233         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44234         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44235         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44236         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44237         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44238         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44239         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44240         routines.
44241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44242         file.
44243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44245         file.
44246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44248         file.
44249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44251         file.
44252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44254         file.
44255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44257         file.
44258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44259         file.
44260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44261         file.
44262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44263         file.
44264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44265         New file.
44266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44267         file.
44268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44269         file.
44270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44272         file.
44273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44275         file.
44276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44278         file.
44279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44281         VIS3 routines.
44282
44283         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44284         New file.
44285
44286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44287
44288         * sysdeps/sparc/configure.in: New file.
44289         * sysdeps/sparc/configure: Generate.
44290         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44291         * configure: Regenerate.
44292         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44293         * config.make.in (have-as-vis3): New.
44294         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44295         available use -Av9d instead of -Av9a.
44296         * sysdeps/sparc/sparc64/Makefile: Likewise.
44297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44299         New file.
44300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44301         file.
44302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44303         New file.
44304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44305         file.
44306         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44307         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44308         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44309         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44310         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44311
44312         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44313         fzeros/fnegs to load 0x80000000 into a float register instead of
44314         using the stack.
44315         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44316
44317 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44318
44319         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44320         bits/syscall.h.
44321         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44322         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44323         ($(inst_includedir)/bits/syscall.h): Remove rule.
44324         ($(objpfx)bits/syscall.d): Include instead of
44325         $(objpfx)syscall-list.d.
44326         (generated): Change syscall-list.h and syscall-list.d to
44327         bits/syscall.h and bits/syscall.d.
44328
44329 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44330
44331         [BZ #13846]
44332         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44333
44334 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44335
44336         [BZ #13841]
44337         * math/s_csqrt.c: Include <float.h>.
44338         (__csqrt): Scale large or subnormal inputs.
44339         * math/s_csqrtf.c: Likewise.
44340         * math/s_csqrtl.c: Likewise.
44341         * math/libm-test.inc (csqrt_test): Add more tests.
44342         * sysdeps/i386/fpu/libm-test-ulps: Update.
44343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44344
44345         [BZ #13840]
44346         * math/libm-test.inc (hypot_test): Add more tests.
44347
44348 2012-03-13  David S. Miller  <davem@davemloft.net>
44349
44350         [BZ #13840]
44351         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44352         double-precision for the calculation instead of scaling.
44353
44354 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44355
44356         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44357         manipulate bits before adding and subtracting TWO52[sx].
44358         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44359         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44360         Likewise.
44361         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44362
44363 2012-03-13  David S. Miller  <davem@davemloft.net>
44364
44365         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44366         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44367         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44368         rtld-global-offsets.h
44369         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44370
44371         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44372         large parameters.
44373
44374         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44375
44376         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44377         'err' in the ifdef scope in which it is actually used.
44378
44379         * nss/nss_db/db-init.c: Include string.h
44380
44381 2012-03-12  David S. Miller  <davem@davemloft.net>
44382
44383         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44384         masking out of the most significant byte of random value used.
44385         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44386         Fix coding style in previous change.
44387
44388         * sysdeps/unix/sysv/linux/kernel-features.h
44389         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44390         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44391         expression.
44392         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44393         later.
44394
44395 2012-03-11  David S. Miller  <davem@davemloft.net>
44396
44397         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44398         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44399         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44400         for 'resultvar' otherwise things get truncated on 64-bit.
44401
44402         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44403         Fix masking out of the most significant byte of random value used.
44404
44405         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44406
44407 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44408
44409         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44410
44411 2012-03-09  David S. Miller  <davem@davemloft.net>
44412
44413         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44414         variables with appropriate CPP guards.
44415         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44416         from the frame pointer, not the stack pointer.  Correct layout
44417         comments.  Fix test on resulting framesize and the management of
44418         the outregs buffer for pltexit.  Preserve floating point return
44419         values across _dl_call_pltexit call.
44420         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44421         framesize and the management of the outregs buffer for pltexit.
44422         Preserve floating point return values across _dl_call_pltexit
44423         call.
44424         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44425         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44426         (la_sparc64_gnu_pltexit): New functions.
44427         (print_exit): Fix format string for return register value.
44428
44429 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44430
44431         * sunrpc/Makefile (others): Add rpcgen.
44432         ($(objpfx)rpcgen): Remove special build rule and dependency on
44433         libc.
44434         * sunrpc/rpcgen.c: New file.
44435
44436 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44437
44438         [BZ #13673]
44439         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44440         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44441         * sysdeps/i386/crti.S: Likewise.
44442         * sysdeps/i386/crtn.S: Likewise.
44443         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44444         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44445         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44446         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44447         * sysdeps/sh/crti.S: Likewise.
44448         * sysdeps/sh/crtn.S: Likewise.
44449         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44450
44451         [BZ #13673]
44452         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44453         with URL.
44454         * locale/programs/locfile-kw.gperf: Likewise.
44455         * locale/programs/charmap-kw.h: Regenerated.
44456         * locale/programs/locfile-kw.h: Likewise.
44457
44458         [BZ #13673]
44459         * intl/plural.y: Replace FSF snail mail address with URL.
44460         * intl/plural.c: Regenerated.
44461
44462 2012-03-09  Richard Henderson  <rth@twiddle.net>
44463
44464         * include/math_private.h: Remove file.
44465         * math/math_private.h: Move file ...
44466         * sysdeps/generic/math_private.h: ... here.
44467
44468         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44469         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44470         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44471
44472         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44473         and <math_private.h>.
44474         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44475         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44476         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44477         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44478         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44479         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44480         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44481         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44482         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44483         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44484         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44485         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44486         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44487         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44488         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44489         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44490         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44491         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44492         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44493         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44494         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44495         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44496         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44497         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44498         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44499         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44500         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44501         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44502         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44503         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44504         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44505         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44506         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44507         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44508         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44509         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44510         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44511         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44512         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44513         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44514         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44515         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44516         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44517         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44518         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44519         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44520         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44521         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44522         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44523         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44524         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44525         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44526         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44527         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44528         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44529         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44530         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44531         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44532         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44533         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44534         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44535         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44536         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44537         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44538         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44539         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44540         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44541         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44542         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44543         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44544         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44545         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44546         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44547         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44548         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44549         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44550         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44551         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44552         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44553         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44554         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44555         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44556         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44557         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44558         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44559         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44560         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44561         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44562         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44563         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44564         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44565         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44566         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44567         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44568         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44569         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44570         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44571         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44572         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44573         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44574         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44575         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44576         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44577         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44578         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44579         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44580         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44581         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44582         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44583         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44584         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44585         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44586         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44587         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44588         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44589         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44590         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44591         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44592         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44593         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44594         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44595         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44596         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44597         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44598         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44599         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44600         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44601         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44602         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44603         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44604         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44605         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44606         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44607         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44608         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44609         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44610         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44611         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44612         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44613         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44614         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44615         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44616         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44617         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44618         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44619         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44620         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44621         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44622         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44623         * sysdeps/ieee754/k_standard.c: Likewise.
44624         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44625         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44626         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44627         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44628         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44629         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44630         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44631         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44632         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44633         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44634         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44635         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44636         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44637         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44638         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44639         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44640         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44641         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44642         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44643         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44644         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44645         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44646         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44647         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44648         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44649         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44650         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44651         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44652         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44653         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44654         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44655         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44656         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44657         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44658         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44659         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44660         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44661         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44662         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44663         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44664         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44665         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44666         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44667         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44668         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44669         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44670         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44671         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44672         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44673         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44674         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44675         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44676         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44677         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44678         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44679         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44680         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44681         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44682         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44683         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44684         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44685         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44686         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44687         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44688         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44689         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44690         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44691         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44692         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44693         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44694         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44695         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44696         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44697         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44698         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44699         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44700         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44701         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44702         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44703         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44704         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44705         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44706         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44707         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44708         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44709         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44710         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44711         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44712         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44713         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44714         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44715         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44716         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44717         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44718         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44719         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44720         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44721         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44722         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44724         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44725         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44726         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44727         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44728         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44729         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44731         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44733         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44735         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44736         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44737         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44738         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44739         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44740         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44741         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44742         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44743         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44744         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44745         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44746         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44747         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44748         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44749         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44750         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44751         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44752         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44753         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44754         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44755         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44756         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44757         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44758         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44759         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44760         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44761         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44762         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44763         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44764         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44765         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44766         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44767         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44768         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44769         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44770         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44771         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44772         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44773         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44774         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44775         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44776         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44777         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44778         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44779         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44781         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44782         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44784         * sysdeps/ieee754/s_lib_version.c: Likewise.
44785         * sysdeps/ieee754/s_matherr.c: Likewise.
44786         * sysdeps/ieee754/s_signgam.c: Likewise.
44787         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44788         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44789         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44790         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44791         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44792         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44793         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44794         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44795         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44796         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44797         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44798         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44799         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44800         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44801         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44802         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44803         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44804         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44805         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44806         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44807         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44808
44809 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44810
44811         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44812         * sunrpc/rpc_main.c: Likewise.
44813         * sunrpc/rpc_svcout.c: Likewise.
44814
44815 2012-03-09  David S. Miller  <davem@davemloft.net>
44816
44817         * include/math_private.h: New file.
44818
44819 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44820
44821         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44822         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44823         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44824         from <bits/socket_type.h>.
44825         (enum __socket_type): Don't define here.
44826         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44827         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44828         bits/socket_type.h.
44829
44830         [BZ #13566]
44831         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44832         checking __USE_GNU.
44833
44834         * Makerules ($(inst_includedir)/%.h): New rule.
44835         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44836         (install-others): Remove variable setting.
44837         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44838
44839 2012-03-08  Richard Henderson  <rth@twiddle.net>
44840
44841         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44842         from macro to inline function; merge with the
44843         !__LIBC_INTERNAL_MATH_INLINES version.
44844         (__ieee754_sqrtf): Likewise.
44845
44846         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44847         to inline function.
44848         (__rintf, __floor, __floorf): Likewise.
44849
44850         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44851         macro to inline function.
44852         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44853
44854         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44855         not <math/math_private.h>.
44856
44857 2012-03-08  David S. Miller  <davem@davemloft.net>
44858
44859         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44860         copyright year.
44861         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44862
44863 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44864
44865         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44866         normalization.
44867         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44868         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44869
44870 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44871
44872         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44873         be defined individually, they must be defined as a block.  Define
44874         S for printing a string instead of hidint the different by using a
44875         macro for adding the 'l'.
44876         * stdio-common/tst-fphex-wide.c: Adjust.
44877
44878 2012-03-07  Marek Polacek  <polacek@redhat.com>
44879
44880         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44881
44882 2012-03-08  Marek Polacek  <polacek@redhat.com>
44883
44884         [BZ #13806]
44885         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44886         * stdio-common/tst-fphex.c: Define a few macros to make the
44887         test reusable.  Use them.
44888         * stdio-common/tst-fphex-wide.c: New file.
44889
44890 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44891
44892         [BZ #6911]
44893         * manual/macros.texi (gnusystems): New macro.
44894         (nongnusystems): Likewise.
44895         (gnulinuxhurdsystems): Likewise.
44896         (gnuhurdsystems): Likewise..
44897         (gnulinuxsystems): Likewise.
44898         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44899         variants of the GNU system, not "GNU system".
44900         * manual/conf.texi: Likewise.
44901         * manual/errno.texi: Likewise.  Update example of errno macro
44902         expansion.
44903         * manual/filesys.texi: Likewise.
44904         (getumask): Document as specific to GNU/Hurd.
44905         * manual/install.texi: Likewise.  Reword some references to
44906         GNU/Linux.
44907         * manual/intro.texi: Likewise.
44908         * manual/io.texi: Likewise.
44909         (File Name Portability): Detail which constraints are inapplicable
44910         to all GNU systems and which are only inapplicable to GNU/Hurd.
44911         * manual/job.texi: Likewise.
44912         * manual/llio.texi: Likewise.
44913         (O_NOCTTY): Document as present on GNU/Linux.
44914         * manual/maint.texi: Likewise.
44915         * manual/memory.texi: Likewise.
44916         * manual/pattern.texi: Likewise.
44917         * manual/pipe.texi: Likewise.
44918         * manual/process.texi: Likewise.
44919         * manual/resource.texi: Likewise.
44920         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44921         child on GNU/Hurd.
44922         * manual/setjmp.texi: Likewise.
44923         * manual/signal.texi: Likewise.
44924         * manual/startup.texi: Likewise.
44925         * manual/stdio.texi: Likewise.
44926         * manual/terminal.texi: Likewise.
44927         (ONLCR): Document as POSIX.
44928         (OXTABS): Document availability on GNU/Linux as XTABS.
44929         (ONOEOT): Document availability separately from other bits.
44930         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44931         * manual/time.texi: Likewise.
44932         * manual/users.texi: Likewise.
44933         * INSTALL: Regenerated.
44934         * sysdeps/gnu/errlist.c: Regenerated.
44935
44936         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44937         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44938         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44939         puts.
44940         * configure: Regenerated.
44941
44942 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44943
44944         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44945         default includes instead of AC_HEADER_CHECK.
44946         * sysdeps/i386/configure: Regenerated.
44947
44948         [BZ #10716]
44949         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44950         * math/s_cacoshf.c (__cacoshf): Likewise.
44951         * math/s_cacoshl.c (__cacoshl): Likewise.
44952         * math/s_casinh.c (__casinh): Set signs of result from argument.
44953         * math/s_casinhf.c (__casinhf): Likewise.
44954         * math/s_casinhl.c (__casinhl): Likewise.
44955         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44956         (casinh_test): Add more tests.
44957         * sysdeps/i386/fpu/libm-test-ulps: Update.
44958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44959
44960 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44961
44962         * po/zh_TW.po: Update from translation team.
44963
44964         * login/Makefile (distribute): Remove variable.
44965         * catgets/Makefile: Likewise.
44966         * mach/Makefile: Likewise.
44967         * malloc/Makefile: Likewise.
44968         * misc/Makefile: Likewise.
44969         * iconv/Makefile: Likewise.
44970         * nscd/Makefile: Likewise.
44971         * hurd/Makefile: Likewise.
44972         * manual/Makefile: Likewise.
44973         * locale/Makefile: Likewise.
44974         * intl/Makefile: Likewise.
44975         * conform/Makefile: Likewise.
44976         * nss/Makefile: Likewise.
44977         * time/Makefile: Likewise.
44978         * soft-fp/Makefile: Likewise.
44979         * dirent/Makefile: Likewise.
44980         * gmon/Makefile: Likewise.
44981         * po/Makefile: Likewise.
44982         * rt/Makefile: Likewise.
44983         * socket/Makefile: Likewise.
44984         * math/Makefile: Likewise.
44985         * signal/Makefile: Likewise.
44986         * debug/Makefile: Likewise.
44987         * elf/Makefile: Likewise.
44988         * timezone/Makefile: Likewise.
44989         * stdlib/Makefile: Likewise.
44990         * iconvdata/Makefile: Likewise.
44991         * sunrpc/Makefile: Likewise.
44992         * io/Makefile: Likewise.
44993         * argp/Makefile: Likewise.
44994         * inet/Makefile: Likewise.
44995         * hesiod/Makefile: Likewise.
44996         * grp/Makefile: Likewise.
44997         * csu/Makefile: Likewise.
44998         * wctype/Makefile: Likewise.
44999         * crypt/Makefile: Likewise.
45000         * libio/Makefile: Likewise.
45001         * string/Makefile: Likewise.
45002         * nis/Makefile: Likewise.
45003         * resolv/Makefile: Likewise.
45004         * stdio-common/Makefile: Likewise.
45005         * wcsmbs/Makefile: Likewise.
45006         * dlfcn/Makefile: Likewise.
45007         * posix/Makefile: Likewise.
45008
45009         [BZ #6959]
45010         * timezone/Makefile: Don't install timezone files, just the programs
45011         and scripts.
45012
45013 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45014
45015         * nss/databases.def: Add missing gshadow entry.
45016
45017         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45018
45019 2012-03-06  Marek Polacek  <polacek@redhat.com>
45020
45021         [BZ #13726]
45022         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45023         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45024         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45025         * stdio-common/tst-long-dbl-fphex.c: New file.
45026
45027 2012-03-06  David S. Miller  <davem@davemloft.net>
45028
45029         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45030         (set_obp_int): New function.
45031         (get_obp_int): New function.
45032         (__get_clockfreq_via_dev_openprom): Likewise.
45033         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45034         Avoid unused variable warnings on 'val' and use builtin_expect.
45035         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45036         __builtin_expect.
45037         (INLINE_CLONE_SYSCALL): Likewise.
45038
45039 2012-03-05  David S. Miller  <davem@davemloft.net>
45040
45041         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45042
45043 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45044
45045         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45046
45047         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45048         only for |x| >= 40.
45049         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45050
45051 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45052
45053         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45054         Replace gettimeofday with __vdso_gettimeofday.
45055
45056         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45057         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45058         __vdso_clock_gettime and __vdso_getcpu.
45059
45060         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45061         time with __vdso_time.
45062
45063 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45064
45065         * manual/lang.texi (size_t): Note types to which size_t may be
45066         equivalent with the GNU C Library, but do not describe when
45067         differences between them are significant.
45068
45069 2012-03-05  Andreas Jaeger  <aj@suse.de>
45070
45071         * sysdeps/i386/fpu/libm-test-ulps: Update.
45072
45073 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45074
45075         [BZ #3976]
45076         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45077         (__ieee754_pow): Save and restore rounding mode and use
45078         round-to-nearest for main computations.
45079         * math/libm-test.inc (pow_test_tonearest): New function.
45080         (pow_test_towardzero): Likewise.
45081         (pow_test_downward): Likewise.
45082         (pow_test_upward): Likewise.
45083         (main): Call the new functions.
45084         * sysdeps/i386/fpu/libm-test-ulps: Update.
45085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45086
45087         [BZ #3976]
45088         * math/libm-test.inc (cosh_test_tonearest): New function.
45089         (cosh_test_towardzero): Likewise.
45090         (cosh_test_downward): Likewise.
45091         (cosh_test_upward): Likewise.
45092         (sinh_test_tonearest): Likewise.
45093         (sinh_test_towardzero): Likewise.
45094         (sinh_test_downward): Likewise.
45095         (sinh_test_upward): Likewise.
45096         (main): Call the new functions.
45097         * sysdeps/i386/fpu/libm-test-ulps: Update.
45098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45099
45100 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45101
45102         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45103         default stack guard is set in last bytes.
45104         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45105
45106 2012-03-05  Kees Cook  <keescook@chromium.org>
45107
45108         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45109
45110         [BZ #13656]
45111         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45112         possibly allocate from heap instead of stack.
45113         * stdio-common/bug-vfprintf-nargs.c: New file.
45114         * stdio-common/Makefile (tests): Add nargs overflow test.
45115
45116 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45117
45118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45119
45120 2012-03-03  Marek Polacek  <polacek@redhat.com>
45121
45122         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45123         * math/math_private.h: Likewise.
45124         * stdlib/tst-strtod.c: Likewise.
45125         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45126         * sysdeps/x86_64/bits/atomic.h: Likewise.
45127
45128 2012-03-02  David S. Miller  <davem@davemloft.net>
45129
45130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45132         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45134         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45135         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45136         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45137         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45138
45139 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45140
45141         [BZ #13792]
45142         * manual/examples/README: New file, says the example source files
45143         can be used under GPL>=2.
45144         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45145         line containing just "*/".
45146         * manual/examples/add.c: Add copyright header (GPL>=2).
45147         * manual/examples/argp-ex1.c: Likewise.
45148         * manual/examples/argp-ex2.c: Likewise.
45149         * manual/examples/argp-ex3.c: Likewise.
45150         * manual/examples/argp-ex4.c: Likewise.
45151         * manual/examples/atexit.c: Likewise.
45152         * manual/examples/db.c: Likewise.
45153         * manual/examples/dir.c: Likewise.
45154         * manual/examples/dir2.c: Likewise.
45155         * manual/examples/execinfo.c: Likewise.
45156         * manual/examples/filecli.c: Likewise.
45157         * manual/examples/filesrv.c: Likewise.
45158         * manual/examples/fmtmsgexpl.c: Likewise.
45159         * manual/examples/genpass.c: Likewise.
45160         * manual/examples/inetcli.c: Likewise.
45161         * manual/examples/inetsrv.c: Likewise.
45162         * manual/examples/isockad.c: Likewise.
45163         * manual/examples/longopt.c: Likewise.
45164         * manual/examples/memopen.c: Likewise.
45165         * manual/examples/memstrm.c: Likewise.
45166         * manual/examples/mkfsock.c: Likewise.
45167         * manual/examples/mkisock.c: Likewise.
45168         * manual/examples/mygetpass.c: Likewise.
45169         * manual/examples/pipe.c: Likewise.
45170         * manual/examples/popen.c: Likewise.
45171         * manual/examples/rprintf.c: Likewise.
45172         * manual/examples/search.c: Likewise.
45173         * manual/examples/select.c: Likewise.
45174         * manual/examples/setjmp.c: Likewise.
45175         * manual/examples/sigh1.c: Likewise.
45176         * manual/examples/sigusr.c: Likewise.
45177         * manual/examples/stpcpy.c: Likewise.
45178         * manual/examples/strdupa.c: Likewise.
45179         * manual/examples/strftim.c: Likewise.
45180         * manual/examples/strncat.c: Likewise.
45181         * manual/examples/subopt.c: Likewise.
45182         * manual/examples/swapcontext.c: Likewise.
45183         * manual/examples/termios.c: Likewise.
45184         * manual/examples/testopt.c: Likewise.
45185         * manual/examples/testpass.c: Likewise.
45186         * manual/examples/timeval_subtract.c: Likewise.
45187
45188         [BZ #13792]
45189         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45190         function to ...
45191         * manual/timeval_subtract.c.texi: ... here, new file.
45192
45193 2012-03-02  David S. Miller  <davem@davemloft.net>
45194
45195         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45196
45197 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45198
45199         [BZ #3976]
45200         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45201         (__sin): Save and restore rounding mode and use round-to-nearest
45202         for all computations.
45203         (__cos): Save and restore rounding mode and use round-to-nearest
45204         for all computations.
45205         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45206         <fenv.h>.
45207         (tan): Save and restore rounding mode and use round-to-nearest for
45208         all computations.
45209         * math/libm-test.inc (cos_test_tonearest): New function.
45210         (cos_test_towardzero): Likewise.
45211         (cos_test_downward): Likewise.
45212         (cos_test_upward): Likewise.
45213         (sin_test_tonearest): Likewise.
45214         (sin_test_towardzero): Likewise.
45215         (sin_test_downward): Likewise.
45216         (sin_test_upward): Likewise.
45217         (tan_test_tonearest): Likewise.
45218         (tan_test_towardzero): Likewise.
45219         (tan_test_downward): Likewise.
45220         (tan_test_upward): Likewise.
45221         (main): Call the new functions.
45222         * sysdeps/i386/fpu/libm-test-ulps: Update.
45223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45224
45225         [BZ #10135]
45226         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45227         small n, then large n, before computing and testing k+n.
45228         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45229         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45230         Likewise.
45231         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45232         Likewise.
45233         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45234         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45235         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45236         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45237         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45238         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45239         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45240         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45241         * math/libm-test.inc (scalbn_test): Add more tests.
45242         (scalbln_test): Likewise.
45243
45244         * manual/filesys.texi (mode_t): Describe constraints on size and
45245         signedness, not exact equivalence to a particular type.
45246         (ino_t): Likewise.
45247         (ino64_t): Likewise.
45248         (dev_t): Likewise.
45249         (nlink_t): Likewise.
45250         (blkcnt_t): Likewise.
45251         (blkcnt64_t): Likewise.
45252         * manual/llio.texi (off_t): Likewise.
45253
45254         [BZ #3976]
45255         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45256         (__ieee754_exp): Save and restore rounding mode and use
45257         round-to-nearest for all computations.
45258         * math/libm-test.inc (exp_test_tonearest): New function.
45259         (exp_test_towardzero): Likewise.
45260         (exp_test_downward): Likewise.
45261         (exp_test_upward): Likewise.
45262         (main): Call the new functions.
45263         * sysdeps/i386/fpu/libm-test-ulps: Update.
45264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45265
45266 2012-03-01  Chris Demetriou  <cgd@google.com>
45267
45268         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45269         have predictable order.
45270
45271 2012-03-01  David S. Miller  <davem@davemloft.net>
45272
45273         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45274
45275         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45276         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45277         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45278         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45279
45280         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45281         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45282         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45283         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45284         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45285         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45286         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45287         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45288         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45289
45290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45291
45292         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45293         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45294         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45295
45296         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45297         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45298         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45299         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45300         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45301         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45302         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45303         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45304         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45305         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45306         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45307         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45308         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45309         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45310         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45311         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45312         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45313         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45314         * sysdeps/sparc/elf/configure: Regenerated.
45315
45316 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45317
45318         * configure.in (AS, LD): Require binutils 2.20 or later.
45319         * configure: Regenerated.
45320         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45321         as required minimum version.
45322         * INSTALL: Regenerated.
45323
45324         [BZ #2541]
45325         [BZ #4108]
45326         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45327         before squaring exponent.
45328         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45329         bottom long double and 27 bits of top long double before squaring
45330         exponent.
45331         * math/libm-test.inc (erfc_test): Add more tests.
45332         * sysdeps/i386/fpu/libm-test-ulps: Update.
45333         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45335
45336 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45337
45338         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45339         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45340         containing bit-fields.
45341         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45342         * soft-fp/single.h (_FP_UNION_S): Likewise.
45343         * soft-fp/double.h (_FP_UNION_D): Likewise.
45344
45345 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45346
45347         [BZ #13786]
45348         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45349         not include ../strcmp.S.
45350         [USE_AS_STRNCASECMP_L]: Likewise.
45351         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45352         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45353         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45354         (__strncasecmp_l_ia32): Define as alias to
45355         __strncasecmp_l_nonascii.
45356
45357         [BZ #5794]
45358         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45359         * sysdeps/i386/fpu/libm-test-ulps: Update.
45360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45361
45362         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45364
45365 2012-02-29  Jeff Law  <law@redhat.com>
45366
45367         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45368         out of bounds read.
45369
45370 2012-02-29  Marek Polacek  <polacek@redhat.com>
45371
45372         [BZ #13706]
45373         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45374         * elf/Makefile: Add rules to run tst-unused-dep.out.
45375
45376 2012-02-28  David S. Miller  <davem@davemloft.net>
45377
45378         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45379         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45380         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45381         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45382         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45383         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45384
45385 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45386
45387         * math/libm-test.inc (llround_test): Move one test from
45388         lround_test.  Use TEST_f_L in moved test.
45389         (lround_test): Move misplaced test to llround_test.  Add testcase
45390         from bug 2561.
45391
45392 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45393
45394         * sysdeps/x86_64/fpu/e_expf.S: New file.
45395         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45396
45397 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45398
45399         [BZ #13637]
45400         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45401         of remain_len that may cause incomplete multi-byte character and
45402         false match.
45403         * posix/bug-regex33.c: New file.
45404         * posix/Makefile (tests): Add bug-regex33.
45405
45406 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45407
45408         * manual/macros.texi: New file.
45409         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45410         * manual/libc.texinfo: Include macros.texi.
45411         * manual/creatute.texi: Likewise.
45412         * manual/install.texi: Likewise.
45413         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45414         @glibcadj{} in references to the GNU C Library.
45415         * manual/charset.texi: Likewise.
45416         * manual/conf.texi: Likewise.
45417         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45418         when not using those macros.
45419         * manual/creature.texi: Likewise.
45420         * manual/crypt.texi: Likewise.
45421         * manual/errno.texi: Likewise.
45422         * manual/filesys.texi: Likewise.
45423         * manual/header.texi: Likewise.
45424         * manual/install.texi: Likewise.
45425         * manual/intro.texi: Likewise.
45426         * manual/io.texi: Likewise.
45427         * manual/job.texi: Likewise.
45428         * manual/lang.texi: Likewise.
45429         * manual/libc.texiinfo: Likewise.
45430         * manual/llio.texi: Likewise.
45431         * manual/locale.texi: Likewise.
45432         * manual/maint.texi: Likewise.
45433         * manual/math.texi: Likewise.
45434         * manual/memory.texi: Likewise.
45435         * manual/message.texi: Likewise.
45436         * manual/nss.texi: Likewise.
45437         * manual/pattern.texi: Likewise.
45438         * manual/process.texi: Likewise.
45439         * manual/resource.texi: Likewise.
45440         * manual/search.texi: Likewise.
45441         * manual/setjmp.texi: Likewise.
45442         * manual/signal.texi: Likewise.
45443         * manual/socket.texi: Likewise.
45444         * manual/startup.texi: Likewise.
45445         * manual/stdio.texi: Likewise.
45446         * manual/string.texi: Likewise.
45447         * manual/sysinfo.texi: Likewise.
45448         * manual/syslog.texi: Likewise.
45449         * manual/terminal.texi: Likewise.
45450         * manual/time.texi: Likewise.
45451         * manual/users.texi: Likewise.
45452         * INSTALL: Regenerated.
45453         * NOTES: Regenerated.
45454         * sysdeps/gnu/errlist.c: Regenerated.
45455
45456 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45457
45458         * include/dirent.h: Include <dirstream.h> before
45459         <dirent/dirent.h>.
45460
45461 2012-02-28  David S. Miller  <davem@davemloft.net>
45462
45463         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45464         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45465         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45466         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45467
45468 2012-02-27  David S. Miller  <davem@davemloft.net>
45469
45470         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45471         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45472         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45473         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45474
45475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45476         frame pointer instead of stack pointer relative arg slot.
45477         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45478         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45479         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45480
45481 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45482
45483         [BZ #3992]
45484         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45485
45486 2012-02-27  David S. Miller  <davem@davemloft.net>
45487
45488         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45489         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45492         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45493         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45494         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45495         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45496
45497 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45498
45499         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45500         later.  Allow versions 5-9.
45501         * configure: Regenerated.
45502         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45503         required minimum version and 4.6 as recommended version.  Do not
45504         mention bugs in GCC 2.7 and 2.8.
45505         * INSTALL: Regenerated.
45506
45507 2012-02-27  David S. Miller  <davem@davemloft.net>
45508
45509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45512         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45513         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45514         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45515         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45516         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45517
45518         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45519         manipulate bits before adding and subtracting TWO112[sx].
45520         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45521
45522 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45523
45524         [BZ #13775]
45525         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45526         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45527         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45528         being in POSIX, because they are in 1003.1-2008.
45529
45530         * rt/tst-aio.c: Include <fcntl.h>.
45531         * rt/tst-aio7.c: Likewise.
45532         * rt/tst-aio64.c: Likewise.
45533
45534         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45535
45536 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45537
45538         * manual/install.texi (--with-headers): Describe headers as
45539         interface headers, not private headers.
45540         (Specific advice for GNU/Linux systems): Describe use of headers
45541         from "make headers_install", not private headers from older
45542         kernels.
45543         * INSTALL: Regenerated.
45544         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45545         Change to 2.6.19.
45546         * sysdeps/unix/sysv/linux/configure: Regenerated.
45547
45548         * manual/llio.texi (fclean): Remove documentation.
45549
45550         * manual/Makefile (libc-texi-generated): New variable.  Include
45551         version.texi.
45552         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45553         $(libc-texi-generated), not duplicated list of files.
45554         (version.texi, stamp-version): New rules.
45555         (realclean): Remove $(libc-texi-generated), not individual files
45556         from that list.  Do not remove dir-add.texinfo.
45557         * manual/libc.texinfo: Comment out uses of edition numbers and
45558         references to printed manual.  Remove last-updated dates.
45559         (EDITION): Comment out.
45560         (ISBN): Likewise.
45561         (VERSION, UPDATED): Remove.
45562         (version.texi): Include.
45563
45564 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45565
45566         * sysdeps/posix/spawni.c: Include <signal.h>.
45567         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45568         * sysdeps/pthread/aio_fsync.c: Likewise.
45569
45570 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45571
45572         * conform/Makefile (tests): Run only when not cross-compiling and
45573         when fast-check is not defined.
45574
45575         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45576         * conform/data/limits.h-data: Fixes for POSIX2008.
45577         * conform/run-conformtest.sh: Run all tests.
45578         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45579         headers.
45580         * include/bits/dlfcn.h: Likewise.
45581         * include/langinfo.h: Likewise.
45582         * include/monetary.h: Likewise.
45583         * include/sys/poll.h: Likewise.
45584
45585         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45586         for __USE_GNU.
45587         * posix/spawn.h: Define __need_sigset_t.
45588         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45589         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45590         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45591         to get sigevent_t only.
45592         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45593         only for __USE_GNU.
45594         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45595         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45596         process_vm_writev only for __USE_GNU.
45597         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45598
45599         * conform/Makefile: For now ignore errors from run-conformtest.
45600         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45601         POSIX to avoid namespace pollution.  Don't prepend headers.
45602         * conform/data/aio.h-data: Fixes for POSIX testing.
45603         * conform/data/fcntl.h-data: Likewise.
45604         * conform/data/glob.h-data: Likewise.
45605         * conform/data/grp.h-data: Likewise.
45606         * conform/data/pthread.h-data: Likewise.
45607         * conform/data/pwd.h-data: Likewise.
45608         * conform/data/signal.h-data: Likewise.
45609         * conform/data/spawn.h-data: Likewise.
45610         * conform/data/stdio.h-data: Likewise.
45611         * conform/data/stdlib.h-data: Likewise.
45612         * conform/data/stropts.h-data: Likewise.
45613         * conform/data/sys/mman.h-data: Likewise.
45614         * conform/data/sys/stat.h-data: Likewise.
45615         * conform/data/sys/types.h-data: Likewise.
45616         * conform/data/sys/wait.h-data: Likewise.
45617         * conform/data/time.h-data: Likewise.
45618         * conform/data/unistd.h-data: Likewise.
45619         * conform/data/utime.h-data: Likewise.
45620
45621         * io/sys/stat.h: fchmod was always in POSIX.
45622         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45623         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45624         * rt/aio.h: Define __need_timespec before including <time.h>.
45625         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45626         struct.  Add forward declaration of pthread_attr_t and use it in
45627         sigevent.
45628         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45629         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45630         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45631         always remove CLK_TCK definition.
45632
45633 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45634
45635         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45636
45637 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45638
45639         * conform/run-conformtest.sh: New file.
45640         * conform/Makefile: Run run-conformtest for tests.
45641         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45642         support.
45643
45644         * conform/data/uchar.h-data: New file.
45645         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45646         * conform/data/arpa/inet.h-data: Likewise.
45647         * conform/data/assert.h-data: Likewise.
45648         * conform/data/complex.h-data: Likewise.
45649         * conform/data/cpio.h-data: Likewise.
45650         * conform/data/ctype.h-data: Likewise.
45651         * conform/data/dirent.h-data: Likewise.
45652         * conform/data/dlfcn.h-data: Likewise.
45653         * conform/data/errno.h-data: Likewise.
45654         * conform/data/fcntl.h-data: Likewise.
45655         * conform/data/float.h-data: Likewise.
45656         * conform/data/fmtmsg.h-data: Likewise.
45657         * conform/data/fnmatch.h-data: Likewise.
45658         * conform/data/ftw.h-data: Likewise.
45659         * conform/data/glob.h-data: Likewise.
45660         * conform/data/grp.h-data: Likewise.
45661         * conform/data/iconv.h-data: Likewise.
45662         * conform/data/inttypes.h-data: Likewise.
45663         * conform/data/langinfo.h-data: Likewise.
45664         * conform/data/libgen.h-data: Likewise.
45665         * conform/data/limits.h-data: Likewise.
45666         * conform/data/locale.h-data: Likewise.
45667         * conform/data/math.h-data: Likewise.
45668         * conform/data/monetary.h-data: Likewise.
45669         * conform/data/mqueue.h-data: Likewise.
45670         * conform/data/ndbm.h-data: Likewise.
45671         * conform/data/net/if.h-data: Likewise.
45672         * conform/data/netdb.h-data: Likewise.
45673         * conform/data/netinet/in.h-data: Likewise.
45674         * conform/data/nl_types.h-data: Likewise.
45675         * conform/data/poll.h-data: Likewise.
45676         * conform/data/pthread.h-data: Likewise.
45677         * conform/data/pwd.h-data: Likewise.
45678         * conform/data/regex.h-data: Likewise.
45679         * conform/data/sched.h-data: Likewise.
45680         * conform/data/search.h-data: Likewise.
45681         * conform/data/semaphore.h-data: Likewise.
45682         * conform/data/setjmp.h-data: Likewise.
45683         * conform/data/signal.h-data: Likewise.
45684         * conform/data/spawn.h-data: Likewise.
45685         * conform/data/stdarg.h-data: Likewise.
45686         * conform/data/stdio.h-data: Likewise.
45687         * conform/data/stdlib.h-data: Likewise.
45688         * conform/data/string.h-data: Likewise.
45689         * conform/data/strings.h-data: Likewise.
45690         * conform/data/stropts.h-data: Likewise.
45691         * conform/data/sys/ipc.h-data: Likewise.
45692         * conform/data/sys/mman.h-data: Likewise.
45693         * conform/data/sys/msg.h-data: Likewise.
45694         * conform/data/sys/resource.h-data: Likewise.
45695         * conform/data/sys/select.h-data: Likewise.
45696         * conform/data/sys/sem.h-data: Likewise.
45697         * conform/data/sys/shm.h-data: Likewise.
45698         * conform/data/sys/socket.h-data: Likewise.
45699         * conform/data/sys/stat.h-data: Likewise.
45700         * conform/data/sys/statvfs.h-data: Likewise.
45701         * conform/data/sys/time.h-data: Likewise.
45702         * conform/data/sys/timeb.h-data: Likewise.
45703         * conform/data/sys/times.h-data: Likewise.
45704         * conform/data/sys/types.h-data: Likewise.
45705         * conform/data/sys/uio.h-data: Likewise.
45706         * conform/data/sys/un.h-data: Likewise.
45707         * conform/data/sys/utsname.h-data: Likewise.
45708         * conform/data/sys/wait.h-data: Likewise.
45709         * conform/data/syslog.h-data: Likewise.
45710         * conform/data/tar.h-data: Likewise.
45711         * conform/data/termios.h-data: Likewise.
45712         * conform/data/utime.h-data: Likewise.
45713         * conform/data/utmpx.h-data: Likewise.
45714         * conform/data/varargs.h-data: Likewise.
45715         * conform/data/wchar.h-data: Likewise.
45716         * conform/data/wctype.h-data: Likewise.
45717         * conform/data/wordexp.h-data: Likewise.
45718
45719         * include/stropts.h: New file.
45720         * include/uchar.h: New file.
45721         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45722         * include/assert.h: Likewise.
45723         * include/ctype.h: Likewise.
45724         * include/dirent.h: Likewise.
45725         * include/dlfcn.h: Likewise.
45726         * include/fcntl.h: Likewise.
45727         * include/fnmatch.h: Likewise.
45728         * include/glob.h: Likewise.
45729         * include/grp.h: Likewise.
45730         * include/libio.h: Likewise.
45731         * include/locale.h: Likewise.
45732         * include/math.h: Likewise.
45733         * include/net/if.h: Likewise.
45734         * include/netdb.h: Likewise.
45735         * include/netinet/in.h: Likewise.
45736         * include/pthread.h: Likewise.
45737         * include/pwd.h: Likewise.
45738         * include/regex.h: Likewise.
45739         * include/sched.h: Likewise.
45740         * include/search.h: Likewise.
45741         * include/setjmp.h: Likewise.
45742         * include/signal.h: Likewise.
45743         * include/stdio.h: Likewise.
45744         * include/stdlib.h: Likewise.
45745         * include/string.h: Likewise.
45746         * include/sys/cdefs.h: Likewise.
45747         * include/sys/mman.h: Likewise.
45748         * include/sys/msg.h: Likewise.
45749         * include/sys/resource.h: Likewise.
45750         * include/sys/select.h: Likewise.
45751         * include/sys/socket.h: Likewise.
45752         * include/sys/stat.h: Likewise.
45753         * include/sys/statvfs.h: Likewise.
45754         * include/sys/time.h: Likewise.
45755         * include/sys/times.h: Likewise.
45756         * include/sys/uio.h: Likewise.
45757         * include/sys/utsname.h: Likewise.
45758         * include/sys/wait.h: Likewise.
45759         * include/termios.h: Likewise.
45760         * include/time.h: Likewise.
45761         * include/ulimit.h: Likewise.
45762         * include/unistd.h: Likewise.
45763         * include/utime.h: Likewise.
45764         * include/wchar.h: Likewise.
45765         * include/wctype.h: Likewise.
45766         * include/wordexp.h: Likewise.
45767
45768         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45769
45770         * time/time.h: TIME_UTC must be a macro.
45771         Make timespec_get available for ISO C11 only as well.
45772
45773 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45774
45775         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45776         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45777
45778 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45779
45780         * configure.in: Use -o not -a in test for unsupported multi-arch.
45781
45782 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45783
45784         * manual/texinfo.tex: Update to version 2012-01-19.16.
45785
45786 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45787
45788         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45789
45790 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45791
45792         [BZ #13738]
45793         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45794         * manual/fdl-1.3.texi: New file.
45795         * manual/fdl-1.1.texi: File removed.
45796
45797         [BZ #13738]
45798         * manual/libc.texinfo (FDL_VERSION): New @set.
45799         Use it for mention of FDL in cover text.
45800         (Documentation License): Use it in @include file name.
45801
45802 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45803             Roland McGrath  <roland@hack.frob.com>
45804
45805         [BZ #5461]
45806         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45807         (not LONG_LONG_MAX and LONG_LONG_MIN.
45808         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45809         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45810         name.
45811         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45812
45813 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45814
45815         [BZ #2547]
45816         [BZ #11365]
45817         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45818         manipulate bits before adding and subtracting TWO23[sx].
45819         * math/libm-test.inc (nearbyint_test): Add more tests.
45820
45821 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45822
45823         [BZ #2548]
45824         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45825         bits before adding and subtracting TWO23[sx].
45826         * math/libm-test.inc (rint_test): Add more tests.
45827         (rint_test_tonearest): Likewise.
45828         (rint_test_towardzero): Likewise.
45829         (rint_test_downward): Likewise.
45830         (rint_test_upward: Likewise.
45831
45832 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45833
45834         [BZ #10110]
45835         * include/stdc-predef.h: New file.  Extracted from features.h.
45836         * include/features.h: Include stdc-predef.h.
45837         * Makefile (headers): Add stdc-predef.h.
45838         * CONFORMANCE (Compiler limitations): Update.
45839
45840 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45841
45842         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45843
45844 2012-02-21  David S. Miller  <davem@davemloft.net>
45845
45846         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45847         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45848
45849 2012-02-20  David S. Miller  <davem@davemloft.net>
45850
45851         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45852         using a normal save/restore sequence, rather than allocating a
45853         dummy stack frame just to store a frame pointer and restore.
45854         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45855
45856 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45857
45858         * manual/install.texi: Fix stray word in line-wrapped comment.
45859
45860 2012-02-20  David S. Miller  <davem@davemloft.net>
45861
45862         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45863         both binutils and gcc support GOTDATA.
45864
45865         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45866         "rd %pc" in the PIC register setup sequences.
45867
45868         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45869         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45870         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45871         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45872         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45873         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45874         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45875         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45876         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45877         (SYSCALL_ERROR_HANDLER): Likewise.
45878         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45879         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45880         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45881         (SYSCALL_ERROR_HANDLER): Likewise.
45882
45883         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45884         (HAVE_GCC_GOTDATA): New.
45885         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45886         relocation support in both binutils and gcc.
45887         * sysdeps/sparc/elf/configure: Regenerate.
45888
45889         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45890         * sysdeps/sparc/sparc32/elf/configure: Delete.
45891         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45892         * sysdeps/sparc/sparc64/elf/configure: Delete.
45893         * sysdeps/sparc/elf/configure.in: New file.
45894         * sysdeps/sparc/elf/configure: Generate.
45895
45896         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45897         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45898         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45899         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45900         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45901
45902 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45903
45904         * manual/install.texi: Do not mention specific glibc version
45905         numbers.
45906         * manual/libc.texinfo (VERSION, UPDATED): Update.
45907         (@copying): Use @copyright{} and range of years.
45908
45909 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45910
45911         [BZ #13695]
45912         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45913         [crti.S not in sysdirs] (generated): Do not append.
45914         [crti.S not in sysdirs] (omit-deps): Likewise.
45915         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45916         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45917         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45918         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45919         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45920         Likewise.
45921         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45922         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45923         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45924         * csu/defs.awk: Remove file.
45925         * sysdeps/generic/initfini.c: Likewise.
45926         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45927         variable.
45928         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45929         Likewise.
45930
45931 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45932
45933         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45934         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45935         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45936         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45937         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45938         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45939         <bits/epoll.h>.
45940         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45941         (__EPOLL_PACKED): Define to empty if not defined by
45942         <bits/epoll.h>.
45943         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45944         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45945         bits/epoll.h.
45946
45947 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45948
45949         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45950         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45951         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45952         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45953         <bits/timerfd.h>.
45954         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45955         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45956         bits/timerfd.h.
45957
45958 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45959
45960         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45961         in C locale.
45962         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45963         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45964         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45966
45967 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45968
45969         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45970         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45971
45972 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45973
45974         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45975         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45976         defined.
45977         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45978         Likewise.
45979         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45980         entry for 2.16.
45981
45982 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45983
45984         * math/w_acos.c: Use non-signaling floating-point comparisons.
45985         * math/w_acosf.c: Likewise.
45986         * math/w_acosh.c: Likewise.
45987         * math/w_acoshf.c: Likewise.
45988         * math/w_acoshl.c: Likewise.
45989         * math/w_acosl.c: Likewise.
45990         * math/w_asin.c: Likewise.
45991         * math/w_asinf.c: Likewise.
45992         * math/w_asinl.c: Likewise.
45993         * math/w_atanh.c: Likewise.
45994         * math/w_atanhf.c: Likewise.
45995         * math/w_atanhl.c: Likewise.
45996         * math/w_exp2.c: Likewise.
45997         * math/w_exp2f.c: Likewise.
45998         * math/w_exp2l.c: Likewise.
45999         * math/w_j0.c: Likewise.
46000         * math/w_j0f.c: Likewise.
46001         * math/w_j0l.c: Likewise.
46002         * math/w_j1.c: Likewise.
46003         * math/w_j1f.c: Likewise.
46004         * math/w_j1l.c: Likewise.
46005         * math/w_jn.c: Likewise.
46006         * math/w_jnf.c: Likewise.
46007         * math/w_log.c: Likewise.
46008         * math/w_log10.c: Likewise.
46009         * math/w_log10f.c: Likewise.
46010         * math/w_log10l.c: Likewise.
46011         * math/w_log2.c: Likewise.
46012         * math/w_log2f.c: Likewise.
46013         * math/w_log2l.c: Likewise.
46014         * math/w_logf.c: Likewise.
46015         * math/w_logl.c: Likewise.
46016         * math/w_sqrt.c: Likewise.
46017         * math/w_sqrtf.c: Likewise.
46018         * math/w_sqrtl.c: Likewise.
46019         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46020         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46021         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46022         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46023         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46024
46025 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46026
46027         [BZ #9739]
46028         * manual/string.texi (strnlen): Use correct parameter name in
46029         equivalent expression.
46030
46031 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46032
46033         [BZ #11174]
46034         * manual/users.texi (seteuid): Consistently use neweuid for
46035         argument name.
46036
46037 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46038
46039         [BZ #13704]
46040         * manual/nss.texi (Services in the NSS configuration): Correct
46041         list of services in example configuration file.
46042
46043 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46044
46045         [BZ #11322]
46046         * manual/arith.texi: Remove statements about negative zero
46047         behaving identically to zero.
46048
46049 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46050
46051         [BZ #5993]
46052         * manual/install.texi: Do not document upgrading from libc5.
46053
46054 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46055
46056         [BZ #4596]
46057         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46058
46059 2012-02-18  David S. Miller  <davem@davemloft.net>
46060
46061         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46062         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46063         %o7 across the call.
46064         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46065         instead.
46066         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46067         SETUP_PIC_REG_LEAF.
46068         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46069         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46070         * sysdeps/sparc/crtn.S: Likewise.
46071
46072 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46073
46074         * aout/Makefile: Remove.
46075
46076 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46077
46078         [BZ #13058]
46079         * manual/examples/argp-ex1.c (main): Format definition in GNU
46080         style.
46081         * manual/examples/argp-ex2.c (main): Likewise.
46082         * manual/examples/argp-ex3.c (main): Likewise.
46083         * manual/examples/argp-ex4.c (main): Likewise.
46084         * manual/examples/longopt.c (main): Use new-style prototype
46085         definition.
46086         * manual/examples/strncat.c (main): Specify return type and use
46087         (void) for arguments.
46088         * manual/examples/subopt.c (main): Use char **argv argument.
46089
46090 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46091
46092         [BZ #5077]
46093         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46094         rounding modes.
46095
46096 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46097
46098         [BZ #6907]
46099         * manual/string.texi (strchr): Change when strchrnul is
46100         recommended.
46101
46102 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46103
46104         [BZ #174]
46105         * manual/locale.texi (setlocale): Document LOCPATH.
46106
46107 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46108
46109         [BZ #10210]
46110         * manual/process.texi (execle): Move @dots{} before last argument.
46111
46112 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46113
46114         [BZ #12047]
46115         * manual/charset.texi (Generic Charset Conversion): Fix typo
46116         (LC_TYPE -> LC_CTYPE).
46117
46118 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46119
46120         [BZ #5805]
46121         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46122         (scalbnf): Likewise.
46123         (scalbnl): Likewise.
46124         (scalbln): Likewise.
46125         (scalblnf): Likewise.
46126         (scalblnl): Likewise.
46127         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46128         (vwarnx): Likewise.
46129         (verr): Likewise.
46130         (verrx): Likewise.
46131         * manual/filesys.texi (telldir): Use braces around return type.
46132         * manual/llio.texi (mmap): Add space after comma.
46133         (mmap64): Likewise.
46134         * manual/math.texi (jn): Use @var{} on parameter names.
46135         (jnf): Likewise.
46136         (jnl): Likewise.
46137         (yn): Likewise.
46138         (ynf): Likewise.
46139         (ynl): Likewise.
46140         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46141         line.
46142         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46143         "...".
46144         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46145         (sched_get_priority_max): Likewise.
46146         * manual/signal.texi (sigvec): Add space after comma.
46147         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46148         names.
46149         (if_indextoname): Likewise.
46150         (if_freenameindex): Likewise.
46151         (sendto): Use ',' instead of '.' in prototype.
46152         * manual/startup.texi (syscall): Use @dots{} instead of literal
46153         "...".
46154         * manual/stdio.texi (__fpending): Separate initial words of
46155         paragraph from @deftypefun line.
46156         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46157         "...".
46158         (vsyslog): Use @var{} on parameter names.
46159         * manual/terminal.texi (stty): Use @var{} on parameter names.
46160         * manual/users.texi (getutmp): Use @var{} on parameter names.
46161         (getutmpx): Likewise.
46162
46163 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46164
46165         [BZ #6884]
46166         * manual/stdio.texi (fopen): Fix typos in description of
46167         ",ccs=STRING".
46168
46169 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46170
46171         [BZ #4026]
46172         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46173         get clock_id definition.
46174
46175 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46176
46177         [BZ #4822]
46178         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46179         (madvise): Cast every argument to void on its own.
46180
46181 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46182
46183         [BZ #9902]
46184         * manual/startup.texi (Exit Status): Fix typo.
46185
46186 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46187
46188         [BZ #10140]
46189         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46190         * manual/examples/argp-ex2.c: Likewise.
46191         * manual/examples/argp-ex3.c: Likewise.
46192
46193 2012-02-16  Richard Henderson  <rth@redhat.com>
46194
46195         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46196         * sysdeps/s390/s390-32/initfini.c: Remove.
46197         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46198         * sysdeps/s390/s390-64/initfini.c: Remove.
46199
46200 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46201
46202         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46203         compiler output for sysdeps/generic/initfini.c.
46204         * sysdeps/sh/elf/initfini.c: Remove file.
46205
46206 2012-02-16  David S. Miller  <davem@davemloft.net>
46207
46208         [BZ #11494]
46209         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46210
46211         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46212         * sysdeps/sparc/crti.S: New file.
46213         * sysdeps/sparc/crtn.S: New file.
46214         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46215         * sysdeps/sparc/sparc64/Makefile: Likewise.
46216
46217 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46218
46219         [BZ #3335]
46220         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46221
46222 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46223
46224         [BZ #4822]
46225         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46226
46227         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46228         (write, read, close): Likewise.
46229         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46230
46231 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46232
46233         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46234         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46235         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46236         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46237         <bits/signalfd.h>.
46238         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46239         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46240         bits/signalfd.h.
46241
46242 2012-02-14  Marek Polacek  <polacek@redhat.com>
46243
46244         * sysdeps/x86_64/crti.S: New file.
46245         * sysdeps/x86_64/crtn.S: New file.
46246         * sysdeps/x86_64/elf/initfini.c: Remove file.
46247
46248 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46249
46250         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46251         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46252         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46253         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46254         <bits/inotify.h>.
46255         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46256         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46257         bits/inotify.h.
46258
46259 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46260
46261         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46262         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46263         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46264         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46265         <bits/eventfd.h>.
46266         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46267         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46268         bits/eventfd.h.
46269
46270 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46271
46272         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46273         __feraiseexcept instead of feraiseexcept.
46274
46275         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46276         nanosleep invocations.
46277         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46278         strings, and add error checking for a nanosleep invocations.
46279
46280 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46281
46282         Replace FSF snail mail address with URLs, as per GNU coding standards.
46283         Most of the snail mail addresses were wrong anyway, and omitting
46284         them makes the source code easier to maintain.  Almost all of the
46285         changes are to license notices and to locale LC_IDENTIFICATION
46286         addresses, except for this one:
46287         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46288         not its snail mail address.
46289
46290 2012-02-09  Richard Henderson  <rth@twiddle.net>
46291
46292         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46293         of kernel-features.h.
46294
46295         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46296
46297 2012-02-08  Marek Polacek  <polacek@redhat.com>
46298
46299         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46300         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46301         * sysdeps/gnu/_G_config.h: Likewise.
46302         * sysdeps/generic/_G_config.h: Likewise.
46303
46304 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46305
46306         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46307         tests.
46308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46309
46310         * sysdeps/powerpc/powerpc32/crti.S: New file.
46311         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46312         * sysdeps/powerpc/powerpc64/crti.S: New file.
46313         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46314
46315         * Makeconfig (have-initfini): Don't set.
46316         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46317         * configure.in (nopic_initfini): Don't substitute.
46318         * config.h.in (HAVE_INITFINI): Don't #undef.
46319         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46320         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46321
46322 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46323
46324         Support crti.S and crtn.S provided directly by architectures.
46325         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46326         [crti.S in sysdirs] (omit-deps): Likewise.
46327         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46328         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46329         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46330         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46331         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46332         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46333         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46334         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46335         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46336         compiler output for sysdeps/generic/initfini.c.
46337         * sysdeps/i386/elf/Makefile: Remove file.
46338         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46339
46340 2012-02-07  Marek Polacek  <polacek@redhat.com>
46341
46342         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46343         * sysdeps/gnu/_G_config.h: Likewise.
46344         * sysdeps/mach/hurd/_G_config.h: Likewise.
46345
46346 2012-02-07  Marek Polacek  <polacek@redhat.com>
46347
46348         * math/Makefile (tests): Add tst-CMPLX2.
46349         * math/tst-CMPLX2.c: New file.
46350
46351 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46352
46353         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46354
46355         * math/libm-test.inc (jn_test): Add missing L suffix.
46356
46357 2012-02-06  Marek Polacek  <polacek@redhat.com>
46358
46359         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46360         * sysdeps/i386/fpu/e_powf.S: Likewise.
46361         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46362         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46363         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46364         * sysdeps/i386/fpu/e_pow.S: Likewise.
46365         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46366         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46367         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46368         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46369         * sysdeps/i386/fpu/e_log2.S: Likewise.
46370         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46371         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46372         * sysdeps/i386/fpu/e_powl.S: Likewise.
46373         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46374         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46375         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46376         * sysdeps/i386/fpu/e_logl.S: Likewise.
46377         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46378         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46379         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46380         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46381         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46382         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46383         * sysdeps/i386/fpu/e_log.S: Likewise.
46384         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46385         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46386         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46387         * sysdeps/i386/fpu/e_logf.S: Likewise.
46388         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46389         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46390         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46391         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46392         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46393         * sysdeps/i386/fpu/e_log10.S: Likewise.
46394         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46395         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46396         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46397         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46398         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46399         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46400         * sysdeps/i386/asm-syntax.h: Likewise.
46401         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46402         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46403         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46404         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46405         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46406         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46407         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46408         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46409         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46410         * sysdeps/powerpc/sysdep.h: Likewise.
46411         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46412         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46413
46414 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46415
46416         [BZ #411]
46417         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46418
46419 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46420
46421         * sysdeps/i386/sysdep.h: Include <features.h>.
46422         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46423         version.
46424
46425 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46426
46427         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46428         Define.
46429         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46430         LOAD_PIC_REG_STR.
46431
46432 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46433
46434         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46435         (SETUP_PIC_REG): Use GET_PC_THUNK.
46436         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46437         macro.
46438
46439 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46440
46441         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46442         for non-PIC compilation.
46443         (SETUP_PIC_REG): Add .p2align directive.
46444         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46445         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46446         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46447         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46448         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46449         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46450         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46451         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46452         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46453         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46454         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46455         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46456         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46457         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46458         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46459         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46460         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46461         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46462         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46463         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46464         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46465         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46466         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46467         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46468         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46469         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46470         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46471         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46472         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46473         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46474         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46475         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46476         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46477         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46478         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46479         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46480         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46481         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46482         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46483         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46484         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46485
46486 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46487
46488         * math/tst-CMPLX.c: Include <stdio.h>.
46489
46490 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46491
46492         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46493         float.
46494         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46495         * sysdeps/sparc/bits/mathdef.h: Likewise.
46496
46497 2012-01-31  Marek Polacek  <polacek@redhat.com>
46498
46499         * libio/libio.h: Don't define _PARAMS.
46500         * locale/programs/config.h: Don't define PARAMS.
46501         * stdlib/strtol_l.c: Likewise.
46502         (__strtol_l): Remove PARAMS from the prototype.
46503
46504 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46505
46506         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46507         names.  Just use the correct names.  Remove unnecessary wrapper
46508         functions.
46509         * malloc/arena.c: Likewise.
46510         * malloc/hooks.c: Likewise.
46511
46512         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46513         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46514         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46515
46516 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46517
46518         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46519         into tail calls.
46520         (update_get_addr): New function.
46521         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46522         GET_ADDR_MODULE parameter.
46523
46524 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46525
46526         * crypt/cert.c: Remove __STDC__ conditionals.
46527         * crypt/crypt-entry.c: Likewise.
46528         * crypt/crypt_util.c: Likewise.
46529         * libio/filedoalloc.c: Likewise.
46530         * libio/fileops.c: Likewise.
46531         * libio/genops.c: Likewise.
46532         * libio/iofclose.c: Likewise.
46533         * libio/iofdopen.c: Likewise.
46534         * libio/iofopen.c: Likewise.
46535         * libio/iofopen64.c: Likewise.
46536         * libio/iogetdelim.c: Likewise.
46537         * libio/iopopen.c: Likewise.
46538         * libio/obprintf.c: Likewise.
46539         * libio/oldfileops.c: Likewise.
46540         * libio/oldiofclose.c: Likewise.
46541         * libio/oldiofdopen.c: Likewise.
46542         * libio/oldiofopen.c: Likewise.
46543         * libio/oldiopopen.c: Likewise.
46544         * libio/wfiledoalloc.c: Likewise.
46545         * libio/wgenops.c: Likewise.
46546         * locale/programs/xmalloc.c: Likewise.
46547         * misc/syslog.c: Likewise.
46548         * stdio-common/xbug.c: Likewise.
46549         * string/memchr.c: Likewise.
46550         * string/memcmp.c: Likewise.
46551         * string/memrchr.c: Likewise.
46552         * string/rawmemchr.c: Likewise.
46553         * sysdeps/posix/getcwd.c: Likewise.
46554         * time/strftime_l.c: Likewise.
46555
46556 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46557
46558         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46559         * config.make.in (config-cflags-sse2avx): Define.
46560         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46561         Fix typo.
46562
46563 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46564
46565         * scripts/config.guess: Update from upstream config git repository.
46566         * scripts/config.sub: Likewise.
46567
46568 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46569
46570         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46571         (EM_NUM): Update.
46572         (R_TILEPRO_*, R_TILEGX_*): New macros.
46573
46574         * scripts/firstversions.awk: Fix bug in version range handling.
46575
46576         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46577
46578         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46579
46580         * include/sys/epoll.h: New file.
46581         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46582         libc_hidden_def.
46583
46584 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46585
46586         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46587         Avoid unnecessary __WORDSIZE == 64 test.
46588         (fmaxf): Use VEX format if possible.
46589         (fmax): Likewise.
46590         (fminf): Likewise.
46591         (fmin): Likewise.
46592
46593         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46594         * math/math_private.h: Remove libc_fegetround* and
46595         libc_fesetround*.
46596         * sysdeps/i386/configure.in: Check for -msse2avx.
46597         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46598         also if SSE2AVX is defined.
46599         Remove libc_fegetround* and libc_fesetround*.
46600         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46601         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46602         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46603         of HAS_YMM_USABLE.
46604         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46605         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46606         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46607         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46608         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46609
46610         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46611
46612 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46613
46614         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46615         size is not set.
46616         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46617
46618 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46619
46620         [BZ #13618]
46621         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46622         relocation.
46623         * Makeconfig (libm): Define.
46624         * elf/Makefile: Add rules to build and run tst-relsort1.
46625         * elf/tst-relsort1.c: New file.
46626         * elf/tst-relsort1mod1.c: New file.
46627         * elf/tst-relsort1mod2.c: New file.
46628
46629 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46630
46631         * math/s_ldexp.c: Remove __STDC__ conditionals.
46632         * math/s_ldexpf.c: Likewise.
46633         * math/s_ldexpl.c: Likewise.
46634         * math/s_nextafter.c: Likewise.
46635         * math/s_nexttowardf.c: Likewise.
46636         * math/s_significand.c: Likewise.
46637         * math/s_significandf.c: Likewise.
46638         * math/s_significandl.c: Likewise.
46639         * math/w_jnl.c: Likewise.
46640         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46641         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46642         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46643         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46644         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46645         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46646         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46647         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46648         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46649         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46650         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46651         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46652         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46653         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46654         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46655         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46656         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46657         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46658         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46659         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46660         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46661         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46662         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46663         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46664         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46665         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46666         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46667         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46668         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46669         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46670         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46671         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46672         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46673         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46674         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46675         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46676         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46677         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46678         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46679         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46680         * sysdeps/ieee754/k_standard.c: Likewise.
46681         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46682         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46683         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46684         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46685         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46688         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46689         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46690         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46691         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46692         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46693         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46694         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46695         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46696         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46697         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46698         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46699         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46700         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46701         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46702         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46703         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46704         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46705         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46706         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46707         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46708         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46709         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46710         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46711         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46712         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46713         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46714         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46715         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46716         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46717         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46718         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46719         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46720         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46721         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46722         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46723         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46724         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46725         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46726         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46727         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46728         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46729         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46730         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46731         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46732         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46733         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46734         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46735         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46736         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46737         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46738         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46739         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46740         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46741         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46742         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46743         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46744         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46745         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46746         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46747         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46748         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46749         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46750         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46751         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46752         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46753         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46754         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46755         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46756         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46757         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46758         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46759         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46760         * sysdeps/ieee754/s_matherr.c: Likewise.
46761         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46762         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46763         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46764         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46765
46766 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46767
46768         * crypt/md5.h: Remove __STDC__ conditionals.
46769         * libio/libioP.h: Likewise.
46770         * locale/programs/config.h: Likewise.
46771         * sysdeps/generic/sysdep.h: Likewise.
46772         * sysdeps/i386/asm-syntax.h: Likewise.
46773         * sysdeps/s390/asm-syntax.h: Likewise.
46774         * sysdeps/unix/sysdep.h: Likewise.
46775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46777
46778 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46779
46780         * libio/libio.h: Remove __STDC__ conditionals.
46781         * malloc/obstack.h: Likewise.
46782         * math/complex.h: Likewise.
46783         * math/math.h: Likewise.
46784         * sysdeps/generic/_G_config.h: Likewise.
46785         * sysdeps/gnu/_G_config.h: Likewise.
46786         * sysdeps/mach/hurd/_G_config.h: Likewise.
46787         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46788         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46789         * sysdeps/sparc/bits/mathdef.h: Likewise.
46790
46791 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46792
46793         [BZ #13583]
46794         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46795         Clean up HAS_* macros.
46796         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46797         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46798         possible.
46799         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46800         HAS_AVX.
46801         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46802         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46803         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46804         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46805         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46806
46807 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46808
46809         * elf/tst-unique3.cc (gets): Remove declaration.
46810         * elf/tst-unique3lib.cc (gets): Likewise.
46811         * elf/tst-unique3lib2.cc (gets): Likewise.
46812         * elf/tst-unique4.cc (gets): Likewise.
46813
46814 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46815
46816         * include/stdio.h: Add C++ protection.  Add gets declarations and
46817         definitions.
46818         * debug/tst-chk1.c: Don't declare gets here.
46819         * stdio-common/tst-gets.c: Likewise.
46820
46821 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46822
46823         * posix/glob: Remove directory.
46824
46825 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46826
46827         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46828
46829 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46830
46831         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46832         of the non-standard EPFNOSUPPORT.
46833
46834 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46835
46836         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46837         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46838         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46839
46840 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46841
46842         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46843
46844 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46845
46846         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46847         transient errors.
46848         * nscd/grpcache.c (cache_addgr): Likewise.
46849         * nscd/hstcache.c (cache_addhst): Likewise.
46850         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46851         * nscd/pwdcache.c (cache_addpw): Likewise.
46852         * nscd/servicescache.c (cache_addserv): Likewise.
46853
46854 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46855
46856         * malloc/malloc.c: Various cleanups.
46857         * malloc/hooks.c: Likewise.
46858
46859         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46860         * stdlib/bug-fmtmsg1.c: New file.
46861
46862         * stdlib/fmtmsg.c (init): Add missing unlock.
46863         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46864
46865 2012-01-12  Marek Polacek  <polacek@redhat.com>
46866
46867         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46868         and _GNU_SOURCE.
46869
46870 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46871
46872         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46873         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46874         macro to ensure uniqueness of label name.
46875         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46876         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46877
46878 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46879
46880         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46881
46882         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46883         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46884         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46885         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46886
46887 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46888
46889         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46890
46891         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46892         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46893         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46894
46895         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46896
46897         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46898         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46899         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46900         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46901
46902         * math/bits/math-finite.h: Add ldexp support.
46903
46904 2012-01-10  Marek Polacek  <polacek@redhat.com>
46905
46906         * locale/programs/localedef.h (show_archive_content): Add noreturn
46907         attribute.
46908
46909 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46910
46911         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46912
46913 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46914
46915         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46916
46917         * io/Makefile (headers): Add bits/poll2.h.
46918
46919 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46920
46921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46922         typo #include statement.
46923
46924 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46925
46926         * include/sys/cdefs.h: Define __attribute_alloc_size.
46927         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46928         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46929         * elf/pldd.c: Likewise.
46930         * iconv/iconv_charmap.c: Likewise.
46931         * iconv/iconvconfig.c: Likewise.
46932         * iconv/strtab.c: Likewise.
46933         * locale/programs/locale.c: Likewise.
46934         * locale/programs/localedef.h: Likewise.
46935         * locale/programs/simple-hash.c: Likewise.
46936         * nscd/nscd.h: Likewise.
46937         * nss/makedb.c: Likewise.
46938         * sysdeps/generic/ldconfig.h: Likewise.
46939         * locale/programs/localedef.c: Remove xmalloc prototype.
46940         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46941
46942 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46943
46944         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46945         appropriate.
46946
46947 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46948
46949         * math/Makefile (tests): Add tst-CMPLX.
46950         * math/tst-CMPLX.c: New file.
46951
46952         * math/complex.h (CMPLXL): Fix typo.
46953
46954         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46955         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46956         GLIBC_2.16.
46957         * debug/tst-chk1.c: Add poll and ppoll tests.
46958         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46959         * include/sys/poll.h: Add hidden proto for ppoll.
46960         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46961         * sysdeps/mach/hurd/ppoll.c: Likewise.
46962         * io/ppoll.c: Likewise.
46963         * debug/poll_chk.c: New file.
46964         * debug/ppoll_chk.c: New file.
46965         * include/bits/poll2.h: New file.
46966         * io/bits/poll2.h: New file.
46967
46968         [BZ #1350]
46969         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46970
46971         * configure.in: static is always set to yes.  Remove.
46972         * config.make.in: Don't set build-static.
46973         * Makeconfig: Remove use of build-static.
46974         * dlfcn/Makefile: Likewise.
46975         * elf/Makefile: Likewise.
46976         * math/Makefile: Likewise.
46977         * misc/Makefile: Likewise.
46978         * nptl/Makefile: Likewise.
46979         * sysdeps/mach/hurd/Makefile: Likewise.
46980
46981         * configure.in: PWD_P is not used anymore.
46982         * config.make.in: Remove PWD_P entry.
46983
46984         * configure.in: Remove last remnants of RANLIB.
46985         No need to check for signed size_t anymore.
46986         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46987         and IA-64.
46988         Remove __builtin_expect test because we require at least gcc 3.4.
46989         * aclocal.m4: Likewise.
46990
46991         * wcsmbs/mbrtoc16.c: Implement using towc function.
46992         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46993         * wcsmbs/wcsmbsload.c: Likewise.
46994         * iconv/gconv_simple.c: Likewise.
46995         * iconv/gconv_int.h: Likewise.
46996         * iconv/gconv_builtin.h: Likewise.
46997         * iconv/iconv_prog.c: Remove CHAR16 handling.
46998
46999         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47000
47001         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47002
47003         * configure.in: Remove --with-elf and --enable-bounded options.
47004         Dont set base_machine for ia64.  More non-ELF conditions removed.
47005         Remove testing and setting of leading underscore information.
47006         * config.make.in (build-bounded): Set to no.
47007         * config.h.in: Remove NO_UNDERSCORES entry.
47008         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47009         them.
47010         * csu/start.c: Remove !NO_UNDERSCORE code.
47011         * locale/localeinfo.h: Likewise.
47012         * sysdeps/generic/machine-gmon.h: Likewise.
47013         * sysdeps/generic/sysdep.h: Likewise.
47014         * sysdeps/i386/sysdep.h: Likewise.
47015         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47016         * sysdeps/mach/sysdep.h: Likewise.
47017         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47018         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47019         * sysdeps/sh/sysdep.h: Likewise.
47020         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47021         * sysdeps/unix/i386/sysdep.S: Likewise.
47022         * sysdeps/unix/sparc/start.c: Likewise.
47023         * sysdeps/unix/sparc/sysdep.S: Likewise.
47024         * sysdeps/unix/sparc/sysdep.h: Likewise.
47025         * sysdeps/unix/start.c: Likewise.
47026         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47027         * sysdeps/x86_64/sysdep.h: Likewise.
47028
47029 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47030
47031         [BZ #13553]
47032         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47033         for non-gcc.
47034         * argp/argp-fmtstream.h: Use const instead __const.
47035         * argp/argp.h: Likewise.
47036         * assert/assert.h: Likewise.
47037         * bits/fenv.h: Likewise.
47038         * bits/sched.h: Likewise.
47039         * bits/sigset.h: Likewise.
47040         * bits/sigthread.h: Likewise.
47041         * catgets/nl_types.h: Likewise.
47042         * conform/data/pthread.h-data: Likewise.
47043         * crypt/crypt-private.h: Likewise.
47044         * crypt/crypt.h: Likewise.
47045         * crypt/crypt_util.c: Likewise.
47046         * ctype/ctype.h: Likewise.
47047         * debug/execinfo.h: Likewise.
47048         * debug/mbsnrtowcs_chk.c: Likewise.
47049         * debug/mbsrtowcs_chk.c: Likewise.
47050         * debug/wcsnrtombs_chk.c: Likewise.
47051         * debug/wcsrtombs_chk.c: Likewise.
47052         * debug/wcstombs_chk.c: Likewise.
47053         * dirent/dirent.h: Likewise.
47054         * dlfcn/dlfcn.h: Likewise.
47055         * elf/neededtest4.c: Likewise.
47056         * grp/grp.h: Likewise.
47057         * gshadow/gshadow.h: Likewise.
47058         * iconv/gconv.h: Likewise.
47059         * iconv/gconv_int.h: Likewise.
47060         * iconv/gconv_simple.c: Likewise.
47061         * iconv/iconv.h: Likewise.
47062         * iconv/loop.c: Likewise.
47063         * iconv/skeleton.c: Likewise.
47064         * include/aio.h: Likewise.
47065         * include/aliases.h: Likewise.
47066         * include/argz.h: Likewise.
47067         * include/arpa/inet.h: Likewise.
47068         * include/assert.h: Likewise.
47069         * include/dirent.h: Likewise.
47070         * include/dlfcn.h: Likewise.
47071         * include/execinfo.h: Likewise.
47072         * include/fcntl.h: Likewise.
47073         * include/fenv.h: Likewise.
47074         * include/glob.h: Likewise.
47075         * include/grp.h: Likewise.
47076         * include/libintl.h: Likewise.
47077         * include/mntent.h: Likewise.
47078         * include/netdb.h: Likewise.
47079         * include/pwd.h: Likewise.
47080         * include/rpc/netdb.h: Likewise.
47081         * include/sched.h: Likewise.
47082         * include/search.h: Likewise.
47083         * include/shadow.h: Likewise.
47084         * include/signal.h: Likewise.
47085         * include/stdio.h: Likewise.
47086         * include/stdlib.h: Likewise.
47087         * include/string.h: Likewise.
47088         * include/sys/socket.h: Likewise.
47089         * include/sys/stat.h: Likewise.
47090         * include/sys/statfs.h: Likewise.
47091         * include/sys/statvfs.h: Likewise.
47092         * include/sys/syslog.h: Likewise.
47093         * include/sys/time.h: Likewise.
47094         * include/sys/uio.h: Likewise.
47095         * include/time.h: Likewise.
47096         * include/unistd.h: Likewise.
47097         * include/utmp.h: Likewise.
47098         * include/wchar.h: Likewise.
47099         * include/wctype.h: Likewise.
47100         * inet/aliases.h: Likewise.
47101         * inet/arpa/inet.h: Likewise.
47102         * inet/netinet/ether.h: Likewise.
47103         * inet/netinet/in.h: Likewise.
47104         * intl/libintl.h: Likewise.
47105         * io/bits/fcntl2.h: Likewise.
47106         * io/fcntl.h: Likewise.
47107         * io/ftw.h: Likewise.
47108         * io/sys/poll.h: Likewise.
47109         * io/sys/stat.h: Likewise.
47110         * io/sys/statfs.h: Likewise.
47111         * io/sys/statvfs.h: Likewise.
47112         * io/utime.h: Likewise.
47113         * libio/bits/stdio.h: Likewise.
47114         * libio/bits/stdio2.h: Likewise.
47115         * libio/libio.h: Likewise.
47116         * libio/libioP.h: Likewise.
47117         * libio/stdio.h: Likewise.
47118         * locale/lc-ctype.c: Likewise.
47119         * locale/locale.h: Likewise.
47120         * login/utmp.h: Likewise.
47121         * malloc/arena.c: Likewise.
47122         * malloc/malloc.c: Likewise.
47123         * malloc/malloc.h: Likewise.
47124         * malloc/mcheck.c: Likewise.
47125         * malloc/mtrace.c: Likewise.
47126         * math/bits/mathcalls.h: Likewise.
47127         * math/fenv.h: Likewise.
47128         * math/math_private.h: Likewise.
47129         * misc/bits/error.h: Likewise.
47130         * misc/bits/syslog.h: Likewise.
47131         * misc/err.h: Likewise.
47132         * misc/error.h: Likewise.
47133         * misc/fstab.h: Likewise.
47134         * misc/mntent.h: Likewise.
47135         * misc/regexp.h: Likewise.
47136         * misc/search.h: Likewise.
47137         * misc/sgtty.h: Likewise.
47138         * misc/sys/mman.h: Likewise.
47139         * misc/sys/syslog.h: Likewise.
47140         * misc/sys/uio.h: Likewise.
47141         * misc/sys/xattr.h: Likewise.
47142         * misc/ttyent.h: Likewise.
47143         * nis/rpcsvc/ypclnt.h: Likewise.
47144         * nss/nss.h: Likewise.
47145         * posix/bits/unistd.h: Likewise.
47146         * posix/fnmatch.h: Likewise.
47147         * posix/glob.h: Likewise.
47148         * posix/sched.h: Likewise.
47149         * posix/spawn.h: Likewise.
47150         * posix/sys/wait.h: Likewise.
47151         * posix/unistd.h: Likewise.
47152         * posix/wordexp.h: Likewise.
47153         * pwd/pwd.h: Likewise.
47154         * resolv/netdb.h: Likewise.
47155         * resource/sys/resource.h: Likewise.
47156         * rt/aio.h: Likewise.
47157         * rt/bits/mqueue2.h: Likewise.
47158         * rt/mqueue.h: Likewise.
47159         * shadow/shadow.h: Likewise.
47160         * signal/signal.h: Likewise.
47161         * socket/send.c: Likewise.
47162         * socket/sendto.c: Likewise.
47163         * socket/sys/socket.h: Likewise.
47164         * stdio-common/printf.h: Likewise.
47165         * stdlib/bits/stdlib.h: Likewise.
47166         * stdlib/fmtmsg.h: Likewise.
47167         * stdlib/monetary.h: Likewise.
47168         * stdlib/stdlib.h: Likewise.
47169         * stdlib/ucontext.h: Likewise.
47170         * streams/stropts.h: Likewise.
47171         * string/argz.h: Likewise.
47172         * string/bits/string2.h: Likewise.
47173         * string/string.h: Likewise.
47174         * string/strings.h: Likewise.
47175         * sunrpc/rpc/auth.h: Likewise.
47176         * sunrpc/rpc/auth_des.h: Likewise.
47177         * sunrpc/rpc/clnt.h: Likewise.
47178         * sunrpc/rpc/netdb.h: Likewise.
47179         * sunrpc/rpc/pmap_clnt.h: Likewise.
47180         * sunrpc/rpc/xdr.h: Likewise.
47181         * sysdeps/generic/inttypes.h: Likewise.
47182         * sysdeps/generic/net/if.h: Likewise.
47183         * sysdeps/generic/sys/swap.h: Likewise.
47184         * sysdeps/gnu/net/if.h: Likewise.
47185         * sysdeps/gnu/utmpx.h: Likewise.
47186         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47187         * sysdeps/i386/i486/bits/string.h: Likewise.
47188         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47189         * sysdeps/s390/bits/string.h: Likewise.
47190         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47191         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47192         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47193         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47194         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47195         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47196         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47197         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47198         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47199         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47200         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47201         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47202         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47203         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47204         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47205         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47206         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47207         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47208         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47209         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47210         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47211         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47212         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47213         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47214         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47215         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47216         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47217         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47218         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47219         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47220         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47221         * sysvipc/sys/ipc.h: Likewise.
47222         * sysvipc/sys/msg.h: Likewise.
47223         * sysvipc/sys/sem.h: Likewise.
47224         * sysvipc/sys/shm.h: Likewise.
47225         * termios/termios.h: Likewise.
47226         * time/sys/time.h: Likewise.
47227         * time/time.h: Likewise.
47228         * wcsmbs/bits/wchar2.h: Likewise.
47229         * wcsmbs/uchar.h: Likewise.
47230         * wcsmbs/wchar.h: Likewise.
47231         * wctype/wctype.h: Likewise.
47232
47233         [BZ #13551]
47234         * Makeconfig: Remove all but ELF support including AIX support.
47235         * Makerules: Likewise.
47236         * config.h.in: Likewise.
47237         * config.make.in: Likewise.
47238         * configure: Likewise.
47239         * configure.in: Likewise.
47240         * csu/Makefile: Likewise.
47241         * csu/version.c: Likewise.
47242         * debug/Makefile: Likewise.
47243         * dlfcn/Makefile: Likewise.
47244         * elf/Makefile: Likewise.
47245         * extra-lib.mk: Likewise.
47246         * iconv/Makefile: Likewise.
47247         * include/libc-symbols.h: Likewise.
47248         * include/shlib-compat.h: Likewise.
47249         * resolv/Makefile: Likewise.
47250         * resolv/res_libc.c: Likewise.
47251         * rt/Makefile: Likewise.
47252         * sysdeps/i386/asm-syntax.h: Likewise.
47253         * sysdeps/i386/sysdep.h: Likewise.
47254         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47255         * sysdeps/mach/sysdep.h: Likewise.
47256         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47257         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47258         * sysdeps/s390/asm-syntax.h: Likewise.
47259         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47260         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47261         * sysdeps/sh/sysdep.h: Likewise.
47262         * sysdeps/unix/sparc/sysdep.h: Likewise.
47263         * sysdeps/wordsize-32/divdi3.c: Likewise.
47264         * sysdeps/x86_64/sysdep.h: Likewise.
47265
47266         * argp/Versions: Remove _argp_unlock_xxx.
47267
47268         [BZ #13559]
47269         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47270         * abilist/libBrokenLocale.abilist: Likewise.
47271         * abilist/libanl.abilist: Likewise.
47272         * abilist/libc.abilist: Likewise.
47273         * abilist/libcrypt.abilist: Likewise.
47274         * abilist/libdl.abilist: Likewise.
47275         * abilist/libm.abilist: Likewise.
47276         * abilist/libnsl.abilist: Likewise.
47277         * abilist/libpthread.abilist: Likewise.
47278         * abilist/libresolv.abilist: Likewise.
47279         * abilist/librt.abilist: Likewise.
47280         * abilist/libthread_db.abilist: Likewise.
47281         * abilist/libutil.abilist: Likewise.
47282         * abilist/libnss_db.abilist: New file.
47283
47284         * scripts/abilist.awk: Add support for indirect functions.
47285
47286         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47287
47288         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47289
47290         * shlib-versions: Remove entries for ports architectures.
47291
47292         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47293         files in ports.
47294         * elf/stackguard-macros.h: Remove support for IA-64.
47295         * elf/tst-auditmod1.c: Likewise.
47296         * sysdeps/generic/ldsodefs.h: Likewise.
47297
47298         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47299         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47300         configure files.
47301
47302         [BZ #13552]
47303         * configure.in: Remove --enable-omitfp support.
47304         * FAQ.in: Adjust.
47305         * config.make.in: Likewise.
47306         * Makeconfig: Likewise.
47307         * manual/install.texi: Likewise.
47308
47309         In case anyone cares, the IA-64 architecture could move to ports.
47310         * sysdeps/ia64/*: Removed.
47311         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47312         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47313
47314         [BZ #13555]
47315         * configure.in: Remove entries for unsupported architectures.
47316
47317         [BZ #13533]
47318         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47319         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47320         routines.
47321         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47322         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47323         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47324         fall back to using wcrtomb.
47325         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47326         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47327         renaming.
47328         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47329         * wcsmbs/tst-c16c32-1.c: New file.
47330
47331         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47332         local variable.
47333
47334         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47335
47336         * elf/tst-unique3.cc: Add explicit declaration of gets.
47337         * elf/tst-unique3lib.cc: Likewise.
47338         * elf/tst-unique3lib2.cc: Likewise.
47339         * elf/tst-unique4.cc: Likewise.
47340
47341         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47342
47343 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47344
47345         [BZ #13566]
47346         * assert/assert.h (static_assert): Don't define for C++.
47347         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47348         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47349
47350 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47351
47352         * iconv/loop.c (single loop): Fix assertion in storing of
47353         remaining bytes.
47354
47355         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47356
47357 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47358
47359         * posix/getconf.c: Update copyright year.
47360         * nss/getent.c: Likewise.
47361         * nss/makedb.c: Likewise.
47362         * iconv/iconvconfig.c: Likewise.
47363         * iconv/iconv_prog.c: Likewise.
47364         * elf/ldconfig.c: Likewise.
47365         * elf/pldd.c: Likewise.
47366         * elf/sotruss.ksh: Likewise.
47367         * catgets/gencat.c: Likewise.
47368         * csu/version.c: Likewise.
47369         * elf/ldd.bash.in: Likewise.
47370         * elf/sprof.c (print_version): Likewise.
47371         * locale/programs/locale.c: Likewise.
47372         * locale/programs/localedef.c: Likewise.
47373         * login/programs/pt_chown.c: Likewise.
47374         * nscd/nscd.c (print_version): Likewise.
47375         * debug/xtrace.sh: Likewise.
47376         * malloc/memusage.sh: Likewise.
47377         * malloc/mtrace.pl: Likewise.
47378         * debug/catchsegv.sh: Likewise.
47379
47380 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47381
47382         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47383         pure attribute.
47384
47385 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47386
47387         [BZ #13533]
47388         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47389         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47390         transformations.
47391         * iconv/gconv_int.h: Likewise.
47392         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47393         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47394         from libc for GLIBC_2.16.
47395         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47396         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47397         * wcsmbs/uchar.h: Really define mbstate_t.
47398         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47399         * wcsmbs/c16rtomb.c: New file.
47400         * wcsmbs/mbrtoc16.c: New file.
47401         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47402         for C/POSIX locale.
47403         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47404         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47405
47406         * wcsmbs/wchar.h: Add missing __restrict.
47407
47408 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47409
47410         [BZ #13532]
47411         * time/Makefile (routines): Add timespec_get.
47412         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47413         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47414         timespec for ISO C11.
47415         * time/timespec_get.c: New file.
47416         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47417         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47418
47419         [BZ #13531]
47420         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47421         * stdlib/stdlib.h: Declare aligned_alloc.
47422         * Versions.def: Add GLIBC_2.16 for libc.
47423         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47424
47425         [BZ 13527]
47426         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47427         ISO C11.
47428
47429         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47430         code.
47431
47432         [BZ #13528]
47433         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47434
47435         [BZ #13529]
47436         * assert/assert.h (static_assert): Define.
47437
47438         * version.h: Update for 2.16 development version.
47439
47440         [BZ #13526]
47441         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47442         _ISOC11_SOURCE.
47443
47444         * version.h (RELEASE): Bump for 2.15 release.
47445         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47446
47447         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47448         Patch by Marek Polacek <mpolacek@redhat.com>.
47449
47450         * bits/byteswap.h: Protect long long constants with __extension__.
47451         * sysdeps/i386/bits/byteswap.h: Likewise.
47452         * sysdeps/ia64/bits/byteswap.h: Likewise.
47453         * sysdeps/s390/bits/byteswap.h: Likewise.
47454         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47455
47456 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47457
47458         [BZ #13540]
47459         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47460         destination buffer.
47461         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47462
47463 2011-12-23  Marek Polacek  <polacek@redhat.com>
47464
47465         * elf/dl-addr.c (determine_info): Add inline keyword.
47466         * elf/tst-auditmod4b.c (check_avx): Likewise.
47467         * elf/tst-auditmod6b.c (check_avx): Likewise.
47468         * elf/tst-auditmod6c.c (check_avx): Likewise.
47469         * elf/tst-auditmod7b.c (check_avx): Likewise.
47470
47471 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47472
47473         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47474         !__SSE_MATH__.
47475
47476 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47477
47478         [BZ #13540]
47479         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47480         processing for last bytes.
47481
47482 2011-08-06  Bruno Haible  <bruno@clisp.org>
47483
47484         [BZ #13061]
47485         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47486         U+0385, not to U+1FEE.
47487
47488         [BZ #13062]
47489         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47490         entry for U+00A5 U+0301.
47491
47492 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47493
47494         [BZ #13166]
47495         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47496         buffer for the output is too small.
47497
47498         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47499         optimization.
47500
47501         [BZ #13185]
47502         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47503         SSE flags if possible.
47504
47505 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47506
47507         [BZ #13540]
47508         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47509         processing for last bytes.
47510
47511 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47512
47513         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47514         (syscall-list-default-options, syscall-list-default-condition)
47515         (syscall-list-includes): Define.
47516         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47517         list of ABIs and options and #if conditions for each ABI.  Do not
47518         handle common syscalls between ABIs specially.
47519         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47520         Remove.
47521         (syscall-list-variants, syscall-list-32bit-options)
47522         (syscall-list-32bit-condition, syscall-list-64bit-options)
47523         (syscall-list-64bit-condition): Define.
47524         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47525         (syscall-list-variants, syscall-list-32bit-options)
47526         (syscall-list-32bit-condition, syscall-list-64bit-options)
47527         (syscall-list-64bit-condition): Define.
47528         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47529         Remove.
47530         (syscall-list-variants, syscall-list-32bit-options)
47531         (syscall-list-32bit-condition, syscall-list-64bit-options)
47532         (syscall-list-64bit-condition): Define.
47533         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47534         Remove.
47535         (syscall-list-variants, syscall-list-32bit-options)
47536         (syscall-list-32bit-condition, syscall-list-64bit-options)
47537         (syscall-list-64bit-condition): Define.
47538
47539 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47540
47541         * locale/iso-639.def: Add brx entry.
47542
47543         [BZ #13328]
47544         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47545         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47546
47547         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47548         __feraiseexcept_renamed.
47549
47550 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47551
47552         [BZ #13538]
47553         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47554         EPOLLET with unsigned values.
47555         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47556         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47557
47558         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47559         to large cancellation.
47560         * math/s_cacoshf.c: Likewise.
47561         * math/s_cacoshl.c: Likewise.
47562
47563 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47564
47565         [BZ #13305]
47566         [BZ #12786]
47567         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47568         * math/s_cacoshf.c: Likewise.
47569         * math/s_cacoshl.c: Likewise.
47570
47571 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47572
47573         [BZ #13439]
47574         * iconv/gconv.h: Define __GCONV_SWAP.
47575         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47576         * iconvdata/utf-16.c: Likewise.
47577         * iconvdata/utf-32.c: Likewise.
47578
47579 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47580
47581         [BZ #13524]
47582         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47583         numerator after shifting it by one limb.
47584
47585 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47586
47587         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47588         under [__USE_EXTERN_INLINES].
47589
47590 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47591
47592         [BZ #13446]
47593         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47594
47595 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47596
47597         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47598         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47599         optimized code.
47600         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47601         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47602         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47603         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47604         for strncasecmp/strncasecmp_l compilation.
47605         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47606         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47607
47608 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47609
47610         [BZ #13484]
47611         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47612         of __asm__.
47613
47614 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47615
47616         [BZ #13506]
47617         * time/tzfile.c (__tzfile_read): Check values from file header.
47618
47619 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47620
47621         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47622         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47623         * powerpc/powerpc32/dl-start.S: Likewise.
47624         * powerpc/powerpc32/elf/start.S: Likewise.
47625         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47626         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47627         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47628         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47629         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47630         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47631         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47632         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47633         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47634         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47635         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47636         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47637         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47638         * powerpc/powerpc32/memset.S: Likewise.
47639         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47640         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47641         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47642         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47643         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47644         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47645         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47646         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47647         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47648         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47649         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47650         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47651         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47652
47653 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47654
47655         * math/libm-test.inc: Added more nearbyint tests.
47656         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47657         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47658         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47659         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47660
47661 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47662
47663         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47664         FD_CLOEXEC.
47665
47666 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47667
47668         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47669         Add wcscpy-ssse3 wcscpy-c.
47670         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47671         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47672         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47673         * sysdeps/x86_64/wcschr.S: New file.
47674         * sysdeps/x86_64/wcsrchr.S: New file.
47675         * string/test-strcmp.c: Remove checking of wcscmp function for
47676         wrong alignments.
47677         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47678         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47679         wcsrchr-sse2 wcsrchr-c.
47680         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47681         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47682         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47683         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47684         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47685         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47686         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47687         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47688         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47689         * wcsmbc/wcschr.c (WCSCHR): New macro.
47690
47691 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47692
47693         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47694         * wcsmbs/test-wcsrchr.c: New file.
47695         * string/test-strrchr.c: Add wcsrchr support.
47696         (WIDE): New macro.
47697         * wcsmbs/test-wcscpy.c: New file.
47698         * string/test-strcpy.c: Add wcscpy support.
47699         (WIDE): New macro.
47700
47701 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47702
47703         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47704         the inner loop.
47705
47706 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47707
47708         [BZ #13472]
47709         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47710
47711 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47712
47713         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47714         Minor optimizations.
47715
47716         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47717         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47718         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47719
47720 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47721
47722         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47723         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47724         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47725         for gcc to avoid warnings.
47726         * inet/Makefile (tests): Add tst-checks.
47727         * inet/tst-checks.c: New file.
47728
47729         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47730         warning.
47731
47732         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47733         __wmemcmp_sse2.
47734
47735         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47736         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47737
47738         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47739
47740 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47741
47742         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47743         problem.
47744
47745         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47746
47747 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47748
47749         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47750         conditional on GCC version.
47751         (__arch_compare_and_exchange_val_8_acq)
47752         (__arch_compare_and_exchange_val_16_acq)
47753         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47754         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47755         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47756
47757 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47758
47759         * sysdeps/sh/backtrace.c: New file.
47760
47761 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47762
47763         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47764         parenthesis.
47765
47766 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47767
47768         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47769         falling back to utime.
47770
47771 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47772
47773         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47774         expectations for float.
47775
47776 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47777
47778         * locale/weight.h (findidx): Add parameter len.
47779         * locale/weightwc.h (findidx): Likewise.
47780         * posix/fnmatch_loop.c (FCT): Adjust caller.
47781         * posix/regcomp.c (build_equiv_class): Likewise.
47782         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47783         * posix/regexec.c (check_node_accept_bytes): Likewise.
47784         * string/strcoll_l.c (STRCOLL): Likewise.
47785         * string/strxfrm_l.c (STRXFRM): Likewise.
47786
47787 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47788
47789         * Makefile.in: Remove CVSOPT handling.
47790         * configure.in: Remove use of AC_REVISION.
47791         * iconvdata/Makefile (distribute): No need to filter out CVS.
47792         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47793         handling.
47794
47795 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47796
47797         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47798         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47799         [USE_AS_STRNCASECMP_L]: Likewise.
47800         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47801         NO_TLS_DIRECT_SEG_REFS.
47802         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47803         Fix argument offsets for non-PIC.
47804         [USE_AS_STRNCASECMP_L]: Likewise.
47805         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47806         NO_TLS_DIRECT_SEG_REFS.
47807
47808 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47809
47810         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47811         O_CLOEXEC.
47812         * locale/loadlocale.c (_nl_load_locale): Likewise.
47813
47814 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47815
47816         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47817         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47818         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47819         (SYSCALL_GETTIME): Set errno on error.
47820
47821         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47822         count references to noai6ai_cached.
47823
47824 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47825
47826         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47827
47828         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47829         FD_CLOEXEC for /proc/self/maps.
47830
47831         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47832         FD_CLOEXEC for /proc/meminfo.
47833
47834         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47835         gai.conf.
47836
47837         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47838         FD_CLOEXEC for given file.
47839
47840         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47841
47842         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47843         FD_CLOEXEC for /etc/hosts.
47844         (_gethtent): Likewise.
47845
47846         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47847
47848         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47849         cancellation and set FD_CLOEXEC for /etc/netgroup.
47850
47851         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47852         reading /etc/publickey.
47853
47854         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47855         allow cancellation when reading /etc/group.
47856
47857         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47858         cancellation.
47859         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47860
47861         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47862         when using data file.
47863
47864         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47865
47866         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47867         (write_nis_obj): Use "c" and "e" in fopen.
47868
47869         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47870
47871         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47872
47873         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47874
47875         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47876
47877         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47878         locale.alias.
47879
47880         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47881
47882         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47883
47884         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47885
47886         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47887         file parsing and set FD_CLOEXEC.
47888
47889 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47890
47891         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47892
47893 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47894
47895         * malloc/arena.c (arena_get2): Don't call reused_arena when
47896         _int_new_arena failed.
47897
47898 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47899
47900         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47901         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47902         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47903         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47904         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47905         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47906         to compile strcasecmp and strncasecmp.
47907         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47908         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47909
47910         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47911
47912 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47913
47914         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47915         locale-defines.sym to gen-as-const-headers.
47916         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47917         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47918         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47919         to compile strcasecmp and strncasecmp.
47920         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47921         strcasecmp_l and strncasecmp_l.
47922         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47923         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47924         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47925         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47926         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47927         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47928         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47929         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47930         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47931         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47932         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47933
47934 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47935
47936         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47937         result of SYSDEP_GETTIME_CPU to retval.
47938         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47939         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47940
47941         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47942         variable.
47943
47944         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47945         mantissa words.
47946         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47947
47948         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47949         from unused variable.
47950
47951         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47952         DWARF definitions.
47953         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47954         for assembling.
47955
47956         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47957         over namespaces.
47958
47959         * sunrpc/rpc_prot.c (rejected): Fix case value.
47960
47961         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47962         unsigned long long int to avoid warnings in shift.
47963
47964         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47965         of use of trans.
47966         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47967         variable tmp.
47968
47969         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47970         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47971         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47972
47973         * nis/nis_table.c (nis_list): Use variable of correct type for
47974         result of __follow_path call.
47975
47976 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47977
47978         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47979         of math functions ceil, trunc, floor, round, and sqrt, when
47980         avaliable on the platform.
47981         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47982         name clash.
47983         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47984         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47985         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47986
47987 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47988
47989         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47990         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47991
47992 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47993
47994         * include/unistd.h: Fix __readlink return type.
47995         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47996
47997 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47998
47999         * stdlib/ucontext.h: Undo last change for makecontext.
48000
48001 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48002
48003         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48004
48005         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48006         * setjmp/setjmp.h: Mark functions as non-leaf.
48007         * setjmp/bits/setjmp2.h: Likewise.
48008         * stdlib/ucontext.h: Likewise.
48009
48010 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48011
48012         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48013         (reused_arena): Don't check arena limit.
48014         (arena_get2): Atomically check arena limit.
48015
48016 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48017
48018         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48019         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48020
48021         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48022         instructions.
48023
48024 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48025
48026         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48027         handler when locking.
48028
48029         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48030         Fix size of allocated buffer.
48031
48032 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48033
48034         [BZ #10103]
48035         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48036         declarations for long double functions.
48037         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48038
48039         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48040
48041 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48042
48043         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48044         installed.
48045
48046         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48047         is disabled.
48048
48049 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48050
48051         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48052
48053 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48054
48055         * include/alloca.h (stackinfo_alloca_round): Define.
48056         (extend_alloca): Use it.
48057         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48058         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48059         here.
48060
48061         * scripts/check-local-headers.sh: Ignore libaudit.h.
48062
48063         * nscd/Makefile (extra-objs): Make recursively expanded.
48064
48065 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48066
48067         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48068         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48069
48070         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48071         * posix/tst-rfc3484-2.c: Likewise.
48072         * posix/tst-rfc3484-3.c: Likewise.
48073
48074         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48075         process_vm_writev.
48076         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48077         process_vm_writev.
48078         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48079         process_vm_writev from libc using GLIBC_2.15 version.
48080
48081         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48082
48083 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48084
48085         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48086         stack usage.
48087
48088 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48089
48090         [BZ #13367]
48091         * nss/getent.c (initgroups_keys): Show error message in case no group
48092         names are given.
48093
48094         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48095         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48096         __bump_nl_timestamp.
48097         * nscd/connections (nscd_init): When host database is served open
48098         netlink socket and request notification about configuration changes.
48099         (main_loop_poll): Track netlink file descriptor and bump timestamp
48100         in case data becomes available.
48101         (main_loop_epoll): Likewise.
48102         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48103         (database_pers_head): Add extra_data fileds.
48104         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48105         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48106         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48107         Adjust caller.
48108         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48109         in6ai data, call __free_in6ai.
48110         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48111         Add -DHAVE_NETLINK.
48112         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48113         interface information.  Reuse previous data if netlink timestamp
48114         is not changed.
48115         (__bump_nl_timestamp): New function.
48116         (__free_in6ai): New function.
48117
48118 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48119
48120         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48121         close_not_cancel_no_status here.
48122         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48123
48124 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48125
48126         [BZ #13276]
48127         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48128         return value.
48129
48130         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48131         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48132         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48133
48134 2011-07-03  Andreas Jaeger  <aj@suse.de>
48135
48136         [BZ #10709]
48137         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48138         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48139         * math/libm-test.inc (sin_test): Add test case.
48140
48141 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48142
48143         [BZ #13337]
48144         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48145         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48146
48147         * elf/chroot_canon.c (chroot_canon): Cleanups.
48148
48149         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48150
48151         [BZ #13335]
48152         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48153         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48154
48155         * string/test-strchr.c: Make usable for strchrnul testing.
48156         * string/test-strchrnul.c: New file.
48157         * string/Makefile (strop-tests): Add strchrnul.
48158
48159         * po/it.po: Update from translation team.
48160         * po/es.po: Likewise.
48161
48162 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48163
48164         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48165         the three constants needed as parameters.  Drop the others.
48166         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48167         __m128i_strloadu_tolower.
48168         Create and initialize variable zero and use it in all the places
48169         where _mm_setzero_si128 was used.
48170
48171         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48172         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48173         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48174         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48175         anymore.
48176         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48177         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48178         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48179         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48180         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48181         __mpranred, __mptan.
48182         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48183         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48184         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48185         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48186         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48187         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48188         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48189         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48190         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48191
48192 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48193
48194         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48195         redefine if SHARED.
48196         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48197
48198         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48199         wide char related routines to wcsmbs subdir.
48200
48201 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48202
48203         [BZ #13344]
48204         * misc/sys/cdefs.h (__THROWNL): Define.
48205         * posix/unistd.h: Use __THREADNL instead of __THREAD
48206         for memory synchronization functions.
48207
48208 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48209
48210         [BZ #13349]
48211         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48212         doesn't exist.
48213         * manual/stdio.texi (Obstack Streams): Node removed.
48214
48215 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48216
48217         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48218         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48219         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48220
48221         * math/math_private.h (math_force_eval): Allow non-addressable
48222         arguments.
48223         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48224
48225 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48226
48227         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48228         file is not needed.
48229
48230         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48231         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48232         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48233         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48234         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48235         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48236         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48237         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48238         Add AVX variants.
48239         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48240         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48241         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48242         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48243         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48244         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48245         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48246         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48247         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48248         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48249         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48250         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48251         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48252         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48253         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48254         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48255         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48256         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48257         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48258
48259         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48260         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48261
48262         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48263         place.  Use VEX encoding when compiling for AVX.
48264
48265 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48266
48267         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48268         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48269
48270         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48271
48272 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48273
48274         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48275         useless if() expression.
48276         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48277         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48278         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48279         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48280         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48281         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48282         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48283         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48284         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48285         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48286         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48287         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48288         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48289         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48290         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48291         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48292         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48293         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48294         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48295
48296         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48297
48298 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48299
48300         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48301         condition.
48302         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48303
48304 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48305
48306         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48307         .text section.  Avoid duplicate constants.
48308         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48309         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48310         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48311         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48312         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48313         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48314         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48315         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48316         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48317         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48318         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48319         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48320         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48321         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48322         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48323         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48324         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48325         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48326         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48327         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48328         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48329         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48330         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48331         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48332         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48333         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48334         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48335         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48336         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48337         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48338         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48339         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48340         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48341         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48342         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48343         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48344         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48345         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48346         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48347         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48348         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48349         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48350         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48351         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48352         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48353
48354 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48355
48356         * sysdeps/x86_64/dla.h: Move to ...
48357         * sysdeps/x86_64/fpu/dla.h: ...here.
48358         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48359         situations.  Use __builtin_fma only for gcc 4.6 and up.
48360
48361         * config.make.in: Add have-mfma4 entry.
48362         * configure.in: Substitute libc_cv_cc_fma4.
48363         * math/Makefile (dbl-only-routines): Add sincostab.
48364         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48365         Use __sincostab not sincos.
48366         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48367         name is a macro.
48368         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48369         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48370         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48371         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48372         using __copysign.
48373         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48374         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48375         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48376         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48377         and __inv.
48378         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48379         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48380         __copysign.
48381         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48382         define aliases when function name is a macro.
48383         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48384         sysdeps/ieee754/dbl-64/sincos.tbl.
48385         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48386         fma4-enabled routines.
48387         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48388         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48389         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48390         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48391         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48392         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48393         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48394         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48395         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48396         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48397         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48398         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48399         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48400         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48401         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48402         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48403         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48404         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48405         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48406         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48407         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48408         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48409         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48410         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48411         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48412         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48413         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48414         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48415         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48416         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48417
48418         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48419         rename.
48420         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48421         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48422         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48423         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48424         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48425         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48426         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48427         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48428
48429 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48430
48431         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48432
48433 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48434
48435         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48436
48437         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48438         prediction.
48439         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48440
48441         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48442         Remove unused variable magic_bits.
48443         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48444
48445         * string/strnlen.c: Define and use STRNLEN macro.
48446         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48447         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48448         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48449         * wcsmbs/wcslen.c: Define and use WCSLEN.
48450         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48451         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48452         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48453         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48454         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48455         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48456         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48457
48458 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48459
48460         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48461         strnlen-sse2-no-bsf.
48462         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48463         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48464         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48465         Add strnlen support.
48466         (USE_AS_STRNLEN): New macro.
48467         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48468         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48469         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48470         * sysdeps/x86_64/wcslen.S: New file.
48471
48472 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48473
48474         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48475         XMM-moves are used for copying on small sizes.
48476
48477 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48478
48479         * wcsmbs/Makefile (strop-tests): Add wcschr.
48480         * wcsmbs/test-wcschr.c: New file.
48481         * string/test-strchr.c: Update.
48482         Add wcschr support.
48483         (WIDE): New macro.
48484
48485 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48486
48487         * wcsmbs/Makefile (strop-tests): Add wcslen.
48488         * wcsmbs/test-wcslen.c: New file.
48489         * string/test-strlen.c: Update.
48490         Add wcslen support.
48491         (WIDE): New macro.
48492
48493 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48494
48495         * po/it.po: Update from translation team.
48496
48497 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48498
48499         * sysdeps/x86_64/wcscmp.S: Update.
48500         Fix wrong comparison semantics.
48501         wcscmp shall use signed comparison not unsigned.
48502         Don't use substraction to avoid overflow bug.
48503         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48504         * wcsmbc/wcscmp.c: Likewise.
48505         * string/test-strcmp.c: Likewise.
48506         Add new tests to check cases with negative values.
48507
48508 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48509
48510         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48511         * sysdeps/x86_64/dla.h: ...here.  New file.
48512         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48513         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48519         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48520         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48521
48522 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48523
48524         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48525         __ynl_finite aliases.
48526
48527 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48528
48529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48530
48531         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48532         define DLA_FMA.
48533         [DLA_FMA] (EMULV): Use DLA_FMA.
48534         [DLA_FMA] (MUL12): Use EMULV.
48535         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48536         that are not needed.
48537         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48538         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48539         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48540         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48541         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48544
48545 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48546
48547         * math/s_nan.c: Undef __nan.
48548         * math/s_nanf.c: Undef __nanf.
48549         * math/s_nanl.c: Undef __nanl.
48550         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48551         "math_private.h".
48552
48553 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48554
48555         * math/s_catan.c: Add branch predictions.
48556         * math/s_catanf.c: Likewise.
48557         * math/s_catanh.c: Likewise.
48558         * math/s_catanhf.c: Likewise.
48559         * math/s_catanhl.c: Likewise.
48560         * math/s_catanl.c: Likewise.
48561         * math/s_cexp.c: Likewise.
48562         * math/s_cexpf.c: Likewise.
48563         * math/s_cexpl.c: Likewise.
48564         * math/s_clog.c: Likewise.
48565         * math/s_clog10.c: Likewise.
48566         * math/s_clog10f.c: Likewise.
48567         * math/s_clog10l.c: Likewise.
48568         * math/s_clogf.c: Likewise.
48569         * math/s_clogl.c: Likewise.
48570         * math/s_csqrt.c: Likewise.
48571         * math/s_csqrtf.c: Likewise.
48572         * math/s_csqrtl.c: Likewise.
48573         * math/s_ctanf.c: Likewise.
48574         * math/s_ctanh.c: Likewise.
48575         * math/s_ctanhf.c: Likewise.
48576         * math/s_ctanhl.c: Likewise.
48577         * math/s_ctanl.c: Likewise.
48578
48579         * math/math_private.h: Define __nan, __nanf, __nanl.
48580         * math/s_cacosh.c: Include <math_private.h>.
48581         * math/s_cacoshl.c: Likewise.
48582         * math/s_casinh.c: Likewise.
48583         * math/s_casinhf.c: Likewise.
48584         * math/s_casinhl.c: Likewise.
48585         * math/s_ccos.c: Rely entire on ccosh.
48586         * math/s_ccosf.c: Rely entire on ccoshf.
48587         * math/s_ccosl.c: Rely entirely on ccoshl.
48588         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48589         Remove tests for FE_INVALID.
48590         * math/s_ccoshf.c: Likewise.
48591         * math/s_ccoshl.c: Likewise.
48592         * math/s_csin.c: Likewise.
48593         * math/s_csinf.c: Likewise.
48594         * math/s_csinh.c Likewise.
48595         * math/s_csinhf.c: Likewise.
48596         * math/s_csinhl.c: Likewise.
48597         * math/s_csinl.c: Likewise.
48598         * math/s_ctan.c: Likewise.
48599         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48600         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48601         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48602
48603 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48604
48605         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48606         compilation problems.
48607
48608         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48609         __builtin_expect.
48610
48611 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48612
48613         * sysdeps/i386/configure.in: Test for -mfma4 option.
48614         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48615         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48616         COMMON_CPUID_INDEX_80000001.
48617         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48618         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48619         use it if FMA3 is not supported.
48620         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48621
48622         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48623         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48624
48625 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48626
48627         [BZ #12892]
48628         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48629         it would create a cycle with a link time dependency.
48630
48631 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48632
48633         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48634         instruction.
48635         * string/Makefile (strop-tests): Add rawmemchr.
48636         * string/test-rawmemchr.c: New file.
48637
48638         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48639         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48640         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48641         when compiling str{,n}casecmp and when AVX is available.  Hook up
48642         new optimized code in initializers.
48643
48644 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48645
48646         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48647         __feraiseexcept instead of feraiseexcept.
48648
48649 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48650
48651         * math/math_private.h: Define defaults for libc_fetestexcept and
48652         libc_feupdateenv.
48653         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48654         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48655         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48656         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48657         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48658         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48659         libc_fetestexcept and libc_feupdateenv.
48660
48661         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48662         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48663         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48664         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48665         libc_feholdexcept_setround.
48666
48667         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48668         Add s_nearbyint-c and s_nearbyintf-c.
48669         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48670         nearbyintf inlines.
48671         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48672         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48673         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48674         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48675
48676         * math/math_private.h: Define defaults for libc_fegetround,
48677         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48678         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48679         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48680         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48681         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48682         standard functions.
48683         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48684         Remove comments and hacks for old compiler versions.
48685         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48686         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48687         libc_feholdexceptl.
48688
48689 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48690
48691         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48692         (__feraiseexcept_renamed): Add __NTH.
48693         (feraiseexcept): Add __NTH.  Rename local variables to fix
48694         namespace violations.
48695
48696 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48697
48698         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48699
48700         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48701
48702         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48703         recently added interfaces.
48704         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48705
48706         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48707         about macro parameter expansion.
48708
48709         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48710         __NO_MATH_INLINES is defined.  Cleanups.
48711
48712         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48713         and __floorf is target has SSE4.1.
48714         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48715         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48716         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48717         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48718
48719         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48720         name.
48721         (floorf): Likewise.
48722
48723         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48724
48725 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48726
48727         * misc/sys/cdefs.h: Fix last change.
48728
48729         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48730         database lookup.
48731
48732 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48733
48734         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48735
48736         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48737         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48738         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48739         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48740         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48741         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48742         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48743         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48744         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48745         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48746         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48747         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48748         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48749         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48750         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48751         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48752         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48753         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48754         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48755         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48756         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48757         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48758
48759         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48760         ceil, ceilf, floor, floorf.
48761
48762         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48763         Perform IRELATIVE relocations last.
48764
48765         * elf/do-rel.h: Add another parameter nrelative, replacing the
48766         local variable with the same name.  Change name of the function
48767         to end in Rel or Rela (uppercase).
48768         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48769         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48770         elf_dynamic_do_##reloc function.
48771
48772 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48773
48774         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48775         is sufficient, at least on modern CPUs.
48776
48777         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48778
48779         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48780         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48781
48782         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48783         __expl_finite.
48784         * math/bits/math-finite.h: Add entries for exp.
48785         * math/e_expl.c: Add __*_finite alias.
48786         * sysdeps/i386/fpu/e_exp.S: Likewise.
48787         * sysdeps/i386/fpu/e_expf.S: Likewise.
48788         * sysdeps/i386/fpu/e_expl.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48790         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48791         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48792         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48793         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48794         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48795         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48796
48797         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48798         is sufficient, at least on modern CPUs.
48799
48800         * ctype/ctype-info.c (__ctype_init): Define.
48801         * include/ctype.h (__ctype_init): Declare.
48802         (__ctype_b_loc): The variable is always initialized.
48803         (__ctype_toupper_loc): Likewise.
48804         (__ctype_tolower_loc): Likewise.
48805         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48806         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48807
48808 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48809
48810         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48811
48812         * configure.in: Also look in $cxxmachine/include for C++ system
48813         headers.
48814
48815 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48816
48817         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48818         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48819         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48820         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48821         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48822         (USE_AS_WMEMCMP): New macro.
48823         Fixing indents.
48824         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48825         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48826         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48827         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48828         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48829         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48830         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48831         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48832         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48833         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48834         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48835         (USE_AS_WMEMCMP): New macro.
48836         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48837         * sysdeps/string/test-memcmp.c: Update.
48838         Fix simple_wmemcmp.
48839         Add new tests.
48840         * wcsmbs/wmemcmp.c: Update.
48841         (WMEMCMP): New macro.
48842         Fix overflow bug.
48843
48844 2011-10-12  Andreas Jaeger  <aj@suse.de>
48845
48846         [BZ #13268]
48847         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48848
48849 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48850
48851         * libio/iofwide.c (do_length): Avoid warning.
48852
48853         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48854
48855 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48856
48857         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48858
48859         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48860         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48861         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48862         * sysdeps/i386/i686/fpu/e_log.S: New file.
48863         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48864         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48865
48866         * ctype/ctype.h: Add support for inlined isXXX functions when
48867         compiling C++ code.
48868
48869 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48870
48871         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48872
48873         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48874
48875 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48876
48877         [BZ #13291]
48878         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48879
48880 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48881
48882         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48883         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48884         feraiseexcept.
48885
48886         * sysdeps/x86_64/memrchr.S: Check for zero size.
48887
48888         * string/stratcliff.c: Add memrchr tests.
48889
48890 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48891
48892         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48893         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48894         rawmemchr-sse2 rawmemchr-sse2-bsf.
48895         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48896         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48897         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48898         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48899         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48900         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48901         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48902         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48903         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48904         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48905         * string/memrchr.c (MEMRCHR): New macro.
48906
48907 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48908
48909         Add integration with gcc's -ffinite-math-only and optimize wrapper
48910         functions in libm.
48911         * Versions.def: Define GLIBC_2.15 version for libm.
48912         * math/Makefile (headers): Add bits/math-finite.h.
48913         * math/bits/math-finite.h: New file.
48914         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48915         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48916         * math/e_acoshl.c: Add __*_finite alias.
48917         * math/e_acosl.c: Likewise.
48918         * math/e_asinl.c: Likewise.
48919         * math/e_atan2l.c: Likewise.
48920         * math/e_atanhl.c: Likewise.
48921         * math/e_coshl.c: Likewise.
48922         * math/e_exp10.c: Likewise.
48923         * math/e_exp10f.c: Likewise.
48924         * math/e_exp10l.c: Likewise.
48925         * math/e_exp2l.c: Likewise.
48926         * math/e_fmodl.c: Likewise.
48927         * math/e_gammal_r.c: Likewise.
48928         * math/e_hypotl.c: Likewise.
48929         * math/e_j0l.c: Likewise.
48930         * math/e_j1l.c: Likewise.
48931         * math/e_jnl.c: Likewise.
48932         * math/e_lgammal_r.c: Likewise.
48933         * math/e_log10l.c: Likewise.
48934         * math/e_log2l.c: Likewise.
48935         * math/e_logl.c: Likewise.
48936         * math/e_powl.c: Likewise.
48937         * math/e_sinhl.c: Likewise.
48938         * math/e_sqrtl.c: Likewise.
48939         * math/e_scalb.c: Completely rewritten and optimized.
48940         * math/e_scalbf.c: Likewise.
48941         * math/e_scalbl.c: Likewise.
48942         * math/w_acos.c: Likewise.
48943         * math/w_acosf.c: Likewise.
48944         * math/w_acosl.c: Likewise.
48945         * math/w_acosh.c: Likewise.
48946         * math/w_acoshf.c: Likewise.
48947         * math/w_acoshl.c: Likewise.
48948         * math/w_asin.c: Likewise.
48949         * math/w_asinf.c: Likewise.
48950         * math/w_asinl.c: Likewise.
48951         * math/w_atan2.c: Likewise.
48952         * math/w_atan2f.c: Likewise.
48953         * math/w_atan2l.c: Likewise.
48954         * math/w_atanh.c: Likewise.
48955         * math/w_atanhf.c: Likewise.
48956         * math/w_atanhl.c: Likewise.
48957         * math/w_exp10.c: Likewise.
48958         * math/w_exp10f.c: Likewise.
48959         * math/w_exp10l.c: Likewise.
48960         * math/w_fmod.c: Likewise.
48961         * math/w_fmodf.c: Likewise.
48962         * math/w_fmodl.c: Likewise.
48963         * math/w_j0.c: Likewise.
48964         * math/w_j0f.c: Likewise.
48965         * math/w_j0l.c: Likewise.
48966         * math/w_j1.c: Likewise.
48967         * math/w_j1f.c: Likewise.
48968         * math/w_j1l.c: Likewise.
48969         * math/w_jn.c: Likewise.
48970         * math/w_jnf.c: Likewise.
48971         * math/w_log.c: Likewise.
48972         * math/w_logf.c: Likewise.
48973         * math/w_logl.c: Likewise.
48974         * math/w_log10.c: Likewise.
48975         * math/w_log10f.c: Likewise.
48976         * math/w_log10l.c: Likewise.
48977         * math/w_log2.c: Likewise.
48978         * math/w_log2f.c: Likewise.
48979         * math/w_log2l.c: Likewise.
48980         * math/w_pow.c: Likewise.
48981         * math/w_powf.c: Likewise.
48982         * math/w_powl.c: Likewise.
48983         * math/w_remainder.c: Likewise.
48984         * math/w_remainderf.c: Likewise.
48985         * math/w_remainderl.c: Likewise.
48986         * math/w_scalb.c: Likewise.
48987         * math/w_scalbf.c: Likewise.
48988         * math/w_scalbl.c: Likewise.
48989         * math/w_sqrt.c: Likewise.
48990         * math/w_sqrtf.c: Likewise.
48991         * math/w_sqrtl.c: Likewise.
48992         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48993         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48994         used.
48995         * math/math_private.h: Declare __kernel_standard_f.
48996         * math/w_cosh.c: Remove cruft and optimize a bit.
48997         * math/w_coshf.c: Likewise.
48998         * math/w_coshl.c: Likewise.
48999         * math/w_exp2.c: Likewise.
49000         * math/w_exp2f.c: Likewise.
49001         * math/w_exp2l.c: Likewise.
49002         * math/w_hypot.c: Likewise.
49003         * math/w_hypotf.c: Likewise.
49004         * math/w_hypotl.c: Likewise.
49005         * math/w_lgamma.c: Likewise.
49006         * math/w_lgamma_r.c: Likewise.
49007         * math/w_lgammaf.c: Likewise.
49008         * math/w_lgammaf_r.c: Likewise.
49009         * math/w_lgammal.c: Likewise.
49010         * math/w_lgammal_r.c: Likewise.
49011         * math/w_sinh.c: Likewise.
49012         * math/w_sinhf.c: Likewise.
49013         * math/w_sinhl.c: Likewise.
49014         * math/w_tgamma.c: Likewise.
49015         * math/w_tgammaf.c: Likewise.
49016         * math/w_tgammal.c: Likewise.
49017         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49018         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49019         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49020         Minor optimizations.  Pretty printing.  Remove cruft.
49021         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49022         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49023         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49024         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49025         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49026         * sysdeps/i386/fpu/e_asin.S: Likewise.
49027         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49028         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49029         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49030         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49031         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49032         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49033         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49034         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49035         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49036         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49037         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49038         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49039         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49040         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49041         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49042         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49043         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49044         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49045         * sysdeps/i386/fpu/e_log.S: Likewise.
49046         * sysdeps/i386/fpu/e_log10.S: Likewise.
49047         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49048         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49049         * sysdeps/i386/fpu/e_log2.S: Likewise.
49050         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49051         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49052         * sysdeps/i386/fpu/e_logf.S: Likewise.
49053         * sysdeps/i386/fpu/e_logl.S: Likewise.
49054         * sysdeps/i386/fpu/e_pow.S: Likewise.
49055         * sysdeps/i386/fpu/e_powf.S: Likewise.
49056         * sysdeps/i386/fpu/e_powl.S: Likewise.
49057         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49058         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49059         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49060         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49061         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49062         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49063         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49064         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49065         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49066         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49067         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49068         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49069         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49070         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49071         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49072         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49073         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49074         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49075         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49076         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49077         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49078         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49079         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49080         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49081         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49082         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49083         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49084         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49085         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49086         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49087         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49088         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49089         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49090         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49091         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49092         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49093         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49094         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49095         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49096         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49097         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49098         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49099         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49100         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49101         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49102         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49103         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49104         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49105         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49106         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49107         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49108         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49109         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49110         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49111         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49112         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49113         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49114         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49115         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49116         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49117         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49118         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49119         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49120         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49121         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49122         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49123         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49124         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49125         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49126         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49127         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49128         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49129         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49130         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49131         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49132         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49133         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49134         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49135         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49136         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49137         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49138         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49139         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49140         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49141         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49142         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49143         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49144         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49145         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49146         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49147         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49148         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49149         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49150         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49151         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49152         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49153         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49154         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49155         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49156         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49157         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49158         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49159         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49160         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49161         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49162         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49163         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49164         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49165         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49166         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49167         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49168         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49169         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49170         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49171         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49172         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49173         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49174         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49175         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49176         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49177         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49178         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49179         (__isnanf): Likewise.
49180         (__isinf_ns): Likewise.
49181         (__isinf_nsf): Likewise.
49182         (__finite): Likewise.
49183         (__finitef): Likewise.
49184         (__ieee754_sqrt): Define as macro.
49185         (__ieee754_sqrtf): Define as macro.
49186         (__ieee754_sqrtl): Define as macro.
49187         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49188         inlined copy.
49189         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49190         __FINITE_MATH_ONLY__ consistent.
49191         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49192
49193 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49194
49195         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49196         of rawmemchr.
49197
49198         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49199
49200 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49201
49202         * po/ja.po: Update from translation team.
49203
49204 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49205
49206         * locale/programs/locarchive.c (prepare_address_space): New function.
49207         (create_archive, enlarge_archive, open_archive): Use it.
49208
49209         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49210         inside [SHARED], where it is used.
49211
49212         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49213
49214         * nss/getent.c (netgroup_keys): Remove unused variable.
49215         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49216
49217 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49218
49219         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49220         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49221         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49222         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49223         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49224         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49225         * math/Makefile (libm-calls): Add s_isinf_ns.
49226         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49227         * math/multc3.c: Likewise.
49228         * math/s_casin.c: Likewise.
49229         * math/s_casinf.c: Likewise.
49230         * math/s_casinl.c: Likewise.
49231         * math/s_ccos.c: Likewise.
49232         * math/s_ccosf.c: Likewise.
49233         * math/s_ccosl.c: Likewise.
49234         * math/s_ctan.c: Likewise.
49235         * math/s_ctanf.c: Likewise.
49236         * math/s_ctanh.c: Likewise.
49237         * math/s_ctanhf.c: Likewise.
49238         * math/s_ctanhl.c: Likewise.
49239         * math/s_ctanl.c: Likewise.
49240         * math/w_fmod.c: Likewise.
49241         * math/w_fmodf.c: Likewise.
49242         * math/w_fmodl.c: Likewise.
49243         * math/w_remainder.c: Likewise.
49244         * math/w_remainderf.c: Likewise.
49245         * math/w_remainderl.c: Likewise.
49246         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49247         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49248         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49249         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49250         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49251         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49252         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49253         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49254
49255         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49256         of the number.
49257         * stdio-common/printf_fphex.c: Likewise.
49258         * stdio-common/printf_size.c: Likewise.
49259
49260         * math/e_exp10.c: Include math_private.h using <...> not "...".
49261         * math/e_exp10f.c: Likewise.
49262         * math/e_exp10l.c: Likewise.
49263         * math/e_exp2l.c: Likewise.
49264         * math/e_j0l.c: Likewise.
49265         * math/e_j1l.c: Likewise.
49266         * math/e_jnl.c: Likewise.
49267         * math/e_lgammal_r.c: Likewise.
49268         * math/e_rem_pio2l.c: Likewise.
49269         * math/e_scalb.c: Likewise.
49270         * math/e_scalbf.c: Likewise.
49271         * math/e_scalbl.c: Likewise.
49272         * math/k_cosl.c: Likewise.
49273         * math/k_sinl.c: Likewise.
49274         * math/k_tanl.c: Likewise.
49275         * math/s_cacoshf.c: Likewise.
49276         * math/s_catan.c: Likewise.
49277         * math/s_catanf.c: Likewise.
49278         * math/s_catanh.c: Likewise.
49279         * math/s_catanhf.c: Likewise.
49280         * math/s_catanhl.c: Likewise.
49281         * math/s_catanl.c: Likewise.
49282         * math/s_ccosh.c: Likewise.
49283         * math/s_ccoshf.c: Likewise.
49284         * math/s_ccoshl.c: Likewise.
49285         * math/s_cexp.c: Likewise.
49286         * math/s_cexpf.c: Likewise.
49287         * math/s_cexpl.c: Likewise.
49288         * math/s_clog.c: Likewise.
49289         * math/s_clog10.c: Likewise.
49290         * math/s_clog10f.c: Likewise.
49291         * math/s_clog10l.c: Likewise.
49292         * math/s_clogf.c: Likewise.
49293         * math/s_clogl.c: Likewise.
49294         * math/s_csin.c: Likewise.
49295         * math/s_csinf.c: Likewise.
49296         * math/s_csinh.c: Likewise.
49297         * math/s_csinhf.c: Likewise.
49298         * math/s_csinhl.c: Likewise.
49299         * math/s_csinl.c: Likewise.
49300         * math/s_csqrt.c: Likewise.
49301         * math/s_csqrtf.c: Likewise.
49302         * math/s_csqrtl.c: Likewise.
49303         * math/s_ctan.c: Likewise.
49304         * math/s_ctanf.c: Likewise.
49305         * math/s_ctanh.c: Likewise.
49306         * math/s_ctanhf.c: Likewise.
49307         * math/s_ctanhl.c: Likewise.
49308         * math/s_ctanl.c: Likewise.
49309         * math/s_ldexp.c: Likewise.
49310         * math/s_ldexpf.c: Likewise.
49311         * math/s_ldexpl.c: Likewise.
49312         * math/s_significand.c: Likewise.
49313         * math/s_significandf.c: Likewise.
49314         * math/s_significandl.c: Likewise.
49315         * math/w_acos.c: Likewise.
49316         * math/w_acosf.c: Likewise.
49317         * math/w_acosh.c: Likewise.
49318         * math/w_acoshf.c: Likewise.
49319         * math/w_acoshl.c: Likewise.
49320         * math/w_acosl.c: Likewise.
49321         * math/w_asin.c: Likewise.
49322         * math/w_asinf.c: Likewise.
49323         * math/w_asinl.c: Likewise.
49324         * math/w_atan2.c: Likewise.
49325         * math/w_atan2f.c: Likewise.
49326         * math/w_atan2l.c: Likewise.
49327         * math/w_atanh.c: Likewise.
49328         * math/w_atanhf.c: Likewise.
49329         * math/w_atanhl.c: Likewise.
49330         * math/w_cosh.c: Likewise.
49331         * math/w_coshf.c: Likewise.
49332         * math/w_coshl.c: Likewise.
49333         * math/w_dremf.c: Likewise.
49334         * math/w_exp10.c: Likewise.
49335         * math/w_exp10f.c: Likewise.
49336         * math/w_exp10l.c: Likewise.
49337         * math/w_exp2.c: Likewise.
49338         * math/w_exp2f.c: Likewise.
49339         * math/w_fmod.c: Likewise.
49340         * math/w_fmodf.c: Likewise.
49341         * math/w_fmodl.c: Likewise.
49342         * math/w_hypot.c: Likewise.
49343         * math/w_hypotf.c: Likewise.
49344         * math/w_hypotl.c: Likewise.
49345         * math/w_j0.c: Likewise.
49346         * math/w_j0f.c: Likewise.
49347         * math/w_j0l.c: Likewise.
49348         * math/w_j1.c: Likewise.
49349         * math/w_j1f.c: Likewise.
49350         * math/w_j1l.c: Likewise.
49351         * math/w_jn.c: Likewise.
49352         * math/w_jnf.c: Likewise.
49353         * math/w_jnl.c: Likewise.
49354         * math/w_lgamma.c: Likewise.
49355         * math/w_lgamma_r.c: Likewise.
49356         * math/w_lgammaf.c: Likewise.
49357         * math/w_lgammaf_r.c: Likewise.
49358         * math/w_lgammal.c: Likewise.
49359         * math/w_lgammal_r.c: Likewise.
49360         * math/w_log.c: Likewise.
49361         * math/w_log10.c: Likewise.
49362         * math/w_log10f.c: Likewise.
49363         * math/w_log10l.c: Likewise.
49364         * math/w_log2.c: Likewise.
49365         * math/w_log2f.c: Likewise.
49366         * math/w_log2l.c: Likewise.
49367         * math/w_logf.c: Likewise.
49368         * math/w_logl.c: Likewise.
49369         * math/w_pow.c: Likewise.
49370         * math/w_powf.c: Likewise.
49371         * math/w_powl.c: Likewise.
49372         * math/w_remainder.c: Likewise.
49373         * math/w_remainderf.c: Likewise.
49374         * math/w_remainderl.c: Likewise.
49375         * math/w_scalb.c: Likewise.
49376         * math/w_scalbf.c: Likewise.
49377         * math/w_scalbl.c: Likewise.
49378         * math/w_sinh.c: Likewise.
49379         * math/w_sinhf.c: Likewise.
49380         * math/w_sinhl.c: Likewise.
49381         * math/w_sqrt.c: Likewise.
49382         * math/w_sqrtf.c: Likewise.
49383         * math/w_sqrtl.c: Likewise.
49384         * math/w_tgamma.c: Likewise.
49385         * math/w_tgammaf.c: Likewise.
49386         * math/w_tgammal.c: Likewise.
49387
49388         * po/ja.po: Update from translation team.
49389
49390 2011-09-29  Andreas Jaeger  <aj@suse.de>
49391
49392         [BZ #13179]
49393         * sunrpc/netname.c (netname2host): Fix logic.
49394
49395         [BZ #6779]
49396         [BZ #6783]
49397         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49398         correctly.
49399         * math/w_remainder.c (__remainder): Likewise.
49400         * math/w_remainderf.c (__remainderf): Likewise.
49401         * math/libm-test.inc (remainder_test): Add test cases.
49402
49403 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49404
49405         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49406         sdiv_qrnnd.
49407
49408 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49409
49410         * string/test-memcmp.c: Avoid unncessary #defines.
49411         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49412
49413 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49414
49415         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49416         Use new sse2 version for core i3 - i7 as it's faster
49417         than sse42 version.
49418         (bit_Prefer_PMINUB_for_stringop): New.
49419         * sysdeps/x86_64/rawmemchr.S: Update.
49420         Replace with faster SSE2 version.
49421         * sysdeps/x86_64/memrchr.S: New file.
49422         * sysdeps/x86_64/memchr.S: Update.
49423         Replace with faster SSE2 version.
49424
49425 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49426
49427         * elf/dl-load.c (lose): Add cast to avoid warning.
49428
49429 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49430
49431         * po/ca.po: Update from translation team.
49432
49433         * inet/getnetgrent_r.c: Hook up nscd.
49434         * nscd/Makefile (routines): Add nscd_netgroup.
49435         (nscd-modules): Add netgroupcache.
49436         (CFLAGS-netgroupcache.c): Define.
49437         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49438         (cache_search): Add const to second parameter.
49439         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49440         INNETGR.
49441         (dbs): Add netgrdb entry.
49442         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49443         (verify_persistent_db): Handle netgrdb.
49444         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49445         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49446         GETFDNETGR.
49447         (netgroup_response_header): Define.
49448         (innetgroup_response_header): Define.
49449         (datahead): Add netgroup_response_header and innetgroup_response_header
49450         elements.
49451         * nscd/nscd.conf: Add entries for netgroup cache.
49452         * nscd/nscd.h (dbtype): Add netgrdb.
49453         (_PATH_NSCD_NETGROUP_DB): Define.
49454         (netgroup_iov_disabled): Declare.
49455         (xmalloc, xcalloc, xrealloc): Move declarations here.
49456         (cache_search): Adjust prototype.
49457         Add netgroup-related prototypes.
49458         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49459         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49460         (__nscd_innetgr): Declare.
49461         * nscd/selinux.c (perms): Use access_vector_t as element type and
49462         add netgroup-related initializers.
49463         * nscd/netgroupcache.c: New file.
49464         * nscd/nscd_netgroup.c: New file.
49465         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49466         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49467         For four parameters use innetgr.
49468         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49469         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49470         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49471         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49472
49473         * nscd/connections.c (register_traced_file): Don't register file
49474         for disabled databases.
49475
49476 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49477
49478         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49479
49480         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49481         from tree and freeing node.
49482
49483 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49484
49485         * nss/nsswitch.c (__nss_database_lookup): Handle
49486         nss_parse_service_list out of memory case.
49487
49488 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49489
49490         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49491         out of memory case.
49492
49493 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49494
49495         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49496         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49497         pass it down.
49498         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49499         elf_machine_rela, elf_machine_lazy_rel.
49500         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49501         (ELF_DYNAMIC_DO_REL): Likewise.
49502         (ELF_DYNAMIC_DO_RELA): Likewise.
49503         (ELF_DYNAMIC_RELOCATE): Likewise.
49504         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49505         to ELF_DYNAMIC_DO_REL.
49506         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49507         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49508         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49509         elf_machine_rela.
49510         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49511         skip_ifunc, don't call ifunc function if non-zero.
49512         (elf_machine_rela): Likewise.
49513         (elf_machine_lazy_rel): Likewise.
49514         (elf_machine_lazy_rela): Likewise.
49515         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49516         (elf_machine_lazy_rel): Likewise.
49517         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49518         Likewise.
49519         (elf_machine_lazy_rel): Likewise.
49520         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49521         Likewise.
49522         (elf_machine_lazy_rel): Likewise.
49523         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49524         (elf_machine_lazy_rel): Likewise.
49525         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49526         (elf_machine_lazy_rel): Likewise.
49527         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49528         (elf_machine_lazy_rel): Likewise.
49529         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49530         (elf_machine_lazy_rel): Likewise.
49531         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49532         (elf_machine_lazy_rel): Likewise.
49533         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49534         (elf_machine_lazy_rel): Likewise.
49535
49536 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49537
49538         * nss/nss_files/files-init.c (_nss_files_init): Use static
49539         initialization for all the *_traced_file variables.
49540
49541 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49542
49543         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49544
49545 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49546
49547         [BZ #13226]
49548         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49549
49550 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49551
49552         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49553         Reread the line before reparsing it.
49554
49555 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49556
49557         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49558
49559 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49560             Maxim Kuvyrkov  <maxim@codesourcery.com>
49561             Joseph Myers  <joseph@codesourcery.com>
49562
49563         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49564         if needed for __stack_chk_guard.
49565
49566 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49567
49568         * sysdeps/posix/spawni.c (script_execute): Always define it.
49569         It will be optimized away if unused.
49570         (maybe_script_execute): New function.
49571         (__spawni): Call it.
49572
49573         * Makerules: Don't include tls.make.
49574         (config-tls): Always set to thread.
49575         * tls.make.c: File removed.
49576
49577 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49578
49579         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49580         * config.make.in (CPPFLAGS-config): New substituted variable.
49581
49582 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49583
49584         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49585
49586         [BZ #13192]
49587         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49588         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49589
49590 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49591
49592         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49593         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49594         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49595         (CALL_FAIL): Likewise.
49596         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49597         (CALL_FAIL): Macro removed.
49598         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49599
49600 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49601
49602         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49603         for __FINITE_MATH_ONLY__ == 1.
49604
49605 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49606
49607         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49608         __ieee754_sqrt instead of sqrt.
49609         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49610         __ieee754_sqrtf instead of sqrtf.
49611         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49612         __floorf instead of floorf.
49613         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49614         __floorf, __truncf instead of floorf, truncf.
49615
49616 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49617
49618         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49619
49620         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49621         __extern_always_inline.
49622         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49623         32-bit.
49624
49625 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49626
49627         * elf/rtld.c (dl_main): Also relocate in dependency order when
49628         doing symbol dependency testing.
49629
49630 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49631
49632         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49633         Always define `refsym'.
49634
49635 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49636
49637         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49638         (__FD_ELT): Renamed from __FDELT.
49639         * misc/bits/select2.h (__FD_ELT): Likewise.
49640         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49641         __FD_MASK instead of __FDELT, __FDMASK.
49642         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49643         Likewise.
49644         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49645         Likewise.
49646
49647         * elf/Makefile (gen-ldd): Fix pattern.
49648
49649         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49650         (init_tls): Likewise.
49651
49652 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49653
49654         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49655
49656 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49657
49658         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49659         `struct cmsghdr *' instead of `void *'.
49660         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49661         Likewise.
49662
49663 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49664
49665         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49666         if non-absolute.
49667         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49668         ldd_rewrite_script.
49669
49670 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49671
49672         * configure.in: Remove --with-tls option.
49673         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49674         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49675         out in case it is missing.
49676         * sysdeps/ia64/elf/configure.in: Likewise.
49677         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49678         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49679         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49680         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49681         * sysdeps/sh/elf/configure.in: Likewise.
49682         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49683         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49684         * sysdeps/x86_64/elf/configure.in: Likewise.
49685         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49686         * sysdeps/mach/hurd/tls.h: Likewise.
49687
49688         [BZ #13067]
49689         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49690
49691         [BZ #13090]
49692         * configure.in: Fix use of AC_INIT.
49693
49694         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49695
49696 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49697
49698         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49699         __set_errno.
49700         * malloc/hooks.c: Likewise.
49701
49702         [BZ #11929]
49703         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49704         variables statically.
49705         (narenas): Initialize.
49706         (list_lock): Initialize.
49707         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49708         initializtion of main_arena and list_lock.  Small cleanups.
49709         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49710         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49711         Add initializers to main_arena and mp_.
49712         (malloc_state): Remove pagesize member.  Change all users to use
49713         GLRO(dl_pagesize).
49714
49715         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49716         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49717         is always initialized.
49718
49719         * malloc/malloc.c: Removed unused configurations and dead code.
49720         * malloc/arena.c: Likewise.
49721         * malloc/hooks.c: Likewise.
49722         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49723
49724         * include/tls.h: Removed.  USE___THREAD must always be defined.
49725         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49726         * elf/dl-libc.c: Likewise.
49727         * elf/dl-tsd.c: Likewise.
49728         * include/errno.h: Likewise.
49729         * include/netdb.h: Likewise.
49730         * include/resolv.h: Likewise.
49731         * inet/herrno-loc.c: Likewise.
49732         * inet/herrno.c: Likewise.
49733         * malloc/arena.c: Likewise.
49734         * malloc/hooks.c: Likewise.
49735         * malloc/malloc.c: Likewise.
49736         * resolv/res-state.c: Likewise.
49737         * resolv/res_libc.c: Likewise.
49738         * sysdeps/i386/dl-machine.h: Likewise.
49739         * sysdeps/ia64/dl-machine.h: Likewise.
49740         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49741         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49742         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49743         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49744         * sysdeps/sh/dl-machine.h: Likewise.
49745         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49746         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49747         * sysdeps/unix/i386/sysdep.S: Likewise.
49748         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49749         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49750         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49751         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49752         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49753         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49754         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49755         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49756         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49757         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49758         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49759         * sysdeps/x86_64/dl-machine.h: Likewise.
49760         * tls.make.c: Likewise.
49761
49762         * configure.in: Remove --with-__thread option.  Make tests for
49763         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49764         tls_model attribute fail if no support is available.  Remove
49765         USE_IN_LIBIO.
49766         * Makeconfig: Adjust for dropped configure option.  All features are
49767         now mandatory.
49768         * Makerules: Likewise.
49769         * Versions.def: Likewise.
49770         * argp/argp-fmtstream.c: Likewise.
49771         * argp/argp-fmtstream.h: Likewise.
49772         * argp/argp-help.c: Likewise.
49773         * assert/assert.c: Likewise.
49774         * config.h.in: Likewise.
49775         * config.make.in: Likewise.
49776         * configure: Likewise.
49777         * configure.in: Likewise.
49778         * csu/Versions: Likewise.
49779         * csu/init.c: Likewise.
49780         * elf/tst-audit2.c: Likewise.
49781         * elf/tst-tls10.c: Likewise.
49782         * elf/tst-tls10.h: Likewise.
49783         * elf/tst-tls11.c: Likewise.
49784         * elf/tst-tls12.c: Likewise.
49785         * elf/tst-tls14.c: Likewise.
49786         * elf/tst-tlsmod11.c: Likewise.
49787         * elf/tst-tlsmod12.c: Likewise.
49788         * elf/tst-tlsmod13.c: Likewise.
49789         * elf/tst-tlsmod13a.c: Likewise.
49790         * elf/tst-tlsmod14a.c: Likewise.
49791         * elf/tst-tlsmod15b.c: Likewise.
49792         * elf/tst-tlsmod16a.c: Likewise.
49793         * elf/tst-tlsmod16b.c: Likewise.
49794         * elf/tst-tlsmod7.c: Likewise.
49795         * elf/tst-tlsmod8.c: Likewise.
49796         * elf/tst-tlsmod9.c: Likewise.
49797         * gmon/gmon.c: Likewise.
49798         * grp/fgetgrent_r.c: Likewise.
49799         * grp/putgrent.c: Likewise.
49800         * hurd/fopenport.c: Likewise.
49801         * include/libc-symbols.h: Likewise.
49802         * include/tls.h: Likewise.
49803         * intl/gettextP.h: Likewise.
49804         * intl/loadinfo.h: Likewise.
49805         * locale/global-locale.c: Likewise.
49806         * locale/localeinfo.h: Likewise.
49807         * mach/devstream.c: Likewise.
49808         * malloc/arena.c: Likewise.
49809         * malloc/set-freeres.c: Likewise.
49810         * misc/err.c: Likewise.
49811         * misc/getttyent.c: Likewise.
49812         * misc/mntent_r.c: Likewise.
49813         * posix/getopt.c: Likewise.
49814         * posix/wordexp.c: Likewise.
49815         * pwd/fgetpwent_r.c: Likewise.
49816         * resolv/Versions: Likewise.
49817         * resolv/res_hconf.c: Likewise.
49818         * shadow/fgetspent_r.c: Likewise.
49819         * shadow/putspent.c: Likewise.
49820         * stdio-common/printf_fphex.c: Likewise.
49821         * stdio-common/tmpfile.c: Likewise.
49822         * stdlib/abort.c: Likewise.
49823         * stdlib/fmtmsg.c: Likewise.
49824         * sunrpc/auth_unix.c: Likewise.
49825         * sunrpc/clnt_perr.c: Likewise.
49826         * sunrpc/clnt_tcp.c: Likewise.
49827         * sunrpc/clnt_udp.c: Likewise.
49828         * sunrpc/clnt_unix.c: Likewise.
49829         * sunrpc/openchild.c: Likewise.
49830         * sunrpc/svc_simple.c: Likewise.
49831         * sunrpc/svc_tcp.c: Likewise.
49832         * sunrpc/svc_udp.c: Likewise.
49833         * sunrpc/svc_unix.c: Likewise.
49834         * sunrpc/xdr.c: Likewise.
49835         * sunrpc/xdr_array.c: Likewise.
49836         * sunrpc/xdr_rec.c: Likewise.
49837         * sunrpc/xdr_ref.c: Likewise.
49838         * sunrpc/xdr_stdio.c: Likewise.
49839
49840 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49841
49842         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49843
49844 2011-07-03  Andreas Jaeger  <aj@suse.de>
49845
49846         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49847         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49848         regenerate with gen-libm-tests.pl.
49849
49850 2010-05-12  Petr Baudis  <pasky@suse.cz>
49851
49852         [BZ #11589]
49853         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49854         around j0() zero points by switching to j1().
49855         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49856         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49857         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49858         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49859
49860 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49861
49862         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49863         instead of 0.
49864         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49865         instead of 0.
49866         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49867         Patch in part by Pavel Roskin <proski@gnu.org>.
49868
49869         [BZ #13138]
49870         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49871         realloc.
49872         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49873         Free memory block if necessary.
49874
49875         [BZ #12847]
49876         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49877         be NULL.  Don't lock in this case.
49878
49879 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49880
49881         * elf/elf.h (ELFOSABI_GNU): New macro.
49882         (ELFOSABI_LINUX): Define to that.
49883
49884 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49885
49886         * string/strncat.c (strncat): Undef the symbol in case it has been
49887         defined in bits/string.h.
49888
49889 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49890
49891         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49892
49893         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49894         link map.
49895
49896 2011-08-17  Andreas Jaeger  <aj@suse.de>
49897
49898         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49899
49900 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49901             Ian Lance Taylor  <iant@google.com>
49902
49903         * math/libm-test.inc (lround_test): New testcase.
49904         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49905
49906 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49907
49908         * Makefile: Remove support for automatic cvs check-ins.
49909         * Makerules: Likewise.
49910         * config.make.in: Likewise.
49911         * configure.in: Likewise.
49912         * intl/Makefile: Likewise.
49913         * locale/Makefile: Likewise.
49914         * po/Makefile: Likewise.
49915         * posix/Makefile: Likewise.
49916         * sysdeps/gnu/Makefile: Likewise.
49917         * sysdeps/mach/hurd/Makefile: Likewise.
49918         * sysdeps/sparc/sparc32/Makefile: Likewise.
49919
49920         [BZ #13118]
49921         * posix/Makefile (bug-regex32-ENV): Define.
49922         Patch by John Stanley <jpsinthemix@verizon.net>.
49923
49924         * misc/Makefile (headers): Add bits/select2.h.
49925         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49926         * misc/bits/select2.h: New file.
49927         * include/bits/select2.h: New file.
49928         * debug/Makefile (routines): Add fdelt_chk.
49929         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49930         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49931         FD_ISSET.
49932         * debug/fdelt_chk.c: New file.
49933
49934         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49935         * wcsmbs/test-wmemcmp.c: Likewise.
49936         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49937         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49938
49939 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49940
49941         * string/Makefile (strop-tests): Add memcmp.
49942         * string/test-wmemcmp.c: New file.
49943         * string/test-memcmp.c: Add wmemcmp support.
49944
49945 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49946
49947         [BZ #13153]
49948         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49949         2011-07-19 change.
49950
49951         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49952         garbage value in a __mach_port_mod_refs call in the cases of the
49953         task-self and thread-self ports.
49954
49955 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49956
49957         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49958
49959 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49960
49961         * elf/dl-load.c (lose): Check for non-null L.
49962
49963 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49964
49965         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49966
49967         * elf/dl-libc.c (dlerror_run): Pass back error code from
49968         dl_catch_error.
49969
49970         [BZ #13123]
49971         * elf/dl-load.c (lose): Free l_origin if it is valid.
49972
49973         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49974         names.
49975         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49976         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49977         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49978         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49979         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49980         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49981
49982 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49983
49984         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49985         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49986         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49987         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49988         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49989         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49990         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49991         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49992         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49993         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49994
49995 2011-08-15  Alan Modra  <amodra@gmail.com>
49996
49997         [BZ #13092]
49998         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49999         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50000         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50001         ppc_mcount to static-only-routines.
50002         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50003         __mcount_internal.
50004         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50005         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50006
50007 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50008
50009         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50010         for finite and infinity parameters.
50011
50012 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50013
50014         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50015         and add nop instructions for throughput optimization.
50016         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50017
50018 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50019
50020         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50021         aligned copy for power7 with vector-scalar instructions.
50022         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50023
50024 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50025
50026         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50027         AVX check.
50028
50029 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50030
50031         [BZ #13144]
50032         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50033         last change.
50034
50035 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50036
50037         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50038         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50039         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50040         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50041         clock_gettime.
50042
50043 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50044
50045         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50046         Forgot to demangle the pointer.
50047
50048         * sysdeps/i386/sysdep.h: Define atom_text_section.
50049         * sysdeps/x86_64/sysdep.h: Likewise.
50050         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50051         section with atom_text_section.
50052         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50053         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50054         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50055         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50056         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50057
50058         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50059         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50060         already be defined.  Change to take two parameters and don't assign
50061         result to variable.  Adjust all users.
50062         Define INTERNAL_GETTIME if not already defined.
50063         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50064         call.
50065         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50066         HAVE_CLOCK_GETTIME_VSYSCALL.
50067         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50068
50069         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50070         gettimeofday vsyscall, just use time.
50071
50072 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50073
50074         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50075         <errno.h>.
50076
50077 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50078
50079         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50080         syscall on x86-64.
50081         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50082         syscall.
50083         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50084         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50085         syscall if possible.
50086
50087 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50088
50089         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50090         e_ident.  Don't pass to find_mapsXX.
50091         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50092
50093 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50094
50095         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50096         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50097         * sysdeps/x86_64/multiarch/strchr.S: Update.
50098         Check bit_slow_BSF bit.
50099         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50100         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50101         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50102
50103 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50104
50105         [BZ #13134]
50106         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50107         before glibc 2.15.
50108         (tryshell): Define.
50109         (__spawni): Change last parameter to be flag.  Test
50110         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50111         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50112         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50113         * posix/spawni.c: Likewise.
50114         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50115         * posix/spawnp.c: Likewise.  Change normal version to use
50116         SPAWN_XFLAGS_USE_PATH.
50117         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50118         SPAWN_XFLAGS_TRY_SHELL.
50119
50120         [BZ #13150]
50121         * posix/glob.h: Remove gcc 1.x support.
50122
50123         [BZ #13068]
50124         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50125
50126 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50127
50128         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50129         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50130         strrchr-sse2-bsf
50131         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50132         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50133         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50134         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50135         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50136         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50137
50138 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50139
50140         * sysdeps/x86_64/wcscmp.S: New file.
50141
50142         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50143         wcscmp-c wcscmp-sse2
50144         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50145         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50146         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50147         * wcsmbs/wcscmp.c: Allow renaming.
50148
50149 2011-09-05  David S. Miller  <davem@davemloft.net>
50150
50151         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50152         stack slot, rather than the struct return pointer slot.
50153         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50154         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50155         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50156         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50157
50158 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50159
50160         * po/ja.po: Update from translation team.
50161
50162         [BZ #13144]
50163         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50164         kernel in 64-bit binaries.
50165
50166 2011-09-01  David S. Miller  <davem@davemloft.net>
50167
50168         * elf/elf.h (HWCAP_SPARC_*): Move to..
50169         * sysdeps/sparc/sysdep.h: this new file and add new values.
50170         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50171         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50172         _DL_HWCAP_COUNT to 24.
50173         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50174         entries.
50175         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50176         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50177         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50178         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50179         instead of magic constants.
50180         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50181
50182 2011-08-31  David S. Miller  <davem@davemloft.net>
50183
50184         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50185         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50186         Reimplement to do errno handling inline.
50187         (SYSCALL_ERROR_HANDLER): New macro.
50188         (__SYSCALL_STRING): Do not do errno handling in asm.
50189         (__CLONE_SYSCALL_STRING): Delete.
50190         (__INTERNAL_SYSCALL_STRING): Delete.
50191         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50192         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50193         (PSEUDO): Reimplement to do errno handling inline.
50194         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50195         (SYSCALL_ERROR_HANDLER): New macro.
50196         (__SYSCALL_STRING): Do not do errno handling in asm.
50197         (__CLONE_SYSCALL_STRING): Delete.
50198         (__INTERNAL_SYSCALL_STRING): Delete.
50199         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50200         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50201         i386.
50202         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50203         (inline_syscall*): Add 'err' argument.
50204         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50205         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50206         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50207         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50208
50209         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50210         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50211
50212 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50213
50214         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50215
50216 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50217
50218         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50219         directive.
50220
50221 2011-08-24  David S. Miller  <davem@davemloft.net>
50222
50223         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50224
50225 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50226
50227         * elf/Makefile: Add rules to build and run unload8 test.
50228         * elf/unload8.c: New file.
50229         * elf/unload8mod1.c: New file.
50230         * elf/unload8mod1x.c: New file.
50231         * elf/unload8mod2.c: New file.
50232         * elf/unload8mod3.c: New file.
50233
50234         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50235         it wasn't used.
50236
50237 2011-08-23  David S. Miller  <davem@davemloft.net>
50238
50239         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50240         subtract stack bias.
50241         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50242         %sp not %fp in calculations.
50243         (_JMPBUF_UNWINDS_ADJ): Likewise.
50244
50245         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50246         (aio_suspend): Call it to force an exception region around the
50247         AIO_MISC_WAIT() invocation.
50248
50249 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50250
50251         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50252         backslash.
50253
50254 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50255
50256         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50257         protection macro.
50258         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50259         and <dl-machine.h>.
50260         (Elf64_FuncDesc): Remove.
50261
50262 2011-08-22  David S. Miller  <davem@davemloft.net>
50263
50264         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50265         sigaltstack check, add missing cfi directives.
50266         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50267         missing cfi directives, and sigaltstack handling.
50268
50269 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50270
50271         [BZ #11724]
50272         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50273         object is seen twice.
50274         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50275
50276         * elf/Makefile (distribute): Add tst-initorder2.c.
50277         (tests): Add tst-initorder2.
50278         (modules-names): Add tst-initorder2a tst-initorder2b
50279         tst-initorder2c tst-initorder2d.  Add rules to build them.
50280         ($(objpfx)tst-initorder2.out): New rule.
50281         * elf/tst-initorder2.c: New file.
50282         * elf/tst-initorder2.exp: New file.
50283
50284 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50285
50286         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50287
50288         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50289         dependencies back to end of function.
50290
50291         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50292         $(elfobjdir)/ld.so.
50293
50294 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50295
50296         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50297         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50298         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50299         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50300         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50301         of __vdso_gettimeofday.
50302         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50303         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50304         attribute_hidden.
50305         (_libc_vdso_platform_setup): Remove initialization of
50306         __vdso_gettimeofday and __vdso_time.
50307
50308 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50309
50310         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50311         and fgetc_unlocked.
50312         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50313         getc_unlocked.
50314
50315         * elf/dl-open.c (add_to_global): Report additions to the global scope
50316         for LD_DEBUG=scopes.
50317         (dl_open_worker): Also print scope of newly loaded dependencies.
50318         (_dl_show_scope): Indicate if there is no scope.
50319
50320         [BZ #13114]
50321         * stdio-common/Makefile (tests): Add bug24.
50322         * stdio-common/bug24.c: New file.
50323
50324 2011-08-19  Andreas Jaeger  <aj@suse.de>
50325
50326         [BZ #13114]
50327         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50328         non-existant file when using close-on-exec mode.
50329
50330 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50331
50332         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50333         the very first instruction.
50334
50335         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50336         the CFI state in the end.
50337         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50338         inclusion of dl-trampoline.h.
50339         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50340
50341 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50342
50343         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50344         expectations for long double.
50345
50346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50347         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50348
50349 2011-08-14  David S. Miller  <davem@davemloft.net>
50350
50351         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50352         artificual limit depends upon the system page size.
50353
50354 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50355
50356         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50357         * resolv/Makefile: Define CFLAGS-libresolv.
50358
50359 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50360
50361         * nss/makedb.c (compute_tables): Make variables used in nested
50362         function static.
50363
50364 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50365
50366         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50367         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50368         if buffer was too small.
50369
50370         * elf/pldd.c (main): Attach to all threads in the process.
50371         Rewrite /proc handling to use *at functions.
50372
50373 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50374
50375         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50376         specifies first scope to show.
50377         (dl_open_worker): Update callers.  Move printing scope of new
50378         object to before the relocation.
50379         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50380         * sysdeps/generic/ldsodefs.h: Update declaration.
50381
50382         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50383         string for the scope number.
50384
50385 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50386
50387         * nscd/servicescache.c (cache_addserv): Make sure written is always
50388         initialized.
50389
50390 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50391
50392         * sysdeps/i386/i486/bits/atomic.h
50393         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50394         statement expression, so as to suppress "set but not used" warning.
50395         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50396
50397         * string/strncat.c (STRNCAT): Use prototype definition.
50398
50399         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50400         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50401         -Iprograms here.
50402         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50403         (localedef-modules): Add localedef.
50404         (locale-modules): Add locale.
50405
50406         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50407         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50408         to avoid a warning.
50409
50410 2011-08-14  David S. Miller  <davem@davemloft.net>
50411
50412         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50413         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50414
50415 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50416
50417         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50418         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50419         * elf/rtld.c (dl_main): Set l_name of vDSO.
50420         Call _dl_show_scope when DL_DEBUG_SCOPES.
50421         (process_dl_debug): Recognize scopes flag and also set it for all.
50422         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50423         Declare _dl_show_scope.
50424
50425         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50426         (do_dlopen): Pass caller_dlopen to dl_open.
50427         (__libc_dlopen_mode): Initialize caller_dlopen.
50428
50429         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50430         of libc.  Make tolower call locale-independent.  Optimize a bit by
50431         using isdigit instead of isalnum.
50432         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50433
50434 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50435
50436         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50437         was a dependency or dynamically loaded.
50438
50439 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50440
50441         * intl/l10nflist.c: Allow architecture-specific pop function.
50442         * sysdeps/x86_64/l10nflist.c: New file.
50443
50444         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50445         classification.
50446
50447 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50448
50449         * include/dirent.h: Add libc_hidden_proto for scandirat and
50450         scandirat64.  Don't declare __scandirat64.
50451         * dirent/scandirat.c: Add libc_hidden_def.
50452         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50453         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50454
50455 2011-08-10  David S. Miller  <davem@davemloft.net>
50456
50457         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50458         enum.
50459         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50460         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50461         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50462
50463 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50464
50465         * Versions.def [libc]: Add GLIBC_2.15.
50466         * dirent/Makefile (routines): Add scandirat and scandirat64.
50467         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50468         GLIBC_2.15.
50469         * dirent/dirent.h: Declare scandirat and scandirat64.
50470         * dirent/scandirat.c: New file.
50471         * dirent/scandirat64.c: New file.
50472         * sysdeps/wordsize-64/scandirat.c: New file.
50473         * sysdeps/wordsize-64/scandirat64.c: New file.
50474         * dirent/opendir.c: Define opendirat.
50475         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50476         using scandirat.
50477         * dirent/scandir64.c: Adjust for scandir.c change.
50478         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50479         __scandirat64, and __scandir_cancel_handler.
50480         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50481         additional parameter and use openat instead of open (outside of ld.so).
50482         Add new __opendir as wrapper around __opendirat.
50483         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50484         here without requiring old scandirat implementation.
50485
50486 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50487
50488         * dirent/scandir.c (cancel_handler): Renamed to
50489         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50490         defined.  Adjust users.
50491         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50492         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50493
50494 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50495
50496         * string/test-string.h (IMPL): Use __STRING to expand name and then
50497         stringify it.
50498
50499         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50500         of cleanups.
50501
50502 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50503
50504         * string/Makefile: Update.
50505         (strop-tests): Append strncat.
50506         * string/test-wcscmp.c: New file.
50507         New comprehensive test for wcscmp.
50508         * string/test-strcmp.c: Update.
50509         (WIDE): New define.
50510
50511 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50512
50513         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50514         line.
50515
50516 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50517
50518         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50519         encoding to ACE if AI_IDN.
50520
50521 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50522
50523         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50524         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50525
50526 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50527
50528         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50529         Fix overflow bug in strncat.
50530         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50531
50532         * string/test-strncat.c: Update.
50533         Add new tests for checking overflow bugs.
50534
50535 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50536
50537         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50538         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50539         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50540         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50541         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50542         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50543         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50544         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50545         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50546
50547         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50548         (USE_AS_STRCAT): Define.
50549         Add strcat and strncat support.
50550         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50551
50552 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50553
50554         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50555         __n bigger than INT_MAX+1.
50556         (__strncmp_g): Likewise.
50557
50558 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50559
50560         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50561         * libio/stido.h: Likewise.
50562
50563         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50564         (AF_NFC): Define.
50565         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50566         (AF_NFC): Define.
50567
50568         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50569         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50570         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50571         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50572         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50573
50574         [BZ #13021]
50575         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50576         installed.
50577
50578         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50579         typo.
50580         (_dl_x86_64_save_sse): Likewise.
50581
50582 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50583
50584         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50585         OSXSAVE.
50586         (_dl_x86_64_save_sse): Likewise.
50587
50588         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50589
50590         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50591
50592 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50593
50594         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50595         change.
50596         (_dl_x86_64_save_sse): Use correct AVX check.
50597
50598 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50599
50600         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50601         bug in strncpy/strncat.
50602         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50603
50604 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50605
50606         * string/tester.c (test_strcat): Add tests for different alignments
50607         of source and destination.
50608         (test_strncat): Likewise.
50609
50610 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50611
50612         [BZ #12852]
50613         * posix/glob.c (glob): Check passed in values before using them in
50614         expressions to avoid some overflows.
50615         (glob_in_dir): Likewise.
50616
50617         [BZ #13007]
50618         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50619         check for AVX enablement so that we don't crash with old kernels and
50620         new hardware.
50621         * elf/tst-audit4.c: Add same checks here.
50622         * elf/tst-audit6.c: Likewise.
50623
50624         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50625
50626 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50627
50628         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50629
50630 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50631
50632         * po/cs.po: Update from translation team.
50633         * po/bg.po: Likewise.
50634
50635 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50636
50637         * misc/sys/cdefs.h: Add support for const attribute.
50638         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50639         to gnu_dev_{major,minor,makedev} functions.
50640
50641 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50642
50643         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50644
50645 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50646
50647         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50648         strlen results.
50649
50650 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50651
50652         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50653         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50654         register in order to avoid conflicts with the soft frame pointer
50655         being held in r11 when necessary.
50656         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50657         (INTERNAL_VSYSCALL_NCS): Likewise.
50658
50659 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50660
50661         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50662         * elf/dl-fini.c (_dl_fini): Adjust caller.
50663         * elf/dl-close.c (_dl_close_worker): Likewise.
50664         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50665
50666 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50667
50668         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50669         "aux_cache->nlibs < 0".
50670
50671         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50672         in the reload-count case.
50673
50674 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50675
50676         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50677         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50678         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50679         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50680         * sysdeps/x86_64/multiarch/strcat.S: New file.
50681         * sysdeps/x86_64/multiarch/strncat.S: New file.
50682         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50683         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50684         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50685         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50686         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50687         (USE_AS_STRCAT): Define.
50688         Add strcat and strncat support.
50689         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50690         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50691         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50692         * string/strncat.c: Update.
50693         (USE_AS_STRNCAT): Define.
50694         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50695         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50696         and i7.
50697         * sysdeps/x86_64/multiarch/init-arch.h
50698         (bit_Prefer_PMINUB_for_stringop): New.
50699         (index_Prefer_PMINUB_for_stringop): Likewise.
50700         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50701         bit_Prefer_PMINUB_for_stringop.
50702
50703 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50704
50705         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50706         buffer64.
50707         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50708         of casting of buffer.
50709         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50710         buffer32 and buffer64.
50711         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50712         writes instead of casting of buffer.
50713         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50714         buffer32.
50715         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50716         casting of buffer.
50717
50718 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50719
50720         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50721
50722 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50723
50724         * nscd/nscd.c (termination_handler): Don't do anything for a database
50725         if it has not yet been initialized.
50726
50727 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50728
50729         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50730
50731 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50732
50733         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50734
50735 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50736
50737         * po/nl.po: Update from translation team.
50738         * po/sv.po: Likewise.
50739
50740 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50741
50742         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50743         now disallowed by GCC.
50744
50745         * configure.in (use-default-link): Default to yes if a test -shared
50746         link meets our qualifications.
50747         * configure: Regenerated.
50748
50749         * config.make.in (output-format): New variable.
50750         * configure.in: Check for ld --print-output-format support.
50751         * configure: Regenerated.
50752         * Makerules ($(common-objpfx)format.lds)
50753         [$(output-format) != unknown]: Just use $(output-format),
50754         instead of the linker-script munging.
50755
50756 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50757
50758         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50759         of $(common-objpfx)shlib.lds.
50760         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50761
50762         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50763         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50764
50765         * configure.in (-z relro check): Adjust test code to add a large
50766         writable data section after it.
50767         * configure: Regenerated.
50768
50769 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50770
50771         * configure.in (-z relro check): Fix test code to make the variable
50772         truly const.
50773         * configure: Regenerated.
50774
50775 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50776
50777         * nscd/nscd.h (struct traced_file): Define.
50778         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50779         elements.  Add traced_files.
50780         (inotify_fd): Declare.
50781         (register_traced_file): Declare.
50782         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50783         (inotify_fd): Export.
50784         (resolv_conf_descr): Remove.
50785         (nscd_init): Move inotify descriptor creation to main.
50786         Don't register files for notification here.
50787         (register_traced_file): New function.
50788         (invalidate_cache): Don't use reset_res to determine whether to call
50789         res_init, go through the list of registered files.
50790         (main_loop_poll): The inotify descriptors are now stored in the
50791         structures for the traced files.
50792         (main_loop_epoll): Likewise
50793         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50794         to __nss_disable_nscd.
50795         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50796         for a database anymore.  Check the records for all the registered
50797         files instead.
50798         * nss/Makefile (libnss_files-routines): Add files-init.
50799         (libnss_db-routines): Add db-init.
50800         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50801         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50802         * nss/nss_db/db-init.c: New file.
50803         * nss/nss_files/files-init.c: New file.
50804         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50805         __nss_lookup_function.
50806         (__nss_lookup_function): Call nss_load_library.
50807         (nss_load_all_libraries): New function.
50808         (__nss_disable_nscd): Take parameter with callback function for files
50809         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50810         used for the cached services.
50811         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50812         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50813         options for features to all the files in nscd.
50814
50815         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50816
50817 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50818
50819         * csu/elf-init.c (__libc_csu_init): Comment typo.
50820
50821 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50822
50823         * po/pl.po: Update from translation team.
50824         * po/ja.po: Likewise.
50825         * po/ru.po: Likewise.
50826         * po/ko.po: Likewise.
50827         * po/fr.po: Likewise.
50828
50829 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50830
50831         * configure.in (.ctors/.dtors header and trailer check):
50832         Use an empirical test on a built program.
50833         * configure: Regenerated.
50834
50835         * configure.in (-z relro check): Use an empirical test on a built DSO.
50836         Detect, but do not require, on ia64.
50837         * configure: Regenerated.
50838
50839         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50840         Update tests that use readelf to use $READELF instead.
50841         * configure: Regenerated.
50842
50843 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50844
50845         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50846         if the result is not used.
50847
50848 2011-07-05  Andreas Jaeger  <aj@suse.de>
50849
50850         [BZ#9696]
50851         * stdlib/tst-strtod.c: Add testcase.
50852
50853 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50854
50855         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50856         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50857         The latter has a higher limit.  Take additional parameter to pass to
50858         the new function.
50859         (__pathconf): Pass file to __statfs_link_max.
50860         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50861         __statfs_link_max.
50862         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50863         __statfs_link_max.
50864
50865         [BZ #12868]
50866         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50867         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50868         Handle Lustre.
50869         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50870         (__statfs_filesize_max): Likewise.
50871         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50872
50873 2011-07-05  Andreas Jaeger  <aj@suse.de>
50874
50875         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50876
50877 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50878
50879         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50880         `status' variable.
50881         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50882         Likewise.
50883
50884 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50885
50886         * Makefile (strop-tests): Add strncat.
50887         * string/test-strncat.c: New file.
50888
50889 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50890
50891         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50892
50893 2011-06-21  Andreas Jaeger  <aj@suse.de>
50894
50895         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50896         Copy rule from iconvdata/Makefile.
50897
50898 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50899
50900         [BZ #12922]
50901         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50902         but no long options are defined, just return 'W'.
50903
50904 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50905
50906         [BZ #9696]
50907         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50908
50909 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50910
50911         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50912         netgroups to read.
50913         (innetgr): Likewise.
50914
50915 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50916
50917         * config.make.in (install_root): Default to $(DESTDIR).
50918
50919 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50920
50921         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50922
50923 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50924
50925         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50926
50927         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50928         containing directory rather than embedding absolute directory names.
50929
50930         * scripts/check-local-headers.sh: Rewritten using awk.
50931         Match by word, not by line.  Print error messages for matches.
50932         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50933
50934         * Makerules [shlib-lds-flags empty]:
50935         ($(common-objpfx)libc_pic.opts): New target.
50936         ($(common-objpfx)libc_pic.os.clean): New target.
50937         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50938
50939         * config.make.in (OBJCOPY): New variable.
50940         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50941         * configure: Regenerated.
50942
50943         * config.make.in (use-default-link): New variable.
50944         * configure.in (use_default_link): Grok --with-default-link to set it.
50945         * configure: Regenerated.
50946         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50947         (shlib-lds, shlib-lds-flags): Define to empty.
50948
50949         * Makerules (shlib-lds): New variable.
50950         (shlib-lds-flags): New variable.
50951         (build-shlib, build-moduile, build-module-asneeded): Use it.
50952         ($(common-objpfx)libc.so): Use $(shlib-lds).
50953         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50954         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50955
50956         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50957         DT_FLAGS/DT_FLAGS_1 with zero flags.
50958
50959         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50960         linker script munging.
50961
50962 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50963
50964         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50965         as 128-bit value.
50966         * crypt/sha512.c (sha512_process_block): Perform total addition using
50967         128-bit if possible.
50968         (__sha512_finish_ctx): Likewise.
50969         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50970         as 64-bit value.
50971         * crypt/sha256.c (SWAP64): Define.
50972         (sha256_process_block): Perform total addition using 64-bit if
50973         possible.
50974         (__sha256_finish_ctx): Likewise.
50975
50976 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50977
50978         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50979         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50980         * nscd/hstcache.c (cache_addhst): Likewise.
50981         * nscd/grpcache.c (cache_addgr): Likewise.
50982         * nscd/aicache.c (addhstaiX): Likewise
50983         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50984
50985 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50986
50987         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50988         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50989         * nscd/hstcache.c (cache_addhst): Likewise.
50990         * nscd/grpcache.c (cache_addgr): Likewise.
50991         * nscd/aicache.c (addhstaiX): Likewise
50992
50993 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50994
50995         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50996         domain only when needed.
50997
50998 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50999
51000         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51001         is always restored.
51002
51003 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51004
51005         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51006         are re-adding the entry.
51007         * nscd/servicescache.c (cache_addserv): Likewise.
51008
51009 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51010
51011         * sysdeps/generic/dl-irel.h: fix protection against multiple
51012         inclusions.
51013         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51014
51015 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51016
51017         [BZ #12935]
51018         * malloc/memusage.sh: Fix quoting in message.
51019         * debug/xtrace.sh: Likewise.
51020
51021         * configure.in: Remove support for --experimental-malloc option, make
51022         it the default.
51023         * config.make.in: Likewise.
51024         * malloc/Makefile: Likewise.
51025
51026 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51027
51028         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51029         two-byte characters.
51030
51031 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51032
51033         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51034         AC_CACHE_CHECK invocation.
51035         * configure: Regenerated.
51036
51037         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51038
51039 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51040
51041         [BZ #12350]
51042         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51043         bit from old_res_options.
51044
51045         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51046
51047         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51048         value type for setfct.
51049
51050 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51051
51052         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51053         __gettimeofday instead of gettimeofday.
51054
51055 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51056
51057         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51058
51059 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51060
51061         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51062
51063         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51064         info.
51065
51066 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51067
51068         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51069         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51070         strcpy-sse2-unaligned strncpy-sse2-unaligned
51071         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51072         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51073         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51074         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51075         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51076         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51077         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51078         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51079         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51080         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51081         (STRCPY): Support SSE2 and SSSE3 versions.
51082
51083 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51084
51085         [BZ #12874]
51086         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51087         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51088         kernels which artificially limit size of requests.
51089
51090 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51091
51092         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51093         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51094         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51095         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51096         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51097         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51098         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51099         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51100         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51101         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51102         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51103         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51104         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51105         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51106         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51107         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51108         Enable unaligned load optimization for Intel Core i3, i5 and i7
51109         processors.
51110         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51111         Define.
51112         (index_Fast_Unaligned_Load): Define.
51113         (HAS_FAST_UNALIGNED_LOAD): Define.
51114
51115 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51116
51117         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51118
51119 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51120
51121         [BZ #12907]
51122         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51123         until it is clear that the information is realy needed.
51124         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51125
51126 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51127
51128         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51129
51130 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51131
51132         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51133         /sys/devices/system/cpu/online if it is usable.
51134
51135         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51136         reading the information from the /proc filesystem to once a second.
51137
51138 2011-06-21  Andreas Jaeger  <aj@suse.de>
51139
51140         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51141         NULL after inclusion of kernel headers.
51142
51143 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51144
51145         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51146         calls to internal_setent.
51147
51148         [BZ #12885]
51149         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51150         addresses using gethostbyname4_r ignore IPv4 addresses.
51151
51152         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51153         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51154
51155         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51156
51157 2011-06-20  David S. Miller  <davem@davemloft.net>
51158
51159         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51160         inclusions.
51161         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51162
51163         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51164         (elf_irel): Use it.
51165         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51166         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51167         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51168         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51169         * sysdeps/x86_64/dl-irel.h: Likewise.
51170
51171         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51172         * elf/dl-sym.c: Likewise.
51173
51174 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51175
51176         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51177         need to dereference resplen2.
51178
51179 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51180
51181         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51182
51183 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51184
51185         * Makeconfig: Define vardbdir and inst_vardbdir.
51186         * nss/Makefile: Add rules to install db-Makefile.
51187
51188         * nss/nss_db/db-XXX.c: Cleanup.
51189
51190         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51191         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51192         GLIBC_PRIVATE.
51193         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51194         * nss/makedb.c: Implement -g option to specify that value strings
51195         are generated and should not be added to table iterated over for
51196         get*ent calls.
51197         * nss/nss_db/db-initgroups.c: New file.
51198
51199         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51200         interface.
51201
51202         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51203         (internal_getgrouplist): Adjust to name change.
51204         Update use_initgroups_entry if this is not the first call.
51205         * nss/databases.def: Add initgroups entry.
51206
51207         * nss/makedb.c (compute_tables): Check result of multiple hash table
51208         sizes to minimize maximum chain length.
51209
51210 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51211
51212         * Versions.def: Add entry for libnss_db.
51213         * shlib-versions: Likewise.
51214         * nss/Makefile: Add rules to build libnss_db.
51215         * nss/Versions: Add libnss_db information.  Organize libnss_files
51216         entries better.
51217         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51218         makedb progra.  Some minor improvements to generate smaller files.
51219         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51220         here from...
51221         * nss/makedb.c: ...here.
51222         Improve database format to be smaller and require less memory at
51223         runtime.
51224         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51225         db anymore.
51226         * nss/nss_db/db-netgrp.c: Likewise.
51227         * nss/nss_db/db-open.c: Likewise.
51228         * nss/nss_files/flies-XXX.x: Adjust comments.
51229         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51230         * nss/nss_files/files-grp.c: Likewise.
51231         * nss/nss_files/files-hosts.c: Likewise.
51232         * nss/nss_files/files-network.c: Likewise.
51233         * nss/nss_files/files-proto.c: Likewise.
51234         * nss/nss_files/files-pwd.c: Likewise.
51235         * nss/nss_files/files-rpc.c: Likewise.
51236         * nss/nss_files/files-service.c: Likewise.
51237         * nss/nss_files/files-sgrp.c: Likewise.
51238         * nss/nss_files/files-spwd.c: Likewise.
51239         * nss/nss_db/db-alias.c: Removed.
51240         * nss/nss_db/dummy-db.h: Removed.
51241
51242 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51243
51244         * nss/makedb.c: Rewritten to not use database library.
51245         * nss/Makefile: Update to build new makedb program.
51246
51247 2011-06-14  Andreas Jaeger  <aj@suse.de>
51248
51249         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51250         memset declaration.
51251
51252 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51253
51254         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51255         tmpbuf.
51256
51257 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51258
51259         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51260         * elf/Makefile ($(objpfx)ld.so): Likewise.
51261
51262         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51263         Don't list ld.so twice in dependencies.
51264
51265         * posix/bug-regex31.c: Include <stdlib.h>.
51266
51267         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51268
51269         * nis/nss_compat/compat-spwd.c
51270         (getspent_next_nss_netgr): Remove unused variable.
51271         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51272
51273         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51274         nonmembers" output to use the right array.
51275
51276         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51277
51278         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51279
51280         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51281         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51282         * catgets/gencat.c (read_input_file): Likewise.
51283         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51284
51285         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51286         variable definition inside #if's controlling its use.
51287
51288         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51289
51290         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51291
51292         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51293
51294         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51295         unreachable code.
51296
51297         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51298
51299         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51300         * configure: Regenerated.
51301
51302         * Makerules: Revert last change.
51303         * elf/Makefile: Likewise.
51304
51305 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51306
51307         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51308         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51309         (reloc-link): Likewise.
51310
51311 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51312
51313         * elf/Makefile: Add rules to build pldd.
51314         * elf/pldd.c: New file.
51315         * elf/pldd-xx.c: New file.
51316
51317 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51318
51319         * version.h: Update for 2.15 development version.
51320
51321 2011-06-07  David S. Miller  <davem@davemloft.net>
51322
51323         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51324         ifuncs.
51325         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51326         elf_machine_lazy_rel): Likewise.
51327         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51328         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51329         elf_machine_lazy_rel): Likewise.
51330         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51331         dl_hwcap via passed in argument.
51332         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51333         Likewise.
51334
51335 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51336
51337         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51338
51339 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51340
51341         [BZ #12849]
51342         * manual/fdl-1.1.texi: New file, verbatim from:
51343         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51344         * manual/lgpl-2.1.texi: New file, verbatim from:
51345         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51346         * manual/Makefile (licenses): New variable, list those new file names.
51347         (texis): Use it.
51348         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51349
51350         * manual/fdl.texi: File removed.
51351         * manual/lesser.texi: File removed.
51352         * manual/libc.texinfo (Copying, Documentation License):
51353         Use new @include file names, put @appendix directive before @include.
51354
51355 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51356
51357         [BZ #12841]
51358         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51359         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51360         (mq_open): Add __NTH.
51361
51362 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51363
51364         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51365         Assume Intel Core i3/i5/i7 processor if AVX is available.
51366
51367 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51368
51369         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51370         typo.
51371
51372 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51373
51374         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51375         memory.  Use alloca_account.  Fix memory leak when retrying.
51376
51377 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51378
51379         * version.h (RELEASE): Bump for 2.14 release.
51380         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51381
51382         * config.make.in (RANLIB): Remove entry.
51383
51384 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51385
51386         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51387         (libc.pot): Work around missing support for .ksh extension in xgettext.
51388
51389         [BZ #12684]
51390         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51391         if both request failed.
51392         (send_dg): In case of server errors clear resplen or *resplen2.
51393
51394         [BZ #12454]
51395         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51396         when there are multiple maps.
51397         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51398         (_dl_fini): Remove test here.
51399
51400         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51401
51402 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51403
51404         [BZ #12350]
51405         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51406         bit from old_res_options.
51407         (gaih_inet): Likewise.
51408
51409         [BZ #11099]
51410         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51411         as signed.
51412
51413         * resolv/res_init.c (res_setoptions): Make the code more compact.
51414
51415         [BZ #11558]
51416         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51417         set RES_USEVC.
51418
51419         [BZ #11634]
51420         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51421
51422         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51423
51424         [BZ #11781]
51425         * malloc/malloc.h: Declare malloc hook variables as volatile.
51426
51427         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51428         in last patch.
51429
51430         [BZ #11799]
51431         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51432         raise in the comment.
51433         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51434         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51435         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51436
51437 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51438
51439         [BZ #12811]
51440         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51441         grow the buffers more if it already has to be sufficient.
51442         (build_wcs_upper_buffer): Likewise.
51443         * posix/regexec.c (check_matching): Likewise.
51444         (clean_state_log_if_needed): Likewise.
51445         (extend_buffers): Don't enlarge buffers beyond size of the input
51446         buffer.
51447         Patches mostly by Emil Wojak <emil@wojak.eu>.
51448         * posix/bug-regex32.c: New file.
51449         * posix/Makefile (tests): Add bug-regex32.
51450
51451         * locale/findlocale.c (_nl_find_locale): Return right away if
51452         _nl_explode_name failed.
51453         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51454
51455         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51456
51457         * debug/xtrace.sh: Unify messages.
51458         * malloc/memusage.sh: Likewise.
51459
51460         [BZ #12813]
51461         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51462         time symbol from vDSO.  Substitute with vsyscall if not available.
51463         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51464         __vdso_time.
51465
51466         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51467         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51468         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51469         Add sendmmsg and internal_sendmmsg.
51470         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51471         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51472         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51473
51474         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51475         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51476         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51477
51478 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51479
51480         [BZ #12813]
51481         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51482         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51483         available.
51484         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51485         __vdso_getcpu.
51486
51487         [BZ #12814]
51488         * iconvdata/Makefile (tests): Add bug-iconv9.
51489         * iconvdata/bug-iconv9.c: New file.
51490
51491 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51492
51493         [BZ #12814]
51494         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51495
51496 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51497
51498         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51499         (struct user_regs_struct): Change intcs field back to cs.
51500
51501 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51502
51503         * po/ja.po: Update from translation team.
51504
51505 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51506
51507         [BZ #12795]
51508         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51509         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51510
51511 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51512
51513         * stdlib/longlong.h: Update from GCC.
51514
51515 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51516
51517         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51518         parameter name.
51519         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51520         Add parameter name.
51521         (__sysconf): Pass it down.
51522
51523 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51524
51525         [BZ #12671]
51526         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51527         some situations.
51528         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51529         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51530         add in in __libc_use_alloca calls.  Adjust callers.
51531         (glob): Use malloc in some situations.
51532
51533         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51534         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51535         pltexit.
51536
51537 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51538
51539         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51540         and CLOCK_BOOTTIME_ALARM.
51541
51542         [BZ #12782]
51543         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51544         is returned.
51545
51546         * string/_strerror.c (__strerror_r): Print negative errors as signed
51547         numbers.
51548
51549         [BZ #12777]
51550         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51551         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51552         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51553
51554         * configure.in: Fix typo in redirection and correct removal of test
51555         files in two cases.
51556
51557         [BZ #12788]
51558         * locale/setlocale.c (new_composite_name): Fix test to check for
51559         identical name of all categories.
51560
51561         [BZ #12792]
51562         * libio/filedoalloc.c (local_isatty): New function.
51563         (_IO_file_doallocate): Use local_isatty.
51564         * stdio-common/perror.c (perror): In case a new stream is used
51565         forward the stream error.
51566         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51567         error flag.
51568
51569 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51570
51571         [BZ #11869]
51572         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51573         alloca.
51574         * include/alloca.h (extend_alloca_account): Define.
51575
51576         [BZ #11857]
51577         * posix/regex.h: Fix comments with documentation of user-accessible
51578         fields after compilation and describe correct free'ing of pattern
51579         after re_compile_pattern.
51580         Patch by Reuben Thomas <rrt@sc3d.org>.
51581
51582 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51583
51584         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51585         and -mno-altivec to prevent the compiler from using Altivec and/or
51586         VSX instructions when the corresponding registers are not available.
51587
51588 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51589
51590         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51591
51592 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51593
51594         * libio/freopen.c (freopen): Use __dup2, not dup2.
51595         * libio/freopen64.c (freopen64): Likewise.
51596
51597 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51598
51599         [BZ #12775]
51600         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51601         * math/Makefile (tests): Add test-powl.
51602         (CFLAGS-test-powl.c): Define.
51603         * math/test-powl.c: New file.
51604
51605 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51606
51607         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51608
51609 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51610
51611         [BZ #11837]
51612         * iconvdata/gb18030.c: Update to GB18020-2005.
51613
51614 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51615
51616         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51617         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51618         Patch by Aharon Robbins <arnold@skeeve.com>.
51619
51620         [BZ #11892]
51621         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51622         on the stack.
51623
51624         [BZ #11895]
51625         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51626         through underflows.
51627
51628         [BZ #12766]
51629         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51630         point to strings before performing equality test for error_one_per_line
51631         mode.
51632
51633         [BZ #11697]
51634         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51635
51636         [BZ #11820]
51637         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51638         (struct user_fpregs_struct): Avoid __uint*_t types.
51639
51640         [BZ #6420]
51641         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51642         symbol info.  Use it instead of calling _dl_addr locally.
51643         (lock_and_info): New function.
51644         (tr_freehook): Call lock_and_info and pass symbol info as additional
51645         parameter to tr_where.
51646         (tr_mallochook): Likewise.
51647         (tr_reallochook): Likewise.
51648         (tr_memalignhook): Likewise.
51649
51650         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51651         used and couldn't be at all thread-safe.
51652
51653 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51654
51655         * libio/freopen.c (freopen): Don't close old file descriptor
51656         before the new one is opened.  Instead dup the new file descriptor
51657         to the old one after the new stream is created.
51658         * libio/freopen64.c (freopen64): Likewise.
51659         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51660         * libio/fileops.c (_IO_new_file_close_it): Handle new
51661         _IO_FLAGS2_NOCLOSE flag.
51662         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51663         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51664         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51665         _IO_FLAGS2_NOCLOSE flag.
51666         * include/unistd.h: Add hidden_proto for dup3.
51667         Define __have_dup3.
51668         * io/dup3.c: Define hidden symbol.
51669         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51670
51671         [BZ #7101]
51672         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51673         when an incomplete long option is used.
51674         * posix/tst-getopt_long1.c: New file.
51675         * posix/Makefile (tests): Add tst-getopt_long1.
51676
51677         [BZ #10138]
51678         * scripts/config.guess: Update from autoconf-2.68.
51679         * scripts/config.sub: Likewise.
51680
51681         [BZ #10157]
51682         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51683         tests into ...
51684         (has_cpuclock): ...this.  New function.
51685         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51686         macro here based on has_cpuclock code.
51687
51688         [BZ #10149]
51689         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51690         First byte (not low byte) is now always NUL.
51691         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51692
51693         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51694         Use non-cancelable interfaces.
51695
51696         [BZ #9809]
51697         * locale/iso-639.def: Add entry for Sorani.
51698
51699         [BZ #11901]
51700         * include/stdlib.h: Move include protection to the right place.
51701         Define abort_msg_s.  Declare __abort_msg with it.
51702         * stdlib/abort.c (__abort_msg): Adjust type.
51703         * assert/assert.c (__assert_fail_base): New function.  Majority
51704         of code from __assert_fail.  Allocate memory for __abort_msg with
51705         mmap.
51706         (__assert_fail): Now call __assert_fail_base.
51707         * assert/assert-perr.c: Remove bulk of implementation.  Use
51708         __assert_fail_base.
51709         * include/assert.hL Declare __assert_fail_base.
51710         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51711         mmap.
51712         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51713
51714 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51715
51716         [BZ #11952]
51717         [BZ #12453]
51718         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51719         until all modules are registered in the DTV.
51720         * elf/Makefile: Add rules to build and run tst-tls19.
51721         * elf/tst-tls19.c: New file.
51722         * elf/tst-tls19mod1.c: New file.
51723         * elf/tst-tls19mod2.c: New file.
51724         * elf/tst-tls19mod3.c: New file.
51725         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51726
51727         [BZ #12083]
51728         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51729         correctly.
51730
51731         [BZ #12601]
51732         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51733         two-byte sequence errors.
51734         * iconvdata/Makefile (tests): Add bug-iconv8.
51735         * iconvdata/bug-iconv8.c: New file.
51736
51737         [BZ #12626]
51738         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51739         buf2 definition.
51740
51741         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51742
51743         [BZ #12432]
51744         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51745         (dummy_getcfa): New function.
51746         (init): Get _Unwind_GetCFA address, use dummy if not found.
51747         (backtrace_helper): In recursion check, also check whether CFA changes.
51748         (__backtrace): Completely initialize arg.
51749
51750         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51751         storing incomplete byte sequence in state object.  Avoid testing for
51752         guaranteed too small input if we know there is enough data available.
51753
51754 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51755
51756         * Makeconfig (+link-pie): Indent.
51757         * Rules (binaries-pie): Define if $(have-fpie) and
51758         $(build-shared).
51759         (binaries-shared): Also filter out $(binaries-pie).
51760         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51761         * nscd/Makefile (others-pie): Add nscd.
51762         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51763         ($(objpfx)nscd): Remove command override.
51764         * login/Makefile (others-pie): Add pt_chown.
51765         ($(objpfx)pt_chown): Remove command override.
51766         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51767         remove command overrides.
51768
51769 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51770
51771         * libio/tst_putwc.c: Fix error messages.
51772
51773         [BZ #12724]
51774         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51775         currently writing and seek to current position when not.
51776         * libio/Makefile (tests): Add bug-fclose1.
51777         * libio/bug-fclose1.c: New file.
51778
51779 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51780
51781         [BZ #12511]
51782         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51783         don't set DF_1_NODELETE here.
51784         (do_lookup_x): When entering new entry test for copy relocation
51785         and if necessary set DF_1_NODELETE flag.
51786         * elf/tst-unique4.cc: New file.
51787         * elf/tst-unique4.h: New file.
51788         * elf/tst-unique4lib.cc: New file.
51789         * elf/Makefile: Add rules to build and run tst-unique4.
51790         Patch by Piotr Bury <pbury@goahead.com>.
51791
51792 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51793
51794         [BZ #12052]
51795         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51796
51797         [BZ #12625]
51798         * misc/mntent_r.c (addmntent): Flush the stream after the output
51799
51800         [BZ #12393]
51801         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51802         (is_trusted_path_normalize): Skip initial colon.  Append slash
51803         to empty buffer.  Duplicate is_trusted_path code but allow
51804         constructed patch to be prefix.
51805         (is_dst): Allow $ORIGIN followed by /.
51806         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51807         Correct testing of result of is_trusted_path_normalize
51808         (decompose_rpath): Fix warning.
51809
51810 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51811
51812         [BZ #11257]
51813         * grp/initgroups.c (internal_getgrouplist): When we found the service
51814         list through the initgroups entry in nsswitch.conf do not always
51815         continue on a successful lookup.  Don't always use the
51816         __nss_group_database value if it is set.
51817         * nss/nsswitch.conf (initgroups): Change action for successful db
51818         lookup to continue for compatibility.
51819
51820 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51821
51822         [BZ #11532]
51823         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51824         and CP774 modules.
51825         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51826         and CP774 modules.
51827         * iconvdata/tst-tables.sh: Likewise.
51828         * iconvdata/cp770.c: New file.
51829         * iconvdata/cp771.c: New file.
51830         * iconvdata/cp772.c: New file.
51831         * iconvdata/cp773.c: New file.
51832         * iconvdata/cp774.c: New file.
51833         * iconvdata/testdata/CP770: New file.
51834         * iconvdata/testdata/CP770..UTF8: New file.
51835         * iconvdata/testdata/CP771: New file.
51836         * iconvdata/testdata/CP771..UTF8: New file.
51837         * iconvdata/testdata/CP772: New file.
51838         * iconvdata/testdata/CP772..UTF8: New file.
51839         * iconvdata/testdata/CP773: New file.
51840         * iconvdata/testdata/CP773..UTF8: New file.
51841         * iconvdata/testdata/CP774: New file.
51842         * iconvdata/testdata/CP774..UTF8: New file.
51843
51844         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51845         END CHARMAP line.
51846         * iconvdata/gen-8bit-gap.sh: Likewise.
51847         * iconvdata/gen-8bit.sh: Likewise.
51848
51849         * locale/iso-639.def: Add ary entry.
51850
51851         [BZ #11258]
51852         * locale/C-translit.h.in: Add U20A1 transliteration.
51853
51854         [BZ #12178]
51855         * locale/iso-639.def: Add wae entry.
51856         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51857
51858         [BZ #12545]
51859         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51860         for n.
51861
51862         [BZ #12711]
51863         * locale/C-translit.h.in: Add entry for U20B9.
51864         Patch by pravin.d.s@gmail.com.
51865
51866 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51867
51868         [BZ #12713]
51869         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51870         ENAMETOOLONG use generic getcwd.
51871         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51872         in rtld.  Use *stat64.
51873         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51874         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51875         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51876         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51877         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51878         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51879         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51880         __fstatat64 macros.
51881         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51882         * dirent/rewinddir.c: Add libc_hidden_def.
51883         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51884         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51885
51886         * include/dirent.h (__alloc_dir): Add flags parameter.
51887         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51888         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51889         __alloc_dir.
51890         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51891         from fdopendir if O_CLOEXEC is already set.
51892
51893 2011-03-15  Alan Modra  <amodra@gmail.com>
51894
51895         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51896         l_tls_firstbyte_offset non-zero.  Save padding offset in
51897         l_tls_firstbyte_offset for later use.
51898         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51899         freeing static tls block.
51900
51901 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51902
51903         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51904         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51905         being defined by the kernel headers.
51906
51907 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51908
51909         [BZ #12734]
51910         * resolv/resolv.h: Define RES_NOTLDQUERY.
51911         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51912         no-tld-query and set RES_NOTLDQUERY.
51913         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51914         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51915         modern BIND to search name as TLD unless forbidden.
51916
51917 2011-05-07  Petr Baudis  <pasky@suse.cz>
51918             Ulrich Drepper  <drepper@gmail.com>
51919
51920         [BZ #12393]
51921         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51922         (is_trusted_path): ...to here.
51923         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51924         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51925         using is_trusted_path_normalize() in setuid scripts.
51926
51927 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51928
51929         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51930         __BEGIN/__END_DECLS.
51931
51932 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51933
51934         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51935         NSS_STATUS_NOTFOUND if no record was found.
51936
51937 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51938
51939         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51940         (headers-not-in-tirpc): Remove rpc/netdb.h
51941         * resolv/netdb.h: Revert last change.
51942
51943 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51944
51945         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51946         circular dependency between libgcc.a and libc.a.
51947
51948 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51949
51950         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51951         * nis/Makefile: Don't install rpcsvc/*.
51952         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51953         instead of <rpc/types.h>.
51954         (MAXHOSTNAMELEN): Define.
51955
51956 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51957
51958         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51959
51960 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51961
51962         [BZ #12714]
51963         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51964         gethostbyname4_r when IPv6 results are possible.
51965
51966 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51967
51968         [BZ #12723]
51969         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51970         _PC_PIPE_BUF handling.
51971
51972 2011-04-30  Bruno Haible  <bruno@clisp.org>
51973
51974         [BZ #12717]
51975         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51976         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51977         to 'int'.
51978         * inet/getnameinfo.c (getnameinfo): Likewise.
51979
51980 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51981
51982         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51983         to groups setting in database lookup.
51984         * nss/nsswitch.conf: Add initgroups entry.
51985
51986 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51987
51988         [BZ #12685]
51989         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51990         mode string.
51991         Patch by Eric Blake <eblake@redhat.com>.
51992
51993 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51994
51995         * sunrpc/Makefile (need-export-routines): Add svc_run.
51996         (routines): Remove svc_run.
51997         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51998         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51999         * sunrpc/svc_run.c (svc_run): Likewise.
52000         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52001
52002 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52003
52004         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52005         problem in reallocation in last patch.
52006
52007 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52008
52009         * sunrpc/Makefile: Move inclusion of Rules.
52010
52011 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52012
52013         * nss/nss_files/files-initgroups.c: New file.
52014         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52015         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52016         _nss_files_initgroups_dyn.
52017
52018 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52019
52020         * elf/elf.h (R_ARM_IRELATIVE): Define.
52021
52022 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52023
52024         * po/ru.po: Update from translation team.
52025
52026 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52027
52028         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52029         dependencies.
52030
52031 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52032
52033         [BZ #12653]
52034         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52035         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52036         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52037         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52038         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52039
52040 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52041
52042         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52043         differing bytes.
52044         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52045         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52046         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52047
52048 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52049
52050         [BZ #12420]
52051         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52052         storing it.
52053         * stdlib/bug-getcontext.c: New file.
52054         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52055
52056 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52057
52058         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52059         instructions into .machine "z9-109".
52060         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52061         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52062
52063 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52064
52065         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52066         between environment variables and auxiliary vector.
52067
52068 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52069
52070         * Makefile: Add rules to build linkobj/libc.so.
52071         * include/libc-symbols.h: Define libc_hidden_nolink.
52072         * include/rpc/auth.h: Mark functions which are to be hidden.
52073         * include/rpc/auth_des.h: Likewise.
52074         * include/rpc/auth_unix.h: Likewise.
52075         * include/rpc/clnt.h: Likewise.
52076         * include/rpc/des_crypt.h: Likewise.
52077         * include/rpc/key_prot.h: Likewise.
52078         * include/rpc/pmap_clnt.h: Likewise.
52079         * include/rpc/pmap_prot.h: Likewise.
52080         * include/rpc/pmap_rmt.h: Likewise.
52081         * include/rpc/rpc_msg.h: Likewise.
52082         * include/rpc/svc.h: Likewise.
52083         * include/rpc/svc_auth.h: Likewise.
52084         * include/rpc/xdr.h: Likewise.
52085         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52086         * nss/Makefile: Likewise.
52087         * sunrpc/Makefile: Don't install headers.  Build library with normal
52088         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52089         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52090         for the compat linking library.  Remove use of INTDEF/INTUSE.
52091         * sunrpc/auth_none.c: Likewise.
52092         * sunrpc/auth_unix.c: Likewise.
52093         * sunrpc/authdes_prot.c: Likewise.
52094         * sunrpc/authuxprot.c: Likewise.
52095         * sunrpc/clnt_gen.c: Likewise.
52096         * sunrpc/clnt_perr.c: Likewise.
52097         * sunrpc/clnt_raw.c: Likewise.
52098         * sunrpc/clnt_simp.c: Likewise.
52099         * sunrpc/clnt_tcp.c: Likewise.
52100         * sunrpc/clnt_udp.c: Likewise.
52101         * sunrpc/clnt_unix.c: Likewise.
52102         * sunrpc/des_crypt.c: Likewise.
52103         * sunrpc/des_soft.c: Likewise.
52104         * sunrpc/get_myaddr.c: Likewise.
52105         * sunrpc/key_call.c: Likewise.
52106         * sunrpc/key_prot.c: Likewise.
52107         * sunrpc/netname.c: Likewise.
52108         * sunrpc/pm_getmaps.c: Likewise.
52109         * sunrpc/pm_getport.c: Likewise.
52110         * sunrpc/pmap_clnt.c: Likewise.
52111         * sunrpc/pmap_prot.c: Likewise.
52112         * sunrpc/pmap_prot2.c: Likewise.
52113         * sunrpc/pmap_rmt.c: Likewise.
52114         * sunrpc/publickey.c: Likewise.
52115         * sunrpc/rpc_cmsg.c: Likewise.
52116         * sunrpc/rpc_common.c: Likewise.
52117         * sunrpc/rpc_dtable.c: Likewise.
52118         * sunrpc/rpc_prot.c: Likewise.
52119         * sunrpc/rpc_thread.c: Likewise.
52120         * sunrpc/rtime.c: Likewise.
52121         * sunrpc/svc.c: Likewise.
52122         * sunrpc/svc_auth.c: Likewise.
52123         * sunrpc/svc_authux.c: Likewise.
52124         * sunrpc/svc_raw.c: Likewise.
52125         * sunrpc/svc_run.c: Likewise.
52126         * sunrpc/svc_simple.c: Likewise.
52127         * sunrpc/svc_tcp.c: Likewise.
52128         * sunrpc/svc_udp.c: Likewise.
52129         * sunrpc/svc_unix.c: Likewise.
52130         * sunrpc/svcauth_des.c: Likewise.
52131         * sunrpc/xcrypt.c: Likewise.
52132         * sunrpc/xdr.c: Likewise.
52133         * sunrpc/xdr_array.c: Likewise.
52134         * sunrpc/xdr_float.c: Likewise.
52135         * sunrpc/xdr_intXX_t.c: Likewise.
52136         * sunrpc/xdr_mem.c: Likewise.
52137         * sunrpc/xdr_rec.c: Likewise.
52138         * sunrpc/xdr_ref.c: Likewise.
52139         * sunrpc/xdr_sizeof.c: Likewise.
52140         * sunrpc/xdr_stdio.c: Likewise.
52141
52142 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52143
52144         [BZ #12650]
52145         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52146         * sysdeps/ia64/dl-tls.h: Likewise.
52147         * sysdeps/powerpc/dl-tls.h: Likewise.
52148         * sysdeps/s390/dl-tls.h: Likewise.
52149         * sysdeps/sh/dl-tls.h: Likewise.
52150         * sysdeps/sparc/dl-tls.h: Likewise.
52151         * sysdeps/x86_64/dl-tls.h: Likewise.
52152         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52153
52154 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52155
52156         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52157         rpath element also skip the following colon.
52158         (expand_dynamic_string_token): Add is_path parameter and pass
52159         down to DL_DST_REQUIRED and _dl_dst_substitute.
52160         (decompose_rpath): Call expand_dynamic_string_token with
52161         non-zero is_path.  Ignore empty rpaths.
52162         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52163         with zero is_path.
52164
52165 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52166
52167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52168         Make cancelable.
52169
52170 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52171
52172         [BZ #12655]
52173         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52174         Patch by Filipe David Manana <fdmanana@apache.org>.
52175
52176 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52177
52178         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52179         Maintain aligned stack.
52180         (CHECK_RSP): Remove unused macro.
52181
52182 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52183
52184         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52185         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52186
52187 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52188
52189         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52190
52191         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52192
52193 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52194
52195         [BZ #12518]
52196         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52197         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52198         * sysdeps/x86_64/memmove.c: New file.
52199         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52200         (memcpy): Renamed to ...
52201         (__new_memcpy): This.
52202         (memcpy): Provide GLIBC_2_14 memcpy.
52203         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52204         (memcpy): Provide GLIBC_2_2_5 memcpy.
52205
52206 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52207
52208         [BZ #12631]
52209         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52210
52211 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52212
52213         * misc/syncfs.c: New file.
52214         * misc/Makefile (routines): Add syncfs.
52215         * posix/unistd.h: Declare syncfs.
52216         * sysdeps/unix/syscalls.list: Add syncfs.
52217
52218 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52219
52220         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52221         open_by_handle_at.
52222         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52223         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52224         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52225         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52226         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52227         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52228         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52229
52230 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52231
52232         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52233         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52234         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52235         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52236         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52237         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52238         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52239
52240         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52241         sync_file_range.c with -fexceptions.
52242         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52243         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52244         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52245         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52246         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52247         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52248         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52249         sync_file_range as cancellation point
52250         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52251         now a wrapper around __call_sync_file_range with cancellation handling.
52252         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52253         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52254         function name to __call_sync_file_range.
52255         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52256         Add call_sync_file_range.
52257
52258 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52259
52260         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52261         bits/timex.h.
52262
52263 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52264
52265         * iconv/iconv.h: Fix typo in comment.
52266         * io/fcntl.h: Likewise.
52267         * libio/stdio.h: Likewise.
52268         * posix/spawn.h: Likewise.
52269         * posix/unistd.h: Likewise.
52270         * stdlib/stdlib.h: Likewise.
52271         * time/time.h: Likewise.
52272         * wcsmbs/wchar.h: Likewise.
52273
52274         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52275         open_by_handle): Add.
52276         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52277         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52278         Augment a few comments.
52279         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52280         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52281         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52282         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52283         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52284         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52285         open_by_handle.
52286
52287         * io/fcntl.h (AT_EMPTY_PATH): Define.
52288
52289 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52290
52291         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52292         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52293         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52294         to...
52295         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52296         * Versions.def: Add GLIBC_2.14.
52297         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52298         Export.
52299
52300 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52301
52302         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52303         round counter.
52304         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52305
52306 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52307
52308         [BZ #12597]
52309         * string/test-strncmp.c (do_page_test): New function.
52310         (check2): Likewise.
52311         (test_main): Call check2.
52312         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52313
52314 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52315
52316         [BZ #12587]
52317         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52318         Handle cache information in CPU leaf 4.
52319         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52320
52321 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52322
52323         [BZ #12583]
52324         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52325         character representation.
52326         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52327
52328 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52329
52330         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52331         END(__isnan) to END(__isnanf) to match function entry point/label
52332         EALIGN(__isnanf,...).
52333
52334 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52335
52336         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52337
52338 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52339
52340         [BZ #12510]
52341         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52342         copy from the symbol referenced in the relocation to initialize the
52343         used variable.
52344         Patch by Piotr Bury <pbury@goahead.com>.
52345         * elf/Makefile: Add rules to build and tst-unique3.
52346         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52347         * elf/tst-unique3.cc: New file.
52348         * elf/tst-unique3.h: New file.
52349         * elf/tst-unique3lib.cc: New file.
52350         * elf/tst-unique3lib2.cc: New file.
52351
52352         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52353
52354 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52355
52356         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52357         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52358         to _start.
52359
52360 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52361
52362         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52363         to-be-loaded object along a path to loader is ld.so.
52364
52365 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52366             Ulrich Drepper  <drepper@gmail.com>
52367
52368         * sysdeps/x86_64/memset.S: After aligning destination, code
52369         branches to different locations depending on the value of
52370         misalignment, when multiarch is enabled. Fix this.
52371
52372 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52373
52374         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52375         Set _x86_64_preferred_memory_instruction for AMD processsors.
52376         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52377         Set bit_Prefer_SSE_for_memop for AMD processors.
52378
52379 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52380
52381         * libio/fmemopen.c (fmemopen): Optimize a bit.
52382
52383 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52384
52385         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52386
52387 2011-03-03  Roland McGrath  <roland@redhat.com>
52388
52389         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52390
52391 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52392
52393         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52394         __bzero_ultra1 instead of __memset_ultra1.
52395
52396 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52397             Ulrich Drepper  <drepper@gmail.com>
52398
52399         [BZ #12509]
52400         * include/link.h (struct link_map): Add l_orig_initfini.
52401         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52402         returning unsuccessfully.
52403         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52404         close of a file loaded at startup, restore the original l_initfini
52405         list.
52406         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52407         list, store the pointer.
52408         * elf/Makefile ($(objpfx)noload-mem): New rule.
52409         (noload-ENV): Define.
52410         (tests): Add $(objpfx)noload-mem.
52411         * elf/noload.c: Include <memcheck.h>.
52412         (main): Call mtrace.  Close all opened handles.
52413
52414 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52415
52416         [BZ #12454]
52417         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52418         dependencies are missing.
52419
52420 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52421
52422         Fix __if_freereq crash: Unlike the generic version which uses free,
52423         Hurd needs munmap.
52424         * sysdeps/mach/hurd/ifreq.h: New file.
52425
52426 2011-01-27  Petr Baudis  <pasky@suse.cz>
52427             Ulrich Drepper  <drepper@gmail.com>
52428
52429         [BZ 12445]#
52430         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52431         to extend_alloca().
52432         * stdio-common/bug23.c: New file.
52433         * stdio-common/Makefile (tests): Add bug23.
52434
52435 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52436             Ulrich Drepper  <drepper@gmail.com>
52437
52438         [BZ #12489]
52439         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52440         before performing relro protection.  At old place add assertion
52441         to make sure nothing changed.
52442
52443 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52444             Glauber de Oliveira Costa  <glommer@gmail.com>
52445
52446         * elf/elf.h: Add new ARM TLS relocs.
52447
52448 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52449
52450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52451         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52452         cast from r3.
52453         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52454         'tests' variable.
52455         * sysdeps/wordsize-64/tst-writev.c: New file.
52456
52457 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52458
52459         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52460         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52461         insns in _dl_start to prevent a TOC reference before relocs are
52462         resolved.
52463
52464 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52465
52466         [BZ #12469]
52467         * Makeconfig: Remove RANLIB definition.
52468         * Makerules: Don't use RANLIB.
52469         * aclocal.m4: Remove ranlib test.
52470         * configure.in: No need to check for ranlib.
52471         * elf/rtld-Rules: Don't use RANLIB.
52472
52473 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52474
52475         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52476         protection macro.
52477         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52478         inclusion protection macro.
52479
52480         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52481         SIGRTMIN and SIGRTMAX and print information in that case only when
52482         SIGRTMIN is defined.
52483
52484 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52485
52486         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52487         arginfo fn returning -1.
52488
52489         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52490         and thousands string is zero terminated.
52491
52492 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52493
52494         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52495         sysdeps/unix/sysv/linux/bits/socket.h.
52496
52497 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52498
52499         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52500         (__CPU_COUNT): Remove old macros.
52501         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52502         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52503         (__CPU_ALLOC, __CPU_FREE): Add macros.
52504         (__sched_cpualloc, __sched_cpufree): Add declarations.
52505
52506 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52507
52508         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52509         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52510         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52511         (readdhstai): Return value of addhstaiX call.
52512         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52513         (addgrbyX): Return value returned by cache_addgr.
52514         (readdgrbyname): Return value returned by addgrbyX.
52515         (readdgrbygid): Likewise.
52516         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52517         (addpwbyX): Return value returned by cache_addpw.
52518         (readdpwbyname): Return value returned by addhstbyX.
52519         (readdpwbyuid): Likewise.
52520         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52521         (addservbyX): Return value returned by cache_addserv.
52522         (readdservbyname): Return value returned by addservbyX:
52523         (readdservbyport): Likewise.
52524         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52525         (addhstbyX): Return value returned by cache_addhst.
52526         (readdhstbyname): Return value returned by addhstbyX.
52527         (readdhstbyaddr): Likewise.
52528         (readdhstbynamev6): Likewise.
52529         (readdhstbyaddrv6): Likewise.
52530         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52531         (readdinitgroups): Return value returned by addinitgroupsX.
52532         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52533         (prune_cache): Keep track of timeout value of re-added entries.
52534         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52535         * nscd/nscd.h: Adjust prototypes of readd* functions.
52536
52537 2011-02-04  Roland McGrath  <roland@redhat.com>
52538
52539         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52540         (nis_stats): Likewise.
52541         * nis/nis_modify.c (nis_modify): Likewise.
52542         * nis/nis_remove.c (nis_remove): Likewise.
52543         * nis/nis_add.c (nis_add): Likewise.
52544
52545         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52546
52547         * posix/fnmatch_loop.c: Add some consts.
52548
52549         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52550
52551 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52552
52553         [BZ #12460]
52554         * config.make.in (config-cflags-novzeroupper): Define.
52555         * configure.in: Substitute libc_cv_cc_novzeroupper.
52556         * elf/Makefile (AVX-CFLAGS): Define.
52557         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52558         (CFLAGS-tst-auditmod4a.c): Likewise.
52559         (CFLAGS-tst-auditmod4b.c): Likewise.
52560         (CFLAGS-tst-auditmod6b.c): Likewise.
52561         (CFLAGS-tst-auditmod6c.c): Likewise.
52562         (CFLAGS-tst-auditmod7b.c): Likewise.
52563         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52564
52565 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52566
52567         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52568         function to the callback.
52569         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52570
52571 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52572
52573         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52574         of errno.
52575
52576 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52577
52578         [BZ #11724]
52579         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52580         of constructors.
52581         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52582         of destructors.
52583         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52584
52585         [BZ #11724]
52586         * elf/Makefile: Add rules to build and run new test.
52587         * elf/tst-initorder.c: New file.
52588         * elf/tst-initorder.exp: New file.
52589         * elf/tst-initordera1.c: New file.
52590         * elf/tst-initordera2.c: New file.
52591         * elf/tst-initordera3.c: New file.
52592         * elf/tst-initordera4.c: New file.
52593         * elf/tst-initorderb1.c: New file.
52594         * elf/tst-initorderb2.c: New file.
52595         * elf/tst-order-a1.c: New file.
52596         * elf/tst-order-a2.c: New file.
52597         * elf/tst-order-a3.c: New file.
52598         * elf/tst-order-a4.c: New file.
52599         * elf/tst-order-b1.c: New file.
52600         * elf/tst-order-b2.c: New file.
52601         * elf/tst-order-main.c: New file.
52602         New test case by George Gensure <werkt0@gmail.com>.
52603
52604 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52605
52606         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52607         decoding ACE if AI_CANONIDN.
52608
52609 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52610
52611         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52612
52613 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52614
52615         * version.h (RELEASE): Bump for 2.13 release.
52616         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52617
52618         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52619
52620         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52621         MADV_NOHUGEPAGE.
52622         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52623         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52624         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52625         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52626         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52627         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52628
52629         * posix/getconf.c: Update copyright year.
52630         * catgets/gencat.c: Likewise.
52631         * csu/version.c: Likewise.
52632         * debug/catchsegv.sh: Likewise.
52633         * debug/xtrace.sh: Likewise.
52634         * elf/ldconfig.c: Likewise.
52635         * elf/ldd.bash.in: Likewise.
52636         * elf/sprof.c (print_version): Likewise.
52637         * iconv/iconv_prog.c: Likewise.
52638         * iconv/iconvconfig.c: Likewise.
52639         * locale/programs/locale.c: Likewise.
52640         * locale/programs/localedef.c: Likewise.
52641         * malloc/memusage.sh: Likewise.
52642         * malloc/mtrace.pl: Likewise.
52643         * nscd/nscd.c (print_version): Likewise.
52644         * nss/getent.c: Likewise.
52645
52646         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52647         PF_CAIF, and PF_ALG.
52648         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52649
52650 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52651
52652         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52653         (modules-names): Use them.
52654         (ifunc-test-modules, ifunc-pie-tests): Define.
52655         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52656         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52657         (test-extras): Likewise.
52658         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52659         $(compile-command.c).
52660         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52661         (all-built-dso): Define.
52662         (check-textrel.out, check-execstack.out): Depend on it.
52663
52664         * configure.in: Don't override --enable-multi-arch.
52665
52666 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52667
52668         [BZ #6812]
52669         * nscd/hstcache.c (tryagain): Define.
52670         (cache_addhst): Return tryagain not notfound for temporary errors.
52671         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52672         failed.
52673
52674 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52675
52676         [BZ #10563]
52677         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52678         to make the syscall.
52679         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52680
52681         [BZ #12378]
52682         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52683         and fall back to matching as normal character if the string ends before
52684         the matching ']' is found.  This is what POSIX requires.
52685         * posix/testfnm.c: Adjust test result.
52686         * posix/globtest.sh: Adjust test result.  Add new test.
52687         * posix/tst-fnmatch.input: Likewise.
52688         * posix/tst-fnmatch2.c: Add new test.
52689
52690 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52691
52692         * elf/Makefile (check-execstack): Revert last change.  Depend on
52693         check-execstack.h.
52694         (check-execstack.h): New target.
52695         (generated): Add check-execstack.h.
52696         * elf/check-execstack.c: Include "check-execstack.h".
52697         (main): Revert last change.
52698         (handle_file): Return zero if GNU_STACK is absent and
52699         DEFAULT_STACK_PERMS doesn't include PF_X.
52700
52701 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52702
52703         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52704         in child fails because the descriptor is already closed.
52705         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52706         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52707         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52708
52709         [BZ #12397]
52710         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52711         syscall.
52712
52713         [BZ #10484]
52714         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52715         temporary buffer used to handle multi lookups locally.
52716         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52717
52718 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52719
52720         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52721         loader is ld.so.
52722
52723 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52724
52725         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52726         alignment for SSE2.
52727
52728 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52729
52730         [BZ #12394]
52731         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52732         characters.  When rounding increased number of integer digits recompute
52733         number of groups.
52734         * stdio-common/tst-grouping.c: New file.
52735         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52736
52737 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52738
52739         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52740         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52741
52742         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52743         void.
52744         * bits/select.h: Likewise.
52745
52746 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52747
52748         * po/ja.po: Update from translation team.
52749
52750 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52751
52752         [BZ #11155]
52753         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52754         implementation just like for lxstat, fxstatat, et al.
52755
52756 2010-12-27  Jim Meyering  <meyering@redhat.com>
52757
52758         [BZ #12348]
52759         * posix/regexec.c (build_trtable): Return failure indication upon
52760         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52761
52762 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52763
52764         [BZ #12201]
52765         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52766         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52767         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52768         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52769
52770         [BZ #12207]
52771         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52772
52773         [BZ #12204]
52774         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52775         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52776
52777 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52778
52779         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52780         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52781         script has SORT_BY_INIT_PRIORITY.
52782         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52783         NO_CTORS_DTORS_SECTIONS is defined.
52784         * elf/soinit.c: Likewise.
52785         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52786         NO_CTORS_DTORS_SECTIONS is defined.
52787         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52788         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52789         * sysdeps/sh/init-first.c: Likewise.
52790         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52791
52792 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52793
52794         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52795         always use the slow path.
52796
52797 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52798
52799         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52800         similar rule which adds the sysdep directories to the header search in
52801         order to pick up the correct platform stackinfo.h.
52802         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52803         perform test if it is, otherwise return successfully without testing.
52804         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52805         DEFAULT_STACK_PERMS define in stackinfo.h.
52806         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52807         defined in stackinfo.h.
52808         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52809         DEFAULT_STACK_PERMS defined in stackinfo.h.
52810         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52811         * sysdeps/ia64/stackinfo.h: Likewise.
52812         * sysdeps/s390/stackinfo.h: Likewise.
52813         * sysdeps/sh/stackinfo.h: Likewise.
52814         * sysdeps/sparc/stackinfo.h: Likewise.
52815         * sysdeps/x86_64/stackinfo.h: Likewise.
52816         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52817         PF_X for powerpc64.  Retain PF_X for powerpc32.
52818
52819 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52820
52821         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52822         accurately.
52823         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52824         GETDENTS_64BIT_ALIGNED.
52825
52826 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52827
52828         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52829
52830 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52831
52832         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52833         _GNU_SOURCE.
52834
52835         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52836         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52837         Remove __restrict.
52838         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52839         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52840
52841 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52842
52843         [BZ #11655]
52844         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52845         are initialized.
52846
52847 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52848
52849         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52850
52851 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52852
52853         * po/it.po: Update from translation team.
52854
52855 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52856
52857         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52858         unused codes.
52859
52860 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52861
52862         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52863
52864 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52865
52866         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52867         specially.
52868         (gaih_getanswer_slice): Likewise.
52869
52870 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52871
52872         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52873
52874 2010-05-31  Petr Baudis  <pasky@suse.cz>
52875
52876         [BZ #11149]
52877         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52878         silently even in the chroot mode.
52879
52880 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52881
52882         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52883         last patch a bit.  Pretty printing
52884
52885 2010-05-31  Petr Baudis <pasky@suse.cz>
52886
52887         [BZ #10085]
52888         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52889         initialization of skip_initgroups_dyn.
52890
52891 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52892
52893         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52894         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52895
52896 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52897
52898         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52899
52900 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52901
52902         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52903         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52904         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52905         ($(objpfx)tst-fnmatch-mem): New rule.
52906         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52907         * posix/tst-fnmatch.c (main): Call mtrace.
52908
52909 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52910
52911         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52912         Support Intel processor model 6 and model 0x2c.
52913
52914 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52915
52916         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52917           signed comparison.
52918
52919 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52920
52921         [BZ #12205]
52922         * string/test-strncasecmp.c (check_result): New function.
52923         (do_one_test): Use it.
52924         (check1): New function.
52925         (test_main): Use it.
52926         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52927         Support strcasecmp and strncasecmp.
52928
52929 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52930
52931         [BZ #12194]
52932         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52933         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52934
52935 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52936
52937         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52938         IFUNC support.
52939         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52940         memset-x86-64.
52941         * sysdeps/x86_64/multiarch/bzero.S: New file.
52942         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52943         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52944         * sysdeps/x86_64/multiarch/memset.S: New file.
52945         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52946         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52947         Set bit_Prefer_SSE_for_memop for Intel processors.
52948         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52949         Define.
52950         (index_Prefer_SSE_for_memop): Define.
52951         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52952
52953 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52954
52955         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52956         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52957
52958 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52959
52960         [BZ #12191]
52961         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52962         (__x86_64_raw_data_cache_size_half): Likewise.
52963         (__x86_64_raw_shared_cache_size): Likewise.
52964         (__x86_64_raw_shared_cache_size_half): Likewise.
52965
52966         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52967         (__x86_64_raw_data_cache_size_half): Likewise.
52968         (__x86_64_raw_shared_cache_size): Likewise.
52969         (__x86_64_raw_shared_cache_size_half): Likewise.
52970         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52971         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52972         and __x86_64_raw_shared_cache_size_half.  Round
52973         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52974         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52975         to multiple of 256 bytes.
52976
52977 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52978
52979         [BZ #12167]
52980         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52981         of inacessible symlinks.  Verify result of symlink before returning it.
52982         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52983         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52984
52985 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52986
52987         * math/math.h (isinf): Fix typo in comment.
52988
52989 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52990
52991         * po/da.po: Update from translation team.
52992
52993 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52994
52995         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52996         is added to the list.
52997
52998 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52999             Ulrich Drepper  <drepper@gmail.com>
53000
53001         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53002         the global list here.  Move code to...
53003         (_dl_add_to_namespace_list): ...here.  New function.
53004         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53005         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53006         * elf/dl-load.c (lose): Don't remove the element from the list.
53007         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53008         (_dl_map_object): Likewise.
53009
53010 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53011
53012         [BZ #12159]
53013         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53014         into all bytes of SSE register.
53015         Patch by Richard Li <richardpku@gmail.com>.
53016
53017 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53018
53019         [BZ #12140]
53020         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53021         perturbing.
53022
53023 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53024
53025         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53026         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53027         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53028         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53030         submachine.
53031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53032
53033 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53034
53035         * include/dlfcn.h (__RTLD_SECURE): Define.
53036         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53037         mode & __RTLD_SECURE instead.
53038         (open_path): Rename preloaded parameter to secure.
53039         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53040         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53041         * elf/dl-deps.c (openaux): Likewise.
53042         * elf/rtld.c (struct map_args): Remove is_preloaded.
53043         (map_doit): Don't use it.
53044         (dl_main): Likewise.
53045         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53046         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53047
53048 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53049
53050         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53051         (sysd-rules-targets): Remove duplicates.
53052         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53053         rtld-%.$o dependency.
53054
53055 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53056
53057         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53058         _dl_map_object do it.
53059
53060 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53061
53062         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53063         fast fma builtins, define the macros in the C99 standard.
53064         (FP_FAST_FMAF): Likewise.
53065         (FP_FAST_FMAL): Likewise.
53066         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53067
53068         * bits/mathdef.h: Update copyright year.
53069         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53070
53071 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53072
53073         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53074         builtins, define the macros in the C99 standard.
53075         (FP_FAST_FMAF): Likewise.
53076         (FP_FAST_FMAL): Likewise.
53077         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53078         multiply/add.
53079         (FP_FAST_FMAF): Likewise.
53080
53081 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53082
53083         [BZ #3268]
53084         * math/libm-test.inc (fma_test): Some new testcases.
53085         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53086         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53087         y and infinite z.  Do multiplication by C already in long double.
53088         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53089         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53090         y and infinite z.  Do bitwise or of inexact bit into u.d.
53091         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53092         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53093         * sysdeps/i386/fpu/s_fma.S: Removed.
53094         * sysdeps/i386/fpu/s_fmal.S: Removed.
53095
53096 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53097
53098         [BZ #3268]
53099         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53100         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53101         computation is not scheduled after fetestexcept.  Fix value
53102         of minimum denormal long double.
53103
53104 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53105
53106         [BZ #3268]
53107         * math/libm-test.inc (fma_test): Add some more tests.
53108         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53109         correctly.
53110
53111 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53112
53113         * scripts/data/localplt-s390-linux-gnu.data: New file.
53114         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53115
53116 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53117
53118         [BZ #3268]
53119         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53120         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53121         instead of dbl-64.
53122         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53123         inlines.
53124         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53125         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53126         if one of x and y is very large and the other is subnormal.
53127         * sysdeps/s390/fpu/s_fmaf.c: New file.
53128         * sysdeps/s390/fpu/s_fma.c: New file.
53129         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53130         * sysdeps/powerpc/fpu/s_fma.S: New file.
53131         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53132         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53133         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53134
53135 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53136
53137         [BZ #3268]
53138         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53139         fma tests.
53140         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53141         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53142         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53143         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53144         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53145         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53146         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53147
53148 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53149
53150         [BZ #12078]
53151         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53152         * posix/bug-regex31.input: Add test case.
53153
53154 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53155
53156         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53157         * posix/bug-regex31.input: New file.
53158
53159         [BZ #12078]
53160         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53161         (parse_sub_exp): Fix last change, use postorder.
53162
53163         * posix/bug-regex31.c: New file.
53164         * posix/Makefile: Add rules to build and run bug-regex31.
53165
53166         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53167
53168         [BZ #12078]
53169         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53170
53171         [BZ #12108]
53172         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53173         to have entries in sys_siglist.
53174
53175         [BZ #12093]
53176         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53177         be NULL.
53178
53179 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53180
53181         [BZ #3268]
53182         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53183         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53184         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53185         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53186         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53187         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53188         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53189         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53190         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53191         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53192         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53193         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53194         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53195         * math/ftestexcept.c (fetestexcept): Likewise.
53196         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53197         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53198         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53199         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53200         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53201         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53202         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53203
53204 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53205
53206         [BZ #12107]
53207         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53208         newline.
53209
53210 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53211
53212         * string/bug-strstr1.c: New file.
53213         * string/Makefile: Add rules to build and run bug-strstr1.
53214
53215 2010-10-05  Eric Blake  <eblake@redhat.com>
53216
53217         [BZ #12092]
53218         * string/str-two-way.h (two_way_long_needle): Always clear memory
53219         when skipping input due to the shift table.
53220
53221 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53222
53223         [BZ #12005]
53224         * malloc/mcheck.c: Handle large requests.
53225
53226         [BZ #12077]
53227         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53228         for strncmp and strncasecmp.
53229         * string/stratcliff.c: Add tests for strcmp and strncmp.
53230         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53231
53232 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53233
53234         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53235         __set_fpscr.
53236
53237 2010-09-30  Andreas Jaeger  <aj@suse.de>
53238
53239         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53240         (CGROUP_SUPER_MAGIC): Define.
53241         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53242         Handle btrfs and cgroup file systems.
53243         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53244         Likewise.
53245
53246 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53247
53248         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53249         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53250
53251 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53252
53253         [BZ #12067]
53254         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53255         trying to locate the ELF header.
53256
53257 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53258
53259         [BZ #11611]
53260         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53261         Mask out sign-bit copies when constructing f_fsid.
53262
53263 2010-09-24  Petr Baudis <pasky@suse.cz>
53264
53265         * debug/stack_chk_fail_local.c: Add missing licence exception.
53266         * debug/warning-nop.c: Likewise.
53267
53268 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53269
53270         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53271         implementing getdents64 using getdents syscall, set d_type if
53272         __ASSUME_GETDENTS32_D_TYPE.
53273
53274 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53275
53276         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53277         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53278
53279 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53280
53281         [BZ #12037]
53282         * posix/unistd.h: Undo change of feature selection for ftruncate from
53283         2010-01-11.
53284
53285 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53286
53287         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53288         detection.
53289
53290 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53291
53292         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53293         fanotify_mark.
53294         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53295
53296 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53297
53298         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53299         variables after CHECK_SP call.
53300         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53301
53302 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53303             Ulrich Drepper  <drepper@redhat.com>
53304
53305         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53306         re-relocationg ld.so.
53307         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53308         _dl_init_paths call.
53309         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53310         here anymore.
53311
53312 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53313
53314         * resolv/res_init.c (__res_vinit): Count the default server we added.
53315
53316 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53317             Ulrich Drepper  <drepper@redhat.com>
53318
53319         [BZ #11968]
53320         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53321         (____longjmp_chk): Use %ebx for saving value across system call.
53322         Add unwind info.
53323
53324 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53325
53326         * manual/Makefile: Don't mix pattern rules with normal rules.
53327
53328 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53329
53330         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53331         operation.
53332         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53333         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53334         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53335         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53336         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53337         Likewise.
53338
53339 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53340
53341         [BZ #11979]
53342         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53343         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53344
53345 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53346
53347         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53348         * sysdeps/x86_64/addmul_1.S: Likewise.
53349         * sysdeps/x86_64/lshift.S: Likewise.
53350         * sysdeps/x86_64/mul_1.S: Likewise.
53351         * sysdeps/x86_64/rshift.S: Likewise.
53352         * sysdeps/x86_64/sub_n.S: Likewise.
53353         * sysdeps/x86_64/submul_1.S: Likewise.
53354
53355 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53356
53357         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53358         Define __sched_param instead of SCHED_* and sched_param when
53359         <bits/sched.h> is included with __need_schedparam defined.
53360         * bits/sched.h [__need_schedparam]
53361         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53362         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53363         (__defined_schedparam): Define to 1.
53364         (__sched_param): New structure, identical to sched_param.
53365         (__need_schedparam): Undefine.
53366
53367 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53368
53369         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53370         (epoll_create1): Declare.
53371
53372         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53373
53374 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53375
53376         [BZ #7066]
53377         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53378         shifting retval into place.
53379
53380 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53381
53382         * nis/rpcsvc/nis.h: Update copyright notice.
53383         * nis/rpcsvc/nis.x: Likewise.
53384         * nis/rpcsvc/nis_callback.h: Likewise.
53385         * nis/rpcsvc/nis_callback.x: Likewise.
53386         * nis/rpcsvc/nis_object.x: Likewise.
53387         * nis/rpcsvc/nis_tags.h: Likewise.
53388         * nis/rpcsvc/yp.h: Likewise.
53389         * nis/rpcsvc/yp.x: Likewise.
53390         * nis/rpcsvc/ypupd.h: Likewise.
53391         * nis/yp_xdr.c: Likewise.
53392         * nis/ypupdate_xdr.c: Likewise.
53393
53394         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53395         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53396         (pmap_getport): Use __libc_rpc_getport.
53397         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53398         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53399         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53400
53401 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53402
53403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53404         fanotify_mark.
53405
53406 2010-08-27  Roland McGrath  <roland@redhat.com>
53407
53408         * sysdeps/i386/i686/multiarch/Makefile
53409         (CFLAGS-varshift.c): New variable.
53410
53411 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53412
53413         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53414         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53415
53416         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53417
53418         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53419
53420 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53421
53422         * sysdeps/x86_64/strlen.S: Unroll the loop.
53423         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53424         strlen-sse2 strlen-sse2-bsf.
53425         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53426         __strlen_no_bsf if bit_Slow_BSF is set.
53427         (__strlen_sse42): Removed.
53428         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53429         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53430
53431 2010-08-25  Roland McGrath  <roland@redhat.com>
53432
53433         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53434         * sysdeps/x86_64/multiarch/varshift.c: New file.
53435         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53436         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53437         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53438         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53439
53440 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53441
53442         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53443         strlen-sse2 strlen-sse2-bsf.
53444         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53445         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53446         (__strlen_sse2): Removed.
53447         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53448         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53449         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53450         bit_Slow_BSF for Atom.
53451         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53452         (index_Slow_BSF): Define.
53453         (HAS_SLOW_BSF): Define.
53454
53455 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53456
53457         [BZ #10851]
53458         * resolv/res_init.c (__res_vinit): When no server address at all
53459         is given default to loopback.
53460
53461 2010-08-24  Roland McGrath  <roland@redhat.com>
53462
53463         * configure.in: Remove config-name.h generation.
53464         * configure: Regenerated.
53465         * config-name.in: File removed.
53466         * scripts/config-uname.sh: New file.
53467         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53468         ($(objdir)config-name.h): New target.
53469
53470         * sunrpc/rpc_parse.h: Avoid nested comment.
53471
53472 2010-08-24  Richard Henderson  <rth@redhat.com>
53473             Ulrich Drepper  <drepper@redhat.com>
53474             H.J. Lu  <hongjiu.lu@intel.com>
53475
53476         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53477         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53478         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53479         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53480         _mm_alignr_epi8 with _mm_loadu_si128.
53481         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53482         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53483         (__m128i_shift_right): Removed.
53484         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53485         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53486         * sysdeps/x86_64/multiarch/varshift.h: New file.
53487         * sysdeps/x86_64/multiarch/varshift.S: New file.
53488
53489 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53490
53491         * configure.in: Move assembler checks to before sysdep dir checking.
53492
53493 2010-08-20  Petr Baudis  <pasky@suse.cz>
53494
53495         * LICENSES: Sync the sunrpc license.
53496
53497 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53498
53499         * sunrpc/auth_des.c: Update copyright notice once again.
53500         * sunrpc/auth_none.c: Likewise.
53501         * sunrpc/auth_unix.c: Likewise.
53502         * sunrpc/authdes_prot.c: Likewise.
53503         * sunrpc/authuxprot.c: Likewise.
53504         * sunrpc/bindrsvprt.c: Likewise.
53505         * sunrpc/clnt_gen.c: Likewise.
53506         * sunrpc/clnt_perr.c: Likewise.
53507         * sunrpc/clnt_raw.c: Likewise.
53508         * sunrpc/clnt_simp.c: Likewise.
53509         * sunrpc/clnt_tcp.c: Likewise.
53510         * sunrpc/clnt_udp.c: Likewise.
53511         * sunrpc/clnt_unix.c: Likewise.
53512         * sunrpc/des_crypt.c: Likewise.
53513         * sunrpc/des_soft.c: Likewise.
53514         * sunrpc/get_myaddr.c: Likewise.
53515         * sunrpc/getrpcport.c: Likewise.
53516         * sunrpc/key_call.c: Likewise.
53517         * sunrpc/key_prot.c: Likewise.
53518         * sunrpc/openchild.c: Likewise.
53519         * sunrpc/pm_getmaps.c: Likewise.
53520         * sunrpc/pm_getport.c: Likewise.
53521         * sunrpc/pmap_clnt.c: Likewise.
53522         * sunrpc/pmap_prot.c: Likewise.
53523         * sunrpc/pmap_prot2.c: Likewise.
53524         * sunrpc/pmap_rmt.c: Likewise.
53525         * sunrpc/rpc/auth.h: Likewise.
53526         * sunrpc/rpc/auth_unix.h: Likewise.
53527         * sunrpc/rpc/clnt.h: Likewise.
53528         * sunrpc/rpc/des_crypt.h: Likewise.
53529         * sunrpc/rpc/key_prot.h: Likewise.
53530         * sunrpc/rpc/netdb.h: Likewise.
53531         * sunrpc/rpc/pmap_clnt.h: Likewise.
53532         * sunrpc/rpc/pmap_prot.h: Likewise.
53533         * sunrpc/rpc/pmap_rmt.h: Likewise.
53534         * sunrpc/rpc/rpc.h: Likewise.
53535         * sunrpc/rpc/rpc_des.h: Likewise.
53536         * sunrpc/rpc/rpc_msg.h: Likewise.
53537         * sunrpc/rpc/svc.h: Likewise.
53538         * sunrpc/rpc/svc_auth.h: Likewise.
53539         * sunrpc/rpc/types.h: Likewise.
53540         * sunrpc/rpc/xdr.h: Likewise.
53541         * sunrpc/rpc_clntout.c: Likewise.
53542         * sunrpc/rpc_cmsg.c: Likewise.
53543         * sunrpc/rpc_common.c: Likewise.
53544         * sunrpc/rpc_cout.c: Likewise.
53545         * sunrpc/rpc_dtable.c: Likewise.
53546         * sunrpc/rpc_hout.c: Likewise.
53547         * sunrpc/rpc_main.c: Likewise.
53548         * sunrpc/rpc_parse.c: Likewise.
53549         * sunrpc/rpc_parse.h: Likewise.
53550         * sunrpc/rpc_prot.c: Likewise.
53551         * sunrpc/rpc_sample.c: Likewise.
53552         * sunrpc/rpc_scan.c: Likewise.
53553         * sunrpc/rpc_scan.h: Likewise.
53554         * sunrpc/rpc_svcout.c: Likewise.
53555         * sunrpc/rpc_tblout.c: Likewise.
53556         * sunrpc/rpc_util.c: Likewise.
53557         * sunrpc/rpc_util.h: Likewise.
53558         * sunrpc/rpcinfo.c: Likewise.
53559         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53560         * sunrpc/rpcsvc/key_prot.x: Likewise.
53561         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53562         * sunrpc/rpcsvc/mount.x: Likewise.
53563         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53564         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53565         * sunrpc/rpcsvc/rex.x: Likewise.
53566         * sunrpc/rpcsvc/rstat.x: Likewise.
53567         * sunrpc/rpcsvc/rusers.x: Likewise.
53568         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53569         * sunrpc/rpcsvc/spray.x: Likewise.
53570         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53571         * sunrpc/rtime.c: Likewise.
53572         * sunrpc/svc.c: Likewise.
53573         * sunrpc/svc_auth.c: Likewise.
53574         * sunrpc/svc_authux.c: Likewise.
53575         * sunrpc/svc_raw.c: Likewise.
53576         * sunrpc/svc_run.c: Likewise.
53577         * sunrpc/svc_simple.c: Likewise.
53578         * sunrpc/svc_tcp.c: Likewise.
53579         * sunrpc/svc_udp.c: Likewise.
53580         * sunrpc/svc_unix.c: Likewise.
53581         * sunrpc/svcauth_des.c: Likewise.
53582         * sunrpc/xcrypt.c: Likewise.
53583         * sunrpc/xdr.c: Likewise.
53584         * sunrpc/xdr_array.c: Likewise.
53585         * sunrpc/xdr_float.c: Likewise.
53586         * sunrpc/xdr_mem.c: Likewise.
53587         * sunrpc/xdr_rec.c: Likewise.
53588         * sunrpc/xdr_ref.c: Likewise.
53589         * sunrpc/xdr_sizeof.c: Likewise.
53590         * sunrpc/xdr_stdio.c: Likewise.
53591
53592         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53593         handling.
53594
53595 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53596
53597         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53598
53599 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53600
53601         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53602         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53603         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53604         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53605         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53606         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53607         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53608         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53609         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53610         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53611         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53612         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53613         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53614         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53615
53616 2010-07-26  Anton Blanchard  <anton@samba.org>
53617
53618         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53619         * malloc/arena.c (heap_trim): Likewise.
53620
53621 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53622
53623         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53624         here.  Not...
53625         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53626         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53627
53628 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53629
53630         * sysdeps/i386/elf/Makefile: New file.
53631
53632 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53633
53634         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53635         from fanotify_init.
53636         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53637         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53638
53639 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53640
53641         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53642         of strncasecmp_l.
53643         * sysdeps/multiarch/strcmp.S: Likewise.
53644
53645 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53646
53647         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53648         strncase_l-nonascii.
53649         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53650         Add strncase_l-ssse3.
53651         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53652         * sysdeps/x86_64/strcmp.S: Likewise.
53653         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53654         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53655         * sysdeps/x86_64/strncase.S: New file.
53656         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53657         * sysdeps/x86_64/strncase_l.S: New file.
53658         * string/Makefile (strop-tests): Add strncasecmp.
53659         * string/test-strncasecmp.c: New file.
53660
53661         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53662         warning.
53663
53664         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53665         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53666
53667 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53668
53669         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53670
53671 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53672
53673         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53674         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53675         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53676
53677 2010-05-01  Alan Modra  <amodra@gmail.com>
53678
53679         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53680         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53681         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53682         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53683         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53684         tidying.  Don't tail-call __sigjmp_save for static lib.
53685         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53686         save location.
53687         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53688         (CALL_MCOUNT): Add eh info, and nop after bl.
53689         (TAIL_CALL_SYSCALL_ERROR): New macro.
53690         (PSEUDO_RET): Use it.
53691         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53692         Correct save location of integer regs and cr.
53693         (_dl_profile_resolve): Correct cr save location.  Delete nops
53694         after bl when SHARED.  Reduce cfi size a little by better
53695         placement of cfi directives.
53696         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53697         make a stack frame.  Instead use parm save area as a temp.
53698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53699         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53701         Don't make a stack frame for parent, use parm save area.
53702         Increase child stack frame to 112 bytes.  Don't save unused reg,
53703         and adjust reg usage.  Set up cfi on error recovery and
53704         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53706         (__makecontext): Add dummy nop after jump to exit.
53707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53708         Use correct parm save area and cr save, reduce stack frame.
53709         Correct cfi for possible PSEUDO_RET frame setup.
53710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53711         Branch to local label emitted by PSEUDO_RET rather than
53712         __syscall_error.
53713
53714 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53715
53716         [BZ #11904]
53717         * locale/programs/locale.c (print_assignment): New function.
53718         (show_locale_vars): Use it.
53719
53720 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53721
53722         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53723         field.
53724         (struct statfs64): Likewise.
53725         (_STATFS_F_FLAGS): Define.
53726         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53727         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53728         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53729         (ST_VALID): Define locally.
53730         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53731         __statvfs_getflags, use the provided value.
53732         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53733         __ASSUME_STATFS_F_FLAGS.
53734
53735         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53736
53737         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53738         Add sys/fanotify.h.
53739         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53740         fanotify_mask for GLIBC_2.13.
53741         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53742         fanotify_init and fanotify_mark.
53743         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53744         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53745
53746         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53747         Add prlimit.
53748         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53749         prlimit64 for GLIBC_2.13.
53750         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53751         prlimit64.
53752         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53753         syscall.
53754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53755         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53756         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53757         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53758         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53759         add prlimit alias.
53760         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53761
53762         [BZ #11903]
53763         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53764         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53765
53766         * nss/Makefile: Add rules to build and run tst-nss-test1.
53767         * shlib-versions: Add entry for libnss_test1.
53768         * nss/nss_test1.c: New file.
53769         * nss/tst-nss-test1.c: New file.
53770
53771         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53772         (__nss_configure_lookup): Set appropriate entry in
53773         __nss_configure_lookup to true.
53774         * nss/nsswitch.h: Define enum with indeces of databases in
53775         databases and __nss_database_custom arrays.  Declare
53776         __nss_database_custom.
53777         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53778         to avoid using nscd when custom rules are installed.
53779         * nss/getXXbyYY_r.c: Likewise.
53780         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53781
53782         * nss/nss_files/files-parse.c: Whitespace fixes.
53783
53784 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53785
53786         [BZ #11883]
53787         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53788         * posix/fnmatch_loop.c: Likewise.
53789
53790 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53791
53792         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53793         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53794         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53795         * Versions.def [GLIBC_2.13]: Add.
53796
53797 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53798
53799         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53800         Also fail if tpwd after pwuid call is NULL.
53801
53802 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53803
53804         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53805         when converting to ms.
53806
53807 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53808
53809         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53810         EOPNOTSUPP errors with ENOTTY.
53811         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53812         EOPNOTSUPP errors with ENOTTY.
53813
53814 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53815
53816         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53817         Add strcasecmp_l-ssse3.
53818         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53819         strcasecmp.
53820         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53821         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53822         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53823
53824 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53825
53826         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53827
53828         * string/Makefile (strop-tests): Add strcasecmp.
53829         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53830         strcasecmp_l-nonascii.
53831         (gen-as-const-headers): Add locale-defines.sym.
53832         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53833         * sysdeps/x86_64/strcasecmp.S: New file.
53834         * sysdeps/x86_64/strcasecmp_l.S: New file.
53835         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53836         * sysdeps/x86_64/locale-defines.sym: New file.
53837         * string/test-strcasecmp.c: New file.
53838
53839         * string/test-strcasestr.c: Test both ends of the range of characters.
53840         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53841
53842 2010-07-29  Roland McGrath  <roland@redhat.com>
53843
53844         [BZ #11856]
53845         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53846
53847 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53848
53849         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53850         for ld.so.
53851
53852 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53853
53854         * manual/memory.texi (Malloc Tunable Parameters): Document
53855         M_PERTURB.
53856
53857 2010-07-26  Roland McGrath  <roland@redhat.com>
53858
53859         [BZ #11840]
53860         * configure.in (-fgnu89-inline check): Set and substitute
53861         gnu89_inline, not libc_cv_gnu89_inline.
53862         * configure: Regenerated.
53863         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53864
53865 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53866
53867         * string/test-strnlen.c: New file.
53868         * string/Makefile (strop-tests): Add strnlen.
53869         * string/tester.c (test_strnlen): Add a few more test cases.
53870         * string/tst-strlen.c: Better error reporting.
53871
53872         * sysdeps/x86_64/strnlen.S: New file.
53873
53874 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53875
53876         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53877         lower-latency instructions.
53878
53879 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53880
53881         * string/test-strcasestr.c: New file.
53882         * string/test-strstr.c: New file.
53883         * string/Makefile (strop-tests): Add strstr and strcasestr.
53884         * string/str-two-way.h: Don't undefine MAX.
53885         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53886
53887 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53888
53889         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53890         strcasestr-nonascii.
53891         (CFLAGS-strcasestr-nonascii.c): Define.
53892         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53893         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53894         Remove unused attribute.
53895
53896 2010-07-20  Roland McGrath  <roland@redhat.com>
53897
53898         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53899         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53900         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53901         like LD_HWCAP_MASK can disable hwcaps.
53902
53903 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53904
53905         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53906
53907 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53908
53909         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53910         call in strcasestr.
53911         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53912         __strcasestr_sse42_nonascii.
53913         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53914         strcasestr-nonascii.c.
53915         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53916
53917 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53918
53919         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53920         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53921         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53922         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53923
53924 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53925
53926         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53927         fcntl.
53928
53929 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53930
53931         [BZ #11577]
53932         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53933         dl_signal_cerror.
53934
53935 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53936
53937         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53938         _PC_PIPE_BUF using F_GETPIPE_SZ.
53939
53940 2010-07-05  Roland McGrath  <roland@redhat.com>
53941
53942         * manual/arith.texi (Rounding Functions): Fix rint description
53943         implicit in round description.
53944
53945 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53946
53947         * elf/Makefile: Fix linking for a few tests to make recent linker
53948         happy.
53949
53950 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53951
53952         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53953         $(common-objpfx)libc_nonshared.a.
53954
53955 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53956
53957         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53958         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53959         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53960         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53961         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53962         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53963         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53964         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53979         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53980         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53981         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53982         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53983         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53984         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53985         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53986         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53987         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53988         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53989         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53990         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54005
54006 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54007
54008         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54009         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54010         * string/memmove.c (memmove): Renamed to ...
54011         (MEMMOVE): ...this.  Default to memmove.
54012         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54013         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54014         (END_CHK): Define.
54015         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54016         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54017         mempcpy-ssse3-back memmove-ssse3-back.
54018         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54019         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54020         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54021         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54022         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54023         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54024         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54025         * sysdeps/x86_64/multiarch/memmove.c: New file.
54026         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54027         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54028         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54029         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54030         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54031         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54032         Define.
54033         (index_Fast_Copy_Backward): Define.
54034         (HAS_ARCH_FEATURE): Define.
54035         (HAS_FAST_REP_STRING): Define.
54036         (HAS_FAST_COPY_BACKWARD): Define.
54037
54038 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54039
54040         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54041         Restore proper fallback handling.
54042
54043 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54044
54045         [BZ #11701]
54046         * posix/group_member.c (__group_member): Correct checking loop.
54047
54048         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54049         OOM in getpwuid_r correctly.  Return error number when the caller
54050         should return, otherwise -1.
54051         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54052         call returning > 0 value.
54053         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54054
54055 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54056
54057         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54058         libc_nonshared.a from targets in modules-names.
54059
54060 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54061
54062         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54063         requires it.
54064
54065 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54066
54067         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54068         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54069         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54070         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54071
54072 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54073
54074         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54075
54076 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54077
54078         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54079         and F_GETPIPE_SZ.
54080         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54081         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54082         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54083         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54084         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54085         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54086
54087 2010-06-14  Roland McGrath  <roland@redhat.com>
54088
54089         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54090
54091 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54092
54093         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54094         __REDIRECT followed by __THROW.
54095         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54096         * posix/getopt.h (getopt): Likewise.
54097
54098 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54099
54100         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54101         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54102         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54103         in AT_FLAGS.
54104         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54105         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54106
54107 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54108
54109         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54110
54111 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54112
54113         [BZ #11640]
54114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54115         Properly check family and model.
54116
54117 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54118
54119         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54120
54121 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54122
54123         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54124
54125 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54126
54127         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54128         symbol reference.
54129
54130 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54131
54132         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54133         symbol reference.
54134
54135 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54136
54137         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54138         and internal_recvmmsg.
54139         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54140         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54141         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54142         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54143
54144         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54145         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54146         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54147
54148 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54149
54150         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54151
54152 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54153
54154         POWER7 optimizations.
54155         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54156         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54157
54158 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54159
54160         * version.h: Update for 2.13 development version.
54161
54162 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54163
54164         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54165         exceptions.  Return 0.
54166
54167 2010-05-07  Roland McGrath  <roland@redhat.com>
54168
54169         * elf/ldconfig.c (main): Add a const.
54170
54171 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54172
54173         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54174         (args_options): Add no-idn option.
54175         (ahosts_keys_int): Add idn_flags to ai_flags.
54176         (parse_option): Handle 'i' option to clear idn_flags.
54177
54178         * malloc/malloc.c (_int_free): Possible race in the most recently
54179         added check.  Only act on the data if no current modification
54180         happened.
54181
54182 See ChangeLog.17 for earlier changes.